Uses of Class
org.apache.lucene.benchmark.AbstractBenchmarker

Packages that use AbstractBenchmarker
org.apache.lucene.benchmark.standard   
 

Uses of AbstractBenchmarker in org.apache.lucene.benchmark.standard
 

Subclasses of AbstractBenchmarker in org.apache.lucene.benchmark.standard
 class StandardBenchmarker
          Reads in the Reuters Collection, downloaded from http://www.daviddlewis.com/resources/testcollections/reuters21578/reuters21578.tar.gz in the workingDir/reuters and indexes them using the StandardAnalyzer

Runs a standard set of documents through an Indexer and then runs a standard set of queries against the index.

 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.