Uses of Class
org.apache.lucene.facet.util.RandomSample.Sorted

Packages that use RandomSample.Sorted
org.apache.lucene.facet.util Various utilities for faceted search 
 

Uses of RandomSample.Sorted in org.apache.lucene.facet.util
 

Fields in org.apache.lucene.facet.util declared as RandomSample.Sorted
static RandomSample.Sorted RandomSample.Sorted.NO
          Specifies not sorting the resulting sample.
static RandomSample.Sorted RandomSample.Sorted.YES
          Specifies sorting the resulting sample before returning.
 

Methods in org.apache.lucene.facet.util with parameters of type RandomSample.Sorted
static int[] RandomSample.repeatableSample(ScoredDocIDs collection, int collectionSize, int sampleSize, RandomSample.Algorithm algorithm, RandomSample.Sorted sorted)
          Returns sampleSize values from the first collectionSize locations of collection, chosen using algorithm.
 



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