public class AttributeTextField extends FieldDefinition
FieldDefinition.Type| Modifier | Constructor and Description |
|---|---|
protected |
AttributeTextField() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.apache.lucene.index.IndexableField> |
getFieldValues(XmlIndexer indexer)
Wraps the values as Field, which includes the values and the Lucene indexing options.
|
static AttributeTextField |
getInstance() |
getAnalyzer, getDefaultName, getSolrFieldProperties, getType, getValues, isRenameable, isSingleValued, isStored, toStringpublic static AttributeTextField getInstance()
public Iterable<org.apache.lucene.index.IndexableField> getFieldValues(XmlIndexer indexer)
FieldDefinitiongetFieldValues in class FieldDefinitionindexer - the indexer that holds the field valuesIndexableFieldsCopyright © 2013. All Rights Reserved.