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

Packages that use Indexable
org.apache.lucene.gdata.search.analysis Classes used for extracting content from entries and building lucene documents. 
 

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

Subclasses of Indexable in org.apache.lucene.gdata.search.analysis
 class DomIndexable<R extends Node,I extends ServerBaseEntry>
          Indexable implementation using the W3C Dom API and JAXP XPath engine
 

Methods in org.apache.lucene.gdata.search.analysis that return Indexable
static
<R extends Node,I extends ServerBaseEntry>
Indexable<R,I>
Indexable.getIndexable(I entry)
          Factory method to create new Indexable instances.
 

Methods in org.apache.lucene.gdata.search.analysis with parameters of type Indexable
 void PlainTextStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
           
 void KeywordStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
           
 void MixedContentStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
           
 void GdataDateStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
           
 void GdataCategoryStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
           
abstract  void ContentStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
           
 void HTMLStrategy.processIndexable(Indexable<? extends Node,? extends ServerBaseEntry> indexable)
           
 



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