Uses of Class
org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo
-
Packages that use FieldFragList.WeightedFragInfo.SubInfo Package Description org.apache.lucene.search.vectorhighlight Another highlighter implementation based on term vectors. -
-
Uses of FieldFragList.WeightedFragInfo.SubInfo in org.apache.lucene.search.vectorhighlight
Fields in org.apache.lucene.search.vectorhighlight with type parameters of type FieldFragList.WeightedFragInfo.SubInfo Modifier and Type Field Description private java.util.List<FieldFragList.WeightedFragInfo.SubInfo>
FieldFragList.WeightedFragInfo. subInfos
Methods in org.apache.lucene.search.vectorhighlight that return types with arguments of type FieldFragList.WeightedFragInfo.SubInfo Modifier and Type Method Description java.util.List<FieldFragList.WeightedFragInfo.SubInfo>
FieldFragList.WeightedFragInfo. getSubInfos()
Constructor parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldFragList.WeightedFragInfo.SubInfo Constructor Description WeightedFragInfo(int startOffset, int endOffset, java.util.List<FieldFragList.WeightedFragInfo.SubInfo> subInfos, float totalBoost)
-