| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.lucene.index.AbstractIndexIteratorHandler
org.apache.lenya.lucene.index.AbstractIndexer.DeleteHandler
public static class AbstractIndexer.DeleteHandler
Deletes all stale documents up to the document representing the next file. The following documents are deleted:
| Constructor Summary | |
|---|---|
AbstractIndexer.DeleteHandler()
 | 
|
| Method Summary | |
|---|---|
 void | 
handleStaleDocument(org.apache.lucene.index.IndexReader reader,
                    org.apache.lucene.index.Term term)
Handles a stale document.  | 
| Methods inherited from class org.apache.lenya.lucene.index.AbstractIndexIteratorHandler | 
|---|
handleFile, handleNewDocument, handleUnmodifiedDocument | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AbstractIndexer.DeleteHandler()
| Method Detail | 
|---|
public void handleStaleDocument(org.apache.lucene.index.IndexReader reader,
                                org.apache.lucene.index.Term term)
handleStaleDocument in interface IndexIteratorHandlerhandleStaleDocument in class AbstractIndexIteratorHandler
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||