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