You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/07/14 21:37:57 UTC

lucene-solr:branch_7x: Ref Guide: fix bad anchor reference causing build to fail

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 001e7383d -> 4f52efab6


Ref Guide: fix bad anchor reference causing build to fail


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4f52efab
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4f52efab
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4f52efab

Branch: refs/heads/branch_7x
Commit: 4f52efab634d6f5f33f46d37cac3e98f58469e10
Parents: 001e738
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Jul 14 16:37:26 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Jul 14 16:37:26 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/near-real-time-searching.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4f52efab/solr/solr-ref-guide/src/near-real-time-searching.adoc
----------------------------------------------------------------------
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 d4d196f..6556398 100644
--- a/solr/solr-ref-guide/src/near-real-time-searching.adoc
+++ b/solr/solr-ref-guide/src/near-real-time-searching.adoc
@@ -127,7 +127,7 @@ curl http://localhost:8983/solr/my_collection/update?commitWithin=10000
   -H "Content-Type: text/xml" --data-binary '<add><doc><field name="id">testdoc</field></doc></add>'
 ----
 
-WARNING: While the `stream.body` feature is great for development and testing, it should normally not be enabled in production systems, as it lets a user with READ permissions post data that may alter the system state. The feature is disabled by default. See <<requestdispatcher-in-solrconfig.adoc#RequestDispatcherinSolrConfig-requestParsersElement,RequestDispatcher in SolrConfig>> for details.
+WARNING: While the `stream.body` feature is great for development and testing, it should normally not be enabled in production systems, as it lets a user with READ permissions post data that may alter the system state. The feature is disabled by default. See <<requestdispatcher-in-solrconfig.adoc#requestparsers-element,RequestDispatcher in SolrConfig>> for details.
 
 === Changing Default commitWithin Behavior