|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldPhraseList.WeightedPhraseInfo | |
---|---|
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 | |
---|---|
boolean |
FieldPhraseList.WeightedPhraseInfo.isOffsetOverlap(FieldPhraseList.WeightedPhraseInfo other)
|
Method parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldPhraseList.WeightedPhraseInfo | |
---|---|
void |
FieldFragList.add(int startOffset,
int endOffset,
List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
convert the list of WeightedPhraseInfo to WeightedFragInfo, then add it to the fragInfos |
Constructor parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldPhraseList.WeightedPhraseInfo | |
---|---|
FieldFragList.WeightedFragInfo(int startOffset,
int endOffset,
List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |