public class IndexerField extends Object
Constructor and Description |
---|
IndexerField(Field ontology,
IndexerFieldVersion version,
String key,
String description,
org.apache.lucene.document.FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.document.FieldType |
getFieldType() |
String |
getKey() |
Field |
getOntology() |
IndexerFieldVersion |
getVersion() |
boolean |
isIndexed() |
boolean |
isKeyword() |
boolean |
isStored() |
org.apache.lucene.document.Field |
toField(String value) |
public IndexerField(Field ontology, IndexerFieldVersion version, String key, String description, org.apache.lucene.document.FieldType fieldType)
public Field getOntology()
public IndexerFieldVersion getVersion()
public String getKey()
public org.apache.lucene.document.FieldType getFieldType()
public boolean isIndexed()
public boolean isKeyword()
public boolean isStored()
public org.apache.lucene.document.Field toField(String value)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.