org.apache.lenya.lucene.index
Class IndexInformation.UpdateHandler

java.lang.Object
  extended by org.apache.lenya.lucene.index.AbstractIndexIteratorHandler
      extended by org.apache.lenya.lucene.index.IndexInformation.UpdateHandler
All Implemented Interfaces:
IndexIteratorHandler
Enclosing class:
IndexInformation

public class IndexInformation.UpdateHandler
extends AbstractIndexIteratorHandler

DOCUMENT ME!


Constructor Summary
IndexInformation.UpdateHandler()
           
 
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.AbstractIndexIteratorHandler
handleFile, handleStaleDocument, handleUnmodifiedDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexInformation.UpdateHandler

public IndexInformation.UpdateHandler()
Method Detail

handleNewDocument

public void handleNewDocument(org.apache.lucene.index.IndexReader reader,
                              org.apache.lucene.index.Term term,
                              java.io.File file)
Handles a new document.

Specified by:
handleNewDocument in interface IndexIteratorHandler
Overrides:
handleNewDocument in class AbstractIndexIteratorHandler


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.