lux.index.field
Class TinyBinarySolrField
java.lang.Object
lux.index.field.FieldDefinition
lux.index.field.TinyBinaryField
lux.index.field.TinyBinarySolrField
public class TinyBinarySolrField
- extends TinyBinaryField
TinyBinarySolrField
public TinyBinarySolrField()
getInstance
public static TinyBinarySolrField getInstance()
getValues
public Iterable<?> getValues(XmlIndexer indexer)
- Description copied from class:
FieldDefinition
- The Solr XmlUpdateProcessor calls this. If it returns null, the caller should use the values
from getFieldValues() instead.
- Overrides:
getValues in class TinyBinaryField
- Parameters:
indexer - the indexer that holds the field values
- Returns:
- the accumulated values of the field, as primitive objects (String or Integer). If
Copyright © 2013. All Rights Reserved.