summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/query/MoreLikeThisQueryBuilder.java
AgeCommit message (Expand)Author
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-05-17Fix Version based BWC and set correct minCompatVersion (#24732)Simon Willnauer
2017-05-15Pass over _routing value with more_like_this items to be retrieved (#24679)Luca Cavanna
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-02-21Migrate TermsQuery to TermInSetQuery (#23229)Martin Scholz
2017-02-13Fix communication with 5.3.0 nodesjaymode
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-03Remove ParseFieldMatcher usages from MoreLikeThisQueryBuilder & MultiMatchQue...javanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-20Introduce XContentParser#namedObject (#22003)Nik Everett
2016-12-12Remove support for empty queries (#22092)Luca Cavanna
2016-11-30Remove 2.x backward compatibility of mappings. (#21670)Adrien Grand
2016-11-29Remove deprecated query names: in, geo_bbox, mlt, fuzzy_match and match_fuzzy...Luca Cavanna
2016-09-23Remove AnalysisService and reduce it to a simple name to analyzer mapping (#2...Simon Willnauer
2016-09-08Clean up XContentBuilderTanguy Leroux
2016-08-10Collapse o.e.index.mapper packages. #19921Adrien Grand
2016-08-10[TEST] use ParseField instead of plain strings in query testsjavanna
2016-07-20Migrate query registration from push to pullNik Everett
2016-07-04Enable Checkstyle RedundantModifierTanguy Leroux
2016-06-02Handle empty query bodies at parse time and remove EmptyQueryBuilderChristoph Büscher
2016-05-06QueryBuilder does not need generics. #18133Adrien Grand
2016-04-21Remove <T> from WriteableNik Everett
2016-04-20Merge pull request #17204 from mstockerl/masterBritta Weber
2016-04-19#14944 Remove obsolete hasResponseFromRequest methodMichael Stockerl
2016-04-18Wrap xcontent parser creation in try-with-resource statement where possibleChristoph Büscher
2016-04-15Rename context.parseFieldMatcher() to context.getParseFieldMatcherChristoph Büscher
2016-04-12Do not set analyzers on numeric fields.Adrien Grand
2016-04-12Remove PROTOTYPE from QueryBuildersNik Everett
2016-04-07Cut over remaining queries to registerQueryNik Everett
2016-04-05Switch to using ParseField to parse query namesLuca Cavanna
2016-04-01Remove PROTOTYPE from MLT.ItemNik Everett
2016-03-20Get TermVectorResponses for like and unlike items in separate requests, so we...Michael Stockerl
2016-02-12apply fixes after reviewSimon Willnauer
2016-02-11Add infrastructure to rewrite query buidlersSimon Willnauer
2016-02-10Fix typos in commentsDongjoon Hyun
2016-02-04Remove DFS support from TermVector APISimon Willnauer
2016-01-28Make index uuid available in Index, ShardRouting & ShardIdBoaz Leskes
2016-01-13Replace ContextAndHeaders with a ThreadPool based ThreadLocal implementationSimon Willnauer
2016-01-11Stop using deprecated constructors for queriesNik Everett
2015-12-23Remove `index_name` back compat.Adrien Grand
2015-11-02Cleanup query parsing and remove IndexQueryParserServiceSimon Willnauer
2015-09-29Make sure equivalent geohashCellQueries are equal after toQuery calledColin Goodheart-Smithe
2015-09-23Query Refactoring: Move MoreLikeThisQueryBuilder validation to constructorChristoph Büscher
2015-09-22Merge branch 'master' into feature/query-refactoringChristoph Büscher
2015-09-22Query Refactoring: moving validation to setters and constructorsChristoph Büscher
2015-09-21Fix all javadocs issues, re-enable compiler warnings (but disable on java9 wh...Robert Muir
2015-09-16Refactors MoreLikeThisQueryBuilder and ParserAlex Ksikes
2015-09-09Merge branch 'master' into feature/query-refactoringjavanna
2015-09-09MLT: builder takes a new Item object like its parserAlex Ksikes