mirror of https://github.com/apache/lucene.git
javadoc spell fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec0c376c45
commit
12d36a1fda
|
@ -2684,7 +2684,7 @@ public class IndexWriter {
|
|||
* Requests an "optimize" operation on an index, priming the index
|
||||
* for the fastest available search. Traditionally this has meant
|
||||
* merging all segments into a single segment as is done in the
|
||||
* default merge policy, but individaul merge policies may implement
|
||||
* default merge policy, but individual merge policies may implement
|
||||
* optimize in different ways.
|
||||
*
|
||||
* <p>It is recommended that this method be called upon completion of indexing. In
|
||||
|
|
Loading…
Reference in New Issue