Package | Description |
---|---|
org.apache.lucene.search.vectorhighlight |
Another highlighter implementation based on term vectors.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<FieldFragList.WeightedFragInfo.SubInfo> |
FieldFragList.WeightedFragInfo.subInfos |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldFragList.WeightedFragInfo.SubInfo> |
FieldFragList.WeightedFragInfo.getSubInfos() |
Constructor and Description |
---|
WeightedFragInfo(int startOffset,
int endOffset,
java.util.List<FieldFragList.WeightedFragInfo.SubInfo> subInfos,
float totalBoost) |