public class TinyBinaryField extends FieldDefinition
TinyBinary) that is very close to the in-memory Saxon TinyTree format.
Reading and writing these documents avoids the cost of parsing and serialization, and they take up only
slightly more space than the serialized XML form.FieldDefinition.Type| Constructor and Description |
|---|
TinyBinaryField() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<?> |
getValues(XmlIndexer indexer)
The Solr XmlUpdateProcessor calls this.
|
protected TinyBinary |
makeTinyBinary(XmlIndexer indexer) |
getAnalyzer, getFieldRole, getFieldValues, getName, getSolrFieldProperties, getType, isRenameable, isSingleValued, isStored, setAnalyzer, setName, toStringpublic static final Charset UTF8
protected TinyBinary makeTinyBinary(XmlIndexer indexer)
public Iterable<?> getValues(XmlIndexer indexer)
FieldDefinitiongetValues in class FieldDefinitionindexer - the indexer that holds the field valuesCopyright © 2013. All Rights Reserved.