You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2020/08/09 12:53:56 UTC

[lucene-solr] 02/02: typo

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch SOLR-14725
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit d5da6c306da7d24ec6dddf6e656ec86c51662d07
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Sun Aug 9 08:53:34 2020 -0400

    typo
---
 solr/solr-ref-guide/src/stream-decorator-reference.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/stream-decorator-reference.adoc b/solr/solr-ref-guide/src/stream-decorator-reference.adoc
index a6958a8..7d97cbc 100644
--- a/solr/solr-ref-guide/src/stream-decorator-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-decorator-reference.adoc
@@ -1317,7 +1317,7 @@ The `update` function wraps another functions and sends the tuples to a SolrClou
 
 * `destinationCollection`: (Mandatory) The collection where the tuples will indexed.
 * `batchSize`: (Optional, defaults to `250`) The indexing batch size.
-* `pruneVersionField`: (Optional, defaults to `true`) Wether to prune `\_version_` values from tuples
+* `pruneVersionField`: (Optional, defaults to `true`) Whether to prune `\_version_` values from tuples
 * `StreamExpression`: (Mandatory)
 
 === update Syntax