Skip to content

Commit 6e67b9f

Browse files
SOLR-15193: Fix wording
1 parent 36386f4 commit 6e67b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/solr-ref-guide/src/graph.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ relationship between the products in the basket.
282282

283283
The `maxDocFreq` parameter can be used to limit the "walk" to only include baskets that appear in the index a certain
284284
number of times. Since each occurrence of a basket ID in the index is a product, limiting the document frequency of the
285-
basket ID will limit the size of basket. The `maxDocFreq` param is applied per shard. If there is a single
285+
basket ID will limit the size of the basket. The `maxDocFreq` param is applied per shard. If there is a single
286286
shard or documents are co-located by basket ID then the `maxDocFreq` will be an exact count.
287287
Otherwise it will return baskets with a max size of numShards*maxDocFreq.
288288

0 commit comments

Comments
 (0)