mirror of https://github.com/apache/lucene.git
- Fixed javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@524952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e158736d91
commit
af77bc03c1
|
@ -27,7 +27,7 @@ import org.xml.sax.SAXException;
|
|||
|
||||
|
||||
/**
|
||||
* Sets up the
|
||||
* Sets up the benchmark driver.
|
||||
*
|
||||
**/
|
||||
public class Driver
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Collections;
|
|||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Search and Travrese and Retrieve docs task using a SetBasedFieldSelector.
|
||||
* Search and Traverse and Retrieve docs task using a SetBasedFieldSelector.
|
||||
*
|
||||
* <p>Note: This task reuses the reader if it is already open.
|
||||
* Otherwise a reader is opened at start and closed at the end.
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.lucene.benchmark.byTask.tasks;
|
|||
import org.apache.lucene.benchmark.byTask.PerfRunData;
|
||||
|
||||
/**
|
||||
* Search and Travrese and Retrieve docs task.
|
||||
* Search and Traverse and Retrieve docs task.
|
||||
*
|
||||
* <p>Note: This task reuses the reader if it is already open.
|
||||
* Otherwise a reader is opened at start and closed at the end.
|
||||
|
|
|
@ -21,7 +21,7 @@ import org.apache.lucene.benchmark.byTask.PerfRunData;
|
|||
import org.apache.lucene.benchmark.byTask.feeds.QueryMaker;
|
||||
|
||||
/**
|
||||
* Search and Travrese task.
|
||||
* Search and Traverse task.
|
||||
*
|
||||
* <p>Note: This task reuses the reader if it is already open.
|
||||
* Otherwise a reader is opened at start and closed at the end.
|
||||
|
|
Loading…
Reference in New Issue