org.apache.solr.search.function
Class IntFieldSource
java.lang.Object
org.apache.solr.search.function.ValueSource
org.apache.solr.search.function.FieldCacheSource
org.apache.solr.search.function.IntFieldSource
- All Implemented Interfaces:
- Serializable
public class IntFieldSource
- extends FieldCacheSource
Obtains int field values from the FieldCache
using getInts()
and makes those values available as other numeric types, casting as needed. *
- Version:
- $Id: IntFieldSource.java 472574 2006-11-08 18:25:52Z yonik $
- Author:
- yonik
- See Also:
- Serialized Form
IntFieldSource
public IntFieldSource(String field)
IntFieldSource
public IntFieldSource(String field,
FieldCache.IntParser parser)
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 © 2006 - 2009 The Apache Software Foundation