public class XmlTextField extends FieldDefinition
FieldDefinition.Type| Constructor and Description |
|---|
XmlTextField() |
XmlTextField(String name,
org.apache.lucene.analysis.Analyzer analyzer) |
| 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 XmlTextField()
public XmlTextField(String name, org.apache.lucene.analysis.Analyzer analyzer)
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.