File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -430,11 +430,11 @@ contribute to document matching and scoring.
430
430
431
431
**Arguments: **
432
432
433
- - ``must ``: List of expressions that **must ** match.
434
- - ``must_not ``: List of expressions that **must not ** match.
435
- - ``should ``: List of optional expressions that **should ** match. These can
433
+ - ``must ``: A list of expressions that **must ** match.
434
+ - ``must_not ``: A list of expressions that **must not ** match.
435
+ - ``should ``: A list of optional expressions that **should ** match. These can
436
436
improve scoring.
437
- - ``filter ``: List of expressions used for filtering without affecting
437
+ - ``filter ``: A list of expressions used for filtering without affecting
438
438
relevance scoring.
439
439
- ``minimum_should_match ``: The minimum number of ``should `` clauses that must
440
440
match.
You can’t perform that action at this time.
0 commit comments