mirror of https://github.com/apache/lucene.git
[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:
parent
c72a7f77b3
commit
71ccfc3a15
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue