Uses of Interface
org.apache.lucene.benchmark.Benchmarker

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

Uses of Benchmarker in org.apache.lucene.benchmark
 

Classes in org.apache.lucene.benchmark that implement Benchmarker
 class AbstractBenchmarker
           
 

Methods in org.apache.lucene.benchmark that return Benchmarker
 Benchmarker Driver.getBenchmarker()
           
 

Methods in org.apache.lucene.benchmark with parameters of type Benchmarker
 void Driver.setBenchmarker(Benchmarker benchmarker)
           
 

Constructors in org.apache.lucene.benchmark with parameters of type Benchmarker
Driver(Benchmarker benchmarker, BenchmarkOptions options)
           
 

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

Classes in org.apache.lucene.benchmark.standard that implement Benchmarker
 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.