Uses of Class
org.apache.lucene.gdata.search.analysis.ContentStrategy

Packages that use ContentStrategy
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 ContentStrategy in org.apache.lucene.gdata.search.analysis
 

Subclasses of ContentStrategy in org.apache.lucene.gdata.search.analysis
 class GdataCategoryStrategy
          This strategy retrieves the category term and and the scheme from a category element.
 class GdataDateStrategy
          This content strategy retrieves a so called GData Date from a RFC 3339 timestamp format.
 class HTMLStrategy
          This ContentStrategy applies the path to the Indexable and retrieves the plain string content from the returning node.
 class KeywordStrategy
           
 class MixedContentStrategy
           
 class PlainTextStrategy
           
 class XHtmlStrategy
           
 

Fields in org.apache.lucene.gdata.search.analysis declared as ContentStrategy
protected  ContentStrategy MixedContentStrategy.strategy
           
 

Methods in org.apache.lucene.gdata.search.analysis that return ContentStrategy
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.
 

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

Methods in org.apache.lucene.gdata.search.config that return types with arguments of type ContentStrategy
 Class<? extends ContentStrategy> IndexSchemaField.getFieldClass()
           
 

Method parameters in org.apache.lucene.gdata.search.config with type arguments of type ContentStrategy
 void IndexSchemaField.setFieldClass(Class<? extends ContentStrategy> fieldClass)
          Sets the class or strategy is used to extract this field Attention: this method set the contentTyp to IndexSchemaField.ContentType.CUSTOM
 



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