summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/query/AbstractQueryBuilder.java
AgeCommit message (Expand)Author
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-05-23Add the ability to define custom inner hit sub context builder (#24676)Jim Ferenczi
2017-05-12Size lists in advance when knownKoen De Groote
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2016-11-17Don't require `types` parameter in IdsQueryBuilder constructorChristoph Büscher
2016-11-17Using ObjectParser in MatchAllQueryBuilder and IdsQueryBuilderChristoph Büscher
2016-08-09Add common method that throws exception whenever multiple fields are provided...javanna
2016-07-01Fix order of modifiersTanguy Leroux
2016-05-06QueryBuilder does not need generics. #18133Adrien Grand
2016-05-04Consolidate query generation in QueryShardContextChristoph Büscher
2016-05-03Make reset() in QueryShardContext privateChristoph Büscher
2016-04-29Drop top level inner hits in favour of inner hits defined in the query dsl.Martijn van Groningen
2016-04-19Migrate (read|write)Query to (read|write)NamedWriteableNik Everett
2016-04-14Cleanup query builder for inner hits construction.Martijn van Groningen
2016-04-12Remove PROTOTYPE from QueryBuildersNik Everett
2016-02-12apply fixes after reviewSimon Willnauer
2016-01-17Zap another few raw types warningsNik Everett
2015-11-23Switches from manual field parsing to ParseFieldIsabel Drost-Fromm
2015-11-09Internal: move to lucene BoostQueryjavanna
2015-09-24Query refactoring: last //norelease addressedjavanna
2015-09-24Query Refactoring: remove deprecated methods and temporary classesChristoph Büscher
2015-09-22Fixing warnings and errors in javadocChristoph Büscher
2015-09-22Query Refactoring: moving validation to setters and constructorsChristoph Büscher
2015-09-09Query Refactoring: Refactor of GeohashCellQueryColin Goodheart-Smithe
2015-09-04Merge branch 'master' into feature/query-refactoringjavanna
2015-08-26[TEST] unify parsing code in testsjavanna
2015-08-14Modified AbstractQueryBuilder default hashcode impljavanna
2015-08-10Move flag to track filter context to QueryShardContextChristoph Büscher
2015-08-06Merge branch 'master' into feature/query-refactoringjavanna
2015-08-05Separating QueryParseContext and QueryShardContextChristoph Büscher
2015-07-28[TEST] remove createExpectedQuery from BaseQueryTestCasejavanna
2015-07-24Query Refactoring: Move null-checks from constructors and setters to validateChristoph Büscher
2015-07-03Query Refactoring: Make sure that parsing nested queries always returns an qu...Christoph Büscher
2015-07-01Query refactoring: unify boost and query namejavanna
2015-06-30Query refactoring: validate inner queries whenever supportedjavanna
2015-06-26Revisited the queries already refactored, corrected and aligned some ofChristoph Büscher
2015-06-23Query refactoring: simplify equals implementation and dedup codejavanna
2015-06-22Query refactoring: make QueryBuilder an interface again and rename current ab...javanna