Uses of Class
org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo
-
Packages that use FieldTermStack.TermInfo Package Description org.apache.lucene.search.vectorhighlight This is an another highlighter implementation. -
-
Uses of FieldTermStack.TermInfo in org.apache.lucene.search.vectorhighlight
Methods in org.apache.lucene.search.vectorhighlight that return FieldTermStack.TermInfo Modifier and Type Method Description FieldTermStack.TermInfoFieldTermStack. pop()Methods in org.apache.lucene.search.vectorhighlight with parameters of type FieldTermStack.TermInfo Modifier and Type Method Description intFieldTermStack.TermInfo. compareTo(FieldTermStack.TermInfo o)voidFieldTermStack. push(FieldTermStack.TermInfo termInfo)Method parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldTermStack.TermInfo Modifier and Type Method Description booleanFieldQuery.QueryPhraseMap. isValidTermOrPhrase(List<FieldTermStack.TermInfo> phraseCandidate)FieldQuery.QueryPhraseMapFieldQuery.QueryPhraseMap. searchPhrase(List<FieldTermStack.TermInfo> phraseCandidate)FieldQuery.QueryPhraseMapFieldQuery. searchPhrase(String fieldName, List<FieldTermStack.TermInfo> phraseCandidate)Constructor parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldTermStack.TermInfo Constructor Description WeightedPhraseInfo(LinkedList<FieldTermStack.TermInfo> terms, float boost)WeightedPhraseInfo(LinkedList<FieldTermStack.TermInfo> terms, float boost, int number)
-