public class DocumentField extends FieldDefinition
FieldDefinition.Type| Modifier | Constructor and Description |
|---|---|
protected |
DocumentField() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentField |
getInstance() |
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.
|
getAnalyzer, getDefaultName, getFieldValues, getSolrFieldProperties, getType, isRenameable, isSingleValued, isStored, toStringpublic static DocumentField getInstance()
public Iterable<?> getValues(XmlIndexer indexer)
getValues in class FieldDefinitionindexer - the indexer that holds the field valuesCopyright © 2013. All Rights Reserved.