summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/query/MatchPhrasePrefixQueryBuilder.java
AgeCommit message (Expand)Author
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-12Remove support for empty queries (#22092)Luca Cavanna
2016-09-23Remove AnalysisService and reduce it to a simple name to analyzer mapping (#2...Simon Willnauer
2016-08-09Add common method that throws exception whenever multiple fields are provided...javanna
2016-08-08Throw parsing error if match phrase prefix query contains multiple fields in ...javanna
2016-08-05Throw parsing error if match_phrase_prefix query contains multiple fieldsjavanna
2016-07-20Migrate query registration from push to pullNik Everett
2016-06-02Handle empty query bodies at parse time and remove EmptyQueryBuilderChristoph Büscher
2016-04-15Rename context.parseFieldMatcher() to context.getParseFieldMatcherChristoph Büscher
2016-04-12Remove PROTOTYPE from QueryBuildersNik Everett
2016-04-05Switch to using ParseField to parse query namesLuca Cavanna
2016-04-05Splits `phrase` and phrase_prefix` in match query into `MatchPhraseQueryBuild...Colin Goodheart-Smithe