Uses of Class
org.apache.lucene.search.LongValues
- 
Packages that use LongValues Package Description org.apache.lucene.search Code to search indices. - 
- 
Uses of LongValues in org.apache.lucene.search
Methods in org.apache.lucene.search that return LongValues Modifier and Type Method Description LongValuesLongValuesSource.ConstantLongValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)abstract LongValuesLongValuesSource. getValues(LeafReaderContext ctx, DoubleValues scores)Returns aLongValuesinstance for the passed-in LeafReaderContext and scores 
 -