Package org.apache.solr.search
Class FloatPayloadValueSource
- java.lang.Object
- 
- org.apache.lucene.queries.function.ValueSource
- 
- org.apache.solr.search.FloatPayloadValueSource
 
 
- 
 public class FloatPayloadValueSource extends org.apache.lucene.queries.function.ValueSource
- 
- 
Field SummaryFields Modifier and Type Field Description protected org.apache.lucene.queries.payloads.PayloadDecoderdecoderprotected org.apache.lucene.queries.function.ValueSourcedefaultValueSourceprotected Stringfieldprotected org.apache.lucene.util.BytesRefindexedBytesprotected StringindexedFieldprotected org.apache.lucene.queries.payloads.PayloadFunctionpayloadFunctionprotected Stringval
 - 
Constructor SummaryConstructors Constructor Description FloatPayloadValueSource(String field, String val, String indexedField, org.apache.lucene.util.BytesRef indexedBytes, org.apache.lucene.queries.payloads.PayloadDecoder decoder, org.apache.lucene.queries.payloads.PayloadFunction payloadFunction, org.apache.lucene.queries.function.ValueSource defaultValueSource)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()booleanequals(Object o)org.apache.lucene.queries.function.FunctionValuesgetValues(Map<Object,Object> context, org.apache.lucene.index.LeafReaderContext readerContext)inthashCode()Stringname()
 
- 
- 
- 
Field Detail- 
fieldprotected final String field 
 - 
valprotected final String val 
 - 
indexedFieldprotected final String indexedField 
 - 
indexedBytesprotected final org.apache.lucene.util.BytesRef indexedBytes 
 - 
decoderprotected final org.apache.lucene.queries.payloads.PayloadDecoder decoder 
 - 
payloadFunctionprotected final org.apache.lucene.queries.payloads.PayloadFunction payloadFunction 
 - 
defaultValueSourceprotected final org.apache.lucene.queries.function.ValueSource defaultValueSource 
 
- 
 - 
Constructor Detail- 
FloatPayloadValueSourcepublic FloatPayloadValueSource(String field, String val, String indexedField, org.apache.lucene.util.BytesRef indexedBytes, org.apache.lucene.queries.payloads.PayloadDecoder decoder, org.apache.lucene.queries.payloads.PayloadFunction payloadFunction, org.apache.lucene.queries.function.ValueSource defaultValueSource) 
 
- 
 - 
Method Detail- 
getValuespublic org.apache.lucene.queries.function.FunctionValues getValues(Map<Object,Object> context, org.apache.lucene.index.LeafReaderContext readerContext) throws IOException - Specified by:
- getValuesin class- org.apache.lucene.queries.function.ValueSource
- Throws:
- IOException
 
 - 
namepublic String name() 
 - 
descriptionpublic String description() - Specified by:
- descriptionin class- org.apache.lucene.queries.function.ValueSource
 
 - 
equalspublic boolean equals(Object o) - Specified by:
- equalsin class- org.apache.lucene.queries.function.ValueSource
 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein class- org.apache.lucene.queries.function.ValueSource
 
 
- 
 
-