mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fdde857f24
commit
a6e8434085
|
@ -1631,7 +1631,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit {
|
|||
* default merge policy, but individual merge policies may implement
|
||||
* optimize in different ways.
|
||||
*
|
||||
* <p> Optimize is a fairly costly operation, so you
|
||||
* <p> Optimize is a very costly operation, so you
|
||||
* should only do it if your search performance really
|
||||
* requires it. Many search applications do fine never
|
||||
* calling optimize. </p>
|
||||
|
|
Loading…
Reference in New Issue