org.apache.solr.search.function
Class FloatFieldSource
java.lang.Object
org.apache.solr.search.function.ValueSource
org.apache.solr.search.function.FieldCacheSource
org.apache.solr.search.function.FloatFieldSource
- All Implemented Interfaces:
- java.io.Serializable
public class FloatFieldSource
- 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 472574 2006-11-08 18:25:52Z yonik $
- Author:
- yonik
- See Also:
- Serialized Form
Field Summary |
protected org.apache.lucene.search.FieldCache.FloatParser |
parser
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
parser
protected org.apache.lucene.search.FieldCache.FloatParser parser
FloatFieldSource
public FloatFieldSource(java.lang.String field)
FloatFieldSource
public FloatFieldSource(java.lang.String field,
org.apache.lucene.search.FieldCache.FloatParser parser)
description
public java.lang.String description()
- Description copied from class:
ValueSource
- description of field, used in explain()
- Overrides:
description
in class FieldCacheSource
getValues
public DocValues getValues(org.apache.lucene.index.IndexReader reader)
throws java.io.IOException
- Specified by:
getValues
in class ValueSource
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class FieldCacheSource
hashCode
public int hashCode()
- Overrides:
hashCode
in class FieldCacheSource
Copyright © 2006 - 2009 The Apache Software Foundation