Uses of Class
org.apache.lucene.gdata.search.config.IndexSchemaField.ContentType

Packages that use IndexSchemaField.ContentType
org.apache.lucene.gdata.search.config All classes used for index and search configuration 
 

Uses of IndexSchemaField.ContentType in org.apache.lucene.gdata.search.config
 

Methods in org.apache.lucene.gdata.search.config that return IndexSchemaField.ContentType
 IndexSchemaField.ContentType IndexSchemaField.getContentType()
           
static IndexSchemaField.ContentType IndexSchemaField.ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexSchemaField.ContentType[] IndexSchemaField.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.lucene.gdata.search.config with parameters of type IndexSchemaField.ContentType
 void IndexSchemaField.setContentType(IndexSchemaField.ContentType type)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.