You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:53:51 UTC

[lucene] 37/45: SOLR-15193: Fix wording

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

dweiss pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit aa3ef8958a6df0ffe31b90ca408029e5a5c13fe2
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Fri Mar 5 09:17:44 2021 -0500

    SOLR-15193: Fix wording
---
 solr/solr-ref-guide/src/graph.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/graph.adoc b/solr/solr-ref-guide/src/graph.adoc
index 73351f7..5a38e57 100644
--- a/solr/solr-ref-guide/src/graph.adoc
+++ b/solr/solr-ref-guide/src/graph.adoc
@@ -282,7 +282,7 @@ relationship between the products in the basket.
 
 The `maxDocFreq` parameter can be used to limit the "walk" to only include baskets that appear in the index a certain
 number of times. Since each occurrence of a basket ID in the index is a product, limiting the document frequency of the
-basket ID will limit the size of basket. The `maxDocFreq` param is applied per shard. If there is a single
+basket ID will limit the size of the basket. The `maxDocFreq` param is applied per shard. If there is a single
 shard or documents are co-located by basket ID then the `maxDocFreq` will be an exact count.
 Otherwise it will return baskets with a max size of numShards*maxDocFreq.