Uses of Class
org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo.SubInfo

Packages that use FieldFragList.WeightedFragInfo.SubInfo
org.apache.lucene.search.vectorhighlight This is an another highlighter implementation. 
 

Uses of FieldFragList.WeightedFragInfo.SubInfo in org.apache.lucene.search.vectorhighlight
 

Methods in org.apache.lucene.search.vectorhighlight that return types with arguments of type FieldFragList.WeightedFragInfo.SubInfo
 List<FieldFragList.WeightedFragInfo.SubInfo> FieldFragList.WeightedFragInfo.getSubInfos()
           
 

Constructor parameters in org.apache.lucene.search.vectorhighlight with type arguments of type FieldFragList.WeightedFragInfo.SubInfo
FieldFragList.WeightedFragInfo(int startOffset, int endOffset, List<FieldFragList.WeightedFragInfo.SubInfo> subInfos, float totalBoost)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.