summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2016-01-13Replace ContextAndHeaders with a ThreadPool based ThreadLocal implementationSimon Willnauer
2016-01-07Remove -Xlint:-deprecation from pluginsNik Everett
2016-01-06Remove a few more Xlint skipsNik Everett
2016-01-06Percolator refactoring:Martijn van Groningen
2016-01-05Task Management: Add framework for registering and communicating with tasksIgor Motov
2016-01-05Merge pull request #15692 from s1monw/issues/15675Simon Willnauer
2016-01-04Merge pull request #15663 from jpountz/remove/mapping_backcompatAdrien Grand
2015-12-30Remove support for the `multi_field` type.Adrien Grand
2015-12-29Fix pharse suggest collate example to use correct script context/syntaxSimon Willnauer
2015-12-28Improve thirdPartyAudit check, round 3Robert Muir
2015-12-24Remove mapping backward compatibilit with pre-2.0.Adrien Grand
2015-12-23Remove `index_name` back compat.Adrien Grand
2015-12-21Upgrade to lucene-5.5.0-snapshot-1721183.Adrien Grand
2015-12-18Remove wildcard importsRyan Ernst
2015-12-18Aggregations: Run pipeline aggregations for empty buckets added in the Range ...Colin Goodheart-Smithe
2015-12-17Simplify the Text API.Adrien Grand
2015-12-17Merge pull request #15501 from rmuir/sheisty_classesRobert Muir
2015-12-17thirdPartyAudit round 2Robert Muir
2015-12-16Added plumbing for compile time script parameters.Jack Conradson
2015-12-16Merge pull request #15491 from rmuir/forbidden_third_partyRobert Muir
2015-12-16add some more comments about internal api usageRobert Muir
2015-12-16Add gradle thirdPartyAudit to precommit tasksRobert Muir
2015-12-16Merge pull request #15434 from rjernst/http_typeRyan Ernst
2015-12-15Validate that fields are defined only once.Adrien Grand
2015-12-14Plugins: Expose http.type setting, and collapse al(most all) modules relating...Ryan Ernst
2015-12-11Fix compilation in o.e.m.t.SimpleSortTestsJason Tedor
2015-12-11Remove and forbid use of Collections#shuffle(List) and Random#<init>()Jason Tedor
2015-12-10Remove now-dead code in expressions (fixed in https://issues.apache.org/jira/...Robert Muir
2015-12-10Remove RuntimePermission("accessDeclaredMembers")Robert Muir
2015-12-10Merge branch 'master' into shave_mustacheRobert Muir
2015-12-10Refactors TransportReplicationAction to decouple request routing and shard op...Areek Zillur
2015-12-09mark messy rest test as messy and add to messy tests listsRobert Muir
2015-12-08Fix template query parser tests to register mustache script engineRyan Ernst
2015-12-08Fix render search template testsRyan Ernst
2015-12-09fix integ testsRobert Muir
2015-12-09get gradle check passing for lang-mustacheRobert Muir
2015-12-09split out mustache methods so groovy works againRobert Muir
2015-12-08move template query builder tests back to core (using mockscript)Ryan Ernst
2015-12-08refactor mustache to lang-mustache plugin. No rest tests yet.Robert Muir
2015-12-05do expressions consistently with other enginesRobert Muir
2015-12-05Filter classes loaded by scriptsRobert Muir
2015-12-04Merge branch 'master' into getClassLoaderRobert Muir
2015-12-04list modules separately in pluginserviceRobert Muir
2015-12-03added gradle checks for modules configuration, and ability to addRyan Ernst
2015-12-03Added modules, distributions now include them (just plugins installed inRyan Ernst
2011-12-06remove old modules and gradleShay Banon
2011-12-06first cleanup phase, move to single srcShay Banon
2011-12-04Analysis: Add arabic, brazilian, czech to stemmer token filter language optio...Shay Banon
2011-12-04Version missing a space, closes #1517.Shay Banon
2011-12-02search missing from stats when using clear and search params, closes #1516.Shay Banon