Skip to content

Commit 36386f4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ relationship between the products in the basket.
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
285285
basket ID will limit the size of basket. The `maxDocFreq` param is applied per shard. If there is a single
286-
shard or documents are co-located by basket ID then the `maxDocFreq` will be exact count.
287-
Otherwise it will return baskets with a max size of numshards*maxDocFreq.
286+
shard or documents are co-located by basket ID then the `maxDocFreq` will be an exact count.
287+
Otherwise it will return baskets with a max size of numShards*maxDocFreq.
288288

289289
The example below shows the `maxDocFreq` parameter applied to the `nodes` expression.
290290

0 commit comments

Comments
 (0)