removes TermsLookup changes as it was used internally
This commit is contained in:
parent
1af0a39221
commit
0872a6ea39
|
@ -59,11 +59,6 @@ Removed `wrapperQueryBuilder(byte[] source, int offset, int length)`. Instead si
|
|||
use `wrapperQueryBuilder(byte[] source)`. Updated the static factory methods in
|
||||
QueryBuilders accordingly.
|
||||
|
||||
==== TermsQuery with TermsLookup
|
||||
|
||||
Removed `getIndex()`, `getType()`, `getId()`, `getPath()`, `getRouting()` in favor of
|
||||
`index()`, `type()`, `id()`, `path()` and `routing()`.
|
||||
|
||||
==== Operator
|
||||
|
||||
Removed the enums called `Operator` from `MatchQueryBuilder`, `QueryStringQueryBuilder`,
|
||||
|
|
Loading…
Reference in New Issue