Uses of Class
org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
-
Packages that use FieldTermStack.TermInfo Package Description org.apache.lucene.search.vectorhighlight Another highlighter implementation based on term vectors. -
-
Uses of FieldTermStack.TermInfo in org.apache.lucene.search.vectorhighlight
Fields in org.apache.lucene.search.vectorhighlight declared as FieldTermStack.TermInfo Modifier and Type Field Description private FieldTermStack.TermInfo
FieldTermStack.TermInfo. next
Fields in org.apache.lucene.search.vectorhighlight with type parameters of type FieldTermStack.TermInfo Modifier and Type Field Description (package private) java.util.LinkedList<FieldTermStack.TermInfo>
FieldTermStack. termList
private java.util.ArrayList<FieldTermStack.TermInfo>
FieldPhraseList.WeightedPhraseInfo. termsInfos
Methods in org.apache.lucene.search.vectorhighlight that return FieldTermStack.TermInfo Modifier and Type Method Description FieldTermStack.TermInfo
FieldTermStack.TermInfo. getNext()
Returns the next TermInfo at this same position.FieldTermStack.TermInfo
FieldTermStack. pop()
Methods in org.apache.lucene.search.vectorhighlight that return types with arguments of type FieldTermStack.TermInfo Modifier and Type Method Description java.util.List<FieldTermStack.TermInfo>
FieldPhraseList.WeightedPhraseInfo. getTermsInfos()
Methods in org.apache.lucene.search.vectorhighlight with parameters of type FieldTermStack.TermInfo Modifier and Type Method Description int
FieldTermStack.TermInfo. compareTo(FieldTermStack.TermInfo o)
void
FieldTermStack. push(FieldTermStack.TermInfo termInfo)
(package private) void
FieldTermStack.TermInfo. setNext(FieldTermStack.TermInfo next)
Method parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldTermStack.TermInfo Modifier and Type Method 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 parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldTermStack.TermInfo Constructor Description WeightedPhraseInfo(java.util.LinkedList<FieldTermStack.TermInfo> terms, float boost)
WeightedPhraseInfo(java.util.LinkedList<FieldTermStack.TermInfo> terms, float boost, int seqnum)
-