org.apache.maven.index.updater
Interface IndexDataReader.IndexDataReadVisitor

Enclosing class:
IndexDataReader

public static interface IndexDataReader.IndexDataReadVisitor

Visitor of indexed Lucene documents.


Method Summary
 void visitDocument(org.apache.lucene.document.Document document)
          Called on each read document.
 

Method Detail

visitDocument

void visitDocument(org.apache.lucene.document.Document document)
Called on each read document. The document is already populated with fields.

Parameters:
document - read document


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.