Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
1
Description
Summary: When creating a DisjunctionQuery object, specifying Min results in an ArgumentOutOfRangeException
Repro:
- You don't need to connect to a cluster or create a search index to reproduce this.
- Execute the code `new DisjunctionQuery().Min(1);` (1 should be the default value for Min anyway)
Actual:
Specified argument was out of the range of valid values. (Parameter 'min')
Expected:
Should not thrown an exception (and minimum should apply to the search)