public class IDField extends FieldDefinition
FieldDefinition.Type| Modifier | Constructor and Description |
|---|---|
protected |
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.
|
static IDField |
getInstance() |
boolean |
isSingleValued() |
getAnalyzer, getDefaultName, getSolrFieldProperties, getType, getValues, isRenameable, isStored, toStringpublic static IDField getInstance()
public 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.