[SOLR-3464] - fixing javadoc for commit with softCommit parameter

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tommaso Teofili 2012-06-05 15:21:23 +00:00
parent c72a7f77b3
commit 71ccfc3a15
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ public abstract class SolrServer implements Serializable
* Performs an explicit commit, causing pending documents to be committed for indexing
* @param waitFlush block until index changes are flushed to disk
* @param waitSearcher block until a new searcher is opened and registered as the main query searcher, making the changes visible
* @param softCommit makes index changes visible while neither fsync-ing index files nor writing a new index descriptor
* @throws SolrServerException
* @throws IOException
*/