org.apache.solr.search.function
Class LongFieldSource

java.lang.Object
  extended by org.apache.solr.search.function.ValueSource
      extended by org.apache.solr.search.function.FieldCacheSource
          extended by 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

Field Summary
protected  ExtendedFieldCache.LongParser parser
           
 
Fields inherited from class org.apache.solr.search.function.FieldCacheSource
cache, field
 
Constructor Summary
LongFieldSource(String field)
           
LongFieldSource(String field, ExtendedFieldCache.LongParser parser)
           
 
Method Summary
 String description()
          description of field, used in explain()
 boolean equals(Object o)
           
 DocValues getValues(IndexReader reader)
           
 int hashCode()
           
 
Methods inherited from class org.apache.solr.search.function.FieldCacheSource
getFieldCache, setFieldCache
 
Methods inherited from class org.apache.solr.search.function.ValueSource
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

parser

protected ExtendedFieldCache.LongParser parser
Constructor Detail

LongFieldSource

public LongFieldSource(String field)

LongFieldSource

public LongFieldSource(String field,
                       ExtendedFieldCache.LongParser parser)
Method Detail

description

public String description()
Description copied from class: ValueSource
description of field, used in explain()

Overrides:
description in class FieldCacheSource

getValues

public DocValues getValues(IndexReader reader)
                    throws IOException
Specified by:
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 © 2008 Apache Software Foundation. All Rights Reserved.