Package | Description |
---|---|
org.apache.lucene.search.vectorhighlight |
Another highlighter implementation based on term vectors.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs> |
FieldPhraseList.WeightedPhraseInfo.getTermsOffsets() |
java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs> |
FieldFragList.WeightedFragInfo.SubInfo.getTermsOffsets() |
Modifier and Type | Method and Description |
---|---|
int |
FieldPhraseList.WeightedPhraseInfo.Toffs.compareTo(FieldPhraseList.WeightedPhraseInfo.Toffs other) |
Constructor and Description |
---|
SubInfo(java.lang.String text,
java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs> termsOffsets,
int seqnum,
float boost) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.