|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.lucene.index.AbstractIndexIteratorHandler
public abstract class AbstractIndexIteratorHandler
| Constructor Summary | |
|---|---|
AbstractIndexIteratorHandler()
Creates a new instance of AbstractIndexIteratorHandler |
|
| Method Summary | |
|---|---|
void |
handleFile(org.apache.lucene.index.IndexReader reader,
java.io.File file)
Handles a file. |
void |
handleNewDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
Handles an unmodified document and the file that represents it. |
void |
handleStaleDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term)
Handles a stale document. |
void |
handleUnmodifiedDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
Handles a stale document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractIndexIteratorHandler()
| Method Detail |
|---|
public void handleStaleDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term)
handleStaleDocument in interface IndexIteratorHandler
public void handleUnmodifiedDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
handleUnmodifiedDocument in interface IndexIteratorHandler
public void handleNewDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
handleNewDocument in interface IndexIteratorHandler
public void handleFile(org.apache.lucene.index.IndexReader reader,
java.io.File file)
handleFile in interface IndexIteratorHandler
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||