Package | Description |
---|---|
org.apache.lucene.search.vectorhighlight |
Another highlighter implementation based on term vectors.
|
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) |
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) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.