This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 10268a3cfcb solr-ref-guide: fix typo in result-clustering.adoc (#2210)
10268a3cfcb is described below
commit 10268a3cfcb60e625383c1dc16d9abdafb99976d
Author: Lance Harper <[email protected]>
AuthorDate: Mon Jan 22 04:22:16 2024 -0800
solr-ref-guide: fix typo in result-clustering.adoc (#2210)
---
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]