summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-07-02Cleanup network / transport related settings (#25489)Simon Willnauer
2017-06-29Remove unregistered `transport.netty.*` settings (#25476)Simon Willnauer
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-29Unify the result interfaces from get and search in Java client (#25361)olcbean
2017-06-27test: Make many percolator integration tests real integration testsMartijn van Groningen
2017-06-26Remove `mapping.single_type` from parent join test (#25391)Simon Willnauer
2017-06-26Move more token filters to analysis-common moduleMartijn van Groningen
2017-06-23Remove `index.mapping.single_type=false` from reindex tests (#25365)Nik Everett
2017-06-23Remove remaining `index.mapping.single_type=false` (#25369)Simon Willnauer
2017-06-22fix sort and string processor tests around targetField (#25358)Tal Levy
2017-06-22Update Painless to Allow Augmentation from Any Class (#25360)Jack Conradson
2017-06-22test: single type defaults to true since alpha1 and not alpha3Martijn van Groningen
2017-06-22Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349)Adrien Grand
2017-06-22percolator: Deprecate `document_type` parameter.Martijn van Groningen
2017-06-20Fix reindex test when log level is debugNik Everett
2017-06-20Parse synonyms with the same analysis chain (#8049)Jun Ohtani
2017-06-19Tweak reindex cancel logic and add many debug logs (#25256)Nik Everett
2017-06-19Rename simple pattern tokenizers (#25300)Andy Bristol
2017-06-17Replace deprecated API usage in Netty4HttpChannelSimon Willnauer
2017-06-17[Tests] Check that parsing aggregations works in a forward compatible way (#2...Christoph Büscher
2017-06-16Move TransportStats accounting into TcpTransport (#25251)Simon Willnauer
2017-06-16Move pre-configured "keyword" tokenizer to the analysis-common module (#24863)Nik Everett
2017-06-15Add needs methods for specific variables to Painless script context factories...Jack Conradson
2017-06-15Moved more token filters to analysis-common module.Martijn van Groningen
2017-06-15[Test] restore BWC for parent-join now that the new mapping format is in 5.xJim Ferenczi
2017-06-15Add a section named "relations" in the ParentJoinFieldMapper (#25248)Jim Ferenczi
2017-06-15fix: Sort Processor does not have proper behavior with targetField (#25237)Tal Levy
2017-06-15move assertBusy to use CheckException (#25246)Boaz Leskes
2017-06-15Use SPI in High Level Rest Client to load XContent parsers (#25098)Tanguy Leroux
2017-06-15Upgrade to lucene-7.0.0-snapshot-92b1783. (#25222)Adrien Grand
2017-06-14Scripting: Rename SearchScript.needsScores to needs_score (#25235)Ryan Ernst
2017-06-14Support script context stateful factory in Painless. (#25233)Jack Conradson
2017-06-13expose simple pattern tokenizers (#25159)Andy Bristol
2017-06-13Add target_field parameter to gsub, join, lowercase, sort, split, trim, upper...Alexander Kazakov
2017-06-13Ensure pending transport handlers are invoked for all channel failures (#25150)Simon Willnauer
2017-06-11Fix get mappings HEAD requestsJason Tedor
2017-06-10Fix handling of exceptions thrown on HEAD requestsJason Tedor
2017-06-09Scripting: Change keys for inline/stored scripts to source/id (#25127)Ryan Ernst
2017-06-09Remove the postings highlighter and make unified the default highlighter choi...Jim Ferenczi
2017-06-08Add Ingest-Processor specific Rest Endpoints & Add Grok endpoint (#25059)Tal Levy
2017-06-08remove Ingest's Internal Template Service (#25085)Tal Levy
2017-06-08Allow removing multiple fields in ingest processor (#24750)Guillaume Le Floch
2017-06-08Always use DisjunctionMaxQuery to build cross fields disjunction (#25115)Jim Ferenczi
2017-06-08Leverage scorerSupplier when applicable. (#25109)Adrien Grand
2017-06-07Generate Painless Factory for Creating Script Instances (#25120)Jack Conradson
2017-06-07Add BWC rest test for parent-join after the backport to 5.xJim Ferenczi
2017-06-07Changed inner_hits to work with the new join field type andMartijn van Groningen
2017-06-06GET aliases should 404 if aliases are missingJason Tedor
2017-06-06Move parent_id query to the parent-join module (#25072)Jim Ferenczi
2017-06-06fix grok's pattern parsing to validate pattern names in expression (#25063)Tal Levy