lux.index.field
Class DocumentField
java.lang.Object
lux.index.field.FieldDefinition
lux.index.field.DocumentField
public class DocumentField
- extends FieldDefinition
A stored field that is used to store the entire XML document.
DocumentField
protected DocumentField()
getInstance
public static DocumentField getInstance()
getValues
public Iterable<?> getValues(XmlIndexer indexer)
- This will be a byte[] value if the document is a binary document, or if it is an
XML document indexed using TinyBinary. Otherwise it will be a String value.
- Overrides:
getValues in class FieldDefinition
- 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.