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| Modifier | Constructor and Description |
|---|---|
protected |
TinyBinaryField() |
| Modifier and Type | Method and Description |
|---|---|
static TinyBinaryField |
getInstance() |
Iterable<?> |
getValues(XmlIndexer indexer)
The Solr XmlUpdateProcessor calls this.
|
protected TinyBinary |
makeTinyBinary(XmlIndexer indexer) |
getAnalyzer, getDefaultName, getFieldValues, getSolrFieldProperties, getType, isRenameable, isSingleValued, isStored, toStringpublic static final Charset UTF8
public static TinyBinaryField getInstance()
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.