You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2012/06/05 17:21:23 UTC

svn commit: r1346419 - /lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/SolrServer.java

Author: tommaso
Date: Tue Jun  5 15:21:23 2012
New Revision: 1346419

URL: http://svn.apache.org/viewvc?rev=1346419&view=rev
Log:
[SOLR-3464] - fixing javadoc for commit with softCommit parameter

Modified:
    lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/SolrServer.java

Modified: lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/SolrServer.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/SolrServer.java?rev=1346419&r1=1346418&r2=1346419&view=diff
==============================================================================
--- lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/SolrServer.java (original)
+++ lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/client/solrj/SolrServer.java Tue Jun  5 15:21:23 2012
@@ -183,6 +183,7 @@ public abstract class SolrServer impleme
    * 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
    */