mirror of https://github.com/apache/lucene.git
SOLR-6787 enable autocommit maxDocs=1 for .system collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87869f97bb
commit
f7bbdc339e
|
@ -253,7 +253,11 @@ public class BlobHandler extends RequestHandlerBase implements PluginInfoInitia
|
|||
"<updateHandler class='solr.DirectUpdateHandler2'>\n" +
|
||||
" <updateLog>\n" +
|
||||
" <str name='dir'>${solr.ulog.dir:}</str>\n" +
|
||||
" </updateLog>\n" +
|
||||
" </updateLog>\n " +
|
||||
" <autoCommit> \n" +
|
||||
" <maxDocs>1</maxDocs> \n" +
|
||||
" <openSearcher>true</openSearcher> \n" +
|
||||
" </autoCommit>" +
|
||||
"</updateHandler>\n" +
|
||||
"<requestHandler name='standard' class='solr.StandardRequestHandler' default='true' />\n" +
|
||||
"<requestHandler name='/analysis/field' startup='lazy' class='solr.FieldAnalysisRequestHandler' />\n" +
|
||||
|
|
Loading…
Reference in New Issue