net.sf.zekr.engine.search.lucene
Interface IIndexer

All Known Implementing Classes:
QuranTextIndexer

public interface IIndexer

Generic Indexer interface


Method Summary
 void doIndex()
          Performs all the indexing process.
 

Method Detail

doIndex

void doIndex()
             throws IndexingException,
                    java.lang.InterruptedException
Performs all the indexing process.

Throws:
IndexingException - if any exception occurred during indexing process
java.lang.InterruptedException - if indexing thread interrupted