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:
Robert Muir 2011-09-25 05:42:33 +00:00
parent fdde857f24
commit a6e8434085
1 changed files with 1 additions and 1 deletions

View File

@ -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>