summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/index
AgeCommit message (Expand)Author
2017-07-02Cleanup network / transport related settings (#25489)Simon Willnauer
2017-07-01Remove allocation id from replica replication response (#25488)Yannick Welsch
2017-06-30Add additional test for sequence-number recoveryJason Tedor
2017-06-30WrapperQueryBuilder should also rewrite the parsed query.Martijn van Groningen
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-29Unify the result interfaces from get and search in Java client (#25361)olcbean
2017-06-28Use a single method to update shard stateYannick Welsch
2017-06-28Update global checkpoint when increasing primary term on replica (#25422)Yannick Welsch
2017-06-27Mute IndexShardTests#testRelocatedShardCanNotBeRevivedConcurrentlyDaniel Mitterdorfer
2017-06-26Remove path.conf settingJason Tedor
2017-06-26Fix primary context sealing testJason Tedor
2017-06-26Introduce primary context (#25122)Jason Tedor
2017-06-26Move more token filters to analysis-common moduleMartijn van Groningen
2017-06-25Remove remaining `index.mapper.single_type` setting usage from tests (#25388)Simon Willnauer
2017-06-23Remove remaining `index.mapping.single_type=false` (#25369)Simon Willnauer
2017-06-22ESIndexLevelReplicationTestCase.ReplicationAction#execute should send excepti...Boaz Leskes
2017-06-22testRecoveryAfterPrimaryPromotion shouldn't flush the replica with extra oper...Boaz Leskes
2017-06-22Ensure `InternalEngineTests.testConcurrentWritesAndCommits` doesn't pile up c...Simon Willnauer
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-22Remove `index.mapping.single_type=false` from core/tests (#25331)Simon Willnauer
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-20Parse synonyms with the same analysis chain (#8049)Jun Ohtani
2017-06-19Simplify IndexShard indexing and deletion methods (#25249)Yannick Welsch
2017-06-16Introduce translog size and age based retention policies (#25147)Boaz Leskes
2017-06-15Add unit test for PathHierarchyTokenizerFactory (#24984)Christoph Büscher
2017-06-15Moved more token filters to analysis-common module.Martijn van Groningen
2017-06-15move assertBusy to use CheckException (#25246)Boaz Leskes
2017-06-12TranslogTests.testWithRandomException ignored a possible simulated OOM when t...Boaz Leskes
2017-06-11Adapt TranslogTests.testWithRandomException to checkpoint syncing on trimBoaz Leskes
2017-06-11TranslogTests#commit didn't allow for a concurrent closing of a viewBoaz Leskes
2017-06-09await fix testWithRandomExceptionBoaz Leskes
2017-06-09Scripting: Change keys for inline/stored scripts to source/id (#25127)Ryan Ernst
2017-06-09nested: In case of a single type the _id field should be added to the nested ...Martijn van Groningen
2017-06-09`type` and `id` are lost upon serialization of `Translog.Delete`. (#24586)Adrien Grand
2017-06-09Fix NPE in token_count datatype with null value (#25046)Sergey Galkin
2017-06-08Correctly enable _all for older 5.x indicesLee Hinman
2017-06-08Use correct primary term for replicating NOOPs (#25128)Yannick Welsch
2017-06-08fielddata: Binary script doc values should make a deep copy of the BytesRef b...Martijn van Groningen
2017-06-08Always use DisjunctionMaxQuery to build cross fields disjunction (#25115)Jim Ferenczi
2017-06-08Translog file recovery should not rely on lucene commits (#25005)Boaz Leskes
2017-06-07Remove TranslogRecoveryPerformer (#24858)Yannick Welsch
2017-06-07Update `IndexShard#refreshMetric` via a `ReferenceManager.RefreshListener` (#...Boaz Leskes
2017-06-07keep _parent field while updating child type mapping (#24407)Yu
2017-06-06Move parent_id query to the parent-join module (#25072)Jim Ferenczi
2017-06-06Add refresh stats tracking for realtime get (#25052)Yu
2017-06-05Plugins can register pre-configured char filters (#25000)Nik Everett
2017-06-02Java api: Remove unneeded getTookInMillis method (#23923)olcbean