Uses of Interface
org.crosswire.jsword.index.IndexPolicy

Packages that use IndexPolicy
org.crosswire.jsword.index Abstraction of an Index. 
org.crosswire.jsword.index.lucene An implementation of an Index using Lucene. 
 

Uses of IndexPolicy in org.crosswire.jsword.index
 

Classes in org.crosswire.jsword.index that implement IndexPolicy
 class IndexPolicyAdapter
          The IndexPolicyAdapter provides for application resilience against change to IndexPolicy.
 

Methods in org.crosswire.jsword.index that return IndexPolicy
 IndexPolicy IndexManager.getIndexPolicy()
          Obtain the current IndexPolicy.
 

Methods in org.crosswire.jsword.index with parameters of type IndexPolicy
 void IndexManager.setIndexPolicy(IndexPolicy policy)
          Set the desired IndexPolicy.
 

Uses of IndexPolicy in org.crosswire.jsword.index.lucene
 

Fields in org.crosswire.jsword.index.lucene declared as IndexPolicy
private  IndexPolicy LuceneIndexManager.policy
           
 

Methods in org.crosswire.jsword.index.lucene that return IndexPolicy
 IndexPolicy LuceneIndexManager.getIndexPolicy()
           
 

Methods in org.crosswire.jsword.index.lucene with parameters of type IndexPolicy
private  void LuceneIndex.generateSearchIndexImpl(Progress job, List<Key> errors, org.apache.lucene.index.IndexWriter writer, Key key, int count, IndexPolicy policy)
          Dig down into a Key indexing as we go.
 void LuceneIndexManager.setIndexPolicy(IndexPolicy policy)
           
 

Constructors in org.crosswire.jsword.index.lucene with parameters of type IndexPolicy
LuceneIndex(Book book, URI storage, IndexPolicy policy)
          Generate an index to use, telling the job about progress as you go.
 


Copyright ยจ 2003-2015