Uses of Class
org.apache.maven.index.IndexerFieldVersion

Packages that use IndexerFieldVersion
org.apache.maven.index   
 

Uses of IndexerFieldVersion in org.apache.maven.index
 

Methods in org.apache.maven.index that return IndexerFieldVersion
 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.
 

Constructors in org.apache.maven.index with parameters of type IndexerFieldVersion
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-2012 The Apache Software Foundation. All Rights Reserved.