summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/index/query/TermsQueryBuilderTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-09-13Move non-core mappers to a module. (#26549)Adrien Grand
2017-07-20Ensure query resources are fetched asynchronously during rewrite (#25791)Simon Willnauer
2017-07-17Make `index` in TermsLookup mandatory (#25753)Simon Willnauer
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-02-21Migrate TermsQuery to TermInSetQuery (#23229)Martin Scholz
2016-11-30Fix TermsQueryBuilderTests expectations.Adrien Grand
2016-11-30The `terms` query should always map to a Lucene `TermsQuery`. (#21786)Adrien Grand
2016-11-30Reduce memory pressure when sending large terms queries. (#21776)Adrien Grand
2016-11-29Remove deprecated query names: in, geo_bbox, mlt, fuzzy_match and match_fuzzy...Luca Cavanna
2016-11-29Add RangeFieldMapper for numeric and date range typesNicholas Knize
2016-11-03Rewrite Queries/Filter in FilterAggregationBuilder and ensure client usage ma...Simon Willnauer
2016-10-10Replace org.elasticsearch.common.lucene.search.MatchNoDocsQuery with its Luce...Jim Ferenczi
2016-10-06Remove SearchContext#current and all it's threadlocals (#20778)Simon Willnauer
2016-08-05[TEST] use expectThrows wherever possible in query builder unit testsjavanna
2016-06-02Handle empty query bodies at parse time and remove EmptyQueryBuilderChristoph Büscher
2016-05-24Moved the percolator from core to its own moduleMartijn van Groningen
2016-05-16Lessen leniency of the query dsl. #18276Adrien Grand
2016-05-06QueryBuilder does not need generics. #18133Adrien Grand
2016-04-29Tests: Fix TermsQueryBuilderTests expectations when lookup returns no termsChristoph Büscher
2016-04-27Switch to MatchNoDocsQuery with explicit reason stringIsabel Drost-Fromm
2016-04-27Switches from empty boolean query to matchNoDocsIsabel Drost-Fromm
2016-04-15Clean up creation of shard context in AbstractQueryTestCaseChristoph Büscher
2016-04-05Switch to using ParseField to parse query namesLuca Cavanna
2016-02-12fix testSimon Willnauer
2016-02-12apply fixes after reviewSimon Willnauer
2016-02-11Refactor IndicesRequestCache to make it testable.Simon Willnauer
2016-01-30Uppercase ells ('L') in long literalsJason Tedor
2015-12-18Remove wildcard importsRyan Ernst
2015-11-23Switches from manual field parsing to ParseFieldIsabel Drost-Fromm
2015-11-02Query DSL: Parsers should throw exception on unknown objectChristoph Büscher
2015-10-28Remove support for deprecated minimum_should_match and disable_coord in terms...javanna
2015-10-20Remove and ban @TestNik Everett
2015-09-24Remove IndexQueryParseService#parse methods used only in testsjavanna
2015-09-22Query Refactoring: moving validation to setters and constructorsChristoph Büscher
2015-09-18Add tests and fixes for primitive numeric ctors on TermsQueryBuilderSimon Willnauer
2015-09-12[TEST] BooleanQuery iteration order is not consistentSimon Willnauer
2015-09-11Remove ShapeFetchService and TermsLookupFetchService and use a Client insteadSimon Willnauer
2015-09-10Cleanup code and always use strict parsing on query testsSimon Willnauer
2015-09-10Cleanup QueryTest framework and be more strictSimon Willnauer
2015-09-03[TEST] renamed tests according to updated naming conventions (Tests suffix en...javanna