Uses of Class
org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo
-
Packages that use FieldPhraseList.WeightedPhraseInfo Package Description org.apache.lucene.search.vectorhighlight This is an another highlighter implementation. -
-
Uses of FieldPhraseList.WeightedPhraseInfo in org.apache.lucene.search.vectorhighlight
Methods in org.apache.lucene.search.vectorhighlight with parameters of type FieldPhraseList.WeightedPhraseInfo Modifier and Type Method Description boolean
FieldPhraseList.WeightedPhraseInfo. isOffsetOverlap(FieldPhraseList.WeightedPhraseInfo other)
Method parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldPhraseList.WeightedPhraseInfo Modifier and Type Method Description void
FieldFragList. add(int startOffset, int endOffset, List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
convert the list of WeightedPhraseInfo to WeightedFragInfo, then add it to the fragInfosConstructor parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldPhraseList.WeightedPhraseInfo Constructor Description WeightedFragInfo(int startOffset, int endOffset, List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
-