Package | Description |
---|---|
org.apache.lucene.search.vectorhighlight |
This is an another highlighter implementation.
|
Modifier and Type | Method and Description |
---|---|
FieldTermStack.TermInfo |
FieldTermStack.pop() |
Modifier and Type | Method and Description |
---|---|
int |
FieldTermStack.TermInfo.compareTo(FieldTermStack.TermInfo o) |
void |
FieldTermStack.push(FieldTermStack.TermInfo termInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
FieldQuery.QueryPhraseMap.isValidTermOrPhrase(java.util.List<FieldTermStack.TermInfo> phraseCandidate) |
FieldQuery.QueryPhraseMap |
FieldQuery.QueryPhraseMap.searchPhrase(java.util.List<FieldTermStack.TermInfo> phraseCandidate) |
FieldQuery.QueryPhraseMap |
FieldQuery.searchPhrase(java.lang.String fieldName,
java.util.List<FieldTermStack.TermInfo> phraseCandidate) |
Constructor and Description |
---|
WeightedPhraseInfo(java.util.LinkedList<FieldTermStack.TermInfo> terms,
float boost) |
WeightedPhraseInfo(java.util.LinkedList<FieldTermStack.TermInfo> terms,
float boost,
int number) |
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.