summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/query/SimpleQueryStringIT.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-12-14Allow `_doc` as a type. (#27816)Adrien Grand
2017-09-13Move non-core mappers to a module. (#26549)Adrien Grand
2017-09-08Limit the number of expanded fields it query_string and simple_query_string (...Lee Hinman
2017-08-28Remove the _all metadata field (#26356)Jim Ferenczi
2017-08-21Refactor simple_query_string to handle text part like multi_match and query_s...Jim Ferenczi
2017-08-11Remove SimpleQueryStringIT#testPhraseQueryOnFieldWithNoPositions.Adrien Grand
2017-06-15Moved more token filters to analysis-common module.Martijn van Groningen
2017-06-08Always use DisjunctionMaxQuery to build cross fields disjunction (#25115)Jim Ferenczi
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-02-17Enforce Content-Type requirement on the rest layer and remove deprecated meth...Jay Modi
2017-02-08Fold InternalSearchHits and friends into their interfaces (#23042)Simon Willnauer
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-11Disable _all by defaultLee Hinman
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-11-21Allow overriding all-field leniency when `lenient` option is specifiedLee Hinman
2016-11-09Add "all fields" execution mode to simple_query_string queryLee Hinman
2016-11-02Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#2...Adrien Grand
2016-05-10Use uppercase 'L' for long literalYannick Welsch
2016-05-10Add test for NullPointerException in SQS when analyzing text produces null queryLee Hinman
2016-04-12SimpleQueryParser should call MappedFieldType.termQuery when appropriate. #17678Colin Goodheart-Smithe
2016-04-06handle null Engine.Operation.getTranslogLocation in IndexingMemoryControllerMike McCandless
2016-02-15Add a text field.Adrien Grand
2016-02-05Add test for minimum_should_match, one term and multiple fieldsChristoph Büscher
2016-01-30Uppercase ells ('L') in long literalsJason Tedor
2015-11-03Revert fd3a46a because fix is to fragileChristoph Büscher
2015-10-28Query DSL: Fix `minimum should match` in `simple_query_string` for single ter...Christoph Büscher
2015-10-20Remove and ban @TestNik Everett
2015-10-06fixed some NORELEASE comments in testsColin Goodheart-Smithe
2015-09-24fixing up NOCOMMITs and making the IndicesQueryParserService not serialise th...Colin Goodheart-Smithe
2015-09-23SearchRequest.source() now returns a SearchSourceBuilder.Colin Goodheart-Smithe
2015-09-23cleanup codebase to work with SearchSourceBuilderColin Goodheart-Smithe
2015-09-14Merge branch 'master' into feature/query-refactoringChristoph Büscher
2015-09-11Cleanup SearchRequest & SearchRequestBuilderSimon Willnauer
2015-08-11Merge branch 'master' into feature/query-refactoringjavanna
2015-08-11simple query string: remove (not working) support for alternate formatsjavanna
2015-08-04Merge branch 'master' into feature/query-refactoringChristoph Büscher
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-08-03Tests: Rename integ tests to IT suffixRyan Ernst