You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2024/01/22 12:26:52 UTC

(solr) 02/02: solr-ref-guide: fix typo in result-clustering.adoc (#2210)

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

cpoerschke pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit f20c868e453cd89b6ea6e78f7545d35e1a1b5d52
Author: Lance Harper <la...@gmail.com>
AuthorDate: Mon Jan 22 04:22:16 2024 -0800

    solr-ref-guide: fix typo in result-clustering.adoc (#2210)
    
    (cherry picked from commit 10268a3cfcb60e625383c1dc16d9abdafb99976d)
---
 solr/solr-ref-guide/modules/query-guide/pages/result-clustering.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/query-guide/pages/result-clustering.adoc b/solr/solr-ref-guide/modules/query-guide/pages/result-clustering.adoc
index 113542e070a..11433c6fa7c 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/result-clustering.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/result-clustering.adoc
@@ -80,7 +80,7 @@ Once attached, as in the example above, the clustering will be performed automat
 on all documents matching the search handler's query.
 The clustering extension will take into
 account all text fields listed in `clustering.fields` parameter of the engine and will
-product a section of the response called `clusters` containing the discovered structure of
+produce a section of the response called `clusters` containing the discovered structure of
 groups, for example (JSON response for brevity):
 
 [source,json]