Uses of Class
org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo.Toffs
-
Packages that use FieldPhraseList.WeightedPhraseInfo.Toffs Package Description org.apache.lucene.search.vectorhighlight Another highlighter implementation based on term vectors. -
-
Uses of FieldPhraseList.WeightedPhraseInfo.Toffs in org.apache.lucene.search.vectorhighlight
Fields in org.apache.lucene.search.vectorhighlight with type parameters of type FieldPhraseList.WeightedPhraseInfo.Toffs Modifier and Type Field Description private java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs>
FieldFragList.WeightedFragInfo.SubInfo. termsOffsets
private java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs>
FieldPhraseList.WeightedPhraseInfo. termsOffsets
Methods in org.apache.lucene.search.vectorhighlight that return types with arguments of type FieldPhraseList.WeightedPhraseInfo.Toffs Modifier and Type Method Description java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs>
FieldFragList.WeightedFragInfo.SubInfo. getTermsOffsets()
java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs>
FieldPhraseList.WeightedPhraseInfo. getTermsOffsets()
Methods in org.apache.lucene.search.vectorhighlight with parameters of type FieldPhraseList.WeightedPhraseInfo.Toffs Modifier and Type Method Description int
FieldPhraseList.WeightedPhraseInfo.Toffs. compareTo(FieldPhraseList.WeightedPhraseInfo.Toffs other)
Constructor parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldPhraseList.WeightedPhraseInfo.Toffs Constructor Description SubInfo(java.lang.String text, java.util.List<FieldPhraseList.WeightedPhraseInfo.Toffs> termsOffsets, int seqnum, float boost)
-