This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to tag history/branches/lucene-solr/branch_7_1 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 8bde1e33b80c264dfc0aa6f3771e742241494d18 Author: Erick Erickson <[email protected]> AuthorDate: Wed Oct 18 16:14:57 2017 -0700 SOLR-11446: Heavily edit the 'near real time searching' page in the reference guide, fix doc build error --- solr/solr-ref-guide/src/near-real-time-searching.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/near-real-time-searching.adoc b/solr/solr-ref-guide/src/near-real-time-searching.adoc index a3d4ae5..16065c1 100644 --- a/solr/solr-ref-guide/src/near-real-time-searching.adoc +++ b/solr/solr-ref-guide/src/near-real-time-searching.adoc @@ -85,6 +85,6 @@ The time chosen for `autoSoftCommit` determines the maximum time after a documen TIP: For extremely high bulk indexing, especially for the initial load if there is no searching, consider turning off `autoSoftCommit` by specifying a value of `-1` for the maxTime parameter. -== Advanced Options +== Advanced Commit Options All varieties of commits can be invoked from a SolrJ client or via a URL. The usual recommendation is to _not_ call commits externally. For those cases where it is desirable, see <<uploading-data-with-index-handlers.adoc#xml-update-commands,Update Commands>>. These options are listed for XML update commands that can be issued from a browser or curl etc and the equivalents are available from a SolrJ client.
