Package | Description |
---|---|
org.apache.lucene.search.vectorhighlight |
This is an another highlighter implementation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FieldPhraseList.WeightedPhraseInfo.isOffsetOverlap(FieldPhraseList.WeightedPhraseInfo other) |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
WeightedFragInfo(int startOffset,
int endOffset,
List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.