Skip to content

Commit 735a10b

Browse files
committed
Merge branch 'fix/2.x-breaking-changes-docs' into 2.x
2 parents 34724d5 + 1e83e35 commit 735a10b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/2.0-breaking-changes/nest-breaking-changes.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,6 +2678,15 @@ class NoMatchQueryContainer
26782678
- prop: CacheKey
26792679
- prop: Filter
26802680
- prop: FilterName
2681+
class NumericRangeQueryDescriptor`1
2682+
- method: Greater
2683+
+ method: GreaterThan
2684+
- method: GreaterOrEquals
2685+
+ method: GreaterThanOrEquals
2686+
- method: Lower
2687+
+ method: LessThan
2688+
- method: LowerOrEquals
2689+
+ method: LessThanOrEquals
26812690
class OpenIndexRequest
26822691
- prop: Index
26832692
class OptimizeDescriptor

0 commit comments

Comments
 (0)