summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-11-04Add automatic parallelization support to reindex and friends (#20767)Nik Everett
2016-11-04Write -1 on unbounded queue in cat thread poolJason Tedor
2016-11-04Remove support for controversial ignore_unavailable and allow_no_indices from...Luca Cavanna
2016-11-04Assert status logger does not warn on Log4j usageJason Tedor
2016-11-04Fix SpanMultiTermQueryBuilderTest by using a mock querySimon Willnauer
2016-11-04Validate the `_rollover` target index name early to also fail if dry_run=true...Simon Willnauer
2016-11-04Remove LateParsingQuery to prevent timestamp access after context is frozen (...Simon Willnauer
2016-11-04Add "all field" execution mode to query_string queryLee Hinman
2016-11-04Add tests for alternative ways of writing zero offset timezonesChristoph Büscher
2016-11-04Removing plugin that isn't installed shouldn't trigger usage informationChristoph Büscher
2016-11-04Upgrade to lucene-6.3.0-snapshot-a66a445. (#21309)Adrien Grand
2016-11-03Fix ShardInfo#toStringJason Tedor
2016-11-03Add information about in-flight requests when checking IndexShard operation c...Yannick Welsch
2016-11-03Read indices options in indices upgrade API (#21281)Luca Cavanna
2016-11-03Rewrite Queries/Filter in FilterAggregationBuilder and ensure client usage ma...Simon Willnauer
2016-11-03Remove pluggability of ZenPing (#21049)Ryan Ernst
2016-11-03[TEST] Add tests that combines highlighting and NOW parsingSimon Willnauer
2016-11-03Consume `full_id` request parameter early (#21270)Simon Willnauer
2016-11-03Create the QueryShardContext lazily in DocumentMapperParser. (#21287)Adrien Grand
2016-11-03Fix the request cache keys to not hold references to the SearchContext. (#21284)Adrien Grand
2016-11-02ClusterAdminClient.prepareDeletePipeline method should accept pipeline id to ...Igor Motov
2016-11-02add EngineClosed and IndexShardClosed exceptions to assertions on executing b...Areek Zillur
2016-11-02Stored scripts and ingest node configurations should be included into a snapshotIgor Motov
2016-11-02[TEST] Update destructive operations and disable close IT tests (#21274)Luca Cavanna
2016-11-02Tests: Add warning header checks to QueryBuilder tests and QueryParseContextT...Christoph Büscher
2016-11-02Add deprecation logging message for 'fuzzy' queryChristoph Büscher
2016-11-02Publishing a cluster state should clear the pending states queue (#21259)Boaz Leskes
2016-11-02Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#2...Adrien Grand
2016-11-02`query_string` can now automatically generate phrase queries.Adrien Grand
2016-11-02Change ClusterState and PendingClusterTasksResponse's toString() to their pre...Boaz Leskes
2016-11-02TransportShardBulkAction: add the exception to the message of an assertion a...Boaz Leskes
2016-11-02Remove special case in case no action filters are registered (#21251)Luca Cavanna
2016-11-02Protect BytesStreamOutput against overflows of the current number of written ...Adrien Grand
2016-11-02Expose splitOnWhitespace in `Query String Query` (#20965)Jim Ferenczi
2016-11-02Require arguments for QueryShardContext creation. (#21196)Adrien Grand
2016-11-02[TEST] add back AwaitsFix until we get a new Lucene 6.3.0 snapshotSimon Willnauer
2016-11-02[TEST] fix extrasFS file filtering in OldIndexUtilsSimon Willnauer
2016-11-02Fix InternalEngineTests#testUpgradeOldIndex for 5.0.0 BWC indicesSimon Willnauer
2016-11-01Balance step in BalancedShardsAllocator for a single shard (#21103)Ali Beyad
2016-11-01Merge pull request #19105 from areek/enhancement/replicate_primary_write_fail...Areek Zillur
2016-11-01add back index and delete engine failure exceptions as deprecated for bwc wit...Areek Zillur
2016-11-01documentation and minor fixes for engine level index/delete operationsAreek Zillur
2016-11-01Disallow VersionType.FORCE for GetRequest (#21079)Lee Hinman
2016-11-01Add version for 5.0.0Jason Tedor
2016-11-01Merge branch 'master' into enhancement/replicate_primary_write_failuresAreek Zillur
2016-11-01Fix a racing condition in MockTransportService#addUnresponsiveRule where a re...Boaz Leskes
2016-11-01ensure the XContentBuilder is always closed in RestBuilderListenerJay Modi
2016-10-31incorporate feedbackAreek Zillur
2016-10-31Cleanup ScriptType (#21179)Jack Conradson
2016-10-31IndexService#maybeRefresh should catch `IndexShardClosedException` (#21205)Boaz Leskes