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

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

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

Methods in org.apache.lucene.gdata.search.analysis that throw NotIndexableException
static
<R extends Node,I extends ServerBaseEntry>
Indexable<R,I>
Indexable.getIndexable(I entry)
          Factory method to create new Indexable instances.
 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)
           
 

Constructors in org.apache.lucene.gdata.search.analysis that throw NotIndexableException
DomIndexable(I applyAble)
           
 



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