org.apache.solr.schema
Class StrFieldSource
java.lang.Object
org.apache.solr.search.function.ValueSource
org.apache.solr.search.function.FieldCacheSource
org.apache.solr.schema.StrFieldSource
- All Implemented Interfaces:
- Serializable
public class StrFieldSource
- extends FieldCacheSource
- See Also:
- Serialized Form
StrFieldSource
public StrFieldSource(String field)
description
public String description()
- Description copied from class:
ValueSource
- description of field, used in explain()
- Overrides:
description
in class FieldCacheSource
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