Package org.apache.solr.schema
Class RandomSortField.RandomValueSource
- java.lang.Object
-
- org.apache.lucene.queries.function.ValueSource
-
- org.apache.solr.schema.RandomSortField.RandomValueSource
-
- Enclosing class:
- RandomSortField
public static class RandomSortField.RandomValueSource extends org.apache.lucene.queries.function.ValueSource
-
-
Constructor Summary
Constructors Constructor Description RandomValueSource(String field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()booleanequals(Object o)org.apache.lucene.queries.function.FunctionValuesgetValues(Map context, org.apache.lucene.index.LeafReaderContext readerContext)inthashCode()
-
-
-
Constructor Detail
-
RandomValueSource
public RandomValueSource(String field)
-
-
Method Detail
-
description
public String description()
- Specified by:
descriptionin classorg.apache.lucene.queries.function.ValueSource
-
getValues
public org.apache.lucene.queries.function.FunctionValues getValues(Map context, org.apache.lucene.index.LeafReaderContext readerContext) throws IOException
- Specified by:
getValuesin classorg.apache.lucene.queries.function.ValueSource- Throws:
IOException
-
equals
public boolean equals(Object o)
- Specified by:
equalsin classorg.apache.lucene.queries.function.ValueSource
-
hashCode
public int hashCode()
- Specified by:
hashCodein classorg.apache.lucene.queries.function.ValueSource
-
-