Package | Description |
---|---|
org.apache.maven.index |
Modifier and Type | Field and Description |
---|---|
private IndexerFieldVersion |
IndexerField.version |
Modifier and Type | Method and Description |
---|---|
IndexerFieldVersion |
IndexerField.getVersion() |
static IndexerFieldVersion |
IndexerFieldVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexerFieldVersion[] |
IndexerFieldVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IndexerField(Field ontology,
IndexerFieldVersion version,
java.lang.String key,
java.lang.String description,
org.apache.lucene.document.FieldType fieldType) |