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 -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.ValueSource
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
-
Constructor Details
-
RandomValueSource
-
-
Method Details
-
description
- Specified by:
descriptionin classorg.apache.lucene.queries.function.ValueSource
-
getValues
public org.apache.lucene.queries.function.FunctionValues getValues(Map<Object, Object> context, org.apache.lucene.index.LeafReaderContext readerContext) throws IOException- Specified by:
getValuesin classorg.apache.lucene.queries.function.ValueSource- Throws:
IOException
-
equals
- Specified by:
equalsin classorg.apache.lucene.queries.function.ValueSource
-
hashCode
public int hashCode()- Specified by:
hashCodein classorg.apache.lucene.queries.function.ValueSource
-