public class IDField extends FieldDefinition
FieldDefinition.Type| Constructor and Description |
|---|
IDField() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.lucene.document.LongField> |
getFieldValues(XmlIndexer indexer)
Wraps the values as Field, which includes the values and the Lucene indexing options.
|
boolean |
isSingleValued() |
getAnalyzer, getFieldRole, getName, getSolrFieldProperties, getType, getValues, isRenameable, isStored, setAnalyzer, setName, toStringpublic Set<org.apache.lucene.document.LongField> getFieldValues(XmlIndexer indexer)
FieldDefinitiongetFieldValues in class FieldDefinitionindexer - the indexer that holds the field valuespublic boolean isSingleValued()
isSingleValued in class FieldDefinitionCopyright © 2013. All Rights Reserved.