mirror of https://github.com/apache/lucene.git
fix javadoc tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1226000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52a47d09ba
commit
c0600cc6dc
|
@ -23,7 +23,7 @@ package org.apache.solr.common.params;
|
|||
*
|
||||
* @since solr 1.2
|
||||
*/
|
||||
public interface UpdateParams
|
||||
public interface UpdateParams
|
||||
{
|
||||
|
||||
/** wait for the search to warm up */
|
||||
|
@ -43,7 +43,7 @@ public interface UpdateParams
|
|||
/** Optimize the index and commit everything after the command completes */
|
||||
public static String OPTIMIZE = "optimize";
|
||||
|
||||
/** @expert calls IndexWriter.prepareCommit */
|
||||
/** expert: calls IndexWriter.prepareCommit */
|
||||
public static String PREPARE_COMMIT = "prepareCommit";
|
||||
|
||||
/** Rollback update commands */
|
||||
|
|
Loading…
Reference in New Issue