Package | Description |
---|---|
org.apache.lucene.search.vectorhighlight |
Another highlighter implementation based on term vectors.
|
Modifier and Type | Field and Description |
---|---|
private FieldTermStack.TermInfo |
FieldTermStack.TermInfo.next |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.LinkedList<FieldTermStack.TermInfo> |
FieldTermStack.termList |
private java.util.ArrayList<FieldTermStack.TermInfo> |
FieldPhraseList.WeightedPhraseInfo.termsInfos |
Modifier and Type | Method and Description |
---|---|
FieldTermStack.TermInfo |
FieldTermStack.TermInfo.getNext()
Returns the next TermInfo at this same position.
|
FieldTermStack.TermInfo |
FieldTermStack.pop() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldTermStack.TermInfo> |
FieldPhraseList.WeightedPhraseInfo.getTermsInfos() |
Modifier and Type | Method and Description |
---|---|
int |
FieldTermStack.TermInfo.compareTo(FieldTermStack.TermInfo o) |
void |
FieldTermStack.push(FieldTermStack.TermInfo termInfo) |
(package private) void |
FieldTermStack.TermInfo.setNext(FieldTermStack.TermInfo next) |
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 seqnum) |