File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ relationship between the products in the basket.
282
282
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
- 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
286
286
shard or documents are co-located by basket ID then the `maxDocFreq` will be an exact count.
287
287
Otherwise it will return baskets with a max size of numShards*maxDocFreq.
288
288
You can’t perform that action at this time.
0 commit comments