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

Packages that use IndexSchemaField
org.apache.lucene.gdata.search.analysis Classes used for extracting content from entries and building lucene documents. 
org.apache.lucene.gdata.search.config All classes used for index and search configuration 
 

Uses of IndexSchemaField in org.apache.lucene.gdata.search.analysis
 

Fields in org.apache.lucene.gdata.search.analysis declared as IndexSchemaField
protected  IndexSchemaField ContentStrategy.config
           
 

Methods in org.apache.lucene.gdata.search.analysis with parameters of type IndexSchemaField
static ContentStrategy ContentStrategy.getFieldStrategy(IndexSchemaField fieldConfig)
          This factory method creates the ContentStrategy corresponding to the set ContentType value in the IndexSchemaField passed to the method as the single parameter.
 

Constructors in org.apache.lucene.gdata.search.analysis with parameters of type IndexSchemaField
ContentStrategy(Field.Index index, Field.Store store, IndexSchemaField fieldConfig)
           
ContentStrategy(IndexSchemaField fieldConfiguration)
           
GdataCategoryStrategy(IndexSchemaField fieldConfiguration)
           
GdataDateStrategy(IndexSchemaField fieldConfiguration)
           
HTMLStrategy(IndexSchemaField fieldConfiguration)
           
KeywordStrategy(IndexSchemaField fieldConfig)
           
MixedContentStrategy(IndexSchemaField fieldConfiguration)
           
PlainTextStrategy(IndexSchemaField fieldConfiguration)
           
XHtmlStrategy(IndexSchemaField fieldConfig)
           
 

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

Methods in org.apache.lucene.gdata.search.config that return types with arguments of type IndexSchemaField
 Collection<IndexSchemaField> IndexSchema.getFields()
           
 

Methods in org.apache.lucene.gdata.search.config with parameters of type IndexSchemaField
 void IndexSchema.addSchemaField(IndexSchemaField field)
          Adds a new IndexSchemaField to the schema.
 

Method parameters in org.apache.lucene.gdata.search.config with type arguments of type IndexSchemaField
 void IndexSchema.setSchemaFields(Collection<IndexSchemaField> fields)
           
 



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