info.aduna.infosource.crawl.index
Interface LuceneSearchResultListener


public interface LuceneSearchResultListener

Interface defining a listener for Lucene search results.


Method Summary
 void handleSearchResult(org.apache.lucene.document.Document doc, float score)
          Called once for every search result.
 

Method Detail

handleSearchResult

void handleSearchResult(org.apache.lucene.document.Document doc,
                        float score)
Called once for every search result.

Parameters:
doc - The document that matched the query.
score - The score of the matched document.


Copyright © 1997-2008 Aduna. All Rights Reserved.