summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch
AgeCommit message (Expand)Author
2017-06-22Initialize max unsafe auto ID timestamp on shrinkJason Tedor
2017-06-22Enable a long translog retention policy by default (#25294)Boaz Leskes
2017-06-22Get short path name for native controllersJason Tedor
2017-06-22Live primary-replica resync (no rollback) (#24841)Yannick Welsch
2017-06-22Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349)Adrien Grand
2017-06-21Initialize sequence numbers on a shrunken indexJason Tedor
2017-06-21Javadoc: ThreadPool doesn't reject while shutdown (#23678)Nik Everett
2017-06-21Add version v5.4.2 after releaseTanguy Leroux
2017-06-21IndexMetaData: Add internal format index setting (#25292)Alexander Reelsen
2017-06-21Ensure we never read from a closed MockSecureSettings object (#25322)Simon Willnauer
2017-06-21Fix settings serialization to not serialize secure settings or not take the t...Simon Willnauer
2017-06-20Initialize primary term for shrunk indicesJason Tedor
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-19Keystore CLI should use the AddFileKeyStoreCommand for files (#25298)Jay Modi
2017-06-19Simplify IndexShard indexing and deletion methods (#25249)Yannick Welsch
2017-06-19Initialise empty lists in BaseTaskResponse constructor (#25290)David Kyle
2017-06-19Remove (deprecated) support for '+' in index expressions (#25274)Luca Cavanna
2017-06-19[Test] Extend parsing checks for DocWriteResponses (#25257)Tanguy Leroux
2017-06-19Simplify connection closing and cleanups in TcpTransport (#25250)Simon 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-16Delete index API to work only against concrete indices (#25268)Luca Cavanna
2017-06-16Introduce translog size and age based retention policies (#25147)Boaz Leskes
2017-06-15Improves snapshot logging and snapshoth deletion error handling (#25264)Ali Beyad
2017-06-15Deprecate tribe serviceGuillaume Le Floch
2017-06-15Moved more token filters to analysis-common module.Martijn van Groningen
2017-06-15test: Ported more OldIndexBackwardsCompatibilityIT tests to full cluster rest...Martijn van Groningen
2017-06-15Allow reader wrappers to have different live docs but the same cache key.Adrien Grand
2017-06-15Use SPI in High Level Rest Client to load XContent parsers (#25098)Tanguy Leroux
2017-06-15Speed up PK lookups at index time. (#19856)Adrien Grand
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-15FastVectorHighlighter should not cache the field query globally (#25197)Jim Ferenczi
2017-06-14Remove QUERY_AND_FETCH BWC for pre-5.3.0 nodes (#25223)Lee Hinman
2017-06-14Add more missing AggregationBuilder getters (#25198)Zachary Tong
2017-06-14Refactor TransportShardBulkAction.executeUpdateRequest and add testsLee Hinman
2017-06-14Make sure range queries are correctly profiled. (#25108)Adrien Grand
2017-06-13Internal: Remove Strings.cleanPath (#25209)Ryan Ernst
2017-06-13Add Cross Cluster Search support for scroll searches (#25094)Simon Willnauer
2017-06-13Rollover max docs should only count primaries (#24977)Sergey Galkin
2017-06-13Add remote cluster infrastructure to fetch discovery nodes. (#25123)Simon Willnauer
2017-06-13Ensure pending transport handlers are invoked for all channel failures (#25150)Simon Willnauer
2017-06-12Tweak AggregatorBase.addRequestCircuitBreakerBytesLee Hinman
2017-06-12Explicitly reject duplicate data pathsJason Tedor
2017-06-12Do not swallow node lock failed exceptionJason Tedor
2017-06-12Aggregations bug: Significant_text fails on arrays of text. (#25030)markharwood
2017-06-12Speed up sorted scroll when the index sort matches the search sort (#25138)Jim Ferenczi
2017-06-11Fix get mappings HEAD requestsJason Tedor