File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,8 +283,8 @@ relationship between the products in the basket.
283
283
The `maxDocFreq` parameter can be used to limit the "walk" to only include baskets that appear in the index a certain
284
284
number of times. Since each occurrence of a basket ID in the index is a product, limiting the document frequency of the
285
285
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.
288
288
289
289
The example below shows the `maxDocFreq` parameter applied to the `nodes` expression.
290
290
You can’t perform that action at this time.
0 commit comments