public class AttributeTextField extends FieldDefinition
FieldDefinition.Type| Constructor and Description |
|---|
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.
|
getAnalyzer, getFieldRole, getName, getSolrFieldProperties, getType, getValues, isRenameable, isSingleValued, isStored, setAnalyzer, setName, toStringpublic Iterable<org.apache.lucene.index.IndexableField> getFieldValues(XmlIndexer indexer)
FieldDefinitiongetFieldValues in class FieldDefinitionindexer - the indexer that holds the field valuesIndexableFieldsCopyright © 2013. All Rights Reserved.