|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.facet.util.RandomSample.Sorted
public static class RandomSample.Sorted
For specifying whether to sort the sample.
Field Summary | |
---|---|
static RandomSample.Sorted |
NO
Specifies not sorting the resulting sample. |
static RandomSample.Sorted |
YES
Specifies sorting the resulting sample before returning. |
Method Summary | |
---|---|
String |
toString()
Prints this selector's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RandomSample.Sorted YES
public static final RandomSample.Sorted NO
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |