summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/common
AgeCommit message (Expand)Author
2017-07-03[Test] Use a common testing class for all XContent filtering tests (#25491)Tanguy Leroux
2017-07-02Cleanup network / transport related settings (#25489)Simon Willnauer
2017-06-29Use LRU set to reduce repeat deprecation messagesJason Tedor
2017-06-28Emit settings deprecation logging at most onceJason Tedor
2017-06-27Add missing newline at end of SetsTests.javaJason Tedor
2017-06-27Add Javadocs and tests for set difference methodsJason Tedor
2017-06-26Remove path.conf settingJason Tedor
2017-06-23[Test] Add unit test for XContentParserUtilsTests.parseStoredFieldsValue (#25...Tanguy Leroux
2017-06-22Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349)Adrien Grand
2017-06-21Fix settings serialization to not serialize secure settings or not take the t...Simon Willnauer
2017-06-17[Tests] Check that parsing aggregations works in a forward compatible way (#2...Christoph Büscher
2017-06-15Allow reader wrappers to have different live docs but the same cache key.Adrien Grand
2017-06-15move assertBusy to use CheckException (#25246)Boaz Leskes
2017-06-15Speed up PK lookups at index time. (#19856)Adrien Grand
2017-06-14Scripting: Rename SearchScript.needsScores to needs_score (#25235)Ryan Ernst
2017-06-08Leverage scorerSupplier when applicable. (#25109)Adrien Grand
2017-06-06Settings: Fix setting groups to include secure settings (#25076)Ryan Ernst
2017-06-06Settings: Fix secure settings by prefix (#25064)Ryan Ernst
2017-06-05Track EWMA[1] of task execution time in search threadpool executorLee Hinman
2017-06-02Checks the circuit breaker before allocating bytes for a new big array (#25010)Ali Beyad
2017-06-02Adds nodes usage API to monitor usages of actions (#24169)Colin Goodheart-Smithe
2017-05-30Scripting: Add StatefulFactoryType as optional intermediate factory in script...Ryan Ernst
2017-05-26Remove the need for _UNRELEASED suffix in versions (#24798)Nik Everett
2017-05-23[TEST] Add additional assert loggingLee Hinman
2017-05-23Add assertions enabled helperJason Tedor
2017-05-18Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-17Scripting: Remove native scripts (#24726)Ryan Ernst
2017-05-17Settings: Remove shared setting property (#24728)Ryan Ernst
2017-05-17Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-17Fix Version based BWC and set correct minCompatVersion (#24732)Simon Willnauer
2017-05-16Add ability to automatically adjust search threadpool queue_sizeLee Hinman
2017-05-16Allow resetting settings that use and IP validator (#24713)Simon Willnauer
2017-05-16Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-15Make ObjectParser support string to boolean conversion (#24668)Luca Cavanna
2017-05-09Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-09Identify documents by their `_id`. (#24460)Adrien Grand
2017-05-08Fix cache expire after accessJason Tedor
2017-05-05Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-04Add StreamInput.readEnum and StreamOutput.writeEnum (#24475)Igor Motov
2017-05-03Add parsing methods for InternalDateHistogram and InternalHistogram (#24213)Tanguy Leroux
2017-04-27Pass Context to ConstructingObjectParser's function (#24230)Tim Vernum
2017-04-26Remove most usages of 1-arg Script ctor (#24325)Nik Everett
2017-04-21Add utility method to parse named XContent objects with typed prefix (#24240)Tanguy Leroux
2017-04-21Adds declareNamedObjects methods to ConstructingObjectParser (#24219)Colin Goodheart-Smithe
2017-04-20Extract batch executor out of cluster service (#24102)Yannick Welsch
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-04-14Use sequence numbers to identify out of order delivery in replicas & recovery...Boaz Leskes
2017-04-14Closing a ReleasableBytesStreamOutput closes the underlying BigArray (#23941)Jay Modi
2017-04-13Correct handling of default and array settingsJason Tedor
2017-04-11Remove shadow replicasLee Hinman