File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
guide/reference/query-dsl Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ p. The @numeric_range@ filter top level parameters include:
31
31
|_. Name |_. Description |
32
32
| @from@ | The lower bound. Defaults to start from the first.|
33
33
| @to@ | The upper bound. Defaults to unbounded. |
34
- | @from_inclusive @ | Should the first from (if set) be inclusive or not. Defaults to @true@ |
35
- | @to_inclusive @ | Should the last to (if set) be inclusive or not. Defaults to @true@. |
36
- | @gt@ | Same as setting @from@ and @from_inclusive @ to @false@. |
37
- | @gte@ | Same as setting @from@ and @from_inclusive @ to @true@. |
38
- | @lt@ | Same as setting @to@ and @to_inclusive @ to @false@. |
39
- | @lte@ | Same as setting @to@ and @to_inclusive @ to @true@. |
34
+ | @include_lower @ | Should the first from (if set) be inclusive or not. Defaults to @true@ |
35
+ | @include_upper @ | Should the last to (if set) be inclusive or not. Defaults to @true@. |
36
+ | @gt@ | Same as setting @from@ and @include_lower @ to @false@. |
37
+ | @gte@ | Same as setting @from@ and @include_lower @ to @true@. |
38
+ | @lt@ | Same as setting @to@ and @include_upper @ to @false@. |
39
+ | @lte@ | Same as setting @to@ and @include_upper @ to @true@. |
40
40
41
41
h1. Caching
42
42
You can’t perform that action at this time.
0 commit comments