You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/05/03 03:41:04 UTC

[2/2] lucene-solr:branch_7x: SOLR-12278: Fix typo errors in ref-guide

SOLR-12278: Fix typo errors in ref-guide


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

Branch: refs/heads/branch_7x
Commit: 83c6c70179465017e1fbd3f99debb907c6eb1e28
Parents: b489020
Author: Cao Manh Dat <da...@apache.org>
Authored: Thu May 3 10:40:21 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Thu May 3 10:40:51 2018 +0700

----------------------------------------------------------------------
 solr/solr-ref-guide/src/update-request-processors.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/83c6c701/solr/solr-ref-guide/src/update-request-processors.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/update-request-processors.adoc b/solr/solr-ref-guide/src/update-request-processors.adoc
index 14e64b6..cf76d3b 100644
--- a/solr/solr-ref-guide/src/update-request-processors.adoc
+++ b/solr/solr-ref-guide/src/update-request-processors.adoc
@@ -275,7 +275,7 @@ What follows are brief descriptions of the currently available update request pr
 
 {solr-javadocs}/solr-core/org/apache/solr/update/processor/IgnoreCommitOptimizeUpdateProcessorFactory.html[IgnoreCommitOptimizeUpdateProcessorFactory]:: Allows you to ignore commit and/or optimize requests from client applications when running in SolrCloud mode, for more information, see: Shards and Indexing Data in SolrCloud
 
-{solr-javadocs}/solr-core/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.html[IgnoreLargeDocumentProcessorFactory]:: Allows you to filtering out large document with more than `limit` (in KB) to Solr. It can help to prevent unexpected problems on indexing as well as on recovering because of very large documents.
+{solr-javadocs}/solr-core/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.html[IgnoreLargeDocumentProcessorFactory]:: Allows you to prevent large documents with size more than `limit` (in KB) from getting indexed. It can help to prevent unexpected problems on indexing as well as on recovering because of very large documents.
 
 {solr-javadocs}/solr-core/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.html[CloneFieldUpdateProcessorFactory]:: Clones the values found in any matching _source_ field into the configured _dest_ field.