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