|
||||||||
| 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.IndexHandler
org.apache.lenya.lucene.index.AbstractIndexer.UpdateIndexHandler
public class AbstractIndexer.UpdateIndexHandler
DOCUMENT ME!
| Constructor Summary | |
|---|---|
AbstractIndexer.UpdateIndexHandler(java.io.File dumpDirectory,
IndexInformation info,
org.apache.lucene.index.IndexWriter writer)
Creates a new UpdateIndexHandler object. |
|
| Method Summary | |
|---|---|
void |
handleNewDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
Handles a new document. |
| Methods inherited from class org.apache.lenya.lucene.index.AbstractIndexer.IndexHandler |
|---|
addFile, getDumpDirectory, getInformation, getWriter |
| Methods inherited from class org.apache.lenya.lucene.index.AbstractIndexIteratorHandler |
|---|
handleFile, handleStaleDocument, handleUnmodifiedDocument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractIndexer.UpdateIndexHandler(java.io.File dumpDirectory,
IndexInformation info,
org.apache.lucene.index.IndexWriter writer)
dumpDirectory - DOCUMENT ME!info - DOCUMENT ME!writer - DOCUMENT ME!| Method Detail |
|---|
public void handleNewDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
handleNewDocument in interface IndexIteratorHandlerhandleNewDocument in class AbstractIndexIteratorHandler
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||