|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IndexIteratorHandler
| 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 a new 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 an unmodified document and the file that represents it. |
| Method Detail |
|---|
void handleFile(org.apache.lucene.index.IndexReader reader,
java.io.File file)
void handleStaleDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term)
void handleUnmodifiedDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
void handleNewDocument(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term,
java.io.File file)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||