summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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
2011-11-30Improve highlighting perf (a bit) by reusing some constructs across hits, clo...Shay Banon
2011-11-30check against hte fieldName...Shay Banon
2011-11-29have DocSet implement Bits interfaceShay Banon
2011-11-29Query DSL: Bool filter does not take should clauses properly into account, cl...Shay Banon
2011-11-29cleanupShay Banon
2011-11-29Query DSL: Bool filter does not take should clauses properly into account, cl...Shay Banon
2011-11-29Query DSL: Bool filter does not take should clauses properly into account, cl...Shay Banon
2011-11-29add 0.18.6Shay Banon
2011-11-29make node closed exception serializableShay Banon
2011-11-29When _source is disabled, don't return it in realtime get fetching the docume...Shay Banon
2011-11-28sync with latest Lucene block join, init parentDoc to -1, which makes the ass...Shay Banon
2011-11-28add the option to get mapping as a parsed map, also do some internal refactor...Shay Banon