Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b900f17

Browse files
committed
Merge pull request #215 from rodrigopalhares/master
numeric-range-filter with wrong properties names.
2 parents 1707914 + c238052 commit b900f17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

guide/reference/query-dsl/numeric-range-filter.textile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ p. The @numeric_range@ filter top level parameters include:
3131
|_. Name |_. Description |
3232
| @from@ | The lower bound. Defaults to start from the first.|
3333
| @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@. |
4040

4141
h1. Caching
4242

0 commit comments

Comments
 (0)