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

Uses in package org.apache.lucene.benchmark

Classes implementing org.apache.lucene.benchmark.Benchmarker

class

Constructors with parameter type org.apache.lucene.benchmark.Benchmarker

Driver.Driver(Benchmarker benchmarker, BenchmarkOptions options)

Methods with parameter type org.apache.lucene.benchmark.Benchmarker

void

Methods with return type org.apache.lucene.benchmark.Benchmarker

Benchmarker

Uses in package org.apache.lucene.benchmark.standard

Classes implementing org.apache.lucene.benchmark.Benchmarker

class
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.