| Package | Description |
|---|---|
| org.apache.maven.index |
| Modifier and Type | Method and Description |
|---|---|
IndexerFieldVersion |
IndexerField.getVersion() |
static IndexerFieldVersion |
IndexerFieldVersion.valueOf(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,
String key,
String description,
org.apache.lucene.document.Field.Store storeMethod,
org.apache.lucene.document.Field.Index indexMethod) |
IndexerField(Field ontology,
IndexerFieldVersion version,
String key,
String description,
org.apache.lucene.document.Field.Store storeMethod,
org.apache.lucene.document.Field.Index indexMethod,
org.apache.lucene.document.Field.TermVector termVector) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.