org.apache.solr.search.function
Class LongFieldSource
java.lang.Object
org.apache.solr.search.function.ValueSource
org.apache.solr.search.function.FieldCacheSource
org.apache.solr.search.function.LongFieldSource
- All Implemented Interfaces:
- Serializable
public class LongFieldSource
- extends FieldCacheSource
Obtains float field values from the FieldCache
using getFloats()
and makes those values available as other numeric types, casting as needed.
- Version:
- $Id: FloatFieldSource.java 555343 2007-07-11 17:46:25Z hossman $
- See Also:
- Serialized Form
parser
protected FieldCache.LongParser parser
LongFieldSource
public LongFieldSource(String field)
LongFieldSource
public LongFieldSource(String field,
FieldCache.LongParser parser)
description
public String description()
- Description copied from class:
ValueSource
- description of field, used in explain()
- Overrides:
description
in class FieldCacheSource
externalToLong
public long externalToLong(String extVal)
getValues
public DocValues getValues(Map context,
IndexReader reader)
throws IOException
- Description copied from class:
ValueSource
- Gets the values for this reader and the context that was previously
passed to createWeight()
- Overrides:
getValues
in class ValueSource
- Throws:
IOException
equals
public boolean equals(Object o)
- Overrides:
equals
in class FieldCacheSource
hashCode
public int hashCode()
- Overrides:
hashCode
in class FieldCacheSource
Copyright © 2009 Apache Software Foundation. All Rights Reserved.