removes TermsLookup changes as it was used internally

This commit is contained in:
Alex Ksikes 2015-08-26 14:07:55 +02:00
parent 1af0a39221
commit 0872a6ea39
1 changed files with 0 additions and 5 deletions

View File

@ -59,11 +59,6 @@ Removed `wrapperQueryBuilder(byte[] source, int offset, int length)`. Instead si
use `wrapperQueryBuilder(byte[] source)`. Updated the static factory methods in use `wrapperQueryBuilder(byte[] source)`. Updated the static factory methods in
QueryBuilders accordingly. QueryBuilders accordingly.
==== TermsQuery with TermsLookup
Removed `getIndex()`, `getType()`, `getId()`, `getPath()`, `getRouting()` in favor of
`index()`, `type()`, `id()`, `path()` and `routing()`.
==== Operator ==== Operator
Removed the enums called `Operator` from `MatchQueryBuilder`, `QueryStringQueryBuilder`, Removed the enums called `Operator` from `MatchQueryBuilder`, `QueryStringQueryBuilder`,