content
large_stringlengths
3
20.5k
url
large_stringlengths
54
193
branch
large_stringclasses
4 values
source
large_stringclasses
42 values
embeddings
listlengths
384
384
score
float64
-0.21
0.65
structure. `retries`:: The number of retries attempted by delete by query. `bulk` is the number of bulk actions retried and `search` is the number of search actions retried. `throttled\_millis`:: Number of milliseconds the request slept to conform to `requests\_per\_second`. `requests\_per\_second`:: The number of requests per second effectively executed during the delete by query. `throttled\_until\_millis`:: This field should always be equal to zero in a delete by query response. It only has meaning when using the <>, where it indicates the next time (in milliseconds since epoch) a throttled request will be executed again in order to conform to `requests\_per\_second`. `failures`:: Array of failures if there were any unrecoverable errors during the process. If this is non-empty then the request aborted because of those failures. Delete-by-query is implemented using batches and any failure causes the entire process to abort but all failures in the current batch are collected into the array. You can use the `conflicts` option to prevent reindex from aborting on version conflicts. [float] [[docs-delete-by-query-task-api]] === Works with the Task API You can fetch the status of any running delete-by-query requests with the <>: [source,js] -------------------------------------------------- GET \_tasks?detailed=true&actions=\*/delete/byquery -------------------------------------------------- // CONSOLE The responses looks like: [source,js] -------------------------------------------------- { "nodes" : { "r1A2WoRbTwKZ516z6NEs5A" : { "name" : "r1A2WoR", "transport\_address" : "127.0.0.1:9300", "host" : "127.0.0.1", "ip" : "127.0.0.1:9300", "attributes" : { "testattr" : "test", "portsfile" : "true" }, "tasks" : { "r1A2WoRbTwKZ516z6NEs5A:36619" : { "node" : "r1A2WoRbTwKZ516z6NEs5A", "id" : 36619, "type" : "transport", "action" : "indices:data/write/delete/byquery", "status" : { <1> "total" : 6154, "updated" : 0, "created" : 0, "deleted" : 3500, "batches" : 36, "version\_conflicts" : 0, "noops" : 0, "retries": 0, "throttled\_millis": 0 }, "description" : "" } } } } } -------------------------------------------------- // NOTCONSOLE // We can't test tasks output <1> this object contains the actual status. It is just like the response json with the important addition of the `total` field. `total` is the total number of operations that the reindex expects to perform. You can estimate the progress by adding the `updated`, `created`, and `deleted` fields. The request will finish when their sum is equal to the `total` field. With the task id you can look up the task directly: [source,js] -------------------------------------------------- GET /\_tasks/taskId:1 -------------------------------------------------- // CONSOLE // TEST[catch:missing] The advantage of this API is that it integrates with `wait\_for\_completion=false` to transparently return the status of completed tasks. If the task is completed and `wait\_for\_completion=false` was set on it then it'll come back with `results` or an `error` field. The cost of this feature is the document that `wait\_for\_completion=false` creates at `.tasks/task/${taskId}`. It is up to you to delete that document. [float] [[docs-delete-by-query-cancel-task-api]] === Works with the Cancel Task API Any Delete By Query can be canceled using the <>: [source,js] -------------------------------------------------- POST \_tasks/task\_id:1/\_cancel -------------------------------------------------- // CONSOLE The `task\_id` can be found using the tasks API above. Cancellation should happen quickly but might take a few seconds. The task status API above will continue to list the task until it is wakes to cancel itself. [float] [[docs-delete-by-query-rethrottle]] === Rethrottling The value of `requests\_per\_second` can be changed on a running delete by query using the `\_rethrottle` API: [source,js] -------------------------------------------------- POST \_delete\_by\_query/task\_id:1/\_rethrottle?requests\_per\_second=-1 -------------------------------------------------- // CONSOLE The `task\_id` can be found using the tasks API above. Just like when setting it on the `\_delete\_by\_query` API `requests\_per\_second` can be either `-1` to disable throttling or any decimal number like `1.7` or `12` to throttle to that level. Rethrottling that speeds up the query takes effect immediately but rethrotting that slows down the query will take effect on after completing the current batch. This prevents scroll timeouts. [float] [[docs-delete-by-query-slice]] === Slicing
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/delete-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.09390541166067123, -0.00446277717128396, -0.04472263157367706, 0.0444699227809906, -0.04933786764740944, -0.08191165328025818, 0.053087688982486725, -0.027872415259480476, 0.11868933588266373, 0.03049628809094429, 0.06772243976593018, 0.018534120172262192, 0.06605624407529831, -0.0777466669678688, -0.019895272329449654, -0.029337264597415924, 0.009848589077591896, -0.04965702071785927, -0.12410538643598557, 0.01088099367916584, 0.10100572556257248, -0.0022787461057305336, -0.019035914912819862, 0.055134426802396774, -0.027423175051808357, -0.03631310909986496, -0.055567286908626556, -0.07155325263738632, 0.010200259275734425, 0.0016030343249440193, -0.016614845022559166, 0.032444067299366, 0.010323558934032917, 0.029730450361967087, -0.00852331891655922, 0.09338691830635071, -0.004204343538731337, -0.12514673173427582, -0.04423052445054054, -0.06287220120429993, -0.03904904052615166, 0.014859767630696297, -0.08169578015804291, 0.006174792535603046, 0.031515348702669144, 0.02682926505804062, -0.09196702390909195, 0.026663247495889664, -0.012035512365400791, -0.017076805233955383, -0.08932321518659592, 0.03720875829458237, -0.042824886739254, 0.049314823001623154, 0.019860871136188507, 0.0004688284534495324, -0.01882895454764366, 0.000984413898549974, -0.05345441401004791, -0.026286061853170395, -0.037410736083984375, -0.04674069955945015, -0.0007187816663645208, 0.005587851162999868, 0.07151033729314804, -0.0696592852473259, 0.014684200286865234, -0.05682797357439995, 0.10378363728523254, 0.00858988519757986, 0.020348571240901947, -0.04218071699142456, -0.12676271796226501, 0.040827374905347824, -0.013817548751831055, 0.027990175411105156, 0.0076737538911402225, -0.017301855608820915, -0.07470707595348358, -0.04268738999962807, -0.005350242834538221, -0.04116746410727501, -0.004704555030912161, -0.08458451181650162, -0.00818826723843813, -0.08628574013710022, -0.005600765347480774, -0.018379027023911476, 0.14111240208148956, -0.015951240435242653, 0.040891192853450775, 0.06561073660850525, -0.005088445730507374, 0.034931715577840805, 0.08548981696367264, 0.03456513211131096, 0.01604102924466133, 0.04283641278743744, 0.003833061084151268, 0.021643593907356262, 0.05574093759059906, 0.027712486684322357, -0.029189499095082283, 0.0028347449842840433, -0.05835014954209328, -0.03179018571972847, -0.018513554707169533, 0.0799102783203125, -0.042947281152009964, 0.00553901307284832, -0.021263016387820244, -0.011100911535322666, 0.044944990426301956, -0.031518466770648956, -0.02030159719288349, 0.053946103900671005, 0.04503946378827095, 0.013411675579845905, 0.01920098252594471, 0.032588329166173935, 0.007276137825101614, -0.013010998256504536, -0.07506676018238068, -0.09750620275735855, 0.006994073744863272, 0.06649192422628403, 0.002715574111789465, 5.048739420574094e-33, 0.01511863712221384, -0.04774821177124977, -0.036470990628004074, -0.06132274121046066, -0.0036697275936603546, 0.0430908277630806, 0.013671797700226307, 0.12352139502763748, 0.017195245251059532, 0.00022106175310909748, -0.0002293734869454056, -0.04158185049891472, 0.008134400472044945, 0.05001208931207657, 0.0023729801177978516, -0.05681341141462326, 0.09569157660007477, 0.019466103985905647, 0.004201232921332121, -0.023096848279237747, 0.05908733978867531, -0.0001275858230656013, -0.01707671582698822, 0.04494960978627205, 0.04208846017718315, -0.019615577533841133, -0.012644785456359386, -0.012232769280672073, -0.07713721692562103, 0.021017450839281082, -0.009233004413545132, 0.06351040303707123, -0.1461823284626007, -0.02634291909635067, 0.07835230976343155, 0.05573686957359314, -0.01043936051428318, 0.001841436023823917, -0.036263611167669296, -0.031922973692417145, -0.07244479656219482, 0.045490801334381104, -0.050390783697366714, -0.007033844478428364, -0.07380952686071396, -0.11667344719171524, -0.02658924087882042, 0.0576508529484272, -0.011520609259605408, 0.040776822715997696, 0.06585053354501724, 0.05349000543355942, 0.0730380192399025, -0.0030893548391759396, 0.025410769507288933, -0.008920879103243351, 0.020838141441345215, 0.04227710887789726, -0.02199503593146801, 0.08487945795059204, 0.0504937581717968, -0.033149007707834244, 0.014899810776114464, 0.05240558087825775, 0.04812261462211609, 0.07511220127344131, 0.04121990129351616, 0.08553577959537506, 0.05195412412285805, 0.013965297490358353, 0.04670557752251625, 0.09488135576248169, 0.045405492186546326, -0.04790015146136284, 0.008095074445009232, -0.11139816045761108, 0.1289025992155075, -0.056288138031959534, 0.0438910536468029, -0.02311892621219158, 0.03526011109352112, -0.007835729978978634, -0.04500822350382805, 0.014920303598046303, -0.07042886316776276, 0.03899797052145004, 0.03824098780751228, 0.0037288351450115442, 0.00880071334540844, -0.04184003174304962, 0.05200484022498131, 0.015311316587030888, -0.043073270469903946, -0.007554873824119568, -0.042008787393569946, -5.799452724679424e-33, 0.06270453333854675, -0.017786609008908272, -0.023095084354281425, -0.0028168940916657448, 0.00406898558139801, -0.04481155052781105, -0.0005658165318891406, 0.07776667177677155, -0.027069469913840294, -0.07608729600906372, -0.025578001514077187, -0.025350157171487808, 0.012258974835276604, -0.010198751464486122, 0.0065873474813997746, -0.007404902949929237, 0.016719961538910866, -0.1047724187374115, -0.10617765784263611, 0.014726812019944191, -0.05369989573955536, 0.018342167139053345, -0.062119271606206894, 0.02649487555027008, -0.09305546432733536, -0.027539648115634918, -0.10783090442419052, -0.011121060699224472, -0.007389267906546593, -0.015638411045074463, 0.06676891446113586, -0.06929127871990204, -0.030801521614193916, 0.021833349019289017, 0.09638724476099014, -0.05577287822961807, 0.02399124950170517, 0.10835133492946625, -0.0036937876138836145, -0.018309399485588074, 0.03202225640416145, 0.05070904269814491, -0.002012292155995965, 0.03859269246459007, 0.05994495749473572, 0.015030154027044773, 0.0028603689279407263, -0.0085072573274374, 0.04187030717730522, -0.004090515896677971, 0.01617768406867981, -0.06364928930997849, -0.038965146988630295, 0.08919619023799896, 0.02979029156267643, -0.04517105594277382, -0.01563490740954876, -0.05166100710630417, -0.01972358673810959, -0.051580268889665604, -0.029609831050038338, 0.07390474528074265, -0.031220298260450363, 0.048316456377506256, 0.026954585686326027, 0.02381889335811138, 0.015857769176363945, -0.06095346435904503, 0.03321542590856552, -0.037727318704128265, 0.041937269270420074, 0.017254464328289032, 0.028866082429885864, 0.055483050644397736, -0.055228378623723984, -0.013104655779898167, -0.035843294113874435, -0.02471107430756092, -0.04768848419189453, 0.07799834758043289, 0.00035123739507980645, 0.04209083691239357, -0.013154488988220692, 0.06090579554438591, -0.12780670821666718, -0.043204739689826965, -0.035683877766132355, 0.002221084665507078, -0.013275985606014729, 0.004766834434121847, 0.025199610739946365, -0.09131114929914474, -0.06415537744760513, 0.07033298909664154, 0.03474925830960274, -5.796699653615178e-8, 0.03667546436190605, 0.02798933908343315, -0.021836375817656517, 0.0722302570939064, 0.07969854027032852, 0.0026637371629476547, 0.0238236952573061, 0.07891697436571121, -0.00621773861348629, -0.039406247437000275, 0.10118432343006134, 0.0028235814534127712, -0.0670153945684433, -0.06753984838724136, 0.031631238758563995, -0.054030273109674454, 0.002410681452602148, -0.05246966704726219, -0.012571659870445728, -0.0775342807173729, -0.03307220712304115, -0.0323529876768589, 0.02983967959880829, -0.00255971634760499, 0.0217839814722538, 0.03690469264984131, 0.0654817447066307, 0.1405762881040573, -0.011684045195579529, -0.058211490511894226, -0.034406550228595734, -0.060493096709251404, 0.07173820585012436, 0.03217524662613869, -0.0067258174531161785, 0.010716887190937996, -0.09035761654376984, 0.025226395577192307, -0.016268596053123474, -0.015273340977728367, -0.02413920871913433, 0.03998642787337303, 0.039299577474594116, 0.049067799001932144, 0.01787112094461918, -0.06570366770029068, -0.08791878819465637, 0.061139803379774094, 0.032856348901987076, -0.0579380989074707, -0.047165460884571075, -0.003908446524292231, -0.05330304801464081, 0.1498401165008545, -0.02693278156220913, 0.037404775619506836, 0.023058410733938217, -0.05996339023113251, 0.01779552549123764, -0.005462263245135546, 0.14814841747283936, -0.010339543223381042, -0.0689283087849617, -0.038143228739500046 ]
0.170197
`-1` to disable throttling or any decimal number like `1.7` or `12` to throttle to that level. Rethrottling that speeds up the query takes effect immediately but rethrotting that slows down the query will take effect on after completing the current batch. This prevents scroll timeouts. [float] [[docs-delete-by-query-slice]] === Slicing Delete-by-query supports <> to parallelize the deleting process. This parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts. [float] [[docs-delete-by-query-manual-slice]] ==== Manually slicing Slice a delete-by-query manually by providing a slice id and total number of slices to each request: [source,js] ---------------------------------------------------------------- POST twitter/\_delete\_by\_query { "slice": { "id": 0, "max": 2 }, "query": { "range": { "likes": { "lt": 10 } } } } POST twitter/\_delete\_by\_query { "slice": { "id": 1, "max": 2 }, "query": { "range": { "likes": { "lt": 10 } } } } ---------------------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] Which you can verify works with: [source,js] ---------------------------------------------------------------- GET \_refresh POST twitter/\_search?size=0&filter\_path=hits.total { "query": { "range": { "likes": { "lt": 10 } } } } ---------------------------------------------------------------- // CONSOLE // TEST[continued] Which results in a sensible `total` like this one: [source,js] ---------------------------------------------------------------- { "hits": { "total": 0 } } ---------------------------------------------------------------- // TESTRESPONSE [float] [[docs-delete-by-query-automatic-slice]] ==== Automatic slicing You can also let delete-by-query automatically parallelize using <> to slice on `\_uid`. Use `slices` to specify the number of slices to use: [source,js] ---------------------------------------------------------------- POST twitter/\_delete\_by\_query?refresh&slices=5 { "query": { "range": { "likes": { "lt": 10 } } } } ---------------------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] Which you also can verify works with: [source,js] ---------------------------------------------------------------- POST twitter/\_search?size=0&filter\_path=hits.total { "query": { "range": { "likes": { "lt": 10 } } } } ---------------------------------------------------------------- // CONSOLE // TEST[continued] Which results in a sensible `total` like this one: [source,js] ---------------------------------------------------------------- { "hits": { "total": 0 } } ---------------------------------------------------------------- // TESTRESPONSE Setting `slices` to `auto` will let Elasticsearch choose the number of slices to use. This setting will use one slice per shard, up to a certain limit. If there are multiple source indices, it will choose the number of slices based on the index with the smallest number of shards. Adding `slices` to `\_delete\_by\_query` just automates the manual process used in the section above, creating sub-requests which means it has some quirks: \* You can see these requests in the <>. These sub-requests are "child" tasks of the task for the request with `slices`. \* Fetching the status of the task for the request with `slices` only contains the status of completed slices. \* These sub-requests are individually addressable for things like cancellation and rethrottling. \* Rethrottling the request with `slices` will rethrottle the unfinished sub-request proportionally. \* Canceling the request with `slices` will cancel each sub-request. \* Due to the nature of `slices` each sub-request won't get a perfectly even portion of the documents. All documents will be addressed, but some slices may be larger than others. Expect larger slices to have a more even distribution. \* Parameters like `requests\_per\_second` and `size` on a request with `slices` are distributed proportionally to each sub-request. Combine that with the point above about distribution being uneven and you should conclude that the using `size` with `slices` might not result in exactly `size` documents being `\_delete\_by\_query`ed. \* Each sub-requests gets a slightly different snapshot of the source index though these are all taken at approximately the same time. [float] [[docs-delete-by-query-picking-slices]] ===== Picking the number of slices If slicing automatically, setting `slices` to `auto` will choose a reasonable number for most indices. If you're slicing manually or otherwise tuning automatic slicing, use these guidelines. Query performance is most efficient when the number of `slices`
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/delete-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.1088494136929512, 0.08455921709537506, -0.013514108024537563, 0.07716431468725204, -0.010539279319345951, -0.062005963176488876, -0.0014136278769001365, -0.02408655732870102, 0.08673739433288574, 0.025323206558823586, 0.00853093434125185, 0.03458418697118759, 0.028988078236579895, -0.06296003609895706, -0.03462135046720505, -0.024782998487353325, -0.029642866924405098, 0.025514565408229828, -0.09034866094589233, -0.05065135285258293, 0.01924140565097332, 0.03264749050140381, -0.008268828503787518, 0.076656274497509, 0.06738024950027466, -0.06436675786972046, -0.0864911824464798, -0.14293009042739868, 0.008458890952169895, -0.005425202660262585, 0.03510160744190216, 0.01179574429988861, -0.03734984248876572, 0.011581940576434135, -0.013760028406977654, 0.02482951432466507, -0.038406383246183395, -0.07612310349941254, 0.07124579697847366, -0.007168514654040337, -0.0009071254171431065, 0.0026614516973495483, -0.06917280703783035, -0.014574328437447548, -0.025309979915618896, -0.0022683306597173214, -0.0927187129855156, 0.02251417003571987, -0.027236346155405045, 0.06936377286911011, -0.0963224321603775, -0.016186734661459923, -0.047599729150533676, 0.04803513363003731, -0.00008616835839347914, -0.017637260258197784, -0.012574947439134121, 0.05999499559402466, -0.044940657913684845, 0.0339055210351944, -0.03421486169099808, -0.07115596532821655, 0.031170109286904335, -0.035154134035110474, 0.055923376232385635, -0.030261145904660225, -0.013077887706458569, -0.012627587653696537, 0.021678617224097252, 0.07755196839570999, 0.033687274903059006, 0.02790842205286026, -0.05150548741221428, -0.009238836355507374, -0.021875230595469475, 0.014051581732928753, -0.003226076951250434, -0.03300732746720314, -0.10522252321243286, 0.033416830003261566, -0.015266088768839836, -0.06562142074108124, -0.027541598305106163, -0.014538558200001717, -0.037943847477436066, -0.09837520867586136, 0.0296128299087286, -0.04339073598384857, 0.05172145366668701, -0.059976089745759964, -0.018045924603939056, 0.04478872939944267, 0.008414520882070065, 0.026342345401644707, -0.00007273192022694275, 0.08033005893230438, -0.023066798225045204, -0.04156904295086861, 0.013448853977024555, 0.029143361374735832, 0.0314456932246685, 0.020936792716383934, -0.00024407176533713937, 0.005500842817127705, -0.015420864336192608, -0.013913564383983612, 0.03653351962566376, 0.05653099715709686, -0.018027447164058685, 0.008084149099886417, 0.00015804280701559037, 0.06611563265323639, -0.06740348786115646, -0.0025908828247338533, -0.04027576744556427, 0.06248842924833298, 0.09227056056261063, -0.04230455681681633, 0.07098126411437988, 0.012465845793485641, 0.052948784083127975, 0.07047722488641739, -0.04080311954021454, -0.04943531006574631, 0.03572025150060654, 0.04346688091754913, 0.04583809897303581, 5.855835311216615e-33, 0.02916453592479229, -0.07447540014982224, -0.019873904064297676, -0.06654220074415207, 0.07545024901628494, 0.066269651055336, -0.009032183326780796, 0.06226685270667076, -0.06970308721065521, -0.02007512003183365, -0.008928638882935047, -0.035684261471033096, -0.0027781520038843155, -0.02159050479531288, -0.02012757770717144, -0.1042037233710289, 0.061315011233091354, 0.03538905829191208, -0.01651238091289997, -0.033267371356487274, 0.04941250756382942, -0.05523369461297989, -0.031046569347381592, 0.05278796702623367, 0.03526071086525917, -0.011088302358984947, -0.05896719545125961, -0.04602205008268356, -0.10044433176517487, 0.02513616718351841, -0.032368630170822144, 0.07555916160345078, -0.14520961046218872, -0.045883066952228546, 0.04880569875240326, 0.042656309902668, -0.01380575355142355, 0.010334177874028683, -0.009267471730709076, -0.007331502623856068, -0.046543020755052567, 0.07916339486837387, 0.008255050517618656, -0.07711207866668701, -0.12164796143770218, -0.038670819252729416, -0.0019419363234192133, 0.02745598368346691, -0.01914004422724247, 0.04440339654684067, 0.05263417214155197, 0.05798211321234703, 0.005666802171617746, -0.021492213010787964, 0.09250045567750931, -0.09639421105384827, 0.0440356507897377, 0.07551182806491852, 0.09707760065793991, 0.05075758695602417, 0.04276852309703827, -0.025538979098200798, -0.0478585846722126, 0.014707361347973347, -0.00021688950073439628, 0.032178718596696854, -0.008926255628466606, 0.09836973994970322, -0.01351721677929163, -0.015736151486635208, 0.009653288871049881, 0.08561607450246811, 0.028833910822868347, -0.009684259071946144, 0.00514582684263587, -0.07590264081954956, -0.01147944014519453, -0.04522769898176193, 0.021138381212949753, -0.008075340650975704, 0.03444886952638626, -0.017773224040865898, -0.016271337866783142, -0.07000111788511276, 0.008834311738610268, 0.013158481568098068, -0.02861657179892063, 0.014092771336436272, 0.026741553097963333, -0.011944779194891453, -0.017815684899687767, 0.020004641264677048, -0.022023767232894897, -0.10779701173305511, -0.02051742933690548, -6.981075074489342e-33, -0.016337957233190536, -0.036011986434459686, -0.02300897054374218, 0.0807812437415123, 0.00448952242732048, -0.025089124217629433, -0.03374597057700157, 0.060404982417821884, 0.012888771481812, -0.055135950446128845, -0.04665274918079376, 0.0035960522945970297, -0.0787045881152153, -0.003096198895946145, -0.007787576876580715, -0.004575010389089584, -0.005171006545424461, -0.10528966784477234, -0.038796670734882355, -0.0176730677485466, -0.03352511674165726, -0.010804317891597748, -0.035319309681653976, 0.11839120835065842, -0.04494831711053848, -0.030745171010494232, -0.06620246171951294, 0.02634456567466259, 0.0009626774117350578, -0.01236855797469616, -0.0730266198515892, -0.09037532657384872, 0.00505698099732399, -0.028874222189188004, 0.05056389421224594, 0.0028347016777843237, -0.06619079411029816, 0.16793353855609894, 0.023957807570695877, 0.010466376319527626, 0.08151379227638245, -0.07294636219739914, 0.009465104900300503, 0.015321910381317139, -0.01994740217924118, -0.007927724160254002, -0.025122813880443573, 0.06660935282707214, 0.03658503666520119, 0.06776848435401917, -0.012416359037160873, 0.008525889366865158, -0.014347868971526623, 0.07307697832584381, 0.013680445961654186, -0.13416364789009094, -0.010599502362310886, -0.06657010316848755, -0.05076013505458832, -0.044609617441892624, -0.017360547557473183, 0.08070781081914902, 0.009849939495325089, 0.0015738983638584614, 0.06940954923629761, -0.06495708227157593, -0.05555705353617668, -0.014637242071330547, -0.016430800780653954, 0.03366456180810928, -0.019635077565908432, 0.0020749669056385756, 0.12657107412815094, 0.0185843575745821, 0.014493529684841633, -0.04750059172511101, 0.02176058106124401, -0.018632017076015472, 0.03719606623053551, 0.05439870432019234, 0.03698699176311493, 0.07470455765724182, 0.017225317656993866, -0.021735839545726776, -0.04214658588171005, 0.013515044935047626, -0.10238359123468399, 0.021884040907025337, 0.013844017870724201, 0.03631296381354332, 0.005512024275958538, -0.05284890532493591, -0.0015172482235357165, 0.03562566265463829, 0.020955365151166916, -5.431782668097185e-8, -0.03771710395812988, 0.02071058563888073, -0.07325192540884018, 0.08264672011137009, 0.033681973814964294, 0.0687757134437561, 0.012007750570774078, 0.19176405668258667, 0.0044919028878211975, -0.054655179381370544, 0.12689362466335297, 0.018720513209700584, 0.011415538378059864, -0.013899958692491055, -0.02574150823056698, -0.07874637842178345, 0.049507543444633484, -0.03917819261550903, -0.0031834994442760944, -0.04002328962087631, -0.0700252577662468, -0.042924974113702774, 0.022273914888501167, -0.024945419281721115, 0.05882052704691887, 0.04784683138132095, 0.0302596315741539, 0.10499342530965805, 0.07422473281621933, -0.07750927656888962, -0.07197374850511551, -0.001101203728467226, -0.06186604127287865, 0.10757868736982346, 0.033155590295791626, 0.0036394642665982246, -0.07998410612344742, 0.04446996748447418, -0.04228074476122856, -0.01761370711028576, 0.001514073577709496, 0.06740555912256241, -0.04283880069851875, 0.003338721115142107, 0.002829856937751174, -0.012576652690768242, -0.052733831107616425, 0.026958201080560684, 0.03287173807621002, 0.009942611679434776, -0.014917055144906044, -0.06508427858352661, 0.04406295344233513, 0.15436741709709167, -0.017746582627296448, 0.0027657165192067623, 0.06030302867293358, -0.03700493276119232, -0.0021328870207071304, 0.004773196764290333, 0.09703925251960754, -0.0828704684972763, -0.017196616157889366, 0.03868469223380089 ]
0.055935
at approximately the same time. [float] [[docs-delete-by-query-picking-slices]] ===== Picking the number of slices If slicing automatically, setting `slices` to `auto` will choose a reasonable number for most indices. If you're slicing manually or otherwise tuning automatic slicing, use these guidelines. Query performance is most efficient when the number of `slices` is equal to the number of shards in the index. If that number is large, (for example, 500) choose a lower number as too many `slices` will hurt performance. Setting `slices` higher than the number of shards generally does not improve efficiency and adds overhead. Delete performance scales linearly across available resources with the number of slices. Whether query or delete performance dominates the runtime depends on the documents being reindexed and cluster resources.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/delete-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.03517847880721092, 0.031200282275676727, -0.0032181167043745518, 0.0506616048514843, 0.02962648496031761, -0.09356098622083664, -0.02226916141808033, -0.02934398129582405, 0.11179143935441971, 0.03436785191297531, 0.018981825560331345, 0.05250757187604904, 0.004141976125538349, 0.028205132111907005, -0.028073033317923546, -0.04184190556406975, 0.013857540674507618, -0.03291064873337746, -0.05159620940685272, 0.018878718838095665, 0.04480237513780594, -0.034250807017087936, -0.026918793097138405, 0.011625362560153008, 0.07770317047834396, -0.05836585536599159, -0.033500876277685165, -0.08691084384918213, 0.020995743572711945, -0.013773774728178978, 0.022690260782837868, 0.03133932128548622, 0.05673012137413025, 0.039717238396406174, -0.07596796751022339, 0.021724842488765717, 0.031133558601140976, -0.06262549757957458, 0.0021373904310166836, -0.011529834941029549, -0.003923170268535614, -0.0330745168030262, -0.04883274808526039, -0.010095837526023388, 0.013176601380109787, 0.024101167917251587, -0.095641128718853, 0.006042932625859976, -0.0202341265976429, 0.056779466569423676, -0.08138760179281235, -0.0024716935586184263, -0.07234123349189758, 0.05769961699843407, 0.020762361586093903, 0.01813279464840889, -0.019823309034109116, 0.030045513063669205, -0.05357921123504639, -0.003352375701069832, 0.0010838807793334126, -0.04151949658989906, 0.007815053686499596, -0.0647386685013771, 0.10869061946868896, -0.017755821347236633, 0.07628054916858673, -0.05283873528242111, 0.0618240088224411, 0.015117965638637543, -0.024270962923765182, 0.08588936924934387, -0.020502222701907158, -0.023212937638163567, -0.02338319830596447, 0.03340886905789375, -0.00287890643812716, -0.04967194423079491, -0.09453553706407547, 0.003721943823620677, -0.03310808166861534, 0.024210944771766663, -0.015141221694648266, -0.01967894285917282, -0.052540089935064316, -0.08506202697753906, 0.0003817250544670969, -0.05280732735991478, 0.052465640008449554, -0.003678151173517108, 0.06835749745368958, 0.024410627782344818, 0.05572652071714401, -0.012067931704223156, 0.012339716777205467, 0.051136214286088943, -0.0018034059321507812, 0.031061923131346703, 0.057633593678474426, 0.009626444429159164, 0.056056611239910126, 0.011345872655510902, 0.013945871964097023, 0.0080193392932415, -0.03140919283032417, -0.005411460995674133, -0.03099892847239971, 0.027928056195378304, -0.041807472705841064, -0.0003965281357523054, 0.03939633443951607, 0.02984374202787876, -0.08634749799966812, -0.008477142080664635, -0.016407517716288567, 0.08829566836357117, 0.08787990361452103, -0.053324081003665924, 0.06266728788614273, 0.05796920135617256, -0.010511261411011219, 0.011920437216758728, 0.07088875770568848, 0.025660991668701172, -0.03272148594260216, 0.043473511934280396, -0.039102889597415924, 3.348895978100355e-33, -0.00632361089810729, -0.0011495166691020131, -0.006130917929112911, -0.042555637657642365, -0.01172318309545517, 0.013763713650405407, 0.0057653882540762424, 0.04559968039393425, 0.017325179651379585, -0.0396345853805542, -0.0836113840341568, 0.034313444048166275, 0.04236293584108353, 0.008666149340569973, 0.07332667708396912, -0.07760298997163773, 0.057496968656778336, 0.09908120334148407, -0.09323365986347198, -0.042081210762262344, 0.09773354977369308, -0.012883222661912441, 0.029131662100553513, 0.022205062210559845, 0.031010406091809273, -0.03886035457253456, -0.04181692749261856, -0.09694957733154297, -0.09356357902288437, 0.016303645446896553, -0.013123154640197754, -0.02439788356423378, -0.05234702304005623, -0.012939880602061749, 0.05925900489091873, 0.14238126575946808, -0.04994069039821625, -0.007611264009028673, -0.005038812290877104, -0.03695417568087578, 0.005849321838468313, 0.04770394414663315, 0.12413034588098526, -0.03612348809838295, -0.05410609021782875, 0.028414560481905937, -0.036827512085437775, 0.009832934476435184, -0.0703815221786499, 0.0016137859784066677, 0.09753189980983734, 0.026488281786441803, 0.05358970910310745, 0.06140591576695442, 0.08680889755487442, -0.014930685982108116, 0.1162373274564743, 0.0027527858037501574, 0.05354766547679901, 0.022406790405511856, 0.044865239411592484, -0.03128435090184212, -0.0313684344291687, 0.07630749046802521, -0.0380251444876194, 0.061644796282052994, 0.06871635466814041, 0.10507284104824066, 0.020657004788517952, -0.0008706346270628273, 0.026311364024877548, 0.07056306302547455, -0.031860653311014175, -0.04081840440630913, 0.0008183191530406475, -0.034043557941913605, 0.014803579077124596, -0.08749589323997498, -0.06400461494922638, -0.0269430261105299, -0.06710846722126007, 0.09920690208673477, 0.015218274667859077, -0.09563296288251877, -0.03849310427904129, 0.02791040949523449, 0.04073166102170944, 0.016273386776447296, 0.027273397892713547, 0.0003767574380617589, 0.017827734351158142, 0.029765987768769264, -0.018391350284218788, -0.08052206039428711, -0.0015228480333462358, -3.1398265936249336e-33, 0.029843218624591827, -0.06786198914051056, 0.020478233695030212, 0.07397917658090591, -0.03803851455450058, -0.06243141368031502, -0.02778426557779312, 0.04591604694724083, -0.01056594680994749, -0.10332447290420532, -0.067772276699543, -0.01526267547160387, 0.017524641007184982, -0.019141893833875656, -0.01882127672433853, 0.039966046810150146, -0.019321460276842117, -0.14988954365253448, -0.012293039821088314, 0.007034264039248228, -0.07779560983181, -0.03560161218047142, 0.03336865454912186, 0.11721670627593994, -0.03928929567337036, -0.036843955516815186, -0.04826981946825981, -0.07197769731283188, -0.020152127370238304, -0.04208884760737419, -0.06778592616319656, -0.05645710974931717, -0.016023002564907074, -0.0557137131690979, 0.015302984043955803, 0.04771837592124939, -0.08073736727237701, 0.06677047908306122, 0.03410005196928978, -0.000578898994717747, -0.01354367658495903, 0.009779191575944424, -0.05233360826969147, 0.02624513767659664, -0.0519079826772213, 0.01992454007267952, -0.019923098385334015, 0.08577334135770798, 0.03740887716412544, -0.006224024575203657, -0.0016188690206035972, 0.004906742833554745, 0.029969582334160805, 0.040821366012096405, 0.014565486460924149, -0.011377720162272453, -0.08052432537078857, 0.04067271202802658, -0.0884954184293747, -0.01859874092042446, -0.030018502846360207, 0.08133924007415771, -0.050370726734399796, 0.03366757184267044, -0.004546907264739275, -0.03582995757460594, -0.03481869027018547, -0.072686567902565, -0.09965334087610245, -0.007070554886013269, -0.06451661139726639, -0.01750182919204235, 0.027168193832039833, 0.004211197607219219, -0.0647532269358635, -0.023729989305138588, 0.023711586371064186, 0.0035441231448203325, -0.03974326327443123, 0.05608764663338661, -0.035405151546001434, 0.07830086350440979, -0.012299628928303719, 0.022949647158384323, -0.09631416946649551, 0.032609183341264725, 0.0039356788620352745, -0.04169122129678726, -0.03584134578704834, 0.004680632147938013, -0.008856216445565224, -0.06327147781848907, -0.012027285061776638, -0.0260739978402853, 0.007028255145996809, -3.916035140605345e-8, 0.024849647656083107, 0.05854482203722, -0.010392863303422928, 0.02976553700864315, -0.02666371688246727, -0.00978520791977644, -0.009383055381476879, 0.2236887812614441, -0.008305007591843605, -0.009322145953774452, 0.1027994304895401, -0.04508483037352562, -0.10979418456554413, -0.004820722155272961, 0.032461460679769516, -0.04692675918340683, 0.08582884073257446, 0.005311076994985342, -0.028895577415823936, -0.025293491780757904, -0.031123707070946693, 0.00275796907953918, 0.03346291184425354, -0.008674371056258678, 0.03956761583685875, 0.045768361538648605, 0.06619023531675339, 0.07598908245563507, 0.06997338682413101, -0.03143104165792465, -0.009108427911996841, 0.005013883579522371, -0.026445357128977776, 0.1511189192533493, 0.08694440871477127, 0.031930480152368546, -0.11611749976873398, 0.07969710975885391, -0.05201984569430351, 0.07828076183795929, 0.02619326114654541, 0.02568081021308899, -0.01941988430917263, 0.00493707787245512, -0.046617235988378525, -0.027417859062552452, -0.07780085504055023, 0.0528828464448452, 0.04276394471526146, 0.03420460969209671, -0.043840501457452774, -0.04422182962298393, -0.035305533558130264, 0.08819065243005753, 0.037101443856954575, 0.03691748157143593, 0.03735264763236046, -0.027771223336458206, 0.05378033220767975, 0.004184582270681858, 0.09335906058549881, -0.11997050046920776, -0.02649189531803131, -0.016182541847229004 ]
0.070761
[[docs-update-by-query]] == Update By Query API The simplest usage of `\_update\_by\_query` just performs an update on every document in the index without changing the source. This is useful to <> or some other online mapping change. Here is the API: [source,js] -------------------------------------------------- POST twitter/\_update\_by\_query?conflicts=proceed -------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] That will return something like this: [source,js] -------------------------------------------------- { "took" : 147, "timed\_out": false, "updated": 120, "deleted": 0, "batches": 1, "version\_conflicts": 0, "noops": 0, "retries": { "bulk": 0, "search": 0 }, "throttled\_millis": 0, "requests\_per\_second": -1.0, "throttled\_until\_millis": 0, "total": 120, "failures" : [ ] } -------------------------------------------------- // TESTRESPONSE[s/"took" : 147/"took" : "$body.took"/] `\_update\_by\_query` gets a snapshot of the index when it starts and indexes what it finds using `internal` versioning. That means that you'll get a version conflict if the document changes between the time when the snapshot was taken and when the index request is processed. When the versions match the document is updated and the version number is incremented. NOTE: Since `internal` versioning does not support the value 0 as a valid version number, documents with version equal to zero cannot be updated using `\_update\_by\_query` and will fail the request. All update and query failures cause the `\_update\_by\_query` to abort and are returned in the `failures` of the response. The updates that have been performed still stick. In other words, the process is not rolled back, only aborted. While the first failure causes the abort, all failures that are returned by the failing bulk request are returned in the `failures` element; therefore it's possible for there to be quite a few failed entities. If you want to simply count version conflicts not cause the `\_update\_by\_query` to abort you can set `conflicts=proceed` on the url or `"conflicts": "proceed"` in the request body. The first example does this because it is just trying to pick up an online mapping change and a version conflict simply means that the conflicting document was updated between the start of the `\_update\_by\_query` and the time when it attempted to update the document. This is fine because that update will have picked up the online mapping update. Back to the API format, this will update tweets from the `twitter` index: [source,js] -------------------------------------------------- POST twitter/\_doc/\_update\_by\_query?conflicts=proceed -------------------------------------------------- // CONSOLE // TEST[setup:twitter] You can also limit `\_update\_by\_query` using the <>. This will update all documents from the `twitter` index for the user `kimchy`: [source,js] -------------------------------------------------- POST twitter/\_update\_by\_query?conflicts=proceed { "query": { <1> "term": { "user": "kimchy" } } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] <1> The query must be passed as a value to the `query` key, in the same way as the <>. You can also use the `q` parameter in the same way as the search api. So far we've only been updating documents without changing their source. That is genuinely useful for things like <> but it's only half the fun. `\_update\_by\_query` <> to update the document. This will increment the `likes` field on all of kimchy's tweets: [source,js] -------------------------------------------------- POST twitter/\_update\_by\_query { "script": { "source": "ctx.\_source.likes++", "lang": "painless" }, "query": { "term": { "user": "kimchy" } } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] Just as in <> you can set `ctx.op` to change the operation that is executed: `noop`:: Set `ctx.op = "noop"` if your script decides that it doesn't have to make any changes. That will cause `\_update\_by\_query` to omit that document from its updates. This no operation will be reported in the `noop` counter in the <>. `delete`:: Set `ctx.op = "delete"` if your script decides that the document must be deleted. The deletion will be reported in the `deleted` counter in the <>. Setting
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.0638330727815628, 0.05989639833569527, 0.037083737552165985, 0.06373222917318344, 0.04171882942318916, -0.04109692573547363, -0.03385971486568451, 0.0012217636685818434, 0.08452700078487396, 0.031887661665678024, 0.01990627683699131, 0.029160669073462486, 0.03297928348183632, -0.1520259529352188, 0.010534847155213356, 0.06534036993980408, -0.030046680942177773, 0.0009826977038756013, -0.059183746576309204, -0.11498977988958359, -0.05178887024521828, 0.07870780676603317, -0.047623828053474426, 0.023907652124762535, 0.017599087208509445, -0.018601495772600174, -0.08217177540063858, -0.06655950099229813, 0.03868110105395317, 0.02475772425532341, -0.036818698048591614, 0.017127176746726036, -0.0936691090464592, -0.022319484502077103, -0.04727543890476227, 0.058010365813970566, -0.04266754910349846, -0.052435632795095444, 0.07143811881542206, 0.032185398042201996, 0.037615466862916946, -0.034786488860845566, -0.05288271978497505, -0.059818170964717865, -0.034822896122932434, -0.037995461374521255, -0.054408635944128036, 0.02456606924533844, -0.12309731543064117, 0.031075891107320786, -0.11530224233865738, -0.08388759195804596, -0.0871136337518692, -0.01239069178700447, 0.021413654088974, 0.025730878114700317, -0.06853911280632019, 0.08112362772226334, -0.011931720189750195, -0.032105159014463425, 0.03045397438108921, -0.03537788242101669, 0.03482343629002571, 0.020122254267334938, -0.0007027144310995936, -0.020521748811006546, -0.016659189015626907, 0.039232172071933746, 0.017215896397829056, -0.01952636055648327, 0.02604256197810173, 0.06004750728607178, -0.007835779339075089, -0.06737273931503296, 0.006717108655720949, -0.0007855035364627838, -0.009335428476333618, 0.0393068827688694, -0.018621446564793587, 0.012056224048137665, -0.0026549554895609617, -0.0436103418469429, -0.014101959764957428, -0.037910353392362595, 0.029443802312016487, -0.03962809592485428, 0.061632346361875534, -0.07482648640871048, 0.06560657918453217, -0.049091894179582596, -0.04392678290605545, -0.05604427680373192, 0.08308596163988113, 0.019208857789635658, -0.02962271124124527, 0.08581671863794327, -0.031228268519043922, -0.03983686491847038, 0.04599035903811455, 0.07170390337705612, 0.005430867895483971, -0.00546104134991765, -0.02718692645430565, -0.0378926619887352, 0.006502419710159302, 0.005655904300510883, -0.00019145998521707952, 0.03420528396964073, 0.05851171910762787, -0.03879137709736824, -0.010790729895234108, 0.09697432070970535, -0.029734639450907707, -0.10116232931613922, -0.06156773120164871, -0.011472719721496105, 0.049870096147060394, 0.01143763866275549, 0.048108503222465515, 0.05921563878655434, 0.1384373903274536, 0.04242974519729614, 0.01151938084512949, -0.04210494086146355, 0.005538044031709433, 0.053076211363077164, 0.07756044715642929, -4.42524628847391e-34, 0.09383003413677216, -0.016292022541165352, 0.0009958472801372409, -0.0006040313164703548, 0.06752968579530716, 0.052135322242975235, 0.028413541615009308, 0.01705363765358925, -0.08347132802009583, -0.024142935872077942, -0.018337499350309372, 0.053080473095178604, -0.027447935193777084, -0.008187987841665745, -0.0017583512235432863, -0.045714154839515686, 0.004902927670627832, 0.0459061898291111, 0.03759593516588211, -0.0008768250118009746, 0.0164484940469265, -0.028651434928178787, -0.03882262483239174, 0.031124582514166832, 0.008864279836416245, 0.02344340831041336, 0.004477857146412134, -0.0007476928876712918, -0.07168153673410416, -0.006024202797561884, -0.02029517851769924, 0.026847967877984047, -0.028160562738776207, -0.00038088724249973893, 0.03662583976984024, -0.009518636390566826, -0.10030531138181686, -0.027535144239664078, -0.04675532132387161, -0.02232169173657894, 0.03234595060348511, 0.025004731491208076, -0.05071502551436424, -0.11638045310974121, -0.03650597482919693, -0.01887507736682892, -0.11851941049098969, 0.01981629990041256, 0.012101544998586178, -0.07837270200252533, -0.02398597076535225, 0.06449269503355026, -0.05756361782550812, -0.04177429527044296, 0.05079411342740059, -0.038064952939748764, -0.04402077943086624, 0.09010570496320724, 0.09340767562389374, 0.061051610857248306, 0.011444627307355404, -0.011104440316557884, 0.039214201271533966, 0.076540507376194, 0.019255297258496284, 0.045367781072854996, -0.0043681226670742035, 0.013361560180783272, 0.008924226276576519, 0.01874186098575592, 0.040645334869623184, 0.055340394377708435, -0.009528139606118202, -0.0045080119743943214, 0.014811228029429913, -0.12303332984447479, -0.14416368305683136, -0.017920833081007004, 0.009898730553686619, -0.004655555821955204, 0.030878353863954544, -0.09028840065002441, -0.0654301792383194, 0.011252854019403458, 0.0022443083580583334, 0.035653386265039444, -0.06133696809411049, 0.012850482016801834, -0.034060586243867874, 0.021114349365234375, 0.017448248341679573, 0.01840977929532528, -0.06312185525894165, -0.1373695731163025, 0.04407399520277977, -4.526697236586131e-33, 0.02822168357670307, -0.09026960283517838, -0.01269450131803751, 0.033861685544252396, -0.024781402200460434, -0.07716736197471619, -0.007513571530580521, 0.007931428030133247, 0.0419524721801281, 0.08831586688756943, 0.01591581664979458, 0.03439765051007271, -0.06523750722408295, -0.05269148200750351, 0.010152194648981094, 0.027539510279893875, -0.014803675934672356, -0.11710513383150101, -0.05166218429803848, 0.03582866117358208, -0.017513161525130272, 0.046786025166511536, -0.05177043005824089, 0.11284340918064117, -0.010596183128654957, -0.04293649271130562, -0.025111213326454163, 0.06821230053901672, -0.08171200007200241, -0.026401976123452187, -0.0934511348605156, -0.046168603003025055, -0.0933237299323082, 0.025487858802080154, -0.01963823474943638, 0.03694382309913635, 0.014783775433897972, 0.03655797988176346, -0.008905135095119476, 0.07692235708236694, 0.0626864805817604, -0.03857629746198654, 0.002181348856538534, 0.010679993778467178, -0.02932269498705864, -0.028665313497185707, -0.03273767977952957, 0.015547516755759716, -0.022541731595993042, -0.008783611468970776, 0.05446459725499153, -0.011181477457284927, -0.015834998339414597, 0.011157467029988766, -0.004278883803635836, -0.08893223851919174, -0.029436517506837845, -0.02343328669667244, -0.08122336864471436, 0.010527943260967731, -0.014688463881611824, 0.005626125261187553, 0.017052948474884033, 0.00733687449246645, 0.00787564180791378, -0.0676267221570015, -0.10317160189151764, -0.03666851297020912, 0.0785212367773056, -0.011330139823257923, 0.024007687345147133, -0.07248426228761673, 0.07590135931968689, -0.02139117382466793, 0.0739499107003212, -0.02408471331000328, 0.06029428169131279, -0.04781908169388771, 0.0508706234395504, -0.04668562859296799, -0.07066995650529861, 0.019849957898259163, 0.11240267008543015, 0.04765491560101509, -0.04764701798558235, 0.03447619080543518, -0.019572900608181953, 0.0899830162525177, 0.0007545126136392355, -0.03956236690282822, 0.002376959193497896, -0.008185756392776966, -0.02323332615196705, -0.044330816715955734, 0.018022101372480392, -5.5162228562721793e-8, -0.08739715814590454, 0.03184781223535538, -0.10498162358999252, 0.08110328018665314, 0.020729796960949898, 0.011729609221220016, 0.04137429594993591, 0.08532577753067017, -0.05514446645975113, -0.035086311399936676, 0.007893593050539494, 0.0915769413113594, 0.05638634413480759, 0.010330474004149437, -0.02471536584198475, -0.05302208662033081, -0.05549229681491852, -0.09303301572799683, -0.02217126078903675, -0.056244704872369766, -0.0764203816652298, 0.03203039616346359, 0.08093197643756866, -0.03056863509118557, 0.1281241774559021, -0.017033664509654045, 0.019080016762018204, 0.05957837402820587, 0.08964671194553375, -0.04826159030199051, 0.012788737192749977, -0.04300833120942116, -0.082664355635643, 0.04033804312348366, 0.03607532009482384, -0.018192656338214874, 0.04788055270910263, 0.011458579450845718, -0.03793618083000183, -0.004202836658805609, 0.04625222086906433, 0.03159485012292862, -0.04803946241736412, 0.052256230264902115, -0.05401024594902992, -0.014772613532841206, -0.030791662633419037, -0.0760253295302391, 0.0633389949798584, -0.08943287283182144, -0.0387372225522995, -0.058362286537885666, 0.018765928223729134, 0.02443419210612774, -0.0010275670792907476, -0.050950273871421814, 0.06936541199684143, 0.014478701166808605, 0.04184387996792793, -0.05750883370637894, 0.05985100939869881, -0.04894338548183441, 0.01575038768351078, 0.04458518326282501 ]
0.067226
cause `\_update\_by\_query` to omit that document from its updates. This no operation will be reported in the `noop` counter in the <>. `delete`:: Set `ctx.op = "delete"` if your script decides that the document must be deleted. The deletion will be reported in the `deleted` counter in the <>. Setting `ctx.op` to anything else is an error. Setting any other field in `ctx` is an error. Note that we stopped specifying `conflicts=proceed`. In this case we want a version conflict to abort the process so we can handle the failure. This API doesn't allow you to move the documents it touches, just modify their source. This is intentional! We've made no provisions for removing the document from its original location. It's also possible to do this whole thing on multiple indexes and multiple types at once, just like the search API: [source,js] -------------------------------------------------- POST twitter,blog/\_doc,post/\_update\_by\_query -------------------------------------------------- // CONSOLE // TEST[s/^/PUT twitter\nPUT blog\n/] If you provide `routing` then the routing is copied to the scroll query, limiting the process to the shards that match that routing value: [source,js] -------------------------------------------------- POST twitter/\_update\_by\_query?routing=1 -------------------------------------------------- // CONSOLE // TEST[setup:twitter] By default `\_update\_by\_query` uses scroll batches of 1000. You can change the batch size with the `scroll\_size` URL parameter: [source,js] -------------------------------------------------- POST twitter/\_update\_by\_query?scroll\_size=100 -------------------------------------------------- // CONSOLE // TEST[setup:twitter] `\_update\_by\_query` can also use the <> feature by specifying a `pipeline` like this: [source,js] -------------------------------------------------- PUT \_ingest/pipeline/set-foo { "description" : "sets foo", "processors" : [ { "set" : { "field": "foo", "value": "bar" } } ] } POST twitter/\_update\_by\_query?pipeline=set-foo -------------------------------------------------- // CONSOLE // TEST[setup:twitter] [float] === URL Parameters In addition to the standard parameters like `pretty`, the Update By Query API also supports `refresh`, `wait\_for\_completion`, `wait\_for\_active\_shards`, `timeout` and `scroll`. Sending the `refresh` will update all shards in the index being updated when the request completes. This is different than the Index API's `refresh` parameter which causes just the shard that received the new data to be indexed. If the request contains `wait\_for\_completion=false` then Elasticsearch will perform some preflight checks, launch the request, and then return a `task` which can be used with <> to cancel or get the status of the task. Elasticsearch will also create a record of this task as a document at `.tasks/task/${taskId}`. This is yours to keep or remove as you see fit. When you are done with it, delete it so Elasticsearch can reclaim the space it uses. `wait\_for\_active\_shards` controls how many copies of a shard must be active before proceeding with the request. See <> for details. `timeout` controls how long each write request waits for unavailable shards to become available. Both work exactly how they work in the <>. As `\_update\_by\_query` uses scroll search, you can also specify the `scroll` parameter to control how long it keeps the "search context" alive, eg `?scroll=10m`, by default it's 5 minutes. `requests\_per\_second` can be set to any positive decimal number (`1.4`, `6`, `1000`, etc) and throttles rate at which `\_update\_by\_query` issues batches of index operations by padding each batch with a wait time. The throttling can be disabled by setting `requests\_per\_second` to `-1`. The throttling is done by waiting between batches so that scroll that `\_update\_by\_query` uses internally can be given a timeout that takes into account the padding. The padding time is the difference between the batch size divided by the `requests\_per\_second` and the time spent writing. By default the batch size is `1000`, so if the `requests\_per\_second` is set to `500`: [source,txt] -------------------------------------------------- target\_time = 1000 / 500 per second = 2 seconds wait\_time = target\_time - delete\_time = 2 seconds - .5 seconds = 1.5 seconds -------------------------------------------------- Since the batch
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.10105405747890472, 0.06287951022386551, 0.055050358176231384, 0.06565256416797638, 0.03479594364762306, -0.04679904878139496, 0.0002730092965066433, -0.034333486109972, 0.13511736690998077, 0.029460102319717407, 0.017123129218816757, 0.08868890255689621, 0.04876454174518585, -0.07771776616573334, -0.031162206083536148, 0.0316833071410656, -0.09333552420139313, -0.05250107869505882, -0.021414849907159805, 0.05490339174866676, -0.02019207738339901, 0.0822431743144989, 0.02715175226330757, 0.03631576523184776, 0.020422721281647682, -0.019625160843133926, -0.06217094510793686, -0.106480173766613, 0.018260736018419266, 0.01819891482591629, 0.03155425190925598, 0.030790450051426888, -0.09417814016342163, -0.011928226798772812, 0.022062551230192184, 0.08008551597595215, -0.05273498594760895, -0.11684036999940872, 0.05419974401593208, 0.02867489866912365, 0.04945319518446922, 0.06347892433404922, -0.038990795612335205, -0.057279072701931, -0.014866751618683338, 0.0120775755494833, -0.09146679937839508, -0.009261132217943668, -0.08190867304801941, 0.011869137175381184, -0.07344746589660645, -0.030864106491208076, -0.05113145336508751, 0.012077252380549908, -0.009394746273756027, 0.008176837116479874, -0.0408107154071331, 0.04055643826723099, -0.05555180087685585, -0.0034121875651180744, 0.0843396931886673, -0.005142708774656057, -0.0036389499437063932, -0.05051548033952713, 0.03956734016537666, 0.03952530026435852, 0.02758648805320263, -0.07692026346921921, 0.03748022019863129, 0.04178747907280922, 0.0046144528314471245, 0.05073891952633858, 0.024690553545951843, -0.02304031327366829, 0.0022183419205248356, 0.07582167536020279, 0.018721804022789, -0.011983399279415607, -0.031358081847429276, -0.041118375957012177, -0.012778190895915031, -0.11452741175889969, 0.018250102177262306, -0.022303445264697075, -0.011031432077288628, -0.07539255172014236, 0.011246715672314167, -0.05711246654391289, 0.12635290622711182, -0.054072730243206024, -0.02572486363351345, -0.03835183382034302, 0.09385602921247482, 0.0380450002849102, 0.05782144144177437, 0.04529259353876114, 0.02200234867632389, 0.06094834581017494, 0.000018849856132874265, 0.027716971933841705, 0.06806965917348862, 0.05323125049471855, -0.0050018117763102055, 0.017902813851833344, -0.004946777131408453, 0.06645561009645462, -0.02986842393875122, -0.056488022208213806, -0.05095498636364937, -0.05499451234936714, -0.03616352006793022, 0.025351736694574356, -0.03201315551996231, -0.07238052785396576, -0.06719240546226501, 0.08102734386920929, 0.05421207845211029, 0.02405967377126217, 0.009687881916761398, 0.014414896257221699, 0.07839097082614899, -0.04106970503926277, -0.031229939311742783, 0.04953382536768913, -0.015587630681693554, -0.01576301082968712, 0.07325422763824463, -4.682300729882339e-34, -0.0004687255132012069, -0.05593769997358322, -0.05233274772763252, 0.0074787018820643425, 0.10845045000314713, 0.05394021421670914, 0.03332587331533432, 0.025058306753635406, -0.07282724231481552, -0.025053398683667183, 0.01189669780433178, 0.061969462782144547, -0.07257679849863052, -0.07533249258995056, -0.0025547028053551912, -0.022781575098633766, 0.03419094160199165, 0.03586746007204056, -0.010745777748525143, -0.01562792994081974, 0.09039846062660217, -0.01038448791950941, -0.057266198098659515, 0.04456161707639694, -0.020319664850831032, 0.04876596853137016, -0.06863989681005478, -0.026730507612228394, -0.0781945213675499, -0.0356576181948185, -0.09481405466794968, 0.05521601811051369, 0.007792714051902294, 0.021364666521549225, -0.021200768649578094, 0.03332819417119026, -0.1422937512397766, -0.015452235005795956, -0.030992334708571434, 0.034642528742551804, 0.05276457965373993, 0.05048039183020592, -0.019468504935503006, -0.04228544235229492, 0.005536696873605251, -0.03153080865740776, -0.0919087678194046, 0.06385257840156555, 0.0036150712985545397, -0.046098899096250534, 0.02105151116847992, 0.08390257507562637, -0.028673678636550903, -0.04456865414977074, 0.07095716893672943, -0.08198100328445435, -0.01318632997572422, 0.037575628608465195, 0.07350564002990723, -0.021149873733520508, 0.1156759113073349, -0.01080679427832365, 0.02667015790939331, 0.033950675278902054, 0.02348899282515049, 0.02369077503681183, -0.002751610241830349, 0.09123312681913376, -0.011869555339217186, 0.001750970957800746, 0.0012872592778876424, 0.12254536896944046, -0.026003438979387283, 0.003560072975233197, 0.09203728288412094, -0.10113797336816788, -0.04889446869492531, -0.05253823846578598, 0.01316206343472004, -0.020645638927817345, 0.035603754222393036, -0.07126684486865997, -0.024863995611667633, 0.024965420365333557, -0.021384691819548607, 0.013186260126531124, -0.038232605904340744, 0.04653458669781685, -0.042868487536907196, 0.02870352938771248, 0.11341168731451035, -0.0038322284817695618, -0.053312499076128006, -0.09964188188314438, 0.09030209481716156, -2.951737946601767e-33, 0.038908701390028, -0.060183197259902954, -0.036788325756788254, -0.03071177937090397, -0.03462497517466545, -0.064870186150074, -0.008797869086265564, 0.04142105579376221, 0.011545124463737011, -0.023498306050896645, -0.055674005299806595, 0.00301547022536397, 0.012541706673800945, 0.009729725308716297, -0.038256142288446426, 0.04328050836920738, -0.04956403747200966, -0.08976657688617706, -0.11192706972360611, 0.014523704536259174, -0.006410779431462288, 0.042236924171447754, -0.02606933005154133, 0.1537158191204071, -0.07544586807489395, -0.04636000841856003, -0.0590202733874321, -0.010304534807801247, -0.029530856758356094, -0.02474917471408844, -0.09336748719215393, -0.023157741874456406, -0.05209868401288986, 0.019900012761354446, 0.07109718024730682, -0.002898445585742593, -0.020393745973706245, 0.07219494134187698, -0.023195616900920868, 0.024014092981815338, 0.04057423770427704, -0.007841669954359531, -0.004104853142052889, 0.020094523206353188, 0.06544055789709091, -0.002975786104798317, -0.007305783219635487, 0.060430631041526794, 0.02959279902279377, -0.016025183722376823, 0.03372509405016899, -0.012261033058166504, -0.020803702995181084, -0.035026952624320984, 0.020378321409225464, -0.000195055064978078, 0.000037259451346471906, -0.07027299702167511, -0.07297184318304062, -0.019328691065311432, 0.005090010352432728, 0.07636816799640656, -0.020254667848348618, -0.01499735377728939, -0.010531811974942684, 0.003962179180234671, -0.10802614688873291, 0.038383468985557556, 0.04719343036413193, -0.024016957730054855, 0.023740403354167938, -0.01497542206197977, -0.0059807742945849895, -0.038448598235845566, 0.04549529403448105, 0.02401815913617611, 0.038912877440452576, -0.035690806806087494, 0.045512132346630096, 0.007146250456571579, -0.00278019648976624, 0.03850703686475754, 0.07268188148736954, 0.04072578251361847, -0.08784075826406479, 0.04931190237402916, -0.05723108351230621, 0.008190012536942959, -0.035951897501945496, -0.02354852855205536, 0.01237068884074688, -0.05811280384659767, -0.03155900910496712, -0.066372349858284, 0.014206355437636375, -5.5773398344172165e-8, -0.04818489030003548, 0.08120059221982956, -0.14480650424957275, 0.014745121821761131, 0.003492453135550022, -0.021104365587234497, 0.033916741609573364, 0.1184268444776535, -0.004981864709407091, -0.05609477683901787, 0.025612955912947655, 0.02570902556180954, 0.019211333245038986, 0.033517975360155106, -0.058119647204875946, -0.05552854761481285, -0.033386245369911194, -0.03480549156665802, 0.005009041633456945, -0.038165025413036346, -0.05545403063297272, -0.025867098942399025, 0.1278454065322876, 0.008969170972704887, 0.057180389761924744, -0.01591026782989502, 0.037291839718818665, 0.06865279376506805, 0.05115126445889473, -0.013896919786930084, -0.002138135489076376, -0.061823420226573944, -0.02762417681515217, 0.08590420335531235, -0.006107966415584087, 0.015595912002027035, 0.06738460808992386, 0.048049215227365494, -0.04851642996072769, -0.021796835586428642, 0.017931407317519188, 0.06248410791158676, -0.08434707671403885, 0.0561283677816391, -0.01909283548593521, -0.03481233865022659, 0.00697964197024703, -0.07099518179893494, 0.06538186222314835, -0.03150252625346184, -0.06477625668048859, -0.01578153483569622, -0.02273978851735592, 0.1078176498413086, -0.02150784060359001, -0.048961613327264786, 0.051559094339609146, 0.03693155199289322, -0.027144119143486023, -0.047933660447597504, 0.0392056480050087, -0.03898276388645172, 0.043253157287836075, 0.017554299905896187 ]
0.062124
and the time spent writing. By default the batch size is `1000`, so if the `requests\_per\_second` is set to `500`: [source,txt] -------------------------------------------------- target\_time = 1000 / 500 per second = 2 seconds wait\_time = target\_time - delete\_time = 2 seconds - .5 seconds = 1.5 seconds -------------------------------------------------- Since the batch is issued as a single `\_bulk` request large batch sizes will cause Elasticsearch to create many requests and then wait for a while before starting the next set. This is "bursty" instead of "smooth". The default is `-1`. [float] [[docs-update-by-query-response-body]] === Response body ////////////////////////// [source,js] -------------------------------------------------- POST /twitter/\_update\_by\_query?conflicts=proceed -------------------------------------------------- // CONSOLE // TEST[setup:twitter] ////////////////////////// The JSON response looks like this: [source,js] -------------------------------------------------- { "took" : 147, "timed\_out": false, "total": 5, "updated": 5, "deleted": 0, "batches": 1, "version\_conflicts": 0, "noops": 0, "retries": { "bulk": 0, "search": 0 }, "throttled\_millis": 0, "requests\_per\_second": -1.0, "throttled\_until\_millis": 0, "failures" : [ ] } -------------------------------------------------- // TESTRESPONSE[s/"took" : 147/"took" : "$body.took"/] `took`:: The number of milliseconds from start to end of the whole operation. `timed\_out`:: This flag is set to `true` if any of the requests executed during the update by query execution has timed out. `total`:: The number of documents that were successfully processed. `updated`:: The number of documents that were successfully updated. `deleted`:: The number of documents that were successfully deleted. `batches`:: The number of scroll responses pulled back by the update by query. `version\_conflicts`:: The number of version conflicts that the update by query hit. `noops`:: The number of documents that were ignored because the script used for the update by query returned a `noop` value for `ctx.op`. `retries`:: The number of retries attempted by update-by-query. `bulk` is the number of bulk actions retried and `search` is the number of search actions retried. `throttled\_millis`:: Number of milliseconds the request slept to conform to `requests\_per\_second`. `requests\_per\_second`:: The number of requests per second effectively executed during the update by query. `throttled\_until\_millis`:: This field should always be equal to zero in a delete by query response. It only has meaning when using the <>, where it indicates the next time (in milliseconds since epoch) a throttled request will be executed again in order to conform to `requests\_per\_second`. `failures`:: Array of failures if there were any unrecoverable errors during the process. If this is non-empty then the request aborted because of those failures. Update-by-query is implemented using batches and any failure causes the entire process to abort but all failures in the current batch are collected into the array. You can use the `conflicts` option to prevent reindex from aborting on version conflicts. [float] [[docs-update-by-query-task-api]] === Works with the Task API You can fetch the status of all running update-by-query requests with the <>: [source,js] -------------------------------------------------- GET \_tasks?detailed=true&actions=\*byquery -------------------------------------------------- // CONSOLE The responses looks like: [source,js] -------------------------------------------------- { "nodes" : { "r1A2WoRbTwKZ516z6NEs5A" : { "name" : "r1A2WoR", "transport\_address" : "127.0.0.1:9300", "host" : "127.0.0.1", "ip" : "127.0.0.1:9300", "attributes" : { "testattr" : "test", "portsfile" : "true" }, "tasks" : { "r1A2WoRbTwKZ516z6NEs5A:36619" : { "node" : "r1A2WoRbTwKZ516z6NEs5A", "id" : 36619, "type" : "transport", "action" : "indices:data/write/update/byquery", "status" : { <1> "total" : 6154, "updated" : 3500, "created" : 0, "deleted" : 0, "batches" : 4, "version\_conflicts" : 0, "noops" : 0, "retries": { "bulk": 0, "search": 0 } "throttled\_millis": 0 }, "description" : "" } } } } } -------------------------------------------------- // NOTCONSOLE // We can't test tasks output <1> this object contains the actual status. It is just like the response json with the important addition of the `total` field. `total` is the total number of operations that the reindex expects to perform. You can estimate the progress by
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.052192915230989456, 0.02903914265334606, 0.0010046599199995399, 0.0779479518532753, 0.013844495639204979, -0.11990956217050552, -0.022692760452628136, -0.0018872576765716076, 0.060178812593221664, 0.03900792822241783, 0.014407356269657612, -0.012616612948477268, 0.004246534314006567, -0.11427526921033859, -0.03358987718820572, -0.04881754890084267, -0.012840610928833485, -0.09131896495819092, -0.09501989930868149, 0.006462236400693655, 0.048614297062158585, 0.010259401984512806, -0.0239237230271101, 0.007550008594989777, -0.07027234882116318, 0.020405929535627365, -0.052301522344350815, -0.05506659671664238, 0.037386052310466766, -0.004600346554070711, -0.0520130917429924, 0.0016878546448424459, 0.0010254697408527136, 0.0684618204832077, -0.0014497708762064576, 0.06697355955839157, 0.03376281261444092, -0.01544618047773838, -0.00048500869888812304, 0.042710911482572556, 0.05470885708928108, -0.02153259702026844, -0.03745868057012558, -0.03245396912097931, 0.003773872973397374, -0.030217599123716354, -0.04053514823317528, 0.007117680739611387, -0.044571056962013245, -0.019703947007656097, -0.06494533270597458, -0.036322418600320816, -0.042484380304813385, -0.034885670989751816, 0.004294379148632288, 0.04894232377409935, -0.005629499908536673, 0.05558006092905998, -0.06178846210241318, -0.08238373696804047, -0.007602363359183073, -0.08223266899585724, 0.023232022300362587, -0.028837669640779495, 0.02704395167529583, -0.005446545779705048, 0.06781711429357529, -0.04161711409687996, 0.052850205451250076, 0.046667829155921936, 0.06733568012714386, 0.051451925188302994, -0.07545557618141174, 0.000020426406990736723, 0.02633555792272091, -0.03227745741605759, 0.042506005614995956, 0.020329678431153297, -0.022164911031723022, -0.023582765832543373, -0.004973053000867367, -0.11847744137048721, -0.05127839744091034, -0.10457773506641388, -0.06658440828323364, -0.1077117919921875, 0.0986512079834938, -0.017521537840366364, 0.03005077689886093, -0.025576060637831688, 0.023134201765060425, -0.016070550307631493, 0.01394472923129797, -0.006125536281615496, 0.04703335091471672, 0.1174643486738205, -0.0018431511707603931, 0.0730714350938797, 0.05200764909386635, -0.022516325116157532, 0.06026730313897133, -0.022702103480696678, -0.015584360808134079, 0.018730562180280685, 0.01661590486764908, -0.051596082746982574, 0.027390850707888603, 0.10190828889608383, -0.01636488549411297, -0.008535211905837059, 0.034385018050670624, -0.008189607411623001, 0.013169684447348118, 0.005989551078528166, -0.04012918099761009, 0.08739670366048813, 0.02163483016192913, -0.016255788505077362, -0.030111530795693398, 0.08189009875059128, 0.13033071160316467, 0.043324969708919525, 0.00018527502834331244, -0.10064537078142166, -0.03642924129962921, 0.05243224278092384, 0.058008722960948944, -4.8649663071863836e-33, 0.019647210836410522, -0.025886302813887596, -0.07066576182842255, -0.08975021541118622, -0.009844185784459114, 0.05733457952737808, 0.035933516919612885, 0.08212805539369583, -0.010907506570219994, -0.08451177179813385, -0.08508895337581635, -0.00901561789214611, -0.02892417274415493, 0.061588939279317856, -0.04240890219807625, -0.056585893034935, 0.10092932730913162, 0.023992683738470078, -0.00001952782622538507, 0.008364206179976463, 0.09813380241394043, -0.048006270080804825, -0.04296361282467842, -0.0010663478169590235, -0.00010551357991062105, -0.0163583867251873, 0.0033676789607852697, -0.03189953789114952, -0.0525226816534996, 0.002474104519933462, -0.004985330160707235, 0.043702684342861176, -0.06867799162864685, -0.052897900342941284, 0.03229118511080742, 0.008661136962473392, -0.01035154890269041, -0.001920197275467217, 0.029891420155763626, -0.043695349246263504, -0.06075321510434151, 0.03919432312250137, -0.023090766742825508, -0.011837414465844631, -0.0997050553560257, -0.038902927190065384, -0.12012392282485962, 0.04496597498655319, -0.03648196533322334, 0.041732583194971085, 0.006872659549117088, 0.03897986561059952, 0.057908590883016586, -0.000007189004463725723, 0.036565981805324554, -0.005647489335387945, 0.06474249064922333, 0.044547900557518005, -0.014812271110713482, 0.06497249752283096, 0.020062649622559547, -0.02883305773139, 0.05478382110595703, 0.042566943913698196, 0.04671269655227661, 0.0721939280629158, 0.08138200640678406, 0.10573863983154297, -0.001520114135928452, 0.03510401025414467, 0.0006619385094381869, 0.06418276578187943, 0.03744293004274368, -0.0397377535700798, 0.01311213243752718, -0.13117335736751556, 0.08228055387735367, -0.018346035853028297, -0.0807715654373169, -0.0008226410718634725, 0.009713979437947273, -0.025159671902656555, -0.04133584350347519, -0.028188562020659447, -0.06977184861898422, 0.05038414150476456, -0.030099589377641678, 0.02538003958761692, -0.007176482118666172, -0.03421473875641823, -0.013946352526545525, 0.06178971752524376, -0.04384198039770126, -0.093764528632164, -0.009232044219970703, 1.1036144324729393e-33, 0.05643163621425629, -0.053080204874277115, -0.012852116487920284, 0.10461592674255371, 0.04378083348274231, -0.018789898604154587, -0.009153584949672222, 0.12676101922988892, -0.025516103953123093, 0.0055453116074204445, -0.00835478212684393, -0.04823683202266693, -0.06198807433247566, -0.05916644632816315, -0.05769005045294762, -0.024361971765756607, 0.0836934819817543, -0.0658518448472023, 0.017406396567821503, -0.029567265883088112, -0.015526017174124718, -0.011106996797025204, -0.06493352353572845, 0.07438720762729645, -0.035768382251262665, -0.04295804351568222, -0.09995545446872711, -0.029384152963757515, -0.09422669559717178, -0.037721309810876846, -0.05805474519729614, 0.007592431735247374, -0.012265458703041077, 0.023622415959835052, 0.010111410170793533, 0.05322884023189545, 0.025381581857800484, 0.09286942332983017, 0.006177129689604044, 0.05723334103822708, 0.05949210003018379, 0.0462266281247139, -0.011648616753518581, 0.0048245652578771114, 0.02135343849658966, 0.03176522254943848, -0.018910512328147888, 0.008134794421494007, -0.03346947953104973, 0.06991542875766754, -0.01763356290757656, -0.02141818404197693, -0.005749518983066082, 0.11273591965436935, 0.06637439876794815, -0.1129530668258667, -0.06214079260826111, -0.08124081045389175, -0.08216704428195953, 0.022112516686320305, -0.02479967474937439, 0.06489866971969604, -0.03340832516551018, -0.03237960860133171, 0.03926757350564003, -0.014541610144078732, -0.04730497673153877, -0.09341616928577423, -0.01370539516210556, 0.012162652797996998, 0.01838628016412258, -0.04066534712910652, 0.004029085393995047, 0.09228423237800598, -0.06544507294893265, -0.021335437893867493, -0.023747511208057404, -0.05105508863925934, 0.0061077093705534935, 0.051642127335071564, -0.01571676693856716, 0.08553372323513031, 0.03916805610060692, 0.038760654628276825, -0.09706992655992508, 0.08101377636194229, -0.043533291667699814, 0.0513029545545578, -0.009174984879791737, 0.05897137522697449, 0.02467660792171955, -0.05733037739992142, -0.05255461111664772, 0.027720924466848373, 0.007873785682022572, -5.166588579186282e-8, 0.02284044213593006, 0.00702525582164526, -0.03249097988009453, 0.09640014171600342, 0.04091976210474968, 0.03158067539334297, 0.0023662936873733997, 0.09454553574323654, 0.005046323873102665, -0.07665260881185532, 0.053900059312582016, -0.0179775208234787, -0.021945472806692123, -0.007803052198141813, 0.020067647099494934, -0.025743849575519562, -0.003389233723282814, -0.10010906308889389, -0.022675441578030586, -0.08345997333526611, -0.055630069226026535, -0.0072588371112942696, 0.015998754650354385, -0.01569182612001896, 0.04720849171280861, 0.034876640886068344, 0.08429691195487976, 0.09232337027788162, -0.0022907343227416277, -0.10912574082612991, -0.07096252590417862, -0.05891229957342148, -0.02557980641722679, 0.03514638543128967, -0.011190631426870823, -0.012708076275885105, -0.08062399178743362, 0.03847144916653633, -0.01298764068633318, 0.031952884048223495, 0.010792145505547523, 0.03767148777842522, -0.0063847145065665245, -0.001752518699504435, 0.02549556829035282, -0.07914476841688156, -0.058926720172166824, 0.058172620832920074, 0.04877425357699394, -0.0564315989613533, 0.01861833967268467, -0.06942517310380936, -0.00776893412694335, 0.1095716580748558, 0.009457206353545189, -0.03158441558480263, 0.01871941238641739, -0.08082039654254913, 0.06207733228802681, 0.011456277221441269, 0.07587192207574844, -0.060043007135391235, -0.0623997300863266, 0.024769533425569534 ]
0.081294
-------------------------------------------------- // NOTCONSOLE // We can't test tasks output <1> this object contains the actual status. It is just like the response json with the important addition of the `total` field. `total` is the total number of operations that the reindex expects to perform. You can estimate the progress by adding the `updated`, `created`, and `deleted` fields. The request will finish when their sum is equal to the `total` field. With the task id you can look up the task directly: [source,js] -------------------------------------------------- GET /\_tasks/taskId:1 -------------------------------------------------- // CONSOLE // TEST[catch:missing] The advantage of this API is that it integrates with `wait\_for\_completion=false` to transparently return the status of completed tasks. If the task is completed and `wait\_for\_completion=false` was set on it them it'll come back with a `results` or an `error` field. The cost of this feature is the document that `wait\_for\_completion=false` creates at `.tasks/task/${taskId}`. It is up to you to delete that document. [float] [[docs-update-by-query-cancel-task-api]] === Works with the Cancel Task API Any Update By Query can be canceled using the <>: [source,js] -------------------------------------------------- POST \_tasks/task\_id:1/\_cancel -------------------------------------------------- // CONSOLE The `task\_id` can be found using the tasks API above. Cancellation should happen quickly but might take a few seconds. The task status API above will continue to list the task until it is wakes to cancel itself. [float] [[docs-update-by-query-rethrottle]] === Rethrottling The value of `requests\_per\_second` can be changed on a running update by query using the `\_rethrottle` API: [source,js] -------------------------------------------------- POST \_update\_by\_query/task\_id:1/\_rethrottle?requests\_per\_second=-1 -------------------------------------------------- // CONSOLE The `task\_id` can be found using the tasks API above. Just like when setting it on the `\_update\_by\_query` API `requests\_per\_second` can be either `-1` to disable throttling or any decimal number like `1.7` or `12` to throttle to that level. Rethrottling that speeds up the query takes effect immediately but rethrotting that slows down the query will take effect on after completing the current batch. This prevents scroll timeouts. [float] [[docs-update-by-query-slice]] === Slicing Update-by-query supports <> to parallelize the updating process. This parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts. [float] [[docs-update-by-query-manual-slice]] ==== Manual slicing Slice an update-by-query manually by providing a slice id and total number of slices to each request: [source,js] ---------------------------------------------------------------- POST twitter/\_update\_by\_query { "slice": { "id": 0, "max": 2 }, "script": { "source": "ctx.\_source['extra'] = 'test'" } } POST twitter/\_update\_by\_query { "slice": { "id": 1, "max": 2 }, "script": { "source": "ctx.\_source['extra'] = 'test'" } } ---------------------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] Which you can verify works with: [source,js] ---------------------------------------------------------------- GET \_refresh POST twitter/\_search?size=0&q=extra:test&filter\_path=hits.total ---------------------------------------------------------------- // CONSOLE // TEST[continued] Which results in a sensible `total` like this one: [source,js] ---------------------------------------------------------------- { "hits": { "total": 120 } } ---------------------------------------------------------------- // TESTRESPONSE [float] [[docs-update-by-query-automatic-slice]] ==== Automatic slicing You can also let update-by-query automatically parallelize using <> to slice on `\_uid`. Use `slices` to specify the number of slices to use: [source,js] ---------------------------------------------------------------- POST twitter/\_update\_by\_query?refresh&slices=5 { "script": { "source": "ctx.\_source['extra'] = 'test'" } } ---------------------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] Which you also can verify works with: [source,js] ---------------------------------------------------------------- POST twitter/\_search?size=0&q=extra:test&filter\_path=hits.total ---------------------------------------------------------------- // CONSOLE // TEST[continued] Which results in a sensible `total` like this one: [source,js] ---------------------------------------------------------------- { "hits": { "total": 120 } } ---------------------------------------------------------------- // TESTRESPONSE Setting `slices` to `auto` will let Elasticsearch choose the number of slices to use. This setting will use one slice per shard, up to a certain limit. If there are multiple source indices, it will choose the number of slices based on the index with the smallest number of shards. Adding `slices` to `\_update\_by\_query` just automates the manual process used in the section above, creating sub-requests which means it has
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.06666377931833267, -0.009997707791626453, -0.010166242718696594, 0.07926300913095474, -0.041372958570718765, -0.05642605200409889, -0.027110500261187553, -0.04641205444931984, 0.007820467464625835, 0.027316009625792503, -0.028425388038158417, -0.01204601675271988, 0.012273130938410759, -0.04217594861984253, -0.10851221531629562, -0.05197972059249878, 0.0744166150689125, -0.1054823100566864, -0.033904220908880234, -0.12415538728237152, 0.03361191973090172, 0.0008807670674286783, 0.043094828724861145, -0.037588220089673996, 0.00599802378565073, 0.011165092699229717, -0.06018850579857826, -0.059391941875219345, 0.031167903915047646, 0.006171497516334057, 0.0054282695055007935, -0.023631900548934937, -0.08492856472730637, -0.05602623149752617, 0.05397071689367294, 0.07710328698158264, -0.029271909967064857, -0.05756893754005432, 0.011971228756010532, -0.01540861465036869, -0.017620276659727097, 0.05035387724637985, -0.09743209928274155, -0.029973575845360756, 0.06529143452644348, -0.08195547759532928, -0.10343512147665024, -0.09436675161123276, 0.010379874147474766, 0.02366257831454277, -0.03451910614967346, 0.017535530030727386, 0.054010845720767975, 0.056298550218343735, 0.04347824677824974, 0.08614233136177063, -0.0032633019145578146, -0.013745969161391258, -0.058580100536346436, -0.017187494784593582, 0.03960781544446945, -0.09190724790096283, 0.04850294068455696, -0.050708405673503876, 0.031482599675655365, 0.02613021805882454, -0.002390356035903096, -0.06372742354869843, 0.0010331611847504973, -0.03362755849957466, -0.0032626865431666374, 0.04847528785467148, -0.0223002340644598, -0.08218241482973099, -0.009327865205705166, -0.02194363996386528, 0.009435037150979042, -0.035653255879879, -0.023233279585838318, 0.013266324996948242, -0.007997038774192333, -0.06920894980430603, -0.05443372577428818, 0.02263364940881729, 0.044666826725006104, -0.020318128168582916, -0.014584608376026154, 0.022195495665073395, 0.05609622597694397, -0.0591094084084034, -0.02973155863583088, 0.005447226110845804, -0.05692192539572716, 0.05451752990484238, 0.035218581557273865, 0.021576853469014168, -0.007186767645180225, 0.11052100360393524, -0.05060680955648422, 0.055026646703481674, 0.0018062957096844912, -0.00791460182517767, -0.02753569558262825, -0.0550372377038002, 0.0070587084628641605, 0.01911848410964012, 9.09451500774594e-7, 0.06112132593989372, -0.05212656036019325, -0.005653741303831339, 0.01790505275130272, -0.012653850950300694, -0.02864246815443039, 0.06030898913741112, -0.04113426059484482, -0.001674426719546318, 0.09557481855154037, -0.03144216537475586, 0.011711417697370052, -0.025929071009159088, 0.18597853183746338, 0.020119622349739075, 0.02058437094092369, 0.020365078002214432, 0.04674595594406128, 0.010734918527305126, 0.10708317160606384, -1.1745218129179744e-33, -0.033519305288791656, -0.0435623973608017, 0.0948580652475357, -0.024852992966771126, -0.006981509737670422, -0.0017630723305046558, 0.07725518196821213, 0.07144692540168762, 0.06707459688186646, -0.03633876517415047, -0.06690698862075806, 0.0717759057879448, -0.07266072928905487, 0.00141431437805295, -0.021792691200971603, -0.08666989207267761, 0.09042239189147949, 0.0478421114385128, -0.028830338269472122, -0.005798751953989267, 0.09041466563940048, -0.04025232046842575, -0.06796156615018845, -0.04164982587099075, 0.06404124945402145, -0.03174911439418793, 0.011002781800925732, -0.0076275784522295, -0.11171410232782364, -0.02817004732787609, 0.013962827622890472, 0.061198364943265915, -0.059037163853645325, 0.010219110175967216, -0.029085159301757812, 0.01515189465135336, 0.03531594201922417, 0.044509585946798325, -0.042449478060007095, -0.001512364367954433, 0.050881337374448776, 0.05406292527914047, -0.03075248934328556, -0.10208626836538315, -0.060112498700618744, -0.12994062900543213, -0.037703026086091995, -0.026385579258203506, 0.020863700658082962, 0.018816517665982246, 0.03634460270404816, 0.04346628859639168, 0.037537578493356705, -0.06272142380475998, -0.005589865148067474, -0.005268740467727184, 0.042044498026371, 0.051569174975156784, 0.0436539389193058, 0.059790026396512985, 0.03507993370294571, -0.02333074063062668, -0.054707273840904236, 0.057199396193027496, -0.036987658590078354, 0.12213536351919174, 0.01466358732432127, 0.014914063736796379, 0.03297129645943642, 0.050031546503305435, -0.049314383417367935, 0.05193709954619408, 0.05161802098155022, -0.013926702551543713, 0.09666971862316132, -0.03837255761027336, -0.04272788017988205, -0.06396669149398804, -0.06262820959091187, -0.05471205711364746, 0.09320958703756332, -0.07693538069725037, -0.06989198923110962, 0.0006058317958377302, 0.10454294830560684, 0.04835159704089165, -0.08213355392217636, 0.03721490874886513, -0.054564520716667175, -0.04356345534324646, 0.045006174594163895, 0.056999705731868744, -0.10330108553171158, 0.002215834567323327, -0.05066067725419998, -2.3196393693340985e-33, 0.007666586432605982, 0.02026147022843361, -0.045253146439790726, -0.014920428395271301, 0.06371153146028519, -0.005788002163171768, 0.027100512757897377, 0.034730006009340286, -0.02576470375061035, -0.03260791301727295, -0.04716251417994499, -0.05989915132522583, -0.05368281155824661, 0.06660071760416031, -0.06905629485845566, 0.06037082150578499, -0.037876028567552567, -0.01671387255191803, 0.00934075377881527, 0.004809567704796791, -0.039062388241291046, 0.08358939737081528, 0.028255827724933624, 0.044293567538261414, -0.05930250510573387, 0.020530715584754944, 0.03181818872690201, -0.06923539191484451, -0.04477836191654205, -0.05061687156558037, 0.025416458025574684, -0.13557711243629456, -0.06897032260894775, 0.07186596840620041, 0.05026949569582939, -0.028120672330260277, 0.0008068265742622316, 0.025406260043382645, -0.00245206942781806, 0.10798979550600052, 0.03669308125972748, -0.02897566370666027, -0.03474138677120209, 0.08150053024291992, 0.010415514931082726, -0.000004470794920052867, -0.03628385812044144, -0.03325486555695534, -0.04147614166140556, -0.04023024067282677, 0.058107178658246994, 0.016918500885367393, -0.059691064059734344, 0.08899157494306564, 0.047674376517534256, -0.06908243894577026, -0.09293793141841888, -0.11737415939569473, -0.028809357434511185, -0.000741368334274739, 0.017971981316804886, -0.008518589660525322, 0.0020199615973979235, 0.044736091047525406, 0.08963045477867126, -0.011856417171657085, -0.05456418916583061, -0.0785595178604126, 0.021086599677801132, 0.04310007020831108, 0.021763669326901436, 0.077879399061203, -0.0074204811826348305, 0.018300257623195648, 0.059085287153720856, 0.017484566196799278, -0.04730638861656189, -0.07514043897390366, 0.038396913558244705, 0.03373442590236664, -0.0795961394906044, -0.06579345464706421, 0.012966712936758995, -0.009186987765133381, -0.041456058621406555, 0.005767507944256067, -0.0015860022976994514, 0.06787872314453125, -0.014982008375227451, -0.02332114428281784, 0.03787878155708313, -0.054941512644290924, -0.07029895484447479, -0.03506388142704964, 0.016316354274749756, -5.580489315093473e-8, 0.04586577042937279, 0.0046453699469566345, -0.09049709141254425, -0.02955247275531292, -0.010533296503126621, 0.01883608102798462, -0.01903168484568596, -0.02547268383204937, -0.02371707372367382, -0.05871853232383728, 0.045931629836559296, -0.05840638279914856, 0.012137005105614662, 0.0035274808760732412, -0.033906854689121246, -0.018456701189279556, 0.019849013537168503, 0.051110826432704926, 0.04756550490856171, -0.053118329495191574, 0.022712821140885353, 0.016797306016087532, 0.003649680409580469, 0.008210302330553532, 0.020716600120067596, -0.02488899976015091, 0.06212295964360237, 0.0878516361117363, 0.01955522783100605, -0.029773438349366188, -0.043848667293787, -0.03016609698534012, 0.05942678824067116, 0.042112477123737335, -0.009028179571032524, 0.015129201114177704, 0.04797465354204178, 0.07143671065568924, 0.0016097312327474356, 0.009076489135622978, -0.03426371142268181, 0.05262216925621033, -0.04037643224000931, 0.013860292732715607, 0.06611879169940948, -0.002177714603021741, -0.09361821413040161, -0.05438018590211868, 0.012867653742432594, -0.12348762154579163, 0.010367355309426785, -0.0752641037106514, -0.01535605825483799, 0.008511240594089031, -0.0382465161383152, 0.05021024867892265, 0.034409407526254654, -0.040379755198955536, -0.0212776530534029, 0.018475132063031197, 0.12175898998975754, -0.00824811588972807, -0.07184803485870361, 0.065603107213974 ]
0.089458
per shard, up to a certain limit. If there are multiple source indices, it will choose the number of slices based on the index with the smallest number of shards. Adding `slices` to `\_update\_by\_query` just automates the manual process used in the section above, creating sub-requests which means it has some quirks: \* You can see these requests in the <>. These sub-requests are "child" tasks of the task for the request with `slices`. \* Fetching the status of the task for the request with `slices` only contains the status of completed slices. \* These sub-requests are individually addressable for things like cancellation and rethrottling. \* Rethrottling the request with `slices` will rethrottle the unfinished sub-request proportionally. \* Canceling the request with `slices` will cancel each sub-request. \* Due to the nature of `slices` each sub-request won't get a perfectly even portion of the documents. All documents will be addressed, but some slices may be larger than others. Expect larger slices to have a more even distribution. \* Parameters like `requests\_per\_second` and `size` on a request with `slices` are distributed proportionally to each sub-request. Combine that with the point above about distribution being uneven and you should conclude that the using `size` with `slices` might not result in exactly `size` documents being `\_update\_by\_query`ed. \* Each sub-requests gets a slightly different snapshot of the source index though these are all taken at approximately the same time. [float] [[docs-update-by-query-picking-slices]] ===== Picking the number of slices If slicing automatically, setting `slices` to `auto` will choose a reasonable number for most indices. If you're slicing manually or otherwise tuning automatic slicing, use these guidelines. Query performance is most efficient when the number of `slices` is equal to the number of shards in the index. If that number is large, (for example, 500) choose a lower number as too many `slices` will hurt performance. Setting `slices` higher than the number of shards generally does not improve efficiency and adds overhead. Update performance scales linearly across available resources with the number of slices. Whether query or update performance dominates the runtime depends on the documents being reindexed and cluster resources. [float] [[picking-up-a-new-property]] === Pick up a new property Say you created an index without dynamic mapping, filled it with data, and then added a mapping value to pick up more fields from the data: [source,js] -------------------------------------------------- PUT test { "mappings": { "\_doc": { "dynamic": false, <1> "properties": { "text": {"type": "text"} } } } } POST test/\_doc?refresh { "text": "words words", "flag": "bar" } POST test/\_doc?refresh { "text": "words words", "flag": "foo" } PUT test/\_mapping/\_doc <2> { "properties": { "text": {"type": "text"}, "flag": {"type": "text", "analyzer": "keyword"} } } -------------------------------------------------- // CONSOLE <1> This means that new fields won't be indexed, just stored in `\_source`. <2> This updates the mapping to add the new `flag` field. To pick up the new field you have to reindex all documents with it. Searching for the data won't find anything: [source,js] -------------------------------------------------- POST test/\_search?filter\_path=hits.total { "query": { "match": { "flag": "foo" } } } -------------------------------------------------- // CONSOLE // TEST[continued] [source,js] -------------------------------------------------- { "hits" : { "total" : 0 } } -------------------------------------------------- // TESTRESPONSE But you can issue an `\_update\_by\_query` request to pick up the new mapping: [source,js] -------------------------------------------------- POST test/\_update\_by\_query?refresh&conflicts=proceed POST test/\_search?filter\_path=hits.total { "query": { "match": { "flag": "foo" } } } -------------------------------------------------- // CONSOLE // TEST[continued] [source,js] -------------------------------------------------- { "hits" : { "total" : 1 } } -------------------------------------------------- // TESTRESPONSE You can do the exact same thing when adding a field to a multifield.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.030001597478985786, 0.014958556741476059, 0.03783964365720749, 0.016142960637807846, -0.040074706077575684, -0.09777592867612839, -0.03424975648522377, -0.03344704583287239, 0.03762681037187576, 0.05179041251540184, 0.015469035133719444, 0.01690937578678131, 0.057857222855091095, -0.058188650757074356, -0.039304934442043304, 0.005730456206947565, 0.03380319103598595, -0.034255754202604294, -0.12055941671133041, -0.0058145648799836636, 0.021254558116197586, 0.024807600304484367, 0.012026737444102764, 0.04235987365245819, -0.04301391541957855, -0.0426880307495594, -0.10755089670419693, -0.09101751446723938, 0.025271467864513397, -0.03247067704796791, 0.058050934225320816, 0.006487960461527109, -0.0026749426033347845, 0.042365770787000656, 0.010133055970072746, 0.053209591656923294, 0.007468940690159798, -0.03793051093816757, -0.013433684594929218, 0.022538218647241592, 0.004669397138059139, -0.04536508768796921, -0.11756981909275055, -0.005377203691750765, -0.038006268441677094, -0.01111491210758686, -0.08298076689243317, -0.0219265203922987, -0.0595959909260273, -0.005200754385441542, -0.12097210437059402, -0.06580151617527008, -0.029967602342367172, 0.042757198214530945, 0.05626770481467247, -0.04243059828877449, -0.012869893573224545, 0.02438696287572384, -0.007290218491107225, -0.06541719287633896, 0.036646805703639984, -0.10732487589120865, -0.02635527402162552, -0.041635747998952866, 0.05621335655450821, -0.011406827718019485, 0.07238840311765671, -0.015923326835036278, 0.012312927283346653, 0.04277181625366211, -0.05186619609594345, 0.07932344079017639, -0.1159733235836029, 0.019285982474684715, 0.014513283036649227, 0.03273177891969681, -0.026557091623544693, 0.010579981841146946, -0.06832969933748245, -0.10333684831857681, -0.08847928047180176, -0.03007909096777439, 0.017444603145122528, -0.030409712344408035, 0.008334922604262829, -0.08485192805528641, 0.03868889436125755, -0.008773081935942173, 0.041552670300006866, -0.007005720864981413, 0.02215026132762432, 0.02181944251060486, 0.09067216515541077, -0.030550703406333923, 0.0030002007260918617, 0.05420894920825958, -0.006861208472400904, 0.00860126968473196, 0.06389931589365005, 0.04369502142071724, 0.024310985580086708, 0.006062318105250597, 0.024122629314661026, -0.05538211017847061, 0.002553852740675211, -0.023598212748765945, -0.05534568801522255, 0.03787332400679588, -0.0637371689081192, -0.03251170367002487, 0.014593745581805706, 0.028235843405127525, -0.03138275071978569, -0.08591678738594055, -0.006951335351914167, 0.041709885001182556, 0.12475381046533585, -0.014351260848343372, -0.06005000323057175, 0.0330578051507473, 0.07765182852745056, 0.027207396924495697, 0.09488552063703537, -0.004453645553439856, -0.033750902861356735, 0.009145666845142841, 0.0044397530145943165, 5.393392527525265e-33, 0.06497055292129517, 0.016878025606274605, -0.014209245331585407, -0.011776519007980824, 0.04057563096284866, 0.03604627773165703, 0.04231834411621094, 0.05727780982851982, -0.022771840915083885, -0.029805682599544525, -0.06135104224085808, 0.059613410383462906, 0.03838111460208893, 0.011393974535167217, 0.01649647206068039, -0.14438696205615997, 0.08788725733757019, 0.10648748278617859, -0.0033729516435414553, -0.02965465933084488, 0.09128179401159286, -0.03028181381523609, 0.00883561559021473, 0.026431627571582794, 0.010618277825415134, -0.00929251592606306, -0.0048282272182404995, -0.05288715288043022, -0.06280479580163956, -0.0036792722530663013, 0.03813418745994568, 0.03472433611750603, -0.019075650721788406, -0.018993256613612175, 0.014567291364073753, 0.06620745360851288, -0.03182363510131836, -0.018644211813807487, 0.025865748524665833, -0.09748111665248871, 0.03234674409031868, 0.0188602227717638, 0.05613712966442108, -0.011338002979755402, -0.07064143568277359, -0.0316210575401783, -0.0962163433432579, 0.019613437354564667, -0.0545455701649189, 0.006866995245218277, 0.06661299616098404, 0.05476267263293266, 0.045510709285736084, -0.008324099704623222, -0.004292416851967573, -0.03942442685365677, -0.015621142461895943, -0.013469529338181019, 0.00855395756661892, 0.0420612208545208, 0.06432802975177765, -0.019579041749238968, -0.007438259199261665, 0.07607109099626541, -0.009134165942668915, 0.05493934825062752, 0.03583744913339615, 0.08608417212963104, 0.0777934342622757, 0.07958335429430008, -0.036438025534152985, 0.09774648398160934, 0.012502188794314861, -0.02245534025132656, -0.05625233054161072, -0.07489141076803207, -0.04730059951543808, -0.0719873309135437, -0.050280194729566574, 0.002737848088145256, -0.0731983408331871, 0.004985495004802942, -0.009674514643847942, -0.10610995441675186, -0.05311266705393791, 0.058072321116924286, 0.017113329842686653, 0.018882395699620247, -0.05761978402733803, -0.044480904936790466, -0.017919186502695084, -0.030441436916589737, -0.04094996675848961, -0.08578194677829742, 0.04460153728723526, -5.557794228695393e-33, 0.08790513128042221, -0.06329399347305298, -0.06544285267591476, 0.07819420099258423, 0.015759533271193504, -0.016861090436577797, -0.0019835003186017275, 0.039856430143117905, -0.048592567443847656, -0.03085816651582718, -0.07331348955631256, -0.007737800944596529, 0.05637259781360626, -0.03371791914105415, -0.08938079327344894, 0.04298043251037598, -0.017496459186077118, -0.07571353018283844, 0.022890115156769753, 0.039457373321056366, -0.11861791461706161, 0.047217950224876404, -0.03899889439344406, 0.12173520028591156, 0.009620657190680504, 0.023220447823405266, -0.03502587229013443, -0.05416334420442581, 0.024685412645339966, -0.018280861899256706, -0.02873738296329975, -0.07725924998521805, -0.1130201518535614, -0.03931431844830513, -0.009379501454532146, 0.0002031132171396166, -0.055631812661886215, 0.08144193887710571, 0.01984540931880474, 0.07927191257476807, 0.07412228733301163, -0.023988151922822, -0.010136839002370834, 0.015489893965423107, 0.0010035516461357474, -0.007746717892587185, 0.0034064489882439375, 0.040526047348976135, -0.09150184690952301, -0.06330251693725586, 0.0020949954632669687, -0.0018810631008818746, 0.04205087572336197, 0.13733701407909393, 0.05739426240324974, 0.021997474133968353, -0.07318929582834244, 0.027396338060498238, -0.08697959780693054, 0.019183246418833733, -0.047929797321558, 0.06006419658660889, 0.002251517726108432, -0.011151691898703575, 0.032511305063962936, -0.014468464069068432, -0.058899231255054474, -0.12505583465099335, -0.005032572895288467, -0.04724140092730522, 0.026184245944023132, -0.01301100105047226, 0.04219323396682739, 0.00011982956493739039, 0.0453154630959034, -0.028813360258936882, -0.014624563045799732, -0.042941801249980927, -0.010301253758370876, 0.10760745406150818, -0.08150538802146912, 0.09746108204126358, 0.02363237366080284, 0.07908760756254196, -0.030308997258543968, -0.0790117159485817, -0.0057380483485758305, 0.04928620904684067, -0.002078938763588667, -0.007782537955790758, -0.009135769680142403, -0.006995147559791803, 0.00489684147760272, 0.01410611905157566, 0.0227687768638134, -5.0884189306543703e-8, 0.04875021055340767, 0.03524529188871384, -0.041898854076862335, 0.11055935174226761, 0.07749763131141663, 0.009213554672896862, -0.024408167228102684, 0.04453086853027344, -0.07672728598117828, 0.002329162321984768, 0.0664251446723938, 0.0005341310752555728, -0.007247446104884148, -0.016503753140568733, -0.005488720256835222, 0.014400401152670383, 0.03832445293664932, 0.05695699527859688, -0.045733511447906494, -0.06276485323905945, -0.05561460554599762, -0.00030616563162766397, 0.030863076448440552, 0.010234611108899117, 0.030048206448554993, 0.018273241817951202, 0.06035304069519043, 0.05009773001074791, 0.032187070697546005, -0.05040949583053589, 0.054909847676754, -0.030685165897011757, 0.04092603549361229, 0.04228996858000755, 0.03528869152069092, 0.07379519939422607, -0.09421905875205994, 0.0769006758928299, 0.011185220442712307, 0.06772829592227936, 0.00948377512395382, 0.0015875324606895447, -0.011840236373245716, 0.04275980219244957, 0.004044618923217058, -0.00988972932100296, -0.14284299314022064, 0.060854412615299225, -0.011751591227948666, 0.05631696805357933, 0.0060402872040867805, -0.007319520693272352, 0.07634327560663223, 0.09599382430315018, -0.029183518141508102, 0.05132391303777695, 0.0607832632958889, -0.04231918230652809, 0.050677310675382614, 0.0328267440199852, 0.1177172064781189, -0.028248945251107216, -0.042109414935112, -0.02037701942026615 ]
0.10355
} } } -------------------------------------------------- // CONSOLE // TEST[continued] [source,js] -------------------------------------------------- { "hits" : { "total" : 1 } } -------------------------------------------------- // TESTRESPONSE You can do the exact same thing when adding a field to a multifield.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update-by-query.asciidoc
6.2
elasticsearch-6-2
[ -0.019102871417999268, 0.004296399652957916, 0.00013090111315250397, 0.05832584202289581, 0.005053545814007521, 0.03415995091199875, 0.005014320369809866, 0.027227601036429405, 0.09597264975309372, -0.01737273298203945, -0.020233869552612305, -0.041002362966537476, -0.04938261955976486, -0.06302501261234283, -0.007779651787132025, 0.007862449623644352, -0.09785638749599457, 0.0296193677932024, -0.06594099849462509, -0.10130754858255386, 0.0035936329513788223, -0.03798854723572731, 0.023363957181572914, -0.026682324707508087, -0.03556749224662781, 0.0012442448642104864, -0.1136656254529953, 0.023201406002044678, 0.027673956006765366, 0.028784502297639847, -0.01776757836341858, -0.0063582006841897964, -0.03605249896645546, 0.030864167958498, -0.04970249906182289, -0.03679795563220978, -0.10339038819074631, 0.012273796834051609, 0.030498607084155083, 0.07969655096530914, -0.019799018278717995, 0.016609981656074524, -0.03566424176096916, -0.06180392578244209, 0.013819688931107521, -0.10537806898355484, -0.08830294013023376, -0.04488281533122063, 0.0672309398651123, 0.002235569292679429, -0.02069523185491562, 0.04232780635356903, 0.014430017210543156, 0.04550040513277054, 0.032447054982185364, 0.03238783776760101, -0.05964643508195877, -0.02255391888320446, 0.03429950028657913, -0.007288551423698664, 0.007583781145513058, -0.0345962755382061, 0.05885328724980354, 0.007583222817629576, 0.08550161868333817, -0.025346148759126663, -0.07687974721193314, 0.10492730885744095, -0.05012229457497597, 0.05497390404343605, 0.06306780129671097, 0.007676910609006882, 0.0361519493162632, -0.06318318098783493, 0.02437681145966053, 0.06075895577669144, -0.08119630813598633, 0.008478419855237007, 0.023260576650500298, 0.05927785858511925, -0.027829429134726524, -0.14658808708190918, -0.05332820862531662, -0.044648103415966034, 0.05251306667923927, 0.04798777773976326, -0.031007444486021996, 0.02028687484562397, 0.014770728535950184, -0.04816070571541786, -0.09603238105773926, -0.010617945343255997, -0.028669677674770355, 0.08774621039628983, -0.06768481433391571, 0.05132000148296356, -0.015624121762812138, -0.05454752966761589, -0.03216950595378876, 0.006197061389684677, 0.031845882534980774, -0.03206885978579521, 0.0002474913198966533, -0.03528910130262375, -0.04049373418092728, -0.06103084236383438, 0.04595391824841499, 0.06612101197242737, -0.03373805060982704, -0.0072066038846969604, 0.03926714137196541, 0.09984029829502106, -0.06087174266576767, 0.03754560649394989, -0.0754626914858818, 0.01642758771777153, -0.008892570622265339, -0.05902577564120293, 0.06961994618177414, 0.016016950830817223, 0.18821607530117035, 0.016425130888819695, -0.060611408203840256, -0.008982705883681774, 0.007550965994596481, -0.010845481418073177, 0.08313357830047607, -4.928490113740316e-34, 0.04205915331840515, -0.04561619833111763, -0.006659743841737509, -0.021623671054840088, 0.03372104838490486, 0.019148947671055794, -0.039632901549339294, 0.1452379822731018, -0.06659755855798721, 0.016580471768975258, 0.01298921462148428, 0.03065822459757328, -0.004439881071448326, -0.06811530143022537, -0.0492531880736351, -0.06646811962127686, 0.040050163865089417, 0.014275377616286278, -0.0010006559314206243, 0.016941921785473824, 0.017360512167215347, -0.034545496106147766, -0.023311443626880646, 0.04243135079741478, 0.03797256574034691, 0.034195054322481155, -0.030428510159254074, 0.019552825018763542, -0.10661698132753372, 0.009589784778654575, -0.0070399935357272625, -0.009119927883148193, -0.03645685315132141, 0.033487264066934586, 0.06797878444194794, 0.01043638214468956, -0.017605183646082878, 0.05631941556930542, -0.04830940067768097, 0.018751783296465874, -0.0732761025428772, -0.09649164229631424, 0.0035668436903506517, -0.1534501314163208, -0.07209315896034241, -0.03377833217382431, -0.06013597548007965, -0.006987306755036116, -0.004714866168797016, -0.021606706082820892, -0.0801009088754654, 0.05343551188707352, 0.011037904769182205, -0.018769564107060432, 0.054591044783592224, 0.03338303044438362, -0.06018413230776787, 0.0510513037443161, -0.012198537588119507, 0.047690652310848236, -0.0695267841219902, 0.049759965389966965, -0.021783724427223206, 0.011744054034352303, -0.03294646367430687, 0.10351542383432388, -0.04475058242678642, -0.04152717441320419, 0.05258931964635849, 0.06944236904382706, -0.002967926673591137, 0.0558180958032608, 0.014075085520744324, 0.03083948977291584, -0.010677536949515343, -0.012074103578925133, -0.08706384152173996, 0.002053630305454135, 0.007375835441052914, -0.012627881020307541, 0.03374304994940758, -0.0711301937699318, -0.0535772331058979, 0.055043455213308334, 0.05223418399691582, 0.12500908970832825, -0.05669022724032402, -0.03277285397052765, -0.10316833853721619, -0.07751211524009705, -0.0016596214845776558, 0.005843522492796183, -0.06997722387313843, -0.13059645891189575, -0.03746897354722023, -5.23852518756626e-33, 0.010318716056644917, 0.07548834383487701, -0.009815162047743797, 0.02560395561158657, 0.02233232371509075, 0.014990711584687233, 0.03879963979125023, -0.026902053505182266, 0.045115575194358826, 0.05502378195524216, -0.011261275969445705, -0.018941150978207588, -0.0781664326786995, -0.028963856399059296, -0.03929334506392479, 0.044289059937000275, -0.07421020418405533, -0.04509968310594559, 0.08099856972694397, -0.07005590200424194, 0.02409743331372738, -0.010672669857740402, 0.03137835115194321, 0.02742532640695572, -0.11690149456262589, -0.045563627034425735, -0.0016346588963642716, -0.05050656199455261, -0.034164249897003174, 0.021701164543628693, 0.036402639001607895, -0.01881701871752739, -0.014764295890927315, 0.05091704800724983, -0.021014085039496422, -0.025005565956234932, 0.15184679627418518, 0.06577443331480026, 0.03650978207588196, 0.10607722401618958, 0.016323216259479523, -0.018104607239365578, 0.06826011091470718, 0.06177028641104698, 0.00978837814182043, -0.0006985008367337286, 0.020406756550073624, 0.07696861773729324, 0.01585739105939865, -0.0583776980638504, -0.007679250556975603, -0.038225140422582626, -0.1297178864479065, 0.1019834578037262, -0.041106339544057846, -0.03582340478897095, 0.009778857231140137, -0.1025594025850296, -0.027236485853791237, -0.024716056883335114, -0.06483093649148941, -0.03432947397232056, 0.009367949329316616, 0.00669092359021306, 0.06871266663074493, -0.04385288804769516, -0.05875778943300247, -0.04951983690261841, 0.0026924002449959517, -0.037565138190984726, -0.01425372064113617, 0.00999754574149847, 0.06426573544740677, 0.015467515215277672, 0.011336108669638634, -0.007259217090904713, -0.03401569277048111, -0.06673112511634827, 0.09887715429067612, 0.027189116925001144, 0.013393941335380077, -0.12836354970932007, 0.04700800031423569, 0.0050941817462444305, -0.055561672896146774, -0.05189789459109306, -0.0006425601895898581, 0.11523646861314774, -0.03650357946753502, -0.05831808224320412, -0.023296967148780823, 0.07837661355733871, 0.01969064399600029, -0.022975187748670578, 0.019027652218937874, -6.189635115561032e-8, -0.06609974056482315, -0.019519856199622154, -0.05553436651825905, -0.03340727835893631, 0.005225189030170441, 0.03487328067421913, 0.06933506578207016, 0.014208284206688404, -0.021316275000572205, -0.07921227812767029, -0.051996082067489624, 0.050910621881484985, -0.0066636186093091965, 0.006927053909748793, -0.04529900103807449, -0.010865062475204468, -0.04647352173924446, 0.039777081459760666, -0.009322866797447205, 0.014844093471765518, 0.07168678194284439, -0.03427160903811455, 0.001182500971481204, 0.0115287434309721, 0.06538824737071991, 0.029850635677576065, -0.04896015301346779, 0.011738790199160576, 0.010047183372080326, -0.010741544887423515, 0.018786277621984482, 0.0061941505409777164, 0.03579021990299225, -0.012057426385581493, -0.025990506634116173, -0.008074428886175156, 0.057099662721157074, -0.008957773447036743, 0.018622223287820816, 0.040152665227651596, -0.04169449582695961, -0.029069749638438225, -0.0601571761071682, 0.03697377070784569, 0.02214273437857628, -0.05076293274760246, -0.08183107525110245, -0.028444848954677582, 0.03994752839207649, -0.12020726501941681, 0.059177421033382416, -0.0556468740105629, -0.0026318500749766827, -0.029230298474431038, -0.04596199467778206, -0.034579645842313766, 0.020166032016277313, -0.010707704350352287, 0.00881969090551138, 0.008991529233753681, 0.07790963351726532, -0.0017924354178830981, -0.026660073548555374, 0.022704239934682846 ]
0.048731
[[docs-index\_]] == Index API IMPORTANT: See <>. The index API adds or updates a typed JSON document in a specific index, making it searchable. The following example inserts the JSON document into the "twitter" index, under a type called "\_doc" with an id of 1: [source,js] -------------------------------------------------- PUT twitter/\_doc/1 { "user" : "kimchy", "post\_date" : "2009-11-15T14:12:12", "message" : "trying out Elasticsearch" } -------------------------------------------------- // CONSOLE The result of the above index operation is: [source,js] -------------------------------------------------- { "\_shards" : { "total" : 2, "failed" : 0, "successful" : 2 }, "\_index" : "twitter", "\_type" : "\_doc", "\_id" : "1", "\_version" : 1, "\_seq\_no" : 0, "\_primary\_term" : 1, "result" : "created" } -------------------------------------------------- // TESTRESPONSE[s/"successful" : 2/"successful" : 1/] The `\_shards` header provides information about the replication process of the index operation. \* `total` - Indicates to how many shard copies (primary and replica shards) the index operation should be executed on. \* `successful`- Indicates the number of shard copies the index operation succeeded on. \* `failed` - An array that contains replication related errors in the case an index operation failed on a replica shard. The index operation is successful in the case `successful` is at least 1. NOTE: Replica shards may not all be started when an indexing operation successfully returns (by default, only the primary is required, but this behavior can be <>). In that case, `total` will be equal to the total shards based on the `number\_of\_replicas` setting and `successful` will be equal to the number of shards started (primary plus replicas). If there were no failures, the `failed` will be 0. [float] [[index-creation]] === Automatic Index Creation The index operation automatically creates an index if it does not already exist, and applies any <> that are configured. The index operation also creates a dynamic type mapping for the specified type if one does not already exist. By default, new fields and objects will automatically be added to the mapping definition for the specified type if needed. Check out the <> section for more information on mapping definitions, and the the <> API for information about updating type mappings manually. Automatic index creation is controlled by the `action.auto\_create\_index` setting. This setting defaults to `true`, meaning that indices are always automatically created. Automatic index creation can be permitted only for indices matching certain patterns by changing the value of this setting to a comma-separated list of these patterns. It can also be explicitly permitted and forbidden by prefixing patterns in the list with a `+` or `-`. Finally it can be completely disabled by changing this setting to `false`. [source,js] -------------------------------------------------- PUT \_cluster/settings { "persistent": { "action.auto\_create\_index": "twitter,index10,-index1\*,+ind\*" <1> } } PUT \_cluster/settings { "persistent": { "action.auto\_create\_index": "false" <2> } } PUT \_cluster/settings { "persistent": { "action.auto\_create\_index": "true" <3> } } -------------------------------------------------- // CONSOLE <1> Permit only the auto-creation of indices called `twitter`, `index10`, no other index matching `index1\*`, and any other index matching `ind\*`. The patterns are matched in the order in which they are given. <2> Completely disable the auto-creation of indices. <3> Permit the auto-creation of indices with any name. This is the default. [float] [[index-versioning]] === Versioning Each indexed document is given a version number. The associated `version` number is returned as part of the response to the index API request. The index API optionally allows for http://en.wikipedia.org/wiki/Optimistic\_concurrency\_control[optimistic concurrency control] when the `version` parameter is specified. This will control the version of the document the operation is intended to be executed against. A good example of a use case for versioning is performing a transactional read-then-update. Specifying a `version` from the document initially read
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/index_.asciidoc
6.2
elasticsearch-6-2
[ -0.05164683610200882, 0.11851514130830765, 0.04378122463822365, 0.08815877884626389, 0.03899655118584633, 0.024274906143546104, -0.024935398250818253, 0.0017810737481340766, 0.1209799200296402, -0.01949746534228325, -0.02454582042992115, 0.02072279341518879, 0.008112914860248566, -0.026718778535723686, -0.023759784176945686, 0.008957319892942905, -0.1072801724076271, -0.021567868068814278, -0.0199123602360487, -0.04980770871043205, 0.056069303303956985, 0.12789979577064514, -0.05035313218832016, -0.030330495908856392, -0.020245617255568504, -0.009156523272395134, -0.06489023566246033, -0.08208514004945755, 0.03476694971323013, 0.11321137100458145, -0.015475025400519371, -0.013500249944627285, -0.01641559787094593, 0.019948914647102356, -0.023881033062934875, 0.03614110127091408, -0.0231630876660347, -0.07779177278280258, 0.07134836912155151, 0.05441023409366608, 0.06921987235546112, -0.029237566515803337, -0.07500366866588593, -0.07311170548200607, -0.026168780401349068, -0.09111227095127106, 0.009571600705385208, -0.034660372883081436, -0.09321890771389008, 0.051330242305994034, -0.11368944495916367, -0.0096068000420928, -0.05654950812458992, -0.01845904253423214, 0.004748777952045202, 0.03440980240702629, -0.12512873113155365, 0.06395731121301651, 0.018917694687843323, -0.05158762261271477, 0.1373845636844635, -0.036719873547554016, 0.011839148588478565, -0.038766905665397644, 0.0012952388497069478, -0.06287893652915955, -0.01774289645254612, 0.0009346747538074851, 0.02719046175479889, -0.04089079424738884, 0.09207110106945038, 0.020402109250426292, -0.03799302130937576, -0.041858769953250885, 0.039539724588394165, -0.0055450634099543095, 0.03993960842490196, -0.04015146940946579, -0.005514694843441248, 0.04906392842531204, -0.016410328447818756, -0.09652872383594513, 0.01200701855123043, 0.005294268485158682, -0.05671411007642746, -0.058071792125701904, 0.021782981231808662, -0.07327190041542053, 0.04021637141704559, -0.02179158851504326, -0.02299766056239605, -0.0862409770488739, 0.027771733701229095, -0.08290240913629532, 0.07728943228721619, 0.08608278632164001, -0.028133241459727287, 0.018029971048235893, 0.026958441361784935, 0.03971938416361809, -0.03410772606730461, 0.010214564390480518, -0.013250903226435184, 0.00981107261031866, 0.024043604731559753, 0.01491323858499527, -0.03590439632534981, -0.0009699545335024595, -0.04076557606458664, 0.0006336948717944324, 0.004613141994923353, 0.07386626303195953, -0.032559074461460114, -0.03116767667233944, -0.03566664457321167, 0.04885667562484741, 0.030096175149083138, -0.002398025244474411, 0.07118644565343857, 0.10911273956298828, 0.12689173221588135, -0.006874231621623039, 0.013957716524600983, 0.003799598664045334, -0.0024701496586203575, 0.0583319328725338, 0.028088826686143875, -1.951702428440274e-34, 0.09972420334815979, 0.016081929206848145, -0.007905271835625172, -0.028567209839820862, -0.0472511425614357, -0.004602809902280569, 0.04022562503814697, 0.009189359843730927, -0.06200835853815079, -0.03804744407534599, -0.1178470253944397, 0.06019209697842598, -0.016259972006082535, 0.0044579412788152695, -0.058197714388370514, -0.021241720765829086, -0.00007292541704373434, 0.05579632893204689, 0.02916719764471054, -0.010505449026823044, 0.04251080006361008, -0.013114117085933685, 0.008180391043424606, -0.00617977837100625, -0.039419181644916534, -0.006200581323355436, -0.001238234923221171, -0.10390828549861908, -0.04777920991182327, -0.008634488098323345, -0.005039925221353769, 0.024801302701234818, -0.015427927486598492, -0.01700417324900627, 0.08280951529741287, 0.05764926224946976, -0.05377176031470299, 0.06850414723157883, -0.03950017690658569, -0.039292510598897934, 0.0369158536195755, 0.0509149543941021, -0.022560356184840202, -0.09920506179332733, -0.04444524645805359, 0.03330963850021362, -0.07485636323690414, -0.0011947600869461894, 0.004261907655745745, 0.0010639345273375511, -0.06403198093175888, 0.09330689907073975, 0.0024676478933542967, -0.0029605443123728037, 0.07726649194955826, -0.018245182931423187, 0.04344741627573967, 0.08221478760242462, 0.04625808447599411, -0.016693470999598503, 0.04679679870605469, -0.002529014367610216, 0.08370354026556015, 0.08426221460103989, 0.02730991505086422, -0.018099190667271614, -0.014510114677250385, 0.08593783527612686, -0.0018237825715914369, 0.029813233762979507, 0.04031040519475937, 0.054601091891527176, 0.02763998694717884, -0.03784002736210823, 0.003291182219982147, -0.11684413254261017, -0.06394679099321365, -0.04151264578104019, -0.036411102861166, -0.008792667649686337, 0.00033472830546088517, -0.06548814475536346, -0.010906794108450413, -0.01525490079075098, -0.032125215977430344, 0.04605803266167641, -0.06902619451284409, 0.01715860329568386, 0.013317096047103405, -0.06492818892002106, 0.03013153001666069, 0.025601128116250038, -0.12223877012729645, -0.11239636689424515, -0.009091250598430634, -2.54253734282099e-33, 0.02609669417142868, -0.13075412809848785, -0.001107328454963863, -0.012575372122228146, -0.006705207284539938, -0.04516596347093582, 0.05835742875933647, 0.010296125896275043, 0.026571523398160934, 0.08614185452461243, 0.012706422246992588, -0.028646836057305336, -0.04159243777394295, -0.055139582604169846, -0.02512604184448719, 0.023299740627408028, -0.0726250484585762, -0.05034775659441948, -0.016607755795121193, 0.008071587421000004, -0.04831630364060402, 0.01795174926519394, -0.012327895499765873, 0.11280085891485214, -0.03948848694562912, -0.07109840959310532, 0.009425085969269276, 0.019572533667087555, -0.13387420773506165, -0.027339952066540718, -0.06470831483602524, -0.006051471922546625, -0.03374522551894188, 0.06847403198480606, -0.02748061716556549, 0.07187430560588837, 0.028359614312648773, 0.054588183760643005, 0.021481893956661224, 0.04660414904356003, 0.05088995769619942, 0.013183408416807652, 0.025297021493315697, 0.06002669408917427, 0.024281058460474014, -0.043397314846515656, 0.006580844987183809, 0.07905010133981705, -0.01284228079020977, -0.04110279306769371, 0.045861613005399704, -0.01268219854682684, 0.005989994388073683, -0.020867321640253067, -0.016226615756750107, -0.06723852455615997, -0.04697292298078537, -0.03302536904811859, -0.06539896875619888, 0.05331365391612053, -0.0035782712511718273, -0.03151295334100723, -0.04076322540640831, 0.015282806940376759, 0.015958813950419426, -0.1317272037267685, -0.0629330724477768, -0.074696384370327, -0.03262193500995636, -0.04953636974096298, 0.04011022672057152, -0.08400280773639679, 0.09607355296611786, -0.02116665430366993, 0.08148790895938873, -0.050862718373537064, 0.043930765241384506, -0.023566246032714844, 0.03194134309887886, -0.025466710329055786, -0.02402287721633911, 0.06969695538282394, 0.05023180693387985, 0.05211912468075752, 0.0020230880472809076, 0.050777215510606766, -0.00911705382168293, 0.12315104156732559, -0.10436026006937027, -0.0009539269376546144, -0.007992817088961601, -0.00873972475528717, -0.03880952298641205, -0.033927109092473984, 0.0398828350007534, -5.087925103453017e-8, -0.062363702803850174, -0.005099867470562458, -0.11244003474712372, 0.06134006008505821, -0.007957713678479195, 0.02283642627298832, 0.026342740282416344, 0.042389463633298874, -0.008794651366770267, -0.07544196397066116, 0.02915426716208458, 0.021410472691059113, -0.04215603694319725, -0.024164237082004547, -0.025131339207291603, -0.0513705313205719, -0.057767290621995926, -0.019761566072702408, -0.013055695220828056, 0.003177344100549817, 0.010882512666285038, 0.02922307886183262, 0.05649837478995323, -0.06500107795000076, 0.10395366698503494, 0.019417375326156616, -0.034857477992773056, 0.031605251133441925, 0.02291814424097538, 0.0029465891420841217, -0.005838918965309858, 0.011180125176906586, -0.043047863990068436, 0.04801853746175766, -0.014984498731791973, -0.003026494523510337, 0.0768401250243187, 0.02353368140757084, -0.11525093019008636, 0.006698919460177422, 0.0588509775698185, 0.03422876074910164, -0.07539493590593338, 0.01576904021203518, 0.00914002489298582, 0.0236592385917902, -0.03774460777640343, 0.0013577014906331897, 0.08979441225528717, -0.01066697109490633, -0.017544079571962357, -0.07584735006093979, 0.07324940711259842, 0.035542458295822144, -0.023250825703144073, -0.03386104479432106, 0.05048506706953049, 0.0386301651597023, 0.037747662514448166, 0.012918040156364441, 0.10275138914585114, -0.03320266306400299, 0.029021646827459335, 0.033221032470464706 ]
0.109416
optionally allows for http://en.wikipedia.org/wiki/Optimistic\_concurrency\_control[optimistic concurrency control] when the `version` parameter is specified. This will control the version of the document the operation is intended to be executed against. A good example of a use case for versioning is performing a transactional read-then-update. Specifying a `version` from the document initially read ensures no changes have happened in the meantime (when reading in order to update, it is recommended to set `preference` to `\_primary`). For example: [source,js] -------------------------------------------------- PUT twitter/\_doc/1?version=2 { "message" : "elasticsearch now has versioning support, double cool!" } -------------------------------------------------- // CONSOLE // TEST[continued] // TEST[catch: conflict] \*NOTE:\* versioning is completely real time, and is not affected by the near real time aspects of search operations. If no version is provided, then the operation is executed without any version checks. By default, internal versioning is used that starts at 1 and increments with each update, deletes included. Optionally, the version number can be supplemented with an external value (for example, if maintained in a database). To enable this functionality, `version\_type` should be set to `external`. The value provided must be a numeric, long value greater or equal to 0, and less than around 9.2e+18. When using the external version type, instead of checking for a matching version number, the system checks to see if the version number passed to the index request is greater than the version of the currently stored document. If true, the document will be indexed and the new version number used. If the value provided is less than or equal to the stored document's version number, a version conflict will occur and the index operation will fail. WARNING: External versioning supports the value 0 as a valid version number. This allows the version to be in sync with an external versioning system where version numbers start from zero instead of one. It has the side effect that documents with version number equal to zero cannot neither be updated using the <> nor be deleted using the <> as long as their version number is equal to zero. A nice side effect is that there is no need to maintain strict ordering of async indexing operations executed as a result of changes to a source database, as long as version numbers from the source database are used. Even the simple case of updating the Elasticsearch index using data from a database is simplified if external versioning is used, as only the latest version will be used if the index operations are out of order for whatever reason. [float] ==== Version types Next to the `internal` & `external` version types explained above, Elasticsearch also supports other types for specific use cases. Here is an overview of the different version types and their semantics. `internal`:: only index the document if the given version is identical to the version of the stored document. `external` or `external\_gt`:: only index the document if the given version is strictly higher than the version of the stored document \*or\* if there is no existing document. The given version will be used as the new version and will be stored with the new document. The supplied version must be a non-negative long number. `external\_gte`:: only index the document if the given version is \*equal\* or higher than the version of the stored document. If there is no existing document the operation will succeed as well. The given version will be used as the new version and will be stored with the new document. The supplied version must be a non-negative long number. \*NOTE\*: The `external\_gte` version type is meant for special use cases and should
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/index_.asciidoc
6.2
elasticsearch-6-2
[ -0.053085051476955414, 0.06709713488817215, 0.0065475027076900005, 0.04482116550207138, 0.01634502410888672, 0.0038527939468622208, -0.06586665660142899, -0.04233076423406601, 0.11250852793455124, 0.036122262477874756, 0.009970308281481266, 0.07337531447410583, -0.0033003967255353928, -0.09024529159069061, 0.017501208931207657, -0.026984361931681633, -0.018480706959962845, -0.04360007122159004, -0.06074784696102142, 0.033183082938194275, -0.043626818805933, 0.0024067219346761703, -0.03064540959894657, 0.03743913769721985, -0.014888785779476166, -0.050999436527490616, -0.09766419976949692, -0.006920735351741314, 0.02726186253130436, 0.05492973327636719, -0.022486064583063126, -0.022942151874303818, -0.04606571048498154, 0.004643209278583527, -0.04144417494535446, 0.06830630451440811, -0.04928961023688316, -0.04479200392961502, -0.011203153990209103, 0.07652793824672699, -0.02330792509019375, -0.05436968430876732, -0.14165931940078735, -0.013230635784566402, -0.08364516496658325, -0.1063256487250328, 0.015224017202854156, -0.020025737583637238, -0.15148508548736572, 0.02399912290275097, -0.03876638039946556, -0.06944204121828079, -0.03477439284324646, -0.02166244387626648, 0.04962258040904999, 0.060575712472200394, -0.05501881241798401, 0.06987739354372025, -0.06561290472745895, -0.004428579472005367, 0.022594522684812546, -0.02790883556008339, -0.015063346363604069, -0.023248817771673203, 0.062224384397268295, -0.007207972928881645, 0.09507452696561813, -0.006240110378712416, 0.027785809710621834, -0.014678727835416794, 0.01571452058851719, -0.007736444007605314, 0.005114652682095766, -0.024410465732216835, 0.005928670987486839, 0.04927130416035652, 0.10795993357896805, 0.012088972143828869, 0.000601705105509609, -0.002634664997458458, -0.018463613465428352, -0.10759196430444717, -0.005303859710693359, -0.03089289180934429, -0.04150854051113129, -0.04881585016846657, 0.05379866063594818, -0.028233610093593597, 0.11563948541879654, 0.041448336094617844, -0.01776198111474514, -0.04560648649930954, 0.13192376494407654, -0.04555387794971466, -0.0130004258826375, 0.03459712862968445, -0.06244663894176483, 0.07732608169317245, 0.03280009329319, 0.011524069122970104, 0.06219111382961273, -0.031644660979509354, 0.039027415215969086, 0.004614023491740227, 0.05802422761917114, -0.06085247918963432, 0.02094009704887867, -0.0032495507039129734, 0.014535453170537949, -0.061251502484083176, 0.04067500680685043, 0.04993632808327675, -0.00047310287482105196, -0.064500592648983, -0.10020367801189423, -0.02100842073559761, 0.021349871531128883, -0.035629741847515106, 0.07704991102218628, 0.0716789960861206, 0.1081969141960144, -0.04156243056058884, 0.0996578112244606, -0.03570933640003204, -0.023870127275586128, 0.02620112895965576, 0.049894779920578, -1.2155978099685284e-33, 0.06789595633745193, -0.051537077873945236, -0.03978049010038376, -0.05890282988548279, 0.012430460192263126, 0.05213847756385803, -0.023935165256261826, -0.008382001891732216, -0.1848987340927124, -0.0938098356127739, 0.0037901855539530516, -0.013617370277643204, -0.03979194909334183, -0.001959063345566392, -0.03234539553523064, -0.0485573373734951, 0.009202322922647, 0.07417536526918411, 0.09856198728084564, 0.0342344231903553, 0.0933692455291748, -0.021757248789072037, -0.052869800478219986, 0.002198575995862484, 0.028225073590874672, -0.01650368422269821, 0.03469032421708107, -0.024173442274332047, -0.08073471486568451, 0.002217621775344014, 0.006065465044230223, 0.006610407028347254, -0.016894666478037834, 0.012685430236160755, 0.02061965875327587, 0.02294289879500866, -0.10090555995702744, 0.03585769981145859, 0.017057808116078377, -0.04703029245138168, 0.05034078285098076, 0.033359527587890625, -0.02570614404976368, -0.029845064505934715, 0.02748926170170307, -0.043966036289930344, -0.07361495494842529, 0.06302521377801895, 0.023274069651961327, -0.08041632920503616, 0.02766559273004532, 0.07683807611465454, 0.0185265950858593, -0.056800372898578644, 0.09397495537996292, -0.025975188240408897, -0.0074596949853003025, 0.013739485293626785, 0.042201921343803406, -0.027248958125710487, 0.043377261608839035, -0.008341191336512566, 0.0004382296756375581, 0.00672408239915967, 0.030931849032640457, 0.06705567240715027, -0.007589804474264383, -0.02259821817278862, -0.013930893503129482, -0.017144935205578804, -0.04520714282989502, 0.0363302119076252, -0.05054875835776329, 0.008921953849494457, 0.008415997959673405, -0.06825647503137589, -0.035078901797533035, 0.029166104272007942, 0.06656966358423233, -0.013306945562362671, -0.04746145009994507, -0.06902730464935303, -0.04971502348780632, 0.08205575495958328, -0.06512263417243958, -0.013372192159295082, -0.017089374363422394, 0.04404250904917717, -0.009108713828027248, -0.02315101958811283, 0.028839098289608955, -0.038460005074739456, -0.08341655880212784, -0.014132772572338581, 0.047528933733701706, -2.4674085601240605e-33, -0.017883040010929108, -0.14330577850341797, -0.08918600529432297, 0.094581738114357, -0.041230298578739166, -0.005720189772546291, -0.011737855151295662, -0.023554518818855286, -0.06221050024032593, -0.03923327103257179, 0.03505022078752518, -0.0035314904525876045, -0.07690312713384628, -0.029241858050227165, -0.039052169770002365, -0.03692687675356865, -0.0486929789185524, -0.11482882499694824, -0.04550684615969658, 0.029463833197951317, -0.014832247979938984, -0.07467255741357803, -0.00778709864243865, 0.14568044245243073, 0.04374358430504799, -0.08057296276092529, -0.0562443844974041, -0.025846686214208603, -0.08306130021810532, -0.05675576999783516, -0.0529225617647171, -0.05052103102207184, -0.025100277736783028, -0.026650242507457733, -0.0069490475580096245, -0.026194317266345024, 0.022285087034106255, 0.013688975013792515, 0.028979580849409103, 0.08652595430612564, 0.05633276328444481, -0.013693095184862614, -0.0210723876953125, 0.058881234377622604, -0.029509050771594048, 0.07766401767730713, 0.006368887145072222, 0.033453404903411865, 0.003741337452083826, -0.01648782752454281, 0.031559400260448456, 0.0030233520083129406, 0.030472325161099434, 0.03005007840692997, 0.011578084900975227, -0.06511054188013077, -0.03143758699297905, -0.026380982249975204, -0.07451162487268448, 0.05948570370674133, -0.019549380987882614, 0.021352289244532585, 0.038160521537065506, -0.03581659868359566, 0.01515329908579588, -0.052244625985622406, -0.06826072931289673, -0.019835636019706726, 0.004697292111814022, 0.04016069695353508, 0.08336915820837021, -0.04112854227423668, -0.011211701668798923, -0.04156835004687309, 0.08804057538509369, -0.036860089749097824, 0.045998815447092056, -0.06951551139354706, 0.04145854711532593, -0.0015296366764232516, -0.030091818422079086, 0.09447045624256134, 0.06821932643651962, 0.04451418295502663, -0.026168951764702797, 0.0017006663838401437, 0.014296014793217182, 0.052937448024749756, -0.015930434688925743, 0.018312789499759674, -0.005712427198886871, -0.031573109328746796, -0.13255417346954346, -0.004868044052273035, -0.06503548473119736, -5.4631637880220296e-8, -0.03233311325311661, 0.013176943175494671, -0.04819520562887192, 0.06679825484752655, 0.08237727731466293, 0.04364074394106865, 0.02533094771206379, -0.007076071109622717, 0.015913816168904305, -0.005844783503562212, 0.0507626086473465, 0.03491518646478653, -0.027017133310437202, -0.04474157094955444, 0.006640220992267132, -0.03028741292655468, 0.03626034036278725, -0.03144557401537895, -0.037184011191129684, -0.000968252366874367, -0.034681059420108795, 0.005303856451064348, 0.01804216019809246, -0.011923025362193584, 0.09098102152347565, 0.013750586658716202, 0.013388501480221748, 0.11098627746105194, 0.03651975467801094, -0.01738101802766323, 0.014283398166298866, -0.021136708557605743, -0.014942813664674759, 0.031939487904310226, -0.018309157341718674, 0.09326016157865524, 0.019781028851866722, 0.08111140131950378, 0.004963746294379234, -0.016136355698108673, 0.07649078965187073, 0.016155805438756943, -0.06356795132160187, 0.06475022435188293, -0.005581030622124672, -0.021947579458355904, -0.05481874570250511, -0.05818593129515648, -0.026045380160212517, -0.048040248453617096, -0.019246336072683334, -0.0452348068356514, 0.05640989542007446, 0.13457302749156952, -0.025587592273950577, -0.013482884503901005, 0.10225336253643036, -0.032603669911623, 0.05252176523208618, 0.006616482976824045, 0.11577017605304718, -0.04511973261833191, 0.03745358809828758, 0.01597139611840248 ]
0.108027
is no existing document the operation will succeed as well. The given version will be used as the new version and will be stored with the new document. The supplied version must be a non-negative long number. \*NOTE\*: The `external\_gte` version type is meant for special use cases and should be used with care. If used incorrectly, it can result in loss of data. There is another option, `force`, which is deprecated because it can cause primary and replica shards to diverge. [float] [[operation-type]] === Operation Type The index operation also accepts an `op\_type` that can be used to force a `create` operation, allowing for "put-if-absent" behavior. When `create` is used, the index operation will fail if a document by that id already exists in the index. Here is an example of using the `op\_type` parameter: [source,js] -------------------------------------------------- PUT twitter/\_doc/1?op\_type=create { "user" : "kimchy", "post\_date" : "2009-11-15T14:12:12", "message" : "trying out Elasticsearch" } -------------------------------------------------- // CONSOLE Another option to specify `create` is to use the following uri: [source,js] -------------------------------------------------- PUT twitter/\_doc/1/\_create { "user" : "kimchy", "post\_date" : "2009-11-15T14:12:12", "message" : "trying out Elasticsearch" } -------------------------------------------------- // CONSOLE [float] === Automatic ID Generation The index operation can be executed without specifying the id. In such a case, an id will be generated automatically. In addition, the `op\_type` will automatically be set to `create`. Here is an example (note the \*POST\* used instead of \*PUT\*): [source,js] -------------------------------------------------- POST twitter/\_doc/ { "user" : "kimchy", "post\_date" : "2009-11-15T14:12:12", "message" : "trying out Elasticsearch" } -------------------------------------------------- // CONSOLE The result of the above index operation is: [source,js] -------------------------------------------------- { "\_shards" : { "total" : 2, "failed" : 0, "successful" : 2 }, "\_index" : "twitter", "\_type" : "\_doc", "\_id" : "W0tpsmIBdwcYyG50zbta", "\_version" : 1, "\_seq\_no" : 0, "\_primary\_term" : 1, "result": "created" } -------------------------------------------------- // TESTRESPONSE[s/W0tpsmIBdwcYyG50zbta/$body.\_id/ s/"successful" : 2/"successful" : 1/] [float] [[index-routing]] === Routing By default, shard placement — or `routing` — is controlled by using a hash of the document's id value. For more explicit control, the value fed into the hash function used by the router can be directly specified on a per-operation basis using the `routing` parameter. For example: [source,js] -------------------------------------------------- POST twitter/\_doc?routing=kimchy { "user" : "kimchy", "post\_date" : "2009-11-15T14:12:12", "message" : "trying out Elasticsearch" } -------------------------------------------------- // CONSOLE In the example above, the "\_doc" document is routed to a shard based on the `routing` parameter provided: "kimchy". When setting up explicit mapping, the `\_routing` field can be optionally used to direct the index operation to extract the routing value from the document itself. This does come at the (very minimal) cost of an additional document parsing pass. If the `\_routing` mapping is defined and set to be `required`, the index operation will fail if no routing value is provided or extracted. [float] [[index-distributed]] === Distributed The index operation is directed to the primary shard based on its route (see the Routing section above) and performed on the actual node containing this shard. After the primary shard completes the operation, if needed, the update is distributed to applicable replicas. [float] [[index-wait-for-active-shards]] === Wait For Active Shards To improve the resiliency of writes to the system, indexing operations can be configured to wait for a certain number of active shard copies before proceeding with the operation. If the requisite number of active shard copies are not available, then the write operation must wait and retry, until either the requisite shard copies have started or a timeout occurs. By default, write operations only wait for the primary shards to be active before proceeding (i.e. `wait\_for\_active\_shards=1`). This default can be overridden in the index
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/index_.asciidoc
6.2
elasticsearch-6-2
[ -0.11279498040676117, 0.012862487696111202, 0.08084417134523392, 0.09186924248933792, 0.004166945815086365, -0.08313626050949097, -0.05089579150080681, -0.03241395205259323, 0.09691272675991058, 0.016736580058932304, -0.022029174491763115, 0.048947662115097046, 0.0028569698333740234, -0.03857741132378578, -0.010557582601904869, 0.04266881197690964, -0.020114902406930923, -0.059949569404125214, -0.05375576391816139, 0.03685024753212929, 0.049013927578926086, -0.016496310010552406, -0.0128319151699543, 0.027574235573410988, -0.009600045159459114, -0.10563166439533234, -0.09809540957212448, -0.025753214955329895, 0.11373364925384521, 0.0050414190627634525, 0.036438729614019394, 0.02924569509923458, -0.040342871099710464, -0.0069279358722269535, 0.016372624784708023, 0.09237560629844666, 0.042466141283512115, -0.020152641460299492, -0.04456811025738716, 0.012801584787666798, 0.03241833299398422, 0.00025032515986822546, -0.10986799001693726, -0.00011853977775899693, 0.020930765196681023, -0.037695370614528656, 0.0013126593548804522, 0.009791437536478043, -0.062396708875894547, 0.0361332893371582, -0.08885332942008972, -0.06504485756158829, -0.04246323183178902, -0.010895268991589546, 0.04410073906183243, 0.03221190720796585, -0.06292452663183212, 0.023105505853891373, -0.04742256551980972, -0.011972201056778431, 0.10564717650413513, 0.0008506022859364748, 0.0017065461724996567, -0.10727613419294357, 0.03583907335996628, 0.017002606764435768, 0.06058883294463158, -0.033142127096652985, 0.009692576713860035, 0.012665292248129845, 0.009642083197832108, 0.016796140000224113, -0.07804637402296066, 0.006169816944748163, -0.03822127729654312, 0.05092007294297218, -0.013392824679613113, -0.035161618143320084, -0.009490535594522953, -0.022687751799821854, -0.004520291928201914, -0.09472083300352097, 0.06695512682199478, -0.03507491573691368, -0.053914688527584076, -0.05617917329072952, 0.07304646819829941, -0.014128606766462326, 0.10703099519014359, 0.011804284527897835, -0.08199676871299744, -0.005974442232400179, 0.07643993198871613, -0.032389719039201736, 0.0890577957034111, 0.04131755977869034, 0.024314453825354576, 0.10184599459171295, 0.06842675060033798, 0.0457279346883297, 0.0036423520650714636, 0.03609149530529976, 0.015279636718332767, 0.005803159438073635, 0.0359988659620285, -0.044648099690675735, -0.04098988324403763, 0.009401808492839336, -0.06012255698442459, -0.035903021693229675, 0.05451036989688873, 0.03940324857831001, -0.04252190515398979, -0.07953163236379623, -0.07282953709363937, 0.046057671308517456, -0.005758235231041908, -0.040036506950855255, -0.028495464473962784, 0.05765937268733978, 0.09690263867378235, 0.012286446988582611, 0.079777792096138, 0.015828272327780724, -0.06811600178480148, -0.025126196444034576, -0.0323907844722271, 3.934181227530495e-33, 0.027476171031594276, -0.03574666008353233, 0.04793987423181534, 0.024923261255025864, 0.0224468931555748, 0.07629323750734329, 0.0022064466029405594, 0.03712783753871918, -0.11128488928079605, -0.016303960233926773, -0.07572334259748459, 0.03253408521413803, -0.05290737748146057, -0.03668823093175888, 0.02869853563606739, -0.038950201123952866, 0.017720891162753105, 0.07188408821821213, 0.022595088928937912, -0.03491910547018051, 0.09112530946731567, -0.0050604939460754395, -0.060958705842494965, -0.015353094786405563, 0.00040029388037510216, 0.012854982167482376, -0.0226285457611084, -0.09643013775348663, -0.044281888753175735, -0.04189887270331383, -0.017941957339644432, -0.04232517629861832, 0.023996930569410324, -0.008088232949376106, -0.017008032649755478, 0.041579119861125946, -0.06379112601280212, 0.01670996844768524, -0.029386408627033234, -0.06688319146633148, 0.12387627363204956, 0.0548994354903698, 0.024077733978629112, -0.05446362867951393, -0.04449966177344322, -0.013524328358471394, -0.0052841356955468655, 0.08489130437374115, 0.03550642356276512, -0.05674310773611069, 0.0029141134582459927, 0.07525702565908432, -0.059890616685152054, 0.03434513881802559, 0.06250618398189545, -0.02060849405825138, 0.00805737916380167, 0.042860858142375946, 0.0877581462264061, -0.02558361552655697, 0.08613551408052444, 0.04056607559323311, -0.022870901972055435, 0.12473496049642563, -0.016295665875077248, -0.005147531162947416, -0.008689372800290585, 0.04634492099285126, 0.026724547147750854, 0.018951911479234695, 0.003036905312910676, 0.02937065251171589, -0.10258945822715759, -0.0031332888174802065, 0.04123548045754433, -0.14577120542526245, -0.049163077026605606, -0.06677506119012833, -0.021933993324637413, -0.02313011698424816, -0.09650970995426178, -0.024392014369368553, -0.012002518400549889, -0.009965379722416401, -0.026220576837658882, 0.045715298503637314, -0.03195621818304062, -0.01982015371322632, 0.01793159916996956, -0.08284596353769302, 0.03480704501271248, -0.08594564348459244, -0.05586492270231247, -0.11890864372253418, 0.04275231808423996, -6.412082911445568e-33, -0.03359207883477211, -0.08411700278520584, -0.006367728114128113, 0.03172127157449722, 0.00614491431042552, -0.016444046050310135, -0.010310580022633076, -0.021923048421740532, -0.01655474677681923, -0.026328356936573982, -0.027698518708348274, -0.006862815469503403, 0.050019435584545135, 0.03431696817278862, -0.053279876708984375, -0.007899847812950611, -0.1178317740559578, -0.12770287692546844, -0.013457422144711018, 0.03553294017910957, -0.004882809240370989, 0.013198751956224442, 0.05722634121775627, 0.15676496922969818, 0.05773784592747688, -0.03926480561494827, 0.023628592491149902, 0.007322097197175026, -0.050404421985149384, -0.03563005104660988, -0.06412151455879211, -0.005670868791639805, -0.03808644413948059, 0.018519530072808266, -0.007435104344040155, -0.023399753496050835, 0.01781681552529335, 0.06889058649539948, 0.002017717808485031, 0.06091693416237831, -0.00522239226847887, -0.027500223368406296, -0.03958255797624588, 0.04716160148382187, -0.03225742280483246, 0.005903856363147497, 0.04584526643157005, 0.05034492537379265, 0.08995375037193298, -0.07751300930976868, 0.02761138789355755, -0.051576342433691025, -0.0003175264864694327, -0.009554360061883926, 0.023684127256274223, -0.03207741305232048, -0.05687401816248894, 0.02320190891623497, -0.11733672022819519, 0.01212479081004858, 0.02350706420838833, -0.016981247812509537, 0.017116781324148178, 0.004873667377978563, -0.003051523817703128, -0.06598225980997086, -0.08742887526750565, -0.012222273275256157, -0.0568263940513134, -0.01761472038924694, 0.0032041093800216913, -0.03493819758296013, -0.0007745984476059675, -0.020676271989941597, 0.04205336049199104, -0.03347550705075264, 0.03448710963129997, -0.02758532017469406, 0.06004524603486061, -0.012895908206701279, -0.03908061608672142, 0.11627855151891708, 0.05428416654467583, 0.028236614540219307, 0.011407123878598213, -0.08775123208761215, 0.02049211971461773, 0.05889420956373215, -0.05720343813300133, 0.051576849073171616, -0.09284669160842896, 0.025902923196554184, -0.09422816336154938, 0.004261949565261602, 0.013667703606188297, -5.869303976169249e-8, -0.028490843251347542, 0.03967072442173958, -0.06145304813981056, 0.045289404690265656, -0.0017787396209314466, -0.036604590713977814, -0.009212595410645008, -0.0009260594961233437, -0.011653775349259377, -0.0833376944065094, 0.0028684341814368963, 0.01116274669766426, -0.008100497536361217, -0.022097637876868248, -0.041451964527368546, -0.0487273633480072, 0.07160869985818863, -0.018301203846931458, -0.029130155220627785, -0.0016827197978273034, -0.0405314601957798, -0.006514616776257753, 0.10718853771686554, -0.01230160053819418, 0.02156604640185833, -0.0013415057910606265, 0.007576657924801111, -0.014905410818755627, 0.058172717690467834, 0.001479505212046206, 0.06208352744579315, 0.008008130826056004, 0.013866194523870945, 0.0931139662861824, -0.01058756560087204, 0.03827690705657005, -0.02453211136162281, 0.12489058822393417, -0.03920181840658188, -0.038218848407268524, 0.026778340339660645, 0.06246332824230194, -0.07438559830188751, 0.01580933853983879, 0.021094389259815216, -0.025444550439715385, -0.08069010823965073, -0.029751107096672058, 0.053185369819402695, 0.01162367407232523, 0.01887584663927555, -0.021367503330111504, 0.045180123299360275, 0.08122475445270538, 0.03825591132044792, 0.01296113058924675, 0.054007213562726974, 0.07574767619371414, 0.0827481597661972, -0.0018075124826282263, 0.07738283276557922, -0.10676576942205429, 0.11612244695425034, -0.007942895404994488 ]
0.056995
shard copies are not available, then the write operation must wait and retry, until either the requisite shard copies have started or a timeout occurs. By default, write operations only wait for the primary shards to be active before proceeding (i.e. `wait\_for\_active\_shards=1`). This default can be overridden in the index settings dynamically by setting `index.write.wait\_for\_active\_shards`. To alter this behavior per operation, the `wait\_for\_active\_shards` request parameter can be used. Valid values are `all` or any positive integer up to the total number of configured copies per shard in the index (which is `number\_of\_replicas+1`). Specifying a negative value or a number greater than the number of shard copies will throw an error. For example, suppose we have a cluster of three nodes, `A`, `B`, and `C` and we create an index `index` with the number of replicas set to 3 (resulting in 4 shard copies, one more copy than there are nodes). If we attempt an indexing operation, by default the operation will only ensure the primary copy of each shard is available before proceeding. This means that even if `B` and `C` went down, and `A` hosted the primary shard copies, the indexing operation would still proceed with only one copy of the data. If `wait\_for\_active\_shards` is set on the request to `3` (and all 3 nodes are up), then the indexing operation will require 3 active shard copies before proceeding, a requirement which should be met because there are 3 active nodes in the cluster, each one holding a copy of the shard. However, if we set `wait\_for\_active\_shards` to `all` (or to `4`, which is the same), the indexing operation will not proceed as we do not have all 4 copies of each shard active in the index. The operation will timeout unless a new node is brought up in the cluster to host the fourth copy of the shard. It is important to note that this setting greatly reduces the chances of the write operation not writing to the requisite number of shard copies, but it does not completely eliminate the possibility, because this check occurs before the write operation commences. Once the write operation is underway, it is still possible for replication to fail on any number of shard copies but still succeed on the primary. The `\_shards` section of the write operation's response reveals the number of shard copies on which replication succeeded/failed. [source,js] -------------------------------------------------- { "\_shards" : { "total" : 2, "failed" : 0, "successful" : 2 } } -------------------------------------------------- // NOTCONSOLE [float] [[index-refresh]] === Refresh Control when the changes made by this request are visible to search. See <>. [float] [[index-noop]] === Noop Updates When updating a document using the index api a new version of the document is always created even if the document hasn't changed. If this isn't acceptable use the `\_update` api with `detect\_noop` set to true. This option isn't available on the index api because the index api doesn't fetch the old source and isn't able to compare it against the new source. There isn't a hard and fast rule about when noop updates aren't acceptable. It's a combination of lots of factors like how frequently your data source sends updates that are actually noops and how many queries per second Elasticsearch runs on the shard with receiving the updates. [float] [[timeout]] === Timeout The primary shard assigned to perform the index operation might not be available when the index operation is executed. Some reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation. By default, the index operation will wait on the
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/index_.asciidoc
6.2
elasticsearch-6-2
[ 0.042316582053899765, -0.05555005371570587, 0.05947762727737427, 0.07443483918905258, -0.026978230103850365, -0.02803925983607769, -0.047329381108284, -0.07703236490488052, 0.1107567548751831, 0.03123704344034195, 0.025235602632164955, 0.028386538848280907, 0.045071035623550415, -0.044019270688295364, -0.09479006379842758, -0.08164291083812714, -0.006034544203430414, -0.04147886112332344, -0.07323922961950302, 0.010002568364143372, 0.032694362103939056, -0.013307896442711353, 0.010895181447267532, 0.00791819579899311, -0.05947441607713699, -0.07656221836805344, -0.07037488371133804, -0.03674432262778282, 0.03955526649951935, 0.014734596945345402, -0.026142911985516548, -0.020802652463316917, -0.03446617349982262, -0.020391203463077545, -0.007570608053356409, 0.08837759494781494, -0.019711662083864212, -0.051790013909339905, -0.0711103230714798, -0.016097329556941986, 0.029383962973952293, -0.04464918002486229, -0.09384050220251083, 0.006882684770971537, -0.05827661603689194, 0.018249349668622017, -0.07420268654823303, 0.016680678352713585, -0.002432849258184433, -0.02418384701013565, -0.04945584386587143, -0.007267137989401817, -0.034776199609041214, 0.006011114455759525, 0.04316120967268944, -0.024710020050406456, -0.026367153972387314, 0.0077317217364907265, 0.03198245167732239, -0.040465984493494034, 0.10302935540676117, -0.020776191726326942, 0.017789000645279884, -0.09383013099431992, 0.05279366299510002, 0.027611663565039635, 0.11379899829626083, -0.015995416790246964, -0.007051319815218449, 0.0732305645942688, 0.026963481679558754, 0.043696556240320206, -0.1206628829240799, 0.0596144013106823, -0.003986004739999771, 0.04641960188746452, -0.009661929681897163, -0.009982590563595295, -0.04799388721585274, -0.03429713845252991, -0.0845944881439209, -0.05145386978983879, 0.0818111002445221, -0.03176438435912132, -0.05896040424704552, -0.0808979719877243, 0.007317780517041683, 0.022866303101181984, 0.08285737037658691, -0.03387656807899475, -0.017446938902139664, 0.0708097591996193, 0.047648586332798004, -0.066051185131073, 0.10937049239873886, 0.019542573019862175, -0.006475730799138546, 0.17464356124401093, 0.03449570760130882, -0.03720889240503311, 0.03519430756568909, -0.010233702138066292, -0.023221949115395546, 0.013440685346722603, 0.04217261075973511, -0.04125998914241791, -0.06633030623197556, -0.02195131778717041, -0.05439356714487076, -0.00737345963716507, 0.06864716857671738, 0.04926378279924393, 0.057479437440633774, 0.007787003647536039, 0.034169550985097885, 0.13053075969219208, 0.04034918546676636, -0.02434169314801693, -0.04693107679486275, 0.031341295689344406, 0.06390435248613358, 0.030306756496429443, 0.0702236071228981, -0.02871675230562687, -0.027697816491127014, -0.04025868698954582, -0.047958847135305405, 1.9243830672899506e-33, 0.09664854407310486, 0.003755307989194989, 0.04502349719405174, -0.015078927390277386, -0.012242433615028858, 0.010769262909889221, -0.011419238522648811, 0.004982495214790106, -0.06575043499469757, -0.06035422161221504, -0.07269343733787537, 0.02355429343879223, 0.023427769541740417, -0.023516783490777016, 0.015529581345617771, -0.07459676265716553, 0.12891967594623566, 0.059197138994932175, -0.026566967368125916, -0.0016520333010703325, 0.05862544849514961, -0.07830975949764252, 0.012351371347904205, -0.03289121389389038, -0.08309640735387802, -0.006452758330851793, -0.07570246607065201, -0.14694112539291382, -0.02200879342854023, 0.003815385280176997, -0.04123930633068085, 0.031578656286001205, 0.0047346800565719604, -0.008682506158947945, -0.0013044658116996288, -0.004890528041869402, -0.029439982026815414, 0.0020166512113064528, 0.015662910416722298, -0.13978321850299835, 0.02575499191880226, 0.03242927044630051, 0.06044002249836922, -0.018545759841799736, -0.06144313886761665, 0.020215289667248726, -0.04448385536670685, 0.03530828654766083, -0.05157310143113136, 0.028006788343191147, 0.04046514257788658, 0.03860705718398094, 0.012080281041562557, 0.01105574518442154, 0.0034053355921059847, -0.021851496770977974, 0.033112648874521255, -0.02035617269575596, -0.027972394600510597, 0.09003524482250214, 0.05521596223115921, 0.024294674396514893, 0.003838524455204606, 0.10001790523529053, -0.01685284823179245, 0.058398500084877014, 0.043992653489112854, 0.06317923963069916, 0.05486951023340225, 0.0795670673251152, -0.0055720447562634945, 0.050258662551641464, -0.04782719910144806, -0.046362437307834625, -0.006430402398109436, -0.0794147327542305, -0.022692466154694557, -0.1225394755601883, -0.10889934748411179, 0.019847167655825615, -0.08026567101478577, -0.022944428026676178, -0.04110197350382805, -0.09886590391397476, -0.015176987275481224, -0.006623950321227312, 0.03108350560069084, 0.02759384922683239, -0.05218935012817383, -0.08514806628227234, 0.0069451723247766495, -0.03155713900923729, -0.0012481576995924115, -0.06378551572561264, -0.042970795184373856, -3.0082671025908263e-33, 0.03848788142204285, -0.14131900668144226, 0.022316044196486473, 0.046822208911180496, 0.01936645805835724, -0.015634553506970406, 0.005505542270839214, -0.0004474761663004756, -0.036799024790525436, -0.06815555691719055, -0.013920421712100506, -0.029619857668876648, 0.027686141431331635, 0.03236173465847969, -0.10128288716077805, 0.006721735466271639, -0.013540960848331451, -0.07302576303482056, 0.05317287892103195, -0.00690663605928421, -0.029594803228974342, -0.04852931946516037, -0.003481359453871846, 0.12366249412298203, -0.037898559123277664, 0.01814403012394905, -0.03836541622877121, -0.041546791791915894, -0.00701533630490303, -0.023133719339966774, -0.0008501473348587751, -0.008157924748957157, -0.027490787208080292, -0.01983143575489521, 0.008828263729810715, 0.023253150284290314, -0.027873560786247253, 0.009480125270783901, -0.0009699304937385023, 0.06394645571708679, 0.0943470150232315, 0.013811026699841022, -0.020929565653204918, 0.02063130773603916, 0.026825256645679474, 0.003517014207318425, -0.0314633771777153, 0.05410628393292427, -0.000968042470049113, -0.019616935402154922, 0.028623314574360847, -0.04841737821698189, 0.09053215384483337, 0.13633638620376587, 0.07742825895547867, 0.06072525307536125, -0.05946582183241844, 0.07507599145174026, -0.08592857420444489, 0.08547920733690262, -0.009389315731823444, -0.024100983515381813, -0.008985995315015316, -0.003020935459062457, 0.0085664177313447, 0.01724224165081978, 0.038646895438432693, -0.0452570877969265, 0.021844863891601562, -0.04350002482533455, -0.00017191009828820825, 0.0029359767213463783, -0.007201814558357, -0.006616551894694567, 0.001605321536771953, -0.03708656132221222, -0.048295509070158005, 0.007303704507648945, -0.00932282768189907, 0.06957384943962097, -0.07430335134267807, 0.1462988555431366, -0.014915316365659237, 0.05201848968863487, 0.03045884519815445, -0.08705909550189972, 0.059600453823804855, 0.09340986609458923, -0.04202093556523323, 0.04057604819536209, -0.009056967683136463, 0.017998432740569115, -0.025141015648841858, -0.010718297213315964, -0.011188633739948273, -4.9158650483605015e-8, 0.026672419160604477, 0.06235876306891441, 0.015932422131299973, 0.05357477068901062, 0.058199334889650345, -0.03152751922607422, 0.034596703946590424, -0.04757476970553398, -0.06342441588640213, 0.021274268627166748, 0.049578890204429626, -0.0340869314968586, 0.013120973482728004, -0.03624079003930092, -0.011659773997962475, -0.009959891438484192, 0.026513397693634033, -0.03296475112438202, -0.02219214476644993, -0.058366261422634125, -0.010379324667155743, -0.011972315609455109, 0.0017442392418161035, 0.008035795763134956, -0.04239664226770401, -0.019932834431529045, 0.09171553701162338, -0.045566413551568985, 0.028356460854411125, 0.013706362806260586, -0.010054774582386017, -0.04158598929643631, 0.08581490814685822, 0.039950180798769, -0.03362923488020897, 0.04468176141381264, -0.08612845093011856, 0.023723561316728592, 0.05777875706553459, 0.019828656688332558, 0.005480532068759203, 0.02105388604104519, -0.013868166133761406, 0.011124696582555771, 0.03446042537689209, -0.0074461158365011215, -0.09710151702165604, 0.05647370591759682, 0.009636355563998222, 0.015279818326234818, -0.01503546629101038, 0.02722216583788395, 0.06688117980957031, 0.08582043647766113, 0.034665998071432114, 0.008899061940610409, -0.03011872060596943, 0.013280746527016163, 0.13170522451400757, 0.008471855893731117, 0.13132411241531372, -0.058684829622507095, -0.009128738194704056, -0.059362102299928665 ]
0.044969
[[timeout]] === Timeout The primary shard assigned to perform the index operation might not be available when the index operation is executed. Some reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation. By default, the index operation will wait on the primary shard to become available for up to 1 minute before failing and responding with an error. The `timeout` parameter can be used to explicitly specify how long it waits. Here is an example of setting it to 5 minutes: [source,js] -------------------------------------------------- PUT twitter/\_doc/1?timeout=5m { "user" : "kimchy", "post\_date" : "2009-11-15T14:12:12", "message" : "trying out Elasticsearch" } -------------------------------------------------- // CONSOLE
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/index_.asciidoc
6.2
elasticsearch-6-2
[ 0.029826665297150612, 0.08074428886175156, 0.024082597345113754, 0.08330269157886505, 0.03004598058760166, -0.03395568206906319, -0.07012610882520676, -0.03863895684480667, 0.12721608579158783, -0.019101252779364586, -0.01847916841506958, 0.017606958746910095, -0.022769836708903313, -0.08142267167568207, -0.1005035787820816, -0.03887248411774635, -0.10082077980041504, -0.10631974041461945, -0.042275916785001755, -0.043255481868982315, 0.0363236628472805, 0.04905138909816742, -0.021730244159698486, -0.013730010017752647, -0.041546016931533813, -0.007874133065342903, -0.08427243679761887, -0.06627067923545837, 0.02294440194964409, 0.038831740617752075, 0.004976935684680939, -0.04868433251976967, -0.07644174247980118, 0.006299218628555536, -0.031722065061330795, 0.07786110043525696, -0.020573822781443596, -0.020506707951426506, -0.0312094334512949, 0.02433410845696926, 0.06070796400308609, -0.04605035111308098, -0.08034058660268784, -0.04068966582417488, -0.003123950446024537, -0.04004641994833946, 0.0237413477152586, -0.053175706416368484, -0.02574046328663826, 0.04247814044356346, -0.10696099698543549, -0.0012898672139272094, -0.0039049824699759483, -0.007003480102866888, 0.016196824610233307, 0.09800415486097336, -0.09581295400857925, 0.04205125570297241, 0.02753261849284172, -0.05704282596707344, 0.10283040255308151, -0.05990318953990936, 0.004039519000798464, -0.03357400372624397, 0.03532428294420242, -0.020523877814412117, 0.051780082285404205, -0.060334816575050354, -0.008745037019252777, 0.039622705429792404, 0.03810472413897514, 0.04682766646146774, -0.13544107973575592, 0.04910355061292648, 0.04752729460597038, 0.04274055361747742, 0.04881100729107857, -0.03284415975213051, 0.06112274155020714, 0.008783150464296341, -0.04307246953248978, -0.07732714712619781, 0.004334337078034878, 0.01605994813144207, -0.058477938175201416, -0.06697225570678711, 0.06186671927571297, 0.02394251339137554, 0.008310304023325443, -0.060010042041540146, 0.016386782750487328, -0.004160636104643345, -0.027381369844079018, -0.020825717598199844, 0.06781332939863205, 0.02679375931620598, -0.03587711229920387, 0.1022028923034668, -0.044636037200689316, -0.009227710776031017, -0.02351917326450348, -0.03477180376648903, -0.05586925521492958, 0.00017472309991717339, -0.012284907512366772, -0.03792561963200569, 0.016387881711125374, 0.024286985397338867, -0.0011450572637841105, 0.010986121371388435, 0.06325984746217728, 0.05014253035187721, 0.059778690338134766, 0.002382035134360194, 0.004896801896393299, 0.13570883870124817, 0.01344707515090704, -0.029503850266337395, 0.08505797386169434, 0.06889919936656952, 0.09770646691322327, 0.049066487699747086, -0.006772986147552729, -0.10803569853305817, -0.025191742926836014, 0.05523962900042534, 0.06021694839000702, 2.354151883474241e-33, 0.030259422957897186, -0.03168995678424835, -0.033332474529743195, -0.0360075980424881, 0.02115515060722828, -0.024568475782871246, -0.02066202461719513, 0.008227449841797352, -0.06510981917381287, -0.020128829404711723, -0.1327107846736908, -0.04047581925988197, -0.025650253519415855, -0.09205492585897446, -0.04450149089097977, -0.024651244282722473, 0.14015431702136993, 0.07173899561166763, 0.04622909054160118, -0.01539560966193676, 0.08990862965583801, -0.07453939318656921, -0.0003804010048042983, -0.006620638072490692, -0.036052946001291275, 0.04053174704313278, -0.021457888185977936, -0.11567630618810654, -0.019957294687628746, 0.023767216131091118, -0.01657087914645672, 0.09041083604097366, -0.03510810807347298, -0.033130135387182236, 0.07871266454458237, -0.0634555071592331, -0.0014817522605881095, 0.07200875878334045, -0.011821993626654148, -0.0978340283036232, -0.02811838872730732, 0.04622230306267738, -0.02478913962841034, -0.008377062156796455, -0.08339101076126099, -0.02876572124660015, -0.006504918448626995, -0.010916844010353088, 0.0008993164519779384, 0.08472322672605515, -0.04302878677845001, 0.05439232662320137, 0.014185036532580853, 0.0035882131196558475, 0.04242846369743347, 0.022398291155695915, 0.029679706320166588, 0.015770254656672478, -0.027386467903852463, 0.05203425884246826, 0.060502294450998306, 0.029832081869244576, 0.053687382489442825, 0.04979788511991501, 0.05887717008590698, 0.0020979999098926783, -0.016420681029558182, 0.07661633938550949, -0.024584846571087837, 0.05907510221004486, -0.0014124244917184114, 0.05055346339941025, 0.08483771234750748, -0.022993268445134163, -0.03191434219479561, -0.14753909409046173, -0.03202741965651512, -0.06095743179321289, -0.08109065890312195, -0.008864876814186573, 0.007439278066158295, -0.09462374448776245, -0.004241704475134611, -0.11080475151538849, 0.0009596802992746234, 0.0036834250204265118, 0.010871676728129387, 0.002213343745097518, -0.04733054339885712, -0.016129618510603905, -0.053584810346364975, 0.04240429028868675, -0.05276257544755936, -0.11052736639976501, -0.049502212554216385, -5.101189243823815e-33, 0.0032740854658186436, -0.14757826924324036, 0.005499826278537512, 0.054948654025793076, 0.0495830699801445, 0.003915134351700544, 0.03034072555601597, 0.05200330913066864, -0.003954620100557804, 0.0613107830286026, 0.036129605025053024, -0.022427693009376526, -0.020707320421934128, -0.03018011897802353, -0.059964198619127274, 0.03879132494330406, 0.023782972246408463, -0.1040046438574791, 0.016024572774767876, -0.01314801350235939, -0.027344396337866783, -0.0060751307755708694, -0.1128758043050766, 0.09135901182889938, -0.09983827918767929, 0.010039343498647213, 0.03382689133286476, -0.006597091443836689, -0.07262977957725525, -0.030223337933421135, -0.05538938194513321, -0.007201164495199919, -0.040262576192617416, 0.06219807639718056, -0.034192074090242386, 0.07510214298963547, -0.05362281575798988, 0.028646178543567657, 0.022387076169252396, 0.07689917087554932, 0.12886649370193481, 0.024783551692962646, -0.012464132159948349, 0.0015561491018161178, -0.01759486459195614, 0.014523237012326717, -0.02969376929104328, 0.04444282129406929, -0.01026215124875307, 0.006001667119562626, 0.01585702784359455, -0.017240449786186218, 0.11020856350660324, 0.09681764990091324, 0.021337203681468964, -0.03489534184336662, -0.05789203941822052, -0.030207771807909012, -0.0880855917930603, 0.08671233803033829, -0.006531131453812122, -0.03824874386191368, 0.0191201064735651, -0.01326684933155775, 0.06044476479291916, -0.009969688020646572, -0.05802535638213158, -0.025799447670578957, 0.05875062569975853, -0.0306877251714468, 0.041444577276706696, -0.01455911435186863, 0.06609803438186646, -0.005690206307917833, 0.05772289261221886, 0.013875110074877739, -0.05705530568957329, -0.010927960276603699, 0.017469575628638268, 0.009165299125015736, -0.026907341554760933, 0.11301539093255997, -0.025263821706175804, -0.01797790639102459, 0.05198159068822861, 0.022888408973813057, 0.0062135145999491215, 0.1297788769006729, -0.05046989396214485, 0.023333577439188957, 0.03367745131254196, 0.006398268975317478, -0.05133102461695671, 0.024246029555797577, 0.013119583949446678, -5.289478721692831e-8, -0.00909985601902008, 0.02871699444949627, -0.0338485911488533, 0.03134350851178169, 0.040749408304691315, 0.006789123639464378, 0.03432765603065491, -0.01764393225312233, -0.03503691405057907, -0.001882432377897203, 0.0381794311106205, -0.006838573608547449, 0.01510434690862894, 0.0021319647785276175, -0.008728821761906147, -0.07926416397094727, -0.06659930944442749, -0.04044201225042343, -0.023259449750185013, -0.05880036577582359, -0.06227359175682068, -0.04239324852824211, -0.018409043550491333, -0.026262199506163597, 0.011348295025527477, 0.008147579617798328, 0.009704632684588432, 0.01372124720364809, -0.005420503672212362, 0.002811836777254939, -0.05943494290113449, -0.0017000201623886824, -0.04835411161184311, 0.026726948097348213, -0.08787994086742401, 0.03127770498394966, -0.019760098308324814, -0.003002966521307826, -0.01843329332768917, 0.016190312802791595, 0.035602763295173645, 0.01253256294876337, -0.04353310540318489, -0.012148963287472725, -0.03668590262532234, 0.02329045906662941, -0.07234912365674973, 0.07754955440759659, 0.04550499469041824, -0.008585479110479355, -0.0013678654795512557, -0.07151078432798386, -0.012656237930059433, 0.04351970553398132, 0.08451087772846222, -0.05030088499188423, 0.05485256761312485, -0.049954406917095184, 0.0431181862950325, 0.02390245348215103, 0.051768068224191666, -0.04662104323506355, -0.05133126303553581, 0.011972975917160511 ]
0.059884
[[docs-update]] == Update API The update API allows to update a document based on a script provided. The operation gets the document (collocated with the shard) from the index, runs the script (with optional script language and parameters), and index back the result (also allows to delete, or ignore the operation). It uses versioning to make sure no updates have happened during the "get" and "reindex". Note, this operation still means full reindex of the document, it just removes some network roundtrips and reduces chances of version conflicts between the get and the index. The `\_source` field needs to be enabled for this feature to work. For example, let's index a simple doc: [source,js] -------------------------------------------------- PUT test/\_doc/1 { "counter" : 1, "tags" : ["red"] } -------------------------------------------------- // CONSOLE [float] === Scripted updates Now, we can execute a script that would increment the counter: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "script" : { "source": "ctx.\_source.counter += params.count", "lang": "painless", "params" : { "count" : 4 } } } -------------------------------------------------- // CONSOLE // TEST[continued] We can add a tag to the list of tags (note, if the tag exists, it will still add it, since its a list): [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "script" : { "source": "ctx.\_source.tags.add(params.tag)", "lang": "painless", "params" : { "tag" : "blue" } } } -------------------------------------------------- // CONSOLE // TEST[continued] In addition to `\_source`, the following variables are available through the `ctx` map: `\_index`, `\_type`, `\_id`, `\_version`, `\_routing` and `\_now` (the current timestamp). We can also add a new field to the document: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "script" : "ctx.\_source.new\_field = 'value\_of\_new\_field'" } -------------------------------------------------- // CONSOLE // TEST[continued] Or remove a field from the document: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "script" : "ctx.\_source.remove('new\_field')" } -------------------------------------------------- // CONSOLE // TEST[continued] And, we can even change the operation that is executed. This example deletes the doc if the `tags` field contain `green`, otherwise it does nothing (`noop`): [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "script" : { "source": "if (ctx.\_source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'none' }", "lang": "painless", "params" : { "tag" : "green" } } } -------------------------------------------------- // CONSOLE // TEST[continued] [float] === Updates with a partial document The update API also support passing a partial document, which will be merged into the existing document (simple recursive merge, inner merging of objects, replacing core "keys/values" and arrays). To fully replace the existing document, the <> should be used instead. The following partial update adds a new field to the existing document: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "doc" : { "name" : "new\_name" } } -------------------------------------------------- // CONSOLE // TEST[continued] If both `doc` and `script` are specified, then `doc` is ignored. Best is to put your field pairs of the partial document in the script itself. [float] === Detecting noop updates If `doc` is specified its value is merged with the existing `\_source`. By default updates that don't change anything detect that they don't change anything and return "result": "noop" like this: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "doc" : { "name" : "new\_name" } } -------------------------------------------------- // CONSOLE // TEST[continued] If `name` was `new\_name` before the request was sent then the entire update request is ignored. The `result` element in the response returns `noop` if the request was ignored. [source,js] -------------------------------------------------- { "\_shards": { "total": 0, "successful": 0, "failed": 0 }, "\_index": "test", "\_type": "\_doc", "\_id": "1", "\_version": 6, "result": "noop" } -------------------------------------------------- // TESTRESPONSE You can disable this behavior by setting "detect\_noop": false like this: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "doc" : { "name" : "new\_name" }, "detect\_noop": false } -------------------------------------------------- // CONSOLE // TEST[continued] [[upserts]]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update.asciidoc
6.2
elasticsearch-6-2
[ -0.11646781861782074, 0.03289131447672844, 0.05030716210603714, 0.10471570491790771, 0.03598969429731369, -0.013156620785593987, -0.05454684793949127, -0.06354417651891708, 0.12601380050182343, 0.026229359209537506, -0.019443174824118614, 0.051986247301101685, 0.03543169051408768, -0.08924947679042816, -0.020951729267835617, 0.041909050196409225, -0.04411942511796951, 0.00932263769209385, -0.007153831422328949, -0.007151823490858078, -0.013342498801648617, 0.0860508531332016, 0.014241660013794899, -0.007725420407950878, 0.015804167836904526, -0.014721592888236046, -0.09648048877716064, -0.06584621965885162, 0.030595552176237106, 0.048786554485559464, 0.07671281695365906, 0.022551672533154488, -0.0946008488535881, -0.028840214014053345, -0.022147690877318382, 0.05649597942829132, 0.029989076778292656, -0.03306211531162262, 0.06173890829086304, 0.09115873277187347, 0.0025390658993273973, 0.018745558336377144, -0.0950801894068718, -0.031973060220479965, -0.012750889174640179, -0.08013924211263657, -0.08617150783538818, 0.008324389345943928, -0.09050648659467697, 0.03814757242798805, -0.09171236306428909, -0.06320305913686752, -0.052827563136816025, 0.010926051996648312, 0.05693734809756279, 0.037068355828523636, -0.04559320583939552, 0.07567770034074783, -0.0509365014731884, -0.03996641933917999, 0.05425141379237175, -0.0730593279004097, -0.004281926434487104, -0.03432007506489754, -0.008599448949098587, 0.018480408936738968, 0.0135970339179039, -0.03328545764088631, 0.024759946390986443, -0.03026648797094822, -0.009769740514457226, 0.06589160114526749, 0.03941876068711281, -0.10109242796897888, 0.001356185064651072, 0.03471514955163002, -0.0021243789233267307, -0.007164022419601679, 0.016364553943276405, -0.023656729608774185, -0.02545000985264778, -0.08699493855237961, 0.05601678043603897, -0.011083461344242096, -0.015658501535654068, -0.07546306401491165, 0.0831541046500206, -0.026932386681437492, 0.05370526388287544, -0.01945813000202179, -0.003530824091285467, -0.06746448576450348, 0.06636682152748108, -0.04035055264830589, 0.04245181009173393, 0.07798931747674942, 0.002529093762859702, 0.08016455173492432, 0.04146572947502136, 0.027491891756653786, 0.019493380561470985, 0.006667974404990673, -0.05360662564635277, -0.030557896941900253, 0.06060407683253288, 0.058667536824941635, -0.037869781255722046, 0.012120131403207779, -0.036906201392412186, -0.0493159294128418, 0.008377608843147755, 0.04485484957695007, -0.06076635792851448, -0.05651530995965004, -0.08558129519224167, 0.051730189472436905, 0.07886109501123428, -0.05233611911535263, -0.007654320448637009, 0.07505813986063004, 0.10099558532238007, 0.03840479254722595, 0.043655723333358765, -0.010380364954471588, -0.050288066267967224, 0.022756868973374367, 0.06634476780891418, -1.1562493042474189e-33, 0.03571660444140434, -0.03338579088449478, -0.01269869040697813, -0.016246121376752853, -0.0011575332609936595, 0.021156450733542442, 0.0703054666519165, 0.034020908176898956, -0.05193454772233963, -0.07000397890806198, -0.06606309860944748, 0.10344059765338898, -0.0606502965092659, -0.0547664538025856, -0.024318132549524307, -0.030529817566275597, -0.018030215054750443, 0.0782102718949318, 0.01859855279326439, -0.025438321754336357, 0.0761655792593956, -0.04954681545495987, 0.006050204858183861, -0.04627241939306259, -0.009720871224999428, 0.02382097952067852, -0.022356612607836723, -0.05837581679224968, -0.07693114131689072, -0.027497993782162666, 0.0138283995911479, 0.011393950320780277, 0.016971850767731667, -0.025307459756731987, -0.059011317789554596, 0.013795173726975918, -0.0974835678935051, 0.020457278937101364, -0.008213408291339874, -0.017600031569600105, 0.0560101754963398, -0.0049909078516066074, 0.014545503072440624, -0.08433638513088226, -0.03554693982005119, -0.0034784849267452955, -0.1275252401828766, 0.04507777839899063, 0.03220948204398155, -0.025873469188809395, 0.020145105198025703, 0.07501166313886642, -0.010610751807689667, -0.03645854815840721, 0.04494192451238632, -0.058685678988695145, -0.001676271902397275, 0.011770796030759811, 0.03188334405422211, 0.010523367673158646, 0.046770285815000534, 0.04003356024622917, 0.026718376204371452, 0.0679558590054512, -0.01266453042626381, 0.023653866723179817, 0.02599848061800003, 0.09840337187051773, -0.019990388303995132, 0.06030098348855972, 0.00817212462425232, 0.10389596223831177, -0.05645633488893509, 0.00417535612359643, 0.06396862864494324, -0.1224527582526207, -0.09647412598133087, -0.09315133839845657, -0.0427849106490612, -0.010613052174448967, 0.010753095149993896, -0.03310699015855789, -0.044180773198604584, 0.035785455256700516, 0.012598627246916294, 0.03701719641685486, -0.06481695175170898, 0.015609470196068287, -0.009823432192206383, -0.0851934477686882, 0.11022370308637619, -0.02540050446987152, -0.10700894892215729, -0.14999549090862274, 0.06753382831811905, -2.3472054465448504e-33, 0.06110043451189995, -0.11305980384349823, -0.05491963401436806, 0.06827174127101898, -0.04436366632580757, -0.033698394894599915, 0.032294802367687225, 0.08909521996974945, 0.04117632284760475, 0.04256119206547737, -0.03442620858550072, 0.012781590223312378, -0.039489638060331345, -0.0001921662624226883, -0.03265451267361641, 0.020505037158727646, -0.11804921925067902, -0.06681722402572632, -0.0037566423416137695, 0.04720145836472511, -0.017775557935237885, 0.032558802515268326, 0.008108070120215416, 0.12074574828147888, -0.013945863582193851, -0.059394847601652145, -0.0427752286195755, -0.008884768933057785, -0.028174974024295807, -0.03134745731949806, -0.03450104966759682, -0.017039047554135323, -0.0804910734295845, -0.0028953412547707558, 0.008411150425672531, 0.03195767104625702, 0.011371552012860775, 0.05052312836050987, -0.007439789827913046, 0.10231469571590424, 0.01778070256114006, -0.01892916113138199, -0.03960608318448067, 0.025330280885100365, 0.018842963501811028, -0.0014183857711032033, -0.03347129747271538, 0.10667959600687027, -0.02432759292423725, -0.0687807947397232, 0.043852243572473526, -0.02198203280568123, -0.014888223260641098, 0.02563084475696087, -0.03505353257060051, -0.03825516626238823, -0.08020029217004776, -0.024373067542910576, -0.09261385351419449, 0.08198993653059006, -0.0050323596224188805, 0.02147071622312069, -0.01911473274230957, 0.005926018115133047, 0.004959464073181152, -0.032272398471832275, -0.10128392279148102, -0.028032081201672554, -0.004006651695817709, -0.011040020734071732, 0.03314531594514847, -0.07284342497587204, 0.01497653778642416, -0.0049773878417909145, 0.0712217316031456, 0.005861418787389994, 0.019688913598656654, -0.09523092955350876, 0.027342671528458595, 0.004973096773028374, -0.02038050815463066, 0.053902916610240936, 0.059485241770744324, 0.04483037441968918, 0.0221293605864048, -0.0014152899384498596, -0.010078114457428455, 0.02362768165767193, -0.04931227117776871, -0.018052048981189728, -0.04919726401567459, -0.027286825701594353, -0.036561161279678345, -0.024534249678254128, 0.0283674243837595, -5.6049355379172994e-8, -0.04520096257328987, 0.07534175366163254, -0.06716980040073395, 0.05711148679256439, -0.02212470769882202, 0.01927555911242962, -0.012400098145008087, 0.05159492790699005, -0.024534378200769424, -0.0853777527809143, 0.053761716932058334, -0.007746568415313959, 0.0007654002984054387, -0.005794588476419449, -0.045508384704589844, 0.004456170368939638, 0.07822170108556747, 0.015147280879318714, 0.01248261146247387, -0.04157137870788574, -0.06144719943404198, 0.00523435277864337, 0.10433738678693771, -0.01782333478331566, 0.10442325472831726, -0.032672856003046036, 0.05319233983755112, 0.05372631177306175, 0.07868311554193497, -0.05311817675828934, 0.047229647636413574, -0.03634627163410187, -0.05394680052995682, 0.07971068471670151, 0.0033479828853160143, 0.06947863847017288, 0.022365909069776535, 0.04446500539779663, -0.009044157341122627, 0.022005466744303703, 0.0024045263417065144, 0.03066563419997692, -0.1101328432559967, 0.006974519230425358, -0.005119446665048599, -0.022875843569636345, -0.061048202216625214, -0.06381930410861969, 0.07548739016056061, -0.04672497138381004, -0.01509912684559822, -0.09501154720783234, 0.030496420338749886, 0.014695798046886921, -0.005872990470379591, -0.0025525428354740143, 0.03989493474364281, 0.025730343535542488, 0.0378158837556839, -0.013750257901847363, 0.05198536068201065, -0.000005255244559521088, 0.07824316620826721, 0.027656158432364464 ]
0.064113
0, "failed": 0 }, "\_index": "test", "\_type": "\_doc", "\_id": "1", "\_version": 6, "result": "noop" } -------------------------------------------------- // TESTRESPONSE You can disable this behavior by setting "detect\_noop": false like this: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "doc" : { "name" : "new\_name" }, "detect\_noop": false } -------------------------------------------------- // CONSOLE // TEST[continued] [[upserts]] [float] === Upserts If the document does not already exist, the contents of the `upsert` element will be inserted as a new document. If the document does exist, then the `script` will be executed instead: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "script" : { "source": "ctx.\_source.counter += params.count", "lang": "painless", "params" : { "count" : 4 } }, "upsert" : { "counter" : 1 } } -------------------------------------------------- // CONSOLE // TEST[continued] [float] [[scripted\_upsert]] ==== `scripted\_upsert` If you would like your script to run regardless of whether the document exists or not -- i.e. the script handles initializing the document instead of the `upsert` element -- then set `scripted\_upsert` to `true`: [source,js] -------------------------------------------------- POST sessions/session/dh3sgudg8gsrgl/\_update { "scripted\_upsert":true, "script" : { "id": "my\_web\_session\_summariser", "params" : { "pageViewEvent" : { "url":"foo.com/bar", "response":404, "time":"2014-01-01 12:32" } } }, "upsert" : {} } -------------------------------------------------- // CONSOLE // TEST[s/"id": "my\_web\_session\_summariser"/"source": "ctx.\_source.page\_view\_event = params.pageViewEvent"/] // TEST[continued] [float] [[doc\_as\_upsert]] ==== `doc\_as\_upsert` Instead of sending a partial `doc` plus an `upsert` doc, setting `doc\_as\_upsert` to `true` will use the contents of `doc` as the `upsert` value: [source,js] -------------------------------------------------- POST test/\_doc/1/\_update { "doc" : { "name" : "new\_name" }, "doc\_as\_upsert" : true } -------------------------------------------------- // CONSOLE // TEST[continued] [float] === Parameters The update operation supports the following query-string parameters: [horizontal] `retry\_on\_conflict`:: In between the get and indexing phases of the update, it is possible that another process might have already updated the same document. By default, the update will fail with a version conflict exception. The `retry\_on\_conflict` parameter controls how many times to retry the update before finally throwing an exception. `routing`:: Routing is used to route the update request to the right shard and sets the routing for the upsert request if the document being updated doesn't exist. Can't be used to update the routing of an existing document. `timeout`:: Timeout waiting for a shard to become available. `wait\_for\_active\_shards`:: The number of shard copies required to be active before proceeding with the update operation. See <> for details. `refresh`:: Control when the changes made by this request are visible to search. See <>. `\_source`:: Allows to control if and how the updated source should be returned in the response. By default the updated source is not returned. See <> for details. `version`:: The update API uses the Elasticsearch's versioning support internally to make sure the document doesn't change during the update. You can use the `version` parameter to specify that the document should only be updated if its version matches the one specified. [NOTE] .The update API does not support versioning other than internal ===================================================== External (version types `external` & `external\_gte`) or forced (version type `force`) versioning is not supported by the update API as it would result in Elasticsearch version numbers being out of sync with the external system. Use the <> instead. =====================================================
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/update.asciidoc
6.2
elasticsearch-6-2
[ -0.09829840809106827, 0.06967128068208694, 0.0485321469604969, 0.06464870274066925, 0.041652705520391464, -0.032407231628894806, -0.007440557703375816, -0.03585268184542656, 0.0955338180065155, -0.008705349639058113, 0.025176916271448135, -0.05257229134440422, -0.02286440320312977, -0.06414739042520523, -0.02754386141896248, 0.019025981426239014, -0.028939470648765564, -0.049562472850084305, -0.06040213629603386, -0.02442561648786068, 0.019791562110185623, 0.029873095452785492, 0.008865841664373875, -0.006768473424017429, -0.02129370905458927, -0.026352891698479652, -0.037831664085388184, -0.021369650959968567, 0.0034505787771195173, 0.012169118970632553, 0.02864464372396469, 0.003912219777703285, -0.04987187683582306, -0.018945032730698586, 0.10897064208984375, 0.030925452709197998, 0.0237521231174469, -0.02533557079732418, 0.06069975718855858, 0.0727374479174614, 0.03576628491282463, -0.03207503631711006, -0.06397927552461624, -0.03706697002053261, 0.026785958558321, -0.06004137173295021, -0.02429370768368244, -0.005448837298899889, -0.10403836518526077, -0.030838390812277794, -0.09050074964761734, -0.0443892702460289, -0.04784707352519035, -0.04215903952717781, 0.05693509429693222, -0.04337872192263603, -0.03202574700117111, 0.05476376786828041, -0.02907400019466877, -0.009032174944877625, 0.021960951387882233, -0.059121593832969666, 0.00318162445910275, -0.03883688896894455, -0.03162209317088127, 0.04655493050813675, -0.048274993896484375, -0.07614027708768845, -0.016774918884038925, 0.038407959043979645, -0.045672960579395294, 0.05840754136443138, -0.00198210752569139, -0.0397188775241375, 0.0027818812523037195, 0.0010036141611635685, -0.03870048746466637, -0.014951991848647594, 0.03165949508547783, -0.011030725203454494, 0.010566257871687412, -0.11343102902173996, -0.029583880677819252, -0.033909816294908524, -0.01239830069243908, 0.004768481478095055, 0.02283729612827301, -0.03268198296427727, 0.02087041735649109, -0.05605427920818329, -0.09971719235181808, -0.05175543949007988, 0.05356965959072113, 0.02889888547360897, -0.002273083198815584, 0.09615430980920792, -0.03486277535557747, 0.02735227532684803, 0.04251130670309067, 0.06159880384802818, 0.0346696600317955, -0.035980843007564545, -0.005704750772565603, 0.005575807299464941, 0.06273511797189713, 0.020061250776052475, 0.013284149579703808, -0.02260756492614746, -0.008643709123134613, -0.05425809696316719, -0.005845564883202314, 0.07242539525032043, -0.018634185194969177, -0.07859179377555847, -0.11126811057329178, 0.008046724833548069, 0.04339213669300079, 0.017571819946169853, -0.060259826481342316, 0.06096244230866432, 0.16526852548122406, -0.01952572911977768, 0.003912291023880243, -0.0019405331695452332, -0.018915440887212753, 0.0036041601561009884, 0.0628771260380745, -2.4514932849688883e-33, 0.04879823327064514, -0.04469276964664459, -0.006746112834662199, -0.03324960544705391, 0.013905461877584457, 0.032829757779836655, 0.02238737978041172, 0.058247990906238556, -0.023986121639609337, -0.01646449975669384, -0.04031712934374809, -0.02922135218977928, -0.03904791921377182, -0.1062849760055542, -0.014333592727780342, 0.021496232599020004, -0.036286529153585434, 0.06715894490480423, 0.025852665305137634, 0.04579479992389679, 0.07851473987102509, -0.020259615033864975, -0.04398015886545181, -0.004551836289465427, -0.02755669876933098, -0.023490406572818756, -0.02795058861374855, -0.04745400696992874, -0.12245152145624161, -0.031543150544166565, -0.006694824434816837, -0.00876360572874546, 0.010164013132452965, 0.02335701324045658, -0.017454439774155617, 0.013498146086931229, -0.09486449509859085, 0.011607327498495579, -0.07420188933610916, -0.017259778454899788, -0.00022272263595368713, 0.008670493960380554, -0.02481960318982601, -0.004250409547239542, -0.021295849233865738, -0.04335055127739906, -0.11588849127292633, -0.004137026146054268, 0.0016902819043025374, -0.05284203588962555, -0.039726994931697845, 0.11490240693092346, -0.031212324276566505, -0.018405936658382416, 0.024124059826135635, 0.00011692706175381318, -0.04052365571260452, 0.07197936624288559, 0.04796866700053215, -0.04084748029708862, 0.007052673492580652, 0.023376131430268288, -0.04867701977491379, 0.06210160627961159, 0.004115792457014322, 0.006031915545463562, 0.05278794467449188, 0.018295127898454666, 0.026236029341816902, 0.02096496894955635, 0.0035230007488280535, -0.01250207144767046, -0.04660768806934357, 0.04116344451904297, 0.024570336565375328, -0.13520878553390503, -0.0689074844121933, 0.02116837166249752, 0.015223460271954536, -0.03755625709891319, 0.08987946063280106, -0.09826435893774033, -0.06757938116788864, 0.022834207862615585, -0.03452497348189354, 0.05523611977696419, -0.08671111613512039, 0.025089072063565254, -0.06558915227651596, -0.0704508051276207, 0.08805421739816666, 0.004095625132322311, -0.10696685314178467, -0.13834412395954132, 0.07515814155340195, -3.1427980229386216e-33, 0.0586235448718071, -0.029241781681776047, -0.03867114707827568, 0.021130071952939034, -0.01742595061659813, -0.010684464126825333, 0.07051141560077667, 0.06391739100217819, 0.001853320631198585, 0.03223656862974167, 0.05000445619225502, -0.019351813942193985, -0.0025839952286332846, 0.03831855580210686, -0.07733616232872009, 0.0566735602915287, -0.13883903622627258, -0.007855743169784546, -0.014730076305568218, 0.02485993690788746, 0.044471245259046555, 0.0954359769821167, -0.034724339842796326, 0.10359437018632889, -0.03920868784189224, -0.06503941118717194, -0.05974213778972626, 0.05270952731370926, -0.06990580260753632, 0.0049749379977583885, -0.03192055970430374, 0.10830730199813843, -0.08407101035118103, 0.04712517186999321, 0.041024915874004364, -0.022298626601696014, 0.04371991753578186, 0.05528038367629051, -0.0026685409247875214, 0.14320409297943115, 0.02236003987491131, 0.019874658435583115, -0.015210304409265518, 0.06978843361139297, 0.007249262183904648, -0.0003703308757394552, 0.021912207826972008, 0.03375852853059769, 0.023367445915937424, -0.02287435345351696, -0.047987453639507294, 0.005848378408700228, -0.03634779527783394, -0.0028137529734522104, 0.05220155045390129, -0.04575467109680176, -0.061119988560676575, -0.0806199163198471, -0.11225591599941254, 0.0771833136677742, 0.007374792825430632, 0.016900142654776573, -0.0012984637869521976, 0.03548256307840347, 0.07080903649330139, -0.06519312411546707, -0.06971745938062668, 0.03384501114487648, 0.10539920628070831, -0.05310628190636635, 0.034521616995334625, -0.052498120814561844, 0.049859628081321716, -0.05890141800045967, 0.04618438705801964, -0.028858043253421783, -0.008705373853445053, -0.05481641739606857, 0.05603620037436485, 0.0196345504373312, -0.05825801566243172, -0.006161990575492382, 0.0743667259812355, 0.11018169671297073, -0.07468744367361069, -0.010827702470123768, 0.013639303855597973, 0.09318386763334274, -0.03523315116763115, 0.02766711823642254, -0.008547700010240078, -0.017498793080449104, -0.041402895003557205, -0.04534689709544182, -0.029182588681578636, -5.19880707372522e-8, -0.07863498479127884, -0.030066363513469696, -0.08235730230808258, -0.0007955615874379873, -0.016962647438049316, 0.02148050256073475, -0.03841610252857208, -0.004157420247793198, -0.024754982441663742, -0.124529629945755, 0.010098757222294807, 0.057712674140930176, -0.018281279131770134, 0.011183672584593296, -0.027286456897854805, -0.04408843815326691, -0.0035489783622324467, 0.016318267211318016, -0.014824778772890568, -0.02051037736237049, 0.0058322809636592865, 0.006210657302290201, 0.05029625445604324, 0.022843025624752045, 0.1094076856970787, -0.0356261245906353, 0.027473343536257744, 0.06860053539276123, 0.05875946953892708, -0.021927474066615105, 0.012646122835576534, -0.03078598715364933, -0.05041841045022011, 0.025521496310830116, -0.03666272759437561, 0.10882590711116791, 0.11412442475557327, 0.04403992369771004, 0.0033168827649205923, 0.015664387494325638, 0.021005136892199516, 0.0004488823760766536, -0.10584282130002975, 0.04187854751944542, -0.021608520299196243, 0.003299268428236246, -0.04943573474884033, -0.09956672787666321, 0.04519915580749512, -0.09590847045183182, -0.02282811515033245, -0.03132066875696182, 0.022785674780607224, 0.01813027262687683, -0.04484770447015762, -0.003554360941052437, 0.07916547358036041, 0.04272923991084099, -0.0015576439909636974, -0.010340769775211811, 0.10842487215995789, -0.02936495468020439, 0.10899099707603455, 0.03493526577949524 ]
0.071714
[[docs-multi-termvectors]] == Multi termvectors API Multi termvectors API allows to get multiple termvectors at once. The documents from which to retrieve the term vectors are specified by an index, type and id. But the documents could also be artificially provided in the request itself. The response includes a `docs` array with all the fetched termvectors, each element having the structure provided by the <> API. Here is an example: [source,js] -------------------------------------------------- POST /\_mtermvectors { "docs": [ { "\_index": "twitter", "\_type": "\_doc", "\_id": "2", "term\_statistics": true }, { "\_index": "twitter", "\_type": "\_doc", "\_id": "1", "fields": [ "message" ] } ] } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] See the <> API for a description of possible parameters. The `\_mtermvectors` endpoint can also be used against an index (in which case it is not required in the body): [source,js] -------------------------------------------------- POST /twitter/\_mtermvectors { "docs": [ { "\_type": "\_doc", "\_id": "2", "fields": [ "message" ], "term\_statistics": true }, { "\_type": "\_doc", "\_id": "1" } ] } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] And type: [source,js] -------------------------------------------------- POST /twitter/\_doc/\_mtermvectors { "docs": [ { "\_id": "2", "fields": [ "message" ], "term\_statistics": true }, { "\_id": "1" } ] } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] If all requested documents are on same index and have same type and also the parameters are the same, the request can be simplified: [source,js] -------------------------------------------------- POST /twitter/\_doc/\_mtermvectors { "ids" : ["1", "2"], "parameters": { "fields": [ "message" ], "term\_statistics": true } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] Additionally, just like for the <> API, term vectors could be generated for user provided documents. The mapping used is determined by `\_index` and `\_type`. [source,js] -------------------------------------------------- POST /\_mtermvectors { "docs": [ { "\_index": "twitter", "\_type": "\_doc", "doc" : { "user" : "John Doe", "message" : "twitter test test test" } }, { "\_index": "twitter", "\_type": "\_doc", "doc" : { "user" : "Jane Doe", "message" : "Another twitter test ..." } } ] } -------------------------------------------------- // CONSOLE // TEST[setup:twitter]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/multi-termvectors.asciidoc
6.2
elasticsearch-6-2
[ -0.033851053565740585, 0.05364406481385231, 0.012938153930008411, 0.06820284575223923, 0.044818539172410965, 0.01284621749073267, -0.0769462138414383, -0.004147028550505638, 0.09489930421113968, -0.010187458246946335, -0.05883955582976341, -0.0823870301246643, 0.053045935928821564, -0.03636527433991432, 0.022363515570759773, 0.04231727868318558, -0.06665483862161636, -0.009667294099926949, 0.030231358483433723, -0.017948411405086517, 0.05049464479088783, 0.09846506267786026, -0.013987396843731403, -0.05661188066005707, 0.008651873096823692, 0.02763838693499565, -0.10674802958965302, -0.0907391905784607, -0.012838193215429783, 0.07866784185171127, 0.08829575031995773, 0.043851763010025024, -0.08143338561058044, 0.030263060703873634, -0.04186582192778587, 0.011414146050810814, -0.028944388031959534, -0.03538155183196068, 0.0849546268582344, 0.08349819481372833, 0.015249128453433514, 0.03454212471842766, -0.07142215967178345, -0.05252321809530258, 0.02710294909775257, -0.044905681163072586, -0.0297681987285614, -0.022697437554597855, -0.03473002091050148, 0.06837502121925354, -0.11429128795862198, -0.031297795474529266, -0.03767218440771103, 0.07697753608226776, 0.036504168063402176, -0.045461926609277725, -0.12114027887582779, 0.07675009220838547, -0.026358185335993767, -0.06618230044841766, 0.03712715581059456, -0.090752974152565, -0.02769329957664013, 0.009644058533012867, 0.014552883803844452, 0.027592703700065613, -0.06580503284931183, 0.03541266918182373, 0.00018820163677446544, -0.03205854073166847, -0.03258512541651726, 0.03177662566304207, 0.00379213341511786, -0.07441157847642899, 0.05682427063584328, 0.011529583483934402, 0.005945022217929363, -0.04248182848095894, 0.027797045186161995, -0.0010075654136016965, -0.027458932250738144, 0.020591478794813156, 0.02768542617559433, 0.003875922644510865, 0.0016697399551048875, 0.0031851576641201973, -0.01859283447265625, -0.03795476257801056, 0.011120719835162163, -0.04734537750482559, -0.02457205392420292, -0.08971186727285385, 0.07091177254915237, 0.02654287964105606, 0.0824708342552185, 0.03577978536486626, 0.02743026241660118, -0.05624636635184288, 0.07803934067487717, 0.011278660967946053, 0.050768159329891205, -0.0470077283680439, 0.013588113710284233, -0.062174007296562195, -0.033846840262413025, 0.004303712863475084, -0.08711530268192291, 0.018551796674728394, -0.0216620322316885, -0.005797230638563633, -0.052847277373075485, 0.12170430272817612, -0.05959101766347885, 0.013051814399659634, -0.06990082561969757, -0.014977612532675266, 0.013451549224555492, -0.051092296838760376, 0.10489051789045334, 0.03977246955037117, 0.0571298785507679, 0.041482605040073395, 0.054763320833444595, 0.0040620313957333565, 0.022956576198339462, -0.010298923589289188, 0.025924326851963997, -2.1177535410391478e-33, 0.0763474553823471, -0.025178512558341026, 0.04133268818259239, 0.018278202041983604, -0.01075675431638956, 0.04757126048207283, 0.029262002557516098, 0.05554300546646118, -0.032843492925167084, -0.050265539437532425, -0.12249043583869934, 0.09810108691453934, -0.0382467620074749, -0.004774739500135183, -0.04349932819604874, -0.021404990926384926, -0.06477279216051102, 0.039120856672525406, 0.017211545258760452, 0.028307177126407623, 0.0015780037501826882, 0.02365746721625328, -0.006038004066795111, 0.04129522293806076, -0.0213564895093441, -0.028415849432349205, 0.050059881061315536, -0.060301341116428375, -0.1379978358745575, -0.010410723276436329, 0.010970830917358398, 0.017297303304076195, 0.0014794416492804885, -0.031628891825675964, 0.06909086555242538, 0.033190637826919556, -0.009576869197189808, 0.013968356885015965, -0.10506698489189148, -0.03663789853453636, -0.07651081681251526, 0.02693653479218483, 0.06391358375549316, -0.08146899193525314, -0.09871786832809448, 0.009387269616127014, -0.052376218140125275, -0.07347613573074341, 0.014400920830667019, -0.01387371588498354, -0.05430380254983902, 0.04756719619035721, -0.005207764450460672, -0.009613721631467342, 0.05711272731423378, -0.027444902807474136, -0.03777306526899338, 0.12055044621229172, 0.016793373972177505, -0.04044121876358986, -0.008894434198737144, 0.03475566580891609, 0.05764022096991539, 0.010328898206353188, -0.0015374188078567386, 0.011369623243808746, 0.012316016480326653, 0.12074487656354904, 0.024323223158717155, 0.05524683743715286, 0.03930072486400604, 0.05929027497768402, -0.0058145178481936455, -0.09799359738826752, 0.0484442338347435, -0.03698140010237694, -0.005021415185183287, -0.0738815888762474, -0.03730970621109009, -0.004751881118863821, -0.022814549505710602, -0.034221451729536057, 0.026726732030510902, -0.005840228404849768, -0.009475086815655231, 0.10468904674053192, -0.02904210239648819, -0.07405771315097809, 0.005235855467617512, 0.010907553136348724, -0.025655027478933334, 0.023920739069581032, -0.11764618009328842, -0.11266406625509262, 0.017329266294836998, -5.746310461788671e-34, 0.02853800728917122, -0.14059071242809296, 0.003992856480181217, -0.009116786532104015, 0.02036180905997753, -0.026721257716417313, 0.0051032728515565395, 0.06970439106225967, -0.0009540963801555336, 0.03528750687837601, 0.05468212440609932, -0.016793934628367424, -0.04008235037326813, 0.0016019059112295508, 0.07420863956212997, 0.031119154766201973, -0.05950341001152992, -0.020325133576989174, 0.046054042875766754, 0.040468480437994, -0.002893488621339202, -0.04587308689951897, -0.01441272348165512, 0.08246160298585892, 0.005287989042699337, -0.05975385755300522, -0.029475441202521324, -0.03214889392256737, -0.06572092324495316, -0.04103202745318413, -0.023237014189362526, -0.03973809629678726, -0.06735775619745255, 0.09860218316316605, -0.02514619752764702, 0.018749887123703957, -0.03521411865949631, 0.06246147304773331, 0.01810973696410656, 0.03718113899230957, 0.03387004882097244, -0.026047082617878914, -0.00675177713856101, -0.007017356343567371, -0.0005960215348750353, -0.06725245714187622, -0.03705558925867081, 0.10437089949846268, 0.028598561882972717, 0.001580151030793786, 0.011227158829569817, -0.024665173143148422, -0.05595209077000618, 0.026803700253367424, 0.01759059727191925, -0.09670836478471756, -0.02227967232465744, -0.0914095938205719, -0.053618669509887695, -0.013957480899989605, -0.010270773433148861, 0.030424414202570915, -0.04889398440718651, -0.032972898334264755, 0.09672509133815765, -0.10757704079151154, -0.0392744243144989, -0.09594647586345673, -0.044190794229507446, 0.010090953670442104, 0.05243903771042824, -0.02683217078447342, 0.05051715299487114, 0.01348070241510868, 0.12884032726287842, -0.015589232556521893, -0.0066435267217457294, -0.04356345534324646, -0.014801312237977982, -0.019718216732144356, -0.016859738156199455, 0.025424763560295105, 0.07915421575307846, 0.09482075273990631, 0.0438946895301342, 0.009076141752302647, 0.0232856385409832, 0.0781799852848053, -0.026030927896499634, -0.0006014200043864548, 0.04119058698415756, 0.020558159798383713, 0.003296392969787121, -0.001648477977141738, 0.04447899013757706, -4.3961644990986315e-8, -0.08469449728727341, 0.004799851216375828, -0.11787165701389313, 0.01149132288992405, -0.07582256942987442, 0.06263387203216553, 0.03436165675520897, 0.06211178004741669, -0.040438927710056305, -0.06741078943014145, 0.06740520149469376, -0.023477863520383835, -0.026963895186781883, -0.016321176663041115, 0.007245934102684259, -0.039830125868320465, -0.05057397857308388, -0.0018043887102976441, -0.00947523396462202, -0.003572292160242796, 0.04918559640645981, -0.027061959728598595, 0.05513587221503258, -0.0009954840643331409, 0.1374421864748001, 0.020880647003650665, 0.023974066600203514, 0.032651614397764206, 0.0652901828289032, -0.026952631771564484, -0.054641008377075195, -0.00914983544498682, -0.06077474355697632, -0.016609666869044304, 0.02217724546790123, 0.055382031947374344, 0.052731987088918686, 0.0410502590239048, -0.025026042014360428, 0.008466780185699463, 0.02195882797241211, 0.021840563043951988, -0.03600853309035301, 0.05631782114505768, 0.07374730706214905, 0.011411389335989952, -0.05114893987774849, 0.034913986921310425, 0.1135735735297203, -0.07053406536579132, -0.01911492832005024, -0.08525853604078293, 0.03793279826641083, 0.08797137439250946, -0.05697360634803772, -0.059277839958667755, 0.025994770228862762, -0.005676861386746168, 0.06311919540166855, -0.05418476089835167, 0.06719817221164703, -0.024031490087509155, 0.017572863027453423, 0.034100811928510666 ]
0.012869
[[docs-bulk]] == Bulk API The bulk API makes it possible to perform many index/delete operations in a single API call. This can greatly increase the indexing speed. .Client support for bulk requests \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Some of the officially supported clients provide helpers to assist with bulk requests and reindexing of documents from one index to another: Perl:: See https://metacpan.org/pod/Search::Elasticsearch::Client::5\_0::Bulk[Search::Elasticsearch::Client::5\_0::Bulk] and https://metacpan.org/pod/Search::Elasticsearch::Client::5\_0::Scroll[Search::Elasticsearch::Client::5\_0::Scroll] Python:: See http://elasticsearch-py.readthedocs.org/en/master/helpers.html[elasticsearch.helpers.\*] \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* The REST API endpoint is `/\_bulk`, and it expects the following newline delimited JSON (NDJSON) structure: [source,js] -------------------------------------------------- action\_and\_meta\_data\n optional\_source\n action\_and\_meta\_data\n optional\_source\n .... action\_and\_meta\_data\n optional\_source\n -------------------------------------------------- // NOTCONSOLE \*NOTE\*: the final line of data must end with a newline character `\n`. Each newline character may be preceded by a carriage return `\r`. When sending requests to this endpoint the `Content-Type` header should be set to `application/x-ndjson`. The possible actions are `index`, `create`, `delete` and `update`. `index` and `create` expect a source on the next line, and have the same semantics as the `op\_type` parameter to the standard index API (i.e. create will fail if a document with the same index and type exists already, whereas index will add or replace a document as necessary). `delete` does not expect a source on the following line, and has the same semantics as the standard delete API. `update` expects that the partial doc, upsert and script and its options are specified on the next line. If you're providing text file input to `curl`, you \*must\* use the `--data-binary` flag instead of plain `-d`. The latter doesn't preserve newlines. Example: [source,js] -------------------------------------------------- $ cat requests { "index" : { "\_index" : "test", "\_type" : "\_doc", "\_id" : "1" } } { "field1" : "value1" } $ curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/\_bulk --data-binary "@requests"; echo {"took":7, "errors": false, "items":[{"index":{"\_index":"test","\_type":"\_doc","\_id":"1","\_version":1,"result":"created","forced\_refresh":false}}]} -------------------------------------------------- // NOTCONSOLE // Not converting to console because this shows how curl works Because this format uses literal `\n`'s as delimiters, please be sure that the JSON actions and sources are not pretty printed. Here is an example of a correct sequence of bulk commands: [source,js] -------------------------------------------------- POST \_bulk { "index" : { "\_index" : "test", "\_type" : "\_doc", "\_id" : "1" } } { "field1" : "value1" } { "delete" : { "\_index" : "test", "\_type" : "\_doc", "\_id" : "2" } } { "create" : { "\_index" : "test", "\_type" : "\_doc", "\_id" : "3" } } { "field1" : "value3" } { "update" : {"\_id" : "1", "\_type" : "\_doc", "\_index" : "test"} } { "doc" : {"field2" : "value2"} } -------------------------------------------------- // CONSOLE The result of this bulk operation is: [source,js] -------------------------------------------------- { "took": 30, "errors": false, "items": [ { "index": { "\_index": "test", "\_type": "\_doc", "\_id": "1", "\_version": 1, "result": "created", "\_shards": { "total": 2, "successful": 1, "failed": 0 }, "status": 201, "\_seq\_no" : 0, "\_primary\_term": 1 } }, { "delete": { "\_index": "test", "\_type": "\_doc", "\_id": "2", "\_version": 1, "result": "not\_found", "\_shards": { "total": 2, "successful": 1, "failed": 0 }, "status": 404, "\_seq\_no" : 1, "\_primary\_term" : 2 } }, { "create": { "\_index": "test", "\_type": "\_doc", "\_id": "3", "\_version": 1, "result": "created", "\_shards": { "total": 2, "successful": 1, "failed": 0 }, "status": 201, "\_seq\_no" : 2, "\_primary\_term" : 3 } }, { "update": { "\_index": "test", "\_type": "\_doc", "\_id": "1", "\_version": 2, "result": "updated", "\_shards": { "total": 2, "successful": 1, "failed": 0 }, "status": 200, "\_seq\_no" : 3, "\_primary\_term" : 4 } } ] } -------------------------------------------------- // TESTRESPONSE[s/"took": 30/"took": $body.took/] // TESTRESPONSE[s/"index\_uuid": .../"index\_uuid": $body.items.3.update.error.index\_uuid/] // TESTRESPONSE[s/"\_seq\_no" : 0/"\_seq\_no" : $body.items.0.index.\_seq\_no/] // TESTRESPONSE[s/"\_primary\_term" : 1/"\_primary\_term" : $body.items.0.index.\_primary\_term/] // TESTRESPONSE[s/"\_seq\_no" : 1/"\_seq\_no" : $body.items.1.delete.\_seq\_no/] // TESTRESPONSE[s/"\_primary\_term" : 2/"\_primary\_term" : $body.items.1.delete.\_primary\_term/] // TESTRESPONSE[s/"\_seq\_no" : 2/"\_seq\_no"
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/bulk.asciidoc
6.2
elasticsearch-6-2
[ -0.07317698001861572, 0.07187362760305405, 0.03266812488436699, 0.029732558876276016, 0.029957158491015434, -0.05625484138727188, -0.05240676924586296, -0.024170782417058945, 0.08738802373409271, 0.06934884190559387, -0.020913027226924896, 0.019645730033516884, 0.014721649698913097, 0.012560472823679447, 0.007293987553566694, -0.028260575607419014, -0.037953972816467285, 0.013025617226958275, -0.09959840774536133, 0.04500006139278412, 0.046331100165843964, 0.03880207613110542, -0.02515425719320774, -0.04777627810835838, -0.048516057431697845, 0.031751684844493866, -0.09764976054430008, -0.11193963140249252, 0.0037543054204434156, -0.0012226724065840244, 0.011690225452184677, -0.007330026477575302, -0.015645496547222137, 0.05672919750213623, -0.035109393298625946, 0.062630295753479, -0.010472878813743591, -0.0696934163570404, -0.032460857182741165, 0.019815348088741302, 0.022712165489792824, -0.02305326983332634, -0.13035307824611664, -0.06987564265727997, 0.026637470349669456, -0.061546191573143005, -0.008723629638552666, -0.00044561459799297154, 0.020572705194354057, 0.03410564363002777, -0.0890873372554779, -0.024839693680405617, -0.03186987340450287, 0.025272056460380554, -0.004274838138371706, 0.022005463019013405, -0.03855200856924057, 0.05170551314949989, -0.034568917006254196, -0.01984180323779583, 0.06919580698013306, -0.06126462668180466, -0.024088473990559578, -0.033037200570106506, 0.014998327940702438, 0.0373246893286705, 0.04199462756514549, -0.02350892499089241, 0.06902728229761124, -0.056872520595788956, 0.026680640876293182, 0.03333108499646187, -0.057068657130002975, 0.02131173573434353, 0.03969988971948624, 0.04094109684228897, 0.0063609108328819275, 0.029943987727165222, -0.0005628505605272949, -0.02348499931395054, -0.01200693566352129, -0.04877758026123047, -0.0184159055352211, -0.04775908961892128, -0.08177018910646439, -0.06759501993656158, -0.006093413103371859, -0.05718646198511124, 0.010274631902575493, -0.01767101138830185, 0.06462398171424866, -0.05221927911043167, 0.03453461080789566, -0.058049920946359634, 0.04500225931406021, 0.04834897071123123, -0.03710353001952171, 0.027011815458536148, 0.0636402890086174, 0.024072321131825447, 0.019154390320181847, -0.0015957356663420796, -0.010234673507511616, 0.013127241283655167, -0.016299011185765266, 0.010875248350203037, -0.017729951068758965, 0.03195275366306305, -0.05754229798913002, 0.008069546893239021, -0.0014577386900782585, 0.01941250078380108, -0.01085611805319786, -0.01785149797797203, -0.01413345243781805, 0.09469374269247055, -0.011628756299614906, 0.009029512293636799, 0.0617465116083622, 0.08573570847511292, 0.03417437896132469, -0.042321957647800446, 0.027531590312719345, -0.04637877643108368, 0.010662187822163105, 0.05446045845746994, 0.00696632731705904, 7.511512492194083e-33, 0.06655178219079971, 0.01134925801306963, 0.002057809615507722, -0.025810467079281807, -0.022268278524279594, 0.032330356538295746, 0.06247949227690697, 0.04549045115709305, -0.07190593332052231, -0.07893043756484985, -0.08655975013971329, 0.10221318900585175, 0.028082525357604027, 0.028913218528032303, -0.0089592719450593, -0.07878619432449341, 0.045745640993118286, 0.05413903295993805, 0.03899678960442543, 0.004019290674477816, 0.05115779489278793, -0.019364040344953537, 0.01077251136302948, 0.0036463479045778513, -0.011842282488942146, -0.012969433329999447, 0.011107850819826126, -0.11767741292715073, -0.01715157739818096, 0.01783471368253231, -0.04077628254890442, 0.03297657147049904, -0.02545064315199852, 0.02763376757502556, -0.029727475717663765, 0.07064250111579895, -0.1028716191649437, 0.004193486180156469, -0.024346938356757164, -0.017756329849362373, -0.041293300688266754, 0.018043985590338707, -0.008707690052688122, -0.05506948009133339, -0.07784166187047958, 0.018218308687210083, -0.08561774343252182, 0.0048939017578959465, 0.03139093518257141, -0.004534891806542873, 0.011091237887740135, 0.05437030643224716, 0.014857320114970207, 0.02456001006066799, 0.09576771408319473, -0.0138159254565835, 0.060534585267305374, 0.07205536216497421, 0.008072287775576115, 0.03871291130781174, 0.030706193298101425, -0.047126494348049164, 0.021214362233877182, 0.08114679902791977, 0.02462882176041603, -0.00810712855309248, 0.04050827398896217, 0.1375230848789215, -0.010980064980685711, 0.007037976756691933, 0.023499075323343277, 0.12186635285615921, 0.0611690990626812, -0.05052051320672035, 0.043864913284778595, -0.1193462461233139, 0.08338314294815063, -0.06832006573677063, -0.03285423293709755, -0.04455757513642311, -0.05871402844786644, 0.01856936700642109, 0.01610942929983139, -0.019099419936537743, -0.09470950812101364, 0.025821540504693985, -0.012596620246767998, 0.012272514402866364, 0.039619237184524536, -0.06805255264043808, -0.004722912795841694, 0.04526880756020546, -0.0915907546877861, -0.09584303200244904, -0.03897454962134361, -7.267002320383355e-33, 0.06979602575302124, -0.11389198899269104, 0.004620399791747332, 0.04191168397665024, -0.014623032882809639, -0.008712127804756165, 0.024011755362153053, 0.05001873895525932, -0.03792157769203186, -0.020139826461672783, -0.026378054171800613, -0.06324780732393265, -0.014795861206948757, -0.05435732379555702, -0.057254940271377563, 0.05635286122560501, -0.01873185858130455, -0.07144373655319214, -0.004807361401617527, -0.0004287305928301066, -0.06296695023775101, 0.0037947155069559813, -0.003855070797726512, 0.11302397400140762, -0.027263743802905083, -0.11051908135414124, -0.08020907640457153, 0.011245868168771267, -0.05493981018662453, -0.02811957709491253, 0.029615996405482292, 0.027702856808900833, -0.05042014271020889, -0.04805490002036095, -0.01701953448355198, 0.07069358974695206, 0.01746448688209057, 0.15510933101177216, 0.004256637766957283, -0.01381148025393486, 0.02041376382112503, 0.01798209734261036, -0.005859790835529566, -0.02418624423444271, 0.03611832112073898, -0.02020801231265068, -0.0715654268860817, 0.03745397552847862, -0.011838524602353573, -0.012138087302446365, 0.01404188759624958, -0.03305923938751221, -0.013069259002804756, 0.002967291045933962, -0.010866289027035236, -0.05406316742300987, -0.05841408297419548, -0.034565676003694534, -0.10977160930633545, 0.011273100040853024, 0.01001326460391283, 0.03884686157107353, -0.04883847385644913, 0.06127741187810898, 0.05499100312590599, -0.02434985712170601, -0.01901385188102722, -0.06864865124225616, -0.09992966800928116, -0.015383739955723286, 0.03127264231443405, -0.08550438284873962, 0.0033319834619760513, 0.06647563725709915, 0.02686479687690735, 0.009444175288081169, 0.05272631347179413, -0.028363903984427452, 0.010830510407686234, 0.06819222122430801, 0.0021989583037793636, 0.10147678852081299, 0.022031141445040703, 0.03628163039684296, -0.09568352997303009, 0.08722515404224396, -0.027089335024356842, 0.07039090991020203, -0.04597093537449837, 0.07917982339859009, -0.04423178732395172, -0.03850993141531944, -0.026124849915504456, -0.01613592728972435, 0.07289400696754456, -5.240112699311794e-8, 0.02607799880206585, 0.0013553155586123466, -0.06406819820404053, 0.06832607835531235, -0.028422165662050247, 0.035911232233047485, 0.007136783096939325, 0.18015871942043304, -0.021966027095913887, -0.06835411489009857, 0.051562465727329254, -0.041589535772800446, -0.11162304878234863, -0.012833315879106522, 0.0014173138188198209, 0.018623897805809975, 0.06550244241952896, -0.0020236775744706392, -0.023240381851792336, -0.0498083159327507, -0.030868016183376312, 0.04747125133872032, 0.09160739928483963, -0.022506842389702797, 0.10502951592206955, 0.040131039917469025, 0.047933366149663925, 0.09210319072008133, 0.022196102887392044, -0.07394284754991531, -0.07892446964979172, -0.08615387976169586, -0.03690844401717186, 0.021145178005099297, 0.032953135669231415, 0.010991077870130539, -0.07303903251886368, 0.05560287833213806, -0.1270778328180313, 0.05707031860947609, 0.03364787995815277, 0.023756565526127815, -0.012119497172534466, 0.004253052175045013, 0.06924772262573242, -0.061665862798690796, -0.06889206171035767, 0.05470143258571625, 0.050945866852998734, -0.04688297212123871, -0.05570335313677788, -0.06798166781663895, 0.021083610132336617, 0.09251587092876434, -0.02498897910118103, 0.05320059135556221, -0.014363089576363564, -0.02818126231431961, 0.10392726957798004, 0.06785045564174652, 0.08908843994140625, -0.032754309475421906, 0.023833952844142914, 0.007469266653060913 ]
0.131716
}, "status": 200, "\_seq\_no" : 3, "\_primary\_term" : 4 } } ] } -------------------------------------------------- // TESTRESPONSE[s/"took": 30/"took": $body.took/] // TESTRESPONSE[s/"index\_uuid": .../"index\_uuid": $body.items.3.update.error.index\_uuid/] // TESTRESPONSE[s/"\_seq\_no" : 0/"\_seq\_no" : $body.items.0.index.\_seq\_no/] // TESTRESPONSE[s/"\_primary\_term" : 1/"\_primary\_term" : $body.items.0.index.\_primary\_term/] // TESTRESPONSE[s/"\_seq\_no" : 1/"\_seq\_no" : $body.items.1.delete.\_seq\_no/] // TESTRESPONSE[s/"\_primary\_term" : 2/"\_primary\_term" : $body.items.1.delete.\_primary\_term/] // TESTRESPONSE[s/"\_seq\_no" : 2/"\_seq\_no" : $body.items.2.create.\_seq\_no/] // TESTRESPONSE[s/"\_primary\_term" : 3/"\_primary\_term" : $body.items.2.create.\_primary\_term/] // TESTRESPONSE[s/"\_seq\_no" : 3/"\_seq\_no" : $body.items.3.update.\_seq\_no/] // TESTRESPONSE[s/"\_primary\_term" : 4/"\_primary\_term" : $body.items.3.update.\_primary\_term/] The endpoints are `/\_bulk`, `/{index}/\_bulk`, and `{index}/{type}/\_bulk`. When the index or the index/type are provided, they will be used by default on bulk items that don't provide them explicitly. A note on the format. The idea here is to make processing of this as fast as possible. As some of the actions will be redirected to other shards on other nodes, only `action\_meta\_data` is parsed on the receiving node side. Client libraries using this protocol should try and strive to do something similar on the client side, and reduce buffering as much as possible. The response to a bulk action is a large JSON structure with the individual results of each action that was performed. The failure of a single action does not affect the remaining actions. There is no "correct" number of actions to perform in a single bulk call. You should experiment with different settings to find the optimum size for your particular workload. If using the HTTP API, make sure that the client does not send HTTP chunks, as this will slow things down. [float] [[bulk-versioning]] === Versioning Each bulk item can include the version value using the `version` field. It automatically follows the behavior of the index / delete operation based on the `\_version` mapping. It also support the `version\_type` (see <>) [float] [[bulk-routing]] === Routing Each bulk item can include the routing value using the `routing` field. It automatically follows the behavior of the index / delete operation based on the `\_routing` mapping. [float] [[bulk-wait-for-active-shards]] === Wait For Active Shards When making bulk calls, you can set the `wait\_for\_active\_shards` parameter to require a minimum number of shard copies to be active before starting to process the bulk request. See <> for further details and a usage example. [float] [[bulk-refresh]] === Refresh Control when the changes made by this request are visible to search. See <>. [float] [[bulk-update]] === Update When using `update` action `retry\_on\_conflict` can be used as field in the action itself (not in the extra payload line), to specify how many times an update should be retried in the case of a version conflict. The `update` action payload, supports the following options: `doc` (partial document), `upsert`, `doc\_as\_upsert`, `script`, `params` (for script), `lang` (for script) and `\_source`. See update documentation for details on the options. Example with update actions: [source,js] -------------------------------------------------- POST \_bulk { "update" : {"\_id" : "1", "\_type" : "\_doc", "\_index" : "index1", "retry\_on\_conflict" : 3} } { "doc" : {"field" : "value"} } { "update" : { "\_id" : "0", "\_type" : "\_doc", "\_index" : "index1", "retry\_on\_conflict" : 3} } { "script" : { "source": "ctx.\_source.counter += params.param1", "lang" : "painless", "params" : {"param1" : 1}}, "upsert" : {"counter" : 1}} { "update" : {"\_id" : "2", "\_type" : "\_doc", "\_index" : "index1", "retry\_on\_conflict" : 3} } { "doc" : {"field" : "value"}, "doc\_as\_upsert" : true } { "update" : {"\_id" : "3", "\_type" : "\_doc", "\_index" : "index1", "\_source" : true} } { "doc" : {"field" : "value"} } { "update" : {"\_id" : "4", "\_type" : "\_doc", "\_index" : "index1"} } { "doc" : {"field" : "value"}, "\_source": true} -------------------------------------------------- // CONSOLE // TEST[continued] [float] [[bulk-security]] === Security See
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/bulk.asciidoc
6.2
elasticsearch-6-2
[ 0.022149519994854927, 0.014855142682790756, -0.04953421652317047, 0.023405570536851883, 0.00022208572772797197, -0.05719401687383652, 0.01381965447217226, -0.03999752923846245, 0.029882147908210754, 0.08364919573068619, 0.08458008617162704, -0.10291054844856262, 0.041264891624450684, -0.0401298813521862, 0.006354882847517729, 0.01883530803024769, -0.06152616813778877, -0.06156866252422333, -0.04150320217013359, 0.027502261102199554, 0.04419194534420967, 0.08174752444028854, 0.023302309215068817, -0.04945370927453041, -0.05233254283666611, -0.025491589680314064, -0.02632114104926586, 0.011167008429765701, -0.00277708494104445, -0.004533260129392147, 0.022585244849324226, -0.0057549006305634975, -0.019719447940587997, -0.004878676030784845, 0.14111140370368958, -0.00018369864847045392, 0.06576181203126907, -0.10044696182012558, 0.02532028593122959, 0.016326477751135826, 0.07578898966312408, -0.014199575409293175, 0.012023337185382843, -0.031283602118492126, 0.03390974923968315, -0.019237732514739037, 0.0029104608111083508, -0.04345168545842171, -0.0629846528172493, -0.03311219438910484, -0.022163163870573044, -0.06840773671865463, -0.020218776538968086, 0.0678974986076355, 0.004837940912693739, 0.02934541366994381, -0.08520611375570297, 0.04229835793375969, -0.050756972283124924, -0.0701826885342598, 0.09416382014751434, -0.07228832691907883, 0.006715798284858465, -0.05346456915140152, -0.08945492655038834, -0.02386225201189518, -0.023874014616012573, -0.055690255016088486, 0.039599645882844925, -0.03766380622982979, -0.045601457357406616, 0.028417345136404037, -0.09557559341192245, 0.006222209427505732, 0.09368522465229034, 0.067311592400074, 0.01466310117393732, -0.00008880288078216836, -0.016542403027415276, -0.06647025048732758, -0.10561005026102066, -0.036982353776693344, 0.017799152061343193, -0.047445595264434814, -0.013027632609009743, 0.04893666133284569, -0.034371424466371536, -0.016457999125123024, -0.04627131670713425, -0.014135216362774372, -0.012585924006998539, -0.054714467376470566, 0.07584618031978607, -0.0003919484734069556, 0.04897283762693405, 0.07318470627069473, -0.0564517006278038, 0.055293094366788864, 0.043351009488105774, 0.050786711275577545, 0.005671199876815081, -0.03856135532259941, -0.04698937386274338, 0.005375470966100693, -0.017142973840236664, 0.02599637769162655, 0.006133378017693758, -0.02272694557905197, -0.026036342605948448, 0.013678020797669888, -0.04149702191352844, 0.06717516481876373, 0.009812344796955585, 0.00015200937923509628, -0.03461964800953865, -0.023274382576346397, 0.017057735472917557, 0.030935749411582947, -0.025954293087124825, 0.03046329878270626, 0.14230301976203918, -0.016344312578439713, -0.08546015620231628, -0.005281400866806507, 0.060882244259119034, 0.005826685577630997, 0.07720150798559189, -4.493853189740187e-33, 0.07719534635543823, 0.06444040685892105, 0.0482785739004612, -0.0014149196213111281, 0.01947079785168171, 0.014871933497488499, 0.10292316973209381, 0.05307304114103317, 0.052198633551597595, 0.060336627066135406, -0.07851957529783249, -0.0105550866574049, -0.019368167966604233, -0.0704011619091034, -0.04670490324497223, -0.06146472692489624, 0.04460002854466438, 0.019903449341654778, 0.06575529277324677, 0.04940038546919823, 0.0512273870408535, -0.0007330169901251793, -0.03412758186459541, -0.027263754978775978, -0.0216465275734663, 0.007503001019358635, 0.006629263050854206, -0.024588771164417267, -0.04438237100839615, -0.004353620577603579, 0.030819794163107872, 0.024840615689754486, -0.021614307537674904, -0.0039746761322021484, 0.05928529053926468, -0.021869705989956856, 0.04083205386996269, 0.030524061992764473, -0.10699818283319473, 0.03674272447824478, 0.0243852362036705, -0.015640387311577797, -0.03354579582810402, 0.07188362628221512, -0.019164398312568665, -0.03826884180307388, -0.03137447312474251, -0.042780548334121704, 0.07679567486047745, -0.029700320214033127, -0.06925924867391586, 0.01029238197952509, 0.04987045004963875, -0.10099884122610092, -0.02777950093150139, 0.015753446146845818, -0.08125728368759155, 0.025213811546564102, -0.05922730639576912, -0.017631137743592262, -0.039968423545360565, 0.029974160715937614, -0.021360980346798897, 0.037881456315517426, 0.07343073934316635, -0.010812649503350258, 0.06573629379272461, -0.03584199398756027, -0.012644314207136631, 0.009980538859963417, -0.0063741616904735565, 0.05626346170902252, 0.004688222426921129, -0.02856867015361786, 0.009851268492639065, -0.10284322500228882, -0.0037272002082318068, 0.006616942584514618, -0.02348516695201397, -0.018209971487522125, 0.0009180130437016487, -0.027738206088542938, -0.1282101720571518, -0.005176121834665537, -0.04207131639122963, 0.07533856481313705, -0.04855760559439659, -0.002444765530526638, -0.03420155495405197, -0.08594179898500443, -0.011887969449162483, 0.01850377582013607, -0.0492352731525898, -0.09568753838539124, -0.015561823733150959, 1.3540417489721194e-33, 0.0874970555305481, -0.1009095087647438, -0.03153103217482567, 0.0006786964950151742, 0.010210083797574043, -0.09251106530427933, 0.08226387947797775, 0.06299686431884766, -0.0347566157579422, -0.005246148910373449, 0.06494025141000748, -0.02754969336092472, 0.011763112619519234, 0.0140293650329113, -0.05273616686463356, 0.07593073695898056, -0.1120591014623642, -0.06836149841547012, 0.03933902084827423, -0.0022160783410072327, -0.008859888650476933, 0.13398315012454987, 0.0013891622656956315, 0.04350770264863968, -0.11040563881397247, -0.03416270390152931, -0.04938982054591179, 0.03164804354310036, -0.05029947683215141, 0.004784557037055492, 0.00947178527712822, 0.014918123371899128, -0.025006156414747238, 0.06641451269388199, -0.0005720327608287334, -0.04518900066614151, 0.005737139377743006, 0.001105976989492774, -0.049941305071115494, 0.10479910671710968, 0.001803484745323658, 0.05375615134835243, -0.0038999507669359446, 0.030121849849820137, 0.0623384490609169, 0.018889635801315308, 0.04657241329550743, 0.03332756087183952, -0.06014881283044815, 0.03730352222919464, -0.006114721763879061, -0.021896108984947205, -0.05401717498898506, 0.09037011116743088, 0.09945544600486755, -0.014401684515178204, -0.008882880210876465, -0.09554215520620346, -0.09502878040075302, -0.0751047432422638, 0.0009018658893182874, 0.11915656924247742, -0.020575473085045815, 0.02457343228161335, 0.0898154079914093, -0.03067886084318161, -0.023837357759475708, -0.08072830736637115, 0.00908641330897808, -0.048916030675172806, -0.03249247372150421, -0.02311718463897705, 0.001041149371303618, -0.024122586473822594, 0.07522058486938477, -0.04214668273925781, -0.002831472083926201, -0.00598861463367939, 0.03038392774760723, 0.09066970646381378, -0.10869083553552628, -0.029336312785744667, -0.017765522003173828, 0.09710226207971573, -0.03420567885041237, -0.008774994872510433, 0.04881887882947922, 0.1020524874329567, -0.02633560448884964, 0.03885166719555855, 0.013918022625148296, -0.05510156601667404, 0.03759274631738663, -0.04059382155537605, -0.022725680842995644, -4.741465531310496e-8, -0.01797245442867279, 0.025488972663879395, -0.09172989428043365, -0.0021818866953253746, -0.00923723354935646, 0.027963321655988693, 0.008994150906801224, 0.010645204223692417, -0.05343374237418175, -0.09328033775091171, -0.04265158995985985, 0.0257937703281641, -0.011784978210926056, -0.030311966314911842, -0.034782279282808304, -0.0685437023639679, -0.033095672726631165, 0.06335671246051788, -0.00028888971428386867, -0.06210349127650261, 0.0015338092343881726, 0.02539232186973095, 0.04563000798225403, -0.04856846109032631, 0.11016931384801865, 0.08075601607561111, 0.07138226181268692, -0.006803508847951889, -0.07403352111577988, 0.02408161759376526, 0.015547181479632854, -0.07195980101823807, 0.030241703614592552, -0.04613178223371506, -0.03761914372444153, 0.007492505479604006, 0.050912536680698395, 0.0932919904589653, 0.03946051001548767, 0.030882973223924637, 0.01839756779372692, 0.07939670979976654, -0.006713484413921833, 0.03950459510087967, -0.007092657964676619, -0.10910329222679138, -0.017086554318666458, 0.06599941104650497, 0.08434969931840897, -0.12232127785682678, -0.015366306528449059, -0.05152064561843872, -0.006929437629878521, 0.03889070451259613, -0.03273718059062958, 0.03845567628741264, 0.045844003558158875, 0.015540550462901592, -0.06127940118312836, 0.0545988455414772, 0.13524629175662994, 0.020343879237771034, -0.0360480397939682, 0.007079169154167175 ]
0.062362
: "3", "\_type" : "\_doc", "\_index" : "index1", "\_source" : true} } { "doc" : {"field" : "value"} } { "update" : {"\_id" : "4", "\_type" : "\_doc", "\_index" : "index1"} } { "doc" : {"field" : "value"}, "\_source": true} -------------------------------------------------- // CONSOLE // TEST[continued] [float] [[bulk-security]] === Security See <>
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/bulk.asciidoc
6.2
elasticsearch-6-2
[ -0.027385840192437172, 0.10923556983470917, 0.03136339411139488, 0.07433159649372101, 0.02603052742779255, 0.009178592823445797, 0.07399898022413254, -0.01577809453010559, 0.06378529220819473, 0.03614172339439392, 0.00041584105929359794, -0.06245676800608635, 0.043377358466386795, -0.07332207262516022, 0.055022429674863815, 0.10893512517213821, -0.10089236497879028, 0.036881688982248306, -0.06843338906764984, -0.0037055956199765205, -0.005056987050920725, 0.05393613502383232, -0.05617452785372734, 0.011776542291045189, -0.037055451422929764, 0.047075096517801285, -0.020017558708786964, -0.022114312276244164, 0.04012440890073776, 0.051320891827344894, -0.05166800692677498, -0.050760965794324875, -0.0004094519536010921, 0.004971847403794527, 0.0577906034886837, 0.017336301505565643, 0.012445867992937565, -0.026010647416114807, 0.04352615401148796, 0.07570692151784897, 0.038115374743938446, -0.03700179234147072, -0.02739764004945755, -0.07453508675098419, 0.005632130894809961, -0.08496731519699097, -0.03946103900671005, 0.005019348114728928, -0.01324553694576025, 0.01592419110238552, -0.07086345553398132, -0.028103064745664597, -0.022142931818962097, 0.03863745182752609, -0.0043238322250545025, 0.009885207749903202, -0.04821905866265297, 0.021051013842225075, 0.018437139689922333, -0.07536446303129196, 0.10874785482883453, -0.06326980143785477, 0.00613371329382062, -0.024987563490867615, 0.004704315681010485, -0.01946094073355198, -0.045279353857040405, 0.016652852296829224, 0.029021378606557846, -0.03031805530190468, 0.01072566956281662, 0.05859526991844177, -0.02265217714011669, -0.058447111397981644, 0.06831085681915283, -0.007353633642196655, -0.006347869522869587, -0.04569968581199646, 0.047799814492464066, 0.041606392711400986, -0.05138268694281578, -0.12544779479503632, -0.0015753268962725997, -0.015095758251845837, -0.04186927527189255, -0.09244237095117569, -0.004420245997607708, -0.024258779361844063, -0.010625065304338932, -0.02071555145084858, -0.054237667471170425, -0.06841447949409485, 0.10780297964811325, 0.0036164831835776567, 0.09565739333629608, 0.13081808388233185, -0.012454531155526638, -0.030766421929001808, 0.08163271099328995, 0.04192323610186577, 0.0017908065347000957, -0.04897531867027283, -0.039292920380830765, -0.022045478224754333, 0.033207543194293976, -0.03109878860414028, 0.014848645776510239, -0.0017851401353254914, -0.039322156459093094, -0.02625213749706745, -0.022260546684265137, 0.045230209827423096, -0.039732418954372406, -0.0026326035149395466, -0.10849223285913467, 0.0640372559428215, -0.028539475053548813, 0.011783896014094353, -0.005560724064707756, 0.055285319685935974, 0.14884456992149353, -0.004866819828748703, -0.012873652391135693, -0.0008618716965429485, -0.007423222530633211, -0.024675579741597176, 0.022462932392954826, 3.5217996717515454e-34, 0.055541329085826874, -0.033953115344047546, -0.03336198255419731, -0.04035232961177826, 0.05035717040300369, 0.040192414075136185, 0.0028077522292733192, 0.055428046733140945, -0.04066726192831993, 0.0007316249539144337, -0.08955080807209015, 0.08229845762252808, -0.029720300808548927, -0.02556530013680458, -0.04489225149154663, -0.06447494775056839, 0.009377218782901764, 0.08988893032073975, 0.028637003153562546, -0.06275232881307602, 0.04684113711118698, -0.040217865258455276, -0.010458449833095074, -0.0019459924660623074, 0.01628616452217102, -0.026653051376342773, -0.07873816788196564, -0.009107602760195732, -0.0604659840464592, -0.0030260959174484015, 0.007741115987300873, 0.011655368842184544, 0.03998100385069847, -0.03324676677584648, 0.014274383895099163, 0.03456350043416023, -0.010041815228760242, 0.016010286286473274, 0.010068281553685665, -0.06908228248357773, 0.02409675344824791, -0.008397446013987064, 0.032808735966682434, -0.03830859810113907, -0.03827022761106491, 0.013723447918891907, -0.07988882809877396, 0.03555963188409805, -0.028222357854247093, -0.02419809065759182, -0.04466678947210312, 0.08074453473091125, -0.08640377968549728, -0.024637334048748016, -0.007425367366522551, -0.09115659445524216, -0.0519181527197361, 0.10276315361261368, 0.012888065539300442, 0.01119006797671318, -0.01825108379125595, 0.10564395040273666, 0.04116005450487137, 0.0670928806066513, -0.006070742383599281, 0.02220010757446289, 0.0331689715385437, 0.05474003031849861, 0.022078409790992737, 0.03051811456680298, -0.00983541738241911, 0.08907201141119003, -0.06339503824710846, -0.005264545325189829, -0.05723557621240616, -0.08620201796293259, -0.012980583123862743, -0.030257659032940865, -0.046567030251026154, 0.00012866471661254764, -0.03717507794499397, -0.0026498206425458193, -0.0671224296092987, 0.06800252199172974, -0.05247514322400093, 0.08216703683137894, -0.077623650431633, 0.026843512430787086, -0.029974371194839478, -0.11782726645469666, 0.026356752961874008, -0.02806917577981949, -0.07630401104688644, -0.1757557988166809, 0.006303176749497652, -3.501522531953105e-33, 0.060683321207761765, -0.06536956876516342, 0.020169198513031006, -0.004059967584908009, -0.00942328479140997, -0.05267465487122536, 0.05841094255447388, 0.031171932816505432, 0.0410248339176178, 0.06522532552480698, 0.020336398854851723, -0.030017191544175148, -0.054237592965364456, -0.03072436898946762, -0.04184994101524353, 0.05163063853979111, -0.08449584990739822, -0.002280167303979397, 0.004512958228588104, -0.022103166207671165, 0.01940617524087429, 0.036136239767074585, -0.02254905365407467, 0.16397255659103394, -0.055958859622478485, -0.07990624010562897, -0.026167981326580048, -0.01810510642826557, -0.04560823366045952, 0.08172260969877243, -0.020629027858376503, 0.02858569659292698, -0.02672785334289074, 0.07990992814302444, -0.017012078315019608, -0.0026381404604762793, 0.10195806622505188, 0.06283353269100189, -0.033776599913835526, 0.07464751601219177, 0.015615779906511307, 0.027264824137091637, 0.010708200745284557, 0.03819289803504944, 0.048616938292980194, -0.03154159337282181, 0.07294546067714691, 0.05250278487801552, -0.013937430456280708, -0.0304892398416996, -0.011505345813930035, -0.061591874808073044, -0.03625508397817612, 0.022460520267486572, -0.017843853682279587, -0.06835877895355225, -0.059597935527563095, -0.08216553926467896, -0.07867857068777084, -0.020671069622039795, -0.02542690932750702, 0.09641879796981812, 0.0017102512065321207, 0.04851962625980377, 0.06367470324039459, -0.04566144943237305, -0.0989711582660675, -0.010466357693076134, -0.0472213551402092, -0.07078521698713303, 0.05381244421005249, -0.09871624410152435, 0.06584040820598602, 0.01936909556388855, -0.005187571048736572, -0.050216469913721085, 0.031998731195926666, -0.010664774104952812, 0.013514647260308266, 0.05341203883290291, 0.00822853296995163, 0.007330270484089851, 0.07389810681343079, 0.08627206087112427, -0.08663417398929596, -0.004907932598143816, 0.03240417316555977, 0.019316187128424644, -0.051370177417993546, 0.02715347148478031, -0.08874765038490295, -0.02572704292833805, 0.003929716534912586, -0.021215790882706642, 0.013909184373915195, -4.319448621004085e-8, -0.06634154170751572, 0.029551470652222633, -0.02970854565501213, 0.024904392659664154, -0.015044339932501316, 0.018518807366490364, -0.01256447471678257, 0.013450848869979382, -0.015164252370595932, -0.11239372193813324, 0.0013846101937815547, 0.026457540690898895, -0.008164347149431705, -0.057510919868946075, -0.043072659522295, 0.004469834268093109, -0.07959003001451492, -0.04146900027990341, 0.026937250047922134, 0.0020557099487632513, 0.0506695918738842, -0.02708989754319191, 0.08044702559709549, 0.0022476844023913145, 0.15457065403461456, 0.02547643706202507, 0.012388257309794426, 0.029069814831018448, 0.08885736763477325, 0.026329319924116135, 0.010036800056695938, -0.028401192277669907, -0.0032126428559422493, 0.06335840374231339, 0.028270523995161057, -0.0037069490645080805, 0.07291585206985474, 0.023916279897093773, -0.04469219967722893, 0.04736499860882759, 0.00107696617487818, -0.00011199730215594172, -0.06634602695703506, 0.03299388289451599, 0.0001886413956526667, -0.06808113306760788, -0.074683777987957, 0.041495904326438904, 0.0886978805065155, -0.1251140832901001, -0.027066608890891075, -0.045195240527391434, 0.023763271048665047, 0.06322317570447922, -0.06769989430904388, -0.006559235509485006, 0.06815652549266815, 0.07594244927167892, -0.0016025714576244354, -0.008120324462652206, 0.0834154486656189, -0.035200588405132294, 0.007237913552671671, 0.011021225713193417 ]
0.067323
[[docs-reindex]] == Reindex API IMPORTANT: Reindex does not attempt to set up the destination index. It does not copy the settings of the source index. You should set up the destination index prior to running a `\_reindex` action, including setting up mappings, shard counts, replicas, etc. The most basic form of `\_reindex` just copies documents from one index to another. This will copy documents from the `twitter` index into the `new\_twitter` index: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "twitter" }, "dest": { "index": "new\_twitter" } } -------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] That will return something like this: [source,js] -------------------------------------------------- { "took" : 147, "timed\_out": false, "created": 120, "updated": 0, "deleted": 0, "batches": 1, "version\_conflicts": 0, "noops": 0, "retries": { "bulk": 0, "search": 0 }, "throttled\_millis": 0, "requests\_per\_second": -1.0, "throttled\_until\_millis": 0, "total": 120, "failures" : [ ] } -------------------------------------------------- // TESTRESPONSE[s/"took" : 147/"took" : "$body.took"/] Just like <>, `\_reindex` gets a snapshot of the source index but its target must be a \*\*different\*\* index so version conflicts are unlikely. The `dest` element can be configured like the index API to control optimistic concurrency control. Just leaving out `version\_type` (as above) or setting it to `internal` will cause Elasticsearch to blindly dump documents into the target, overwriting any that happen to have the same type and id: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "twitter" }, "dest": { "index": "new\_twitter", "version\_type": "internal" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] Setting `version\_type` to `external` will cause Elasticsearch to preserve the `version` from the source, create any documents that are missing, and update any documents that have an older version in the destination index than they do in the source index: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "twitter" }, "dest": { "index": "new\_twitter", "version\_type": "external" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] Settings `op\_type` to `create` will cause `\_reindex` to only create missing documents in the target index. All existing documents will cause a version conflict: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "twitter" }, "dest": { "index": "new\_twitter", "op\_type": "create" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] By default version conflicts abort the `\_reindex` process but you can just count them by settings `"conflicts": "proceed"` in the request body: [source,js] -------------------------------------------------- POST \_reindex { "conflicts": "proceed", "source": { "index": "twitter" }, "dest": { "index": "new\_twitter", "op\_type": "create" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] You can limit the documents by adding a type to the `source` or by adding a query. This will only copy tweets made by `kimchy` into `new\_twitter`: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "twitter", "type": "\_doc", "query": { "term": { "user": "kimchy" } } }, "dest": { "index": "new\_twitter" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] `index` and `type` in `source` can both be lists, allowing you to copy from lots of sources in one request. This will copy documents from the `\_doc` and `post` types in the `twitter` and `blog` index. The copied documents would include the `post` type in the `twitter` index and the `\_doc` type in the `blog` index. For more specific parameters, you can use `query`. The Reindex API makes no effort to handle ID collisions. For such issues, the target index will remain valid, but it's not easy to predict which document will survive because the iteration order isn't well defined. [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": ["twitter", "blog"], "type": ["\_doc", "post"] }, "dest": { "index": "all\_together" } } -------------------------------------------------- // CONSOLE // TEST[s/^/PUT twitter\nPUT blog\n/] It's also possible to limit the number of processed documents by setting `size`. This will only copy a
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ -0.03527741879224777, -0.04403340443968773, 0.061263248324394226, 0.06609801948070526, 0.004430696368217468, -0.0018601315096020699, -0.060469962656497955, -0.04348659887909889, 0.0717526376247406, 0.016123197972774506, 0.0530434288084507, 0.007717135362327099, 0.02461264096200466, -0.06176615133881569, -0.04202168434858322, 0.010112065821886063, -0.06528317183256149, -0.04965304955840111, -0.018855111673474312, -0.03640912473201752, 0.038680922240018845, 0.03165765479207039, 0.018453285098075867, -0.06058874353766441, 0.07540462911128998, -0.02132413536310196, -0.10913804173469543, -0.09613630920648575, 0.016623379662632942, 0.042827922850847244, 0.011129732243716717, 0.013758738525211811, -0.1755213439464569, -0.05445230379700661, -0.0572325624525547, 0.1466732770204544, -0.004699839744716883, -0.11470481753349304, 0.058111466467380524, 0.014305912889540195, 0.05378636717796326, -0.013920953497290611, -0.12316489219665527, -0.056033819913864136, -0.022459303960204124, -0.03880826756358147, 0.0011729261605069041, 0.03844163566827774, -0.05457871034741402, 0.03396105766296387, -0.1393287032842636, -0.029864642769098282, -0.025882739573717117, 0.021672748029232025, 0.0034410152584314346, 0.08412624150514603, -0.054258253425359726, 0.04961118474602699, 0.07687172293663025, -0.037499021738767624, 0.11164574325084686, -0.0010032823774963617, 0.03950189799070358, -0.028398238122463226, -0.02242458239197731, -0.04040275141596794, -0.03631233051419258, 0.03251471742987633, 0.014627083204686642, 0.0002934644289780408, 0.05305043235421181, 0.0684751346707344, -0.08063391596078873, -0.018914038315415382, 0.05515074357390404, -0.04760092869400978, -0.046361930668354034, -0.015305067412555218, -0.02550557814538479, -0.021913543343544006, 0.022205648943781853, -0.07718639820814133, 0.06529680639505386, 0.026554467156529427, -0.023948267102241516, -0.0867495909333229, 0.012291207909584045, -0.03526865690946579, -0.0032738291192799807, -0.01895729824900627, 0.008562812581658363, -0.040833618491888046, 0.03215900436043739, 0.009041219018399715, 0.044769708067178726, 0.008445405401289463, -0.06877351552248001, 0.12909512221813202, 0.03944777324795723, 0.004413877613842487, -0.038821712136268616, -0.022949719801545143, -0.02359054796397686, 0.029386281967163086, -0.05714587867259979, -0.009760895743966103, -0.03697163984179497, -0.008497294038534164, -0.0350307933986187, 0.02843742072582245, 0.04128177464008331, 0.08682851493358612, -0.037577830255031586, -0.0076845609582960606, 0.007608016021549702, 0.07486088573932648, -0.01403574738651514, -0.03315983712673187, 0.05362922325730324, 0.07759033143520355, 0.07358215749263763, 0.027126090601086617, 0.04366304725408554, -0.02622804045677185, 0.019057149067521095, 0.05495499446988106, 0.009729104116559029, 3.866906675642478e-34, 0.041779786348342896, 0.025185601785779, 0.0010282265720888972, 0.016962505877017975, -0.006163801532238722, -0.0192707609385252, 0.03586534783244133, 0.0357501283288002, -0.06953839957714081, -0.07984557002782822, -0.13104373216629028, 0.08227312564849854, -0.042901623994112015, 0.015401020646095276, -0.08796501904726028, -0.0688815638422966, 0.04028472676873207, 0.06555071473121643, 0.0422787182033062, -0.04247383028268814, 0.045997850596904755, 0.0501832589507103, -0.004210044629871845, -0.022553475573658943, -0.032000813633203506, 0.0482783205807209, 0.011982401832938194, -0.09012727439403534, -0.046240780502557755, -0.014344017952680588, 0.003386016935110092, 0.04722241684794426, 0.03258839622139931, -0.04797075316309929, 0.049486078321933746, 0.0653037279844284, -0.006550673861056566, 0.04387044534087181, -0.0798671618103981, -0.04526369273662567, 0.07546801120042801, 0.047024019062519073, -0.040554389357566833, -0.11946453899145126, -0.015459033660590649, 0.029410097748041153, -0.01935289427638054, -0.004422436468303204, 0.06304631382226944, 0.010990782640874386, -0.02885475754737854, 0.033202946186065674, -0.01646599732339382, -0.008862609043717384, 0.03155416622757912, -0.030968187376856804, -0.008336327038705349, 0.03734789043664932, 0.0631759986281395, 0.041645508259534836, 0.04215454310178757, 0.049294184893369675, 0.08022758364677429, 0.08953042328357697, 0.07424894720315933, 0.052503880113363266, -0.03699216619133949, 0.0707324892282486, -0.019690552726387978, 0.05748574808239937, -0.03535466268658638, 0.07902242988348007, -0.006180747412145138, -0.010176079347729683, 0.0556601844727993, -0.10880367457866669, -0.11669924110174179, -0.12263133376836777, -0.04269979149103165, -0.01732424646615982, -0.028265686705708504, -0.06539265066385269, -0.044162094593048096, -0.11620889604091644, 0.025156119838356972, -0.009812897071242332, -0.04387888312339783, 0.01009477861225605, 0.019178088754415512, 0.0020524219144135714, 0.08368116617202759, 0.0070371441543102264, -0.11454838514328003, -0.10593914240598679, -0.020708102732896805, -4.817841473345887e-33, 0.01519530639052391, -0.09214472025632858, -0.008867505006492138, 0.04569321870803833, -0.04132867604494095, -0.022349664941430092, 0.014491274952888489, 0.0823545902967453, 0.008714796975255013, 0.03331349045038223, -0.037234000861644745, -0.009500839747488499, 0.01024043932557106, 0.009727302007377148, -0.03264946490526199, -0.041418470442295074, -0.026760192587971687, -0.07097507268190384, -0.008430330082774162, -0.055508263409137726, -0.04558546841144562, 0.01794520393013954, -0.013906647451221943, 0.16410639882087708, -0.07920057326555252, -0.02113790437579155, 0.03951355069875717, -0.016239529475569725, -0.020371802151203156, -0.06244828552007675, -0.00011906144936801866, -0.059773508459329605, -0.03143911063671112, 0.07078716903924942, -0.013533413410186768, 0.09658152610063553, -0.042436420917510986, 0.057248055934906006, 0.028663191944360733, 0.022401774302124977, 0.05286438390612602, -0.07304944097995758, -0.03281860426068306, -0.024134084582328796, -0.015044404193758965, -0.023439468815922737, -0.07787451148033142, 0.040588680654764175, -0.0129022728651762, -0.06578706204891205, 0.12020307034254074, -0.02052456885576248, -0.016037805005908012, -0.03438190370798111, 0.0118859326466918, -0.03675532341003418, -0.038378216326236725, -0.002272239187732339, -0.05677404627203941, -0.00040970894042402506, 0.0292406864464283, -0.032284289598464966, -0.05534546077251434, 0.00023112588678486645, 0.026420874521136284, -0.10290683060884476, -0.07860757410526276, -0.048159822821617126, 0.014967894181609154, -0.02786719985306263, -0.03732307627797127, 0.032119154930114746, 0.04167194664478302, -0.022668177261948586, 0.06404664367437363, -0.0505443811416626, 0.013241236098110676, 0.009745064191520214, 0.021177534013986588, -0.012553493492305279, -0.05360998213291168, 0.0352703258395195, 0.00959384348243475, 0.027086280286312103, 0.029133116826415062, 0.030882949009537697, -0.0037970924749970436, 0.07757513225078583, -0.04678193852305412, 0.007867537438869476, 0.0014996760291978717, -0.0013496630126610398, -0.02232600562274456, -0.039712093770504, 0.03273835405707359, -5.433245675590115e-8, -0.029127605259418488, 0.08624205738306046, -0.06343826651573181, 0.10701173543930054, -0.030283045023679733, 0.020414205268025398, 0.06584488600492477, 0.017238762229681015, -0.030220093205571175, -0.02535170130431652, -0.04098884016275406, 0.059184230864048004, -0.0018003901932388544, 0.02727235108613968, -0.052195243537425995, -0.0910446047782898, -0.00399436941370368, -0.038036346435546875, 0.020222121849656105, -0.028157511726021767, -0.08521584421396255, -0.006393389776349068, 0.0557534322142601, -0.011768203228712082, 0.08885382115840912, 0.004534293431788683, 0.01918913796544075, 0.017820173874497414, 0.03609351068735123, -0.05181185528635979, -0.015101414173841476, -0.044372182339429855, -0.03948341682553291, 0.015202287584543228, -0.04313363879919052, 0.004502943251281977, 0.03271469473838806, 0.04644292593002319, -0.03564055636525154, -0.0656689703464508, 0.0017928556771948934, 0.008248228579759598, -0.04884309321641922, -0.023051775991916656, -0.016617251560091972, 0.02473330684006214, -0.07329952716827393, 0.02729548141360283, 0.090226911008358, -0.03278721868991852, -0.023706233128905296, -0.09055887162685394, 0.02633162960410118, 0.037906792014837265, 0.04009804502129555, 0.0294199176132679, 0.008289020508527756, 0.04426763951778412, 0.05737842991948128, -0.009657484479248524, 0.11007765680551529, -0.034023698419332504, -0.006275384686887264, 0.0014175488613545895 ]
0.025514
iteration order isn't well defined. [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": ["twitter", "blog"], "type": ["\_doc", "post"] }, "dest": { "index": "all\_together" } } -------------------------------------------------- // CONSOLE // TEST[s/^/PUT twitter\nPUT blog\n/] It's also possible to limit the number of processed documents by setting `size`. This will only copy a single document from `twitter` to `new\_twitter`: [source,js] -------------------------------------------------- POST \_reindex { "size": 1, "source": { "index": "twitter" }, "dest": { "index": "new\_twitter" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] If you want a particular set of documents from the `twitter` index you'll need to use `sort`. Sorting makes the scroll less efficient but in some contexts it's worth it. If possible, prefer a more selective query to `size` and `sort`. This will copy 10000 documents from `twitter` into `new\_twitter`: [source,js] -------------------------------------------------- POST \_reindex { "size": 10000, "source": { "index": "twitter", "sort": { "date": "desc" } }, "dest": { "index": "new\_twitter" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] The `source` section supports all the elements that are supported in a <>. For instance, only a subset of the fields from the original documents can be reindexed using `source` filtering as follows: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "twitter", "\_source": ["user", "\_doc"] }, "dest": { "index": "new\_twitter" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] Like `\_update\_by\_query`, `\_reindex` supports a script that modifies the document. Unlike `\_update\_by\_query`, the script is allowed to modify the document's metadata. This example bumps the version of the source document: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "twitter" }, "dest": { "index": "new\_twitter", "version\_type": "external" }, "script": { "source": "if (ctx.\_source.foo == 'bar') {ctx.\_version++; ctx.\_source.remove('foo')}", "lang": "painless" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] Just as in `\_update\_by\_query`, you can set `ctx.op` to change the operation that is executed on the destination index: `noop`:: Set `ctx.op = "noop"` if your script decides that the document doesn't have to be indexed in the destination index. This no operation will be reported in the `noop` counter in the <>. `delete`:: Set `ctx.op = "delete"` if your script decides that the document must be deleted from the destination index. The deletion will be reported in the `deleted` counter in the <>. Setting `ctx.op` to anything else will return an error, as will setting any other field in `ctx`. Think of the possibilities! Just be careful; you are able to change: \* `\_id` \* `\_type` \* `\_index` \* `\_version` \* `\_routing` Setting `\_version` to `null` or clearing it from the `ctx` map is just like not sending the version in an indexing request; it will cause the document to be overwritten in the target index regardless of the version on the target or the version type you use in the `\_reindex` request. By default if `\_reindex` sees a document with routing then the routing is preserved unless it's changed by the script. You can set `routing` on the `dest` request to change this: `keep`:: Sets the routing on the bulk request sent for each match to the routing on the match. This is the default value. `discard`:: Sets the routing on the bulk request sent for each match to `null`. `=`:: Sets the routing on the bulk request sent for each match to all text after the `=`. For example, you can use the following request to copy all documents from the `source` index with the company name `cat` into the `dest` index with routing set to `cat`. [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "source", "query": { "match": { "company": "cat" } } }, "dest": { "index": "dest", "routing": "=cat" } } -------------------------------------------------- // CONSOLE // TEST[s/^/PUT
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ -0.07159467041492462, 0.041713591665029526, 0.05127158761024475, 0.04807456582784653, 0.01077908743172884, -0.012168639339506626, 0.021778220310807228, -0.009068364277482033, 0.06374889612197876, 0.021059485152363777, 0.031987618654966354, 0.05266398936510086, 0.00574405025690794, -0.07640715688467026, -0.03369170054793358, 0.028753476217389107, -0.09332489222288132, -0.032361675053834915, -0.04180465638637543, -0.11234363913536072, 0.04043542221188545, 0.02014358527958393, -0.019930178299546242, -0.010380420833826065, 0.04389718919992447, 0.019461529329419136, -0.12879665195941925, -0.07733359187841415, 0.04743058606982231, 0.0333181731402874, 0.03564988449215889, -0.040201056748628616, -0.11927669495344162, -0.023646682500839233, 0.0057807802222669125, 0.09785525500774384, -0.04955216869711876, -0.061509136110544205, 0.043963998556137085, 0.05242836847901344, 0.024828564375638962, 0.052264031022787094, -0.11982014030218124, -0.0867496132850647, 0.01361957285553217, -0.08003824949264526, -0.058288052678108215, 0.017348626628518105, -0.08619677275419235, -0.017661077901721, -0.13553093373775482, -0.04460947960615158, -0.060914184898138046, 0.006917153485119343, 0.025384467095136642, 0.012212570756673813, -0.010305740870535374, 0.04488334432244301, 0.05411992594599724, -0.03034108877182007, 0.07581176608800888, -0.03767521679401398, 0.019067559391260147, -0.03420300781726837, 0.028095554560422897, -0.05514730513095856, -0.006830858066678047, 0.07477935403585434, -0.023591142147779465, 0.09404763579368591, 0.03582887724041939, 0.08140163123607635, -0.01642356812953949, 0.01806740090250969, 0.01951858215034008, -0.058049581944942474, -0.007835786789655685, -0.020964570343494415, -0.042326636612415314, 0.023024486377835274, -0.0019076619064435363, -0.07451367378234863, 0.03670771047472954, -0.015354163944721222, 0.0060605499893426895, -0.03557804599404335, -0.010180484503507614, -0.040429968386888504, -0.009954576380550861, -0.0329505130648613, -0.0716792643070221, -0.028753673657774925, 0.026793861761689186, 0.03775396943092346, 0.025719642639160156, 0.062239039689302444, -0.018067549914121628, 0.0299298744648695, 0.020891575142741203, 0.02635202370584011, -0.012099356390535831, 0.007571963593363762, 0.0486435666680336, 0.033666905015707016, -0.03507187217473984, -0.010959401726722717, -0.038497649133205414, 0.005101383663713932, -0.010054920800030231, -0.012861295603215694, 0.03639756143093109, 0.11077854037284851, -0.05237675458192825, 0.02455522119998932, -0.008228834718465805, -0.009919664822518826, 0.046713463962078094, -0.04863325133919716, 0.06363008916378021, 0.11615347117185593, 0.16869430243968964, 0.027782578021287918, 0.005889136344194412, 0.002532996702939272, 0.04210083931684494, 0.03708544373512268, 0.09410571306943893, -4.383260109820934e-33, 0.02891102060675621, -0.013283520936965942, -0.01141390111297369, -0.012158213183283806, 0.009550182148814201, 0.044042881578207016, 0.043322231620550156, 0.0758863314986229, -0.12511412799358368, -0.024726442992687225, -0.07650365680456161, 0.017419159412384033, -0.05592694878578186, -0.0045284973457455635, -0.025203200057148933, -0.11061171442270279, 0.09719241410493851, 0.06812486052513123, 0.021391909569501877, -0.018926216289401054, 0.08082171529531479, 0.003686110023409128, -0.04212962090969086, -0.020463934168219566, -0.06481900066137314, -0.05783621221780777, 0.032160501927137375, -0.0667397528886795, -0.12112113833427429, -0.031731970608234406, 0.016849879175424576, 0.027640387415885925, -0.008692451752722263, 0.01542930118739605, 0.09126163274049759, 0.00351477088406682, -0.0034818293061107397, 0.030410369858145714, -0.05726414918899536, -0.05659591779112816, 0.0036884481087327003, 0.056699663400650024, -0.03788053244352341, -0.0875350832939148, -0.00482241390272975, 0.039908282458782196, -0.05741790682077408, 0.02420967072248459, -0.04230796918272972, 0.008369896560907364, -0.028083637356758118, 0.10989883542060852, -0.01779971271753311, 0.01663081906735897, 0.06187606602907181, -0.0300662312656641, 0.0011525588342919946, 0.03190053999423981, 0.09183979779481888, 0.06132359802722931, 0.04800281301140785, 0.028048964217305183, 0.02177424170076847, 0.0624486580491066, 0.059960849583148956, 0.005134952254593372, 0.008883938193321228, 0.06389668583869934, 0.028486117720603943, 0.04407767951488495, -0.016793139278888702, 0.08166435360908508, 0.0012189713306725025, -0.03239607438445091, 0.030429106205701828, -0.10599768906831741, -0.09744816273450851, -0.0869787186384201, -0.08020871132612228, -0.05117381736636162, -0.034974679350852966, -0.05925086885690689, -0.02415671944618225, -0.06548923254013062, 0.022023828700184822, -0.04101351648569107, -0.04956657811999321, 0.021956153213977814, -0.014499950222671032, -0.015279659070074558, -0.007509243208914995, 0.030027195811271667, -0.03808536008000374, -0.14477336406707764, -0.028485819697380066, 7.110331606786295e-34, 0.053105905652046204, -0.0413125604391098, 0.03530972823500633, 0.05688486620783806, 0.042566124349832535, -0.024608448147773743, -0.017597876489162445, 0.05535924807190895, -0.006458602845668793, 0.03141789510846138, -0.02189216949045658, 0.01729723997414112, -0.008748073130846024, 0.0015499517321586609, 0.0035076607018709183, 0.01385229267179966, -0.07781746983528137, -0.08305680006742477, 0.014127385802567005, -0.04039236903190613, -0.020266536623239517, 0.018489813432097435, 0.0425029881298542, 0.13123640418052673, -0.04631059989333153, -0.03305456414818764, 0.025287339463829994, 0.03370340168476105, -0.002654105192050338, -0.020313290879130363, -0.004764552693814039, -0.0016799505101516843, -0.036191388964653015, 0.11108174920082092, -0.0036484827287495136, 0.02041390910744667, -0.024939313530921936, 0.11193676292896271, 0.05367361754179001, 0.11276400089263916, 0.08460744470357895, -0.046205632388591766, -0.026215501129627228, -0.017988985404372215, -0.031251080334186554, -0.0264434814453125, -0.027165420353412628, 0.04556932672858238, -0.00912086945027113, -0.04541843757033348, 0.058872781693935394, -0.04191280156373978, -0.05421637371182442, -0.02288537472486496, 0.023074448108673096, -0.06531635671854019, -0.061269503086805344, -0.05946994945406914, -0.04400678351521492, -0.00716667715460062, 0.004537595901638269, -0.029479237273335457, 0.006319399457424879, -0.016610970720648766, 0.04065132141113281, -0.1211690679192543, -0.0876016765832901, -0.0577499121427536, -0.0035296243149787188, 0.019888848066329956, 0.019567955285310745, 0.05767780914902687, 0.07497639954090118, 0.013970399275422096, 0.014010043814778328, -0.041649214923381805, 0.013178238645195961, -0.04719807580113411, 0.07170812785625458, -0.0065987203270196915, -0.08179180324077606, 0.05141254886984825, 0.02412308380007744, 0.008514858782291412, -0.03285526856780052, 0.017806993797421455, -0.0021906564943492413, 0.08192401379346848, -0.046564362943172455, -0.03593889996409416, 0.030981099233031273, 0.003325448138639331, 0.058932721614837646, -0.03143831714987755, 0.03817430138587952, -4.957509602832033e-8, -0.07419949769973755, -0.06027226522564888, -0.09208426624536514, 0.09072424471378326, 0.006319824606180191, 0.0007486704853363335, 0.05370832234621048, 0.01454839576035738, -0.005334868095815182, -0.03377015143632889, 0.045440707355737686, 0.08554641902446747, 0.02745753712952137, 0.011085232719779015, -0.07723148167133331, -0.11608145385980606, -0.0336383692920208, -0.11291326582431793, 0.004109092056751251, -0.002369116758927703, -0.014688322320580482, -0.011961720883846283, 0.05030008405447006, -0.003397331340238452, 0.06331465393304825, -0.0759577676653862, 0.01793530397117138, 0.04501522332429886, 0.046363465487957, -0.061382073909044266, -0.011460304260253906, -0.02074546553194523, -0.03194507211446762, 0.02884652279317379, -0.05046945810317993, -0.02362409047782421, 0.0714057981967926, 0.044254887849092484, -0.029072780162096024, -0.047423623502254486, -0.0020507120061665773, -0.023412100970745087, -0.004255685023963451, 0.002596338279545307, -0.0180983766913414, -0.07223674654960632, -0.09296580404043198, -0.00692963320761919, 0.07641139626502991, -0.06915639340877533, -0.022752933204174042, -0.05870433151721954, 0.021142641082406044, 0.03592779487371445, 0.009023974649608135, 0.017787234857678413, 0.05595105513930321, 0.05718054622411728, -0.0018912652740254998, -0.010330467484891415, 0.07993537932634354, -0.03429126739501953, 0.020879419520497322, 0.04215092584490776 ]
0.00825
documents from the `source` index with the company name `cat` into the `dest` index with routing set to `cat`. [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "source", "query": { "match": { "company": "cat" } } }, "dest": { "index": "dest", "routing": "=cat" } } -------------------------------------------------- // CONSOLE // TEST[s/^/PUT source\n/] By default `\_reindex` uses scroll batches of 1000. You can change the batch size with the `size` field in the `source` element: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "source", "size": 100 }, "dest": { "index": "dest", "routing": "=cat" } } -------------------------------------------------- // CONSOLE // TEST[s/^/PUT source\n/] Reindex can also use the <> feature by specifying a `pipeline` like this: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "source" }, "dest": { "index": "dest", "pipeline": "some\_ingest\_pipeline" } } -------------------------------------------------- // CONSOLE // TEST[s/^/PUT source\n/] [float] [[reindex-from-remote]] === Reindex from Remote Reindex supports reindexing from a remote Elasticsearch cluster: [source,js] -------------------------------------------------- POST \_reindex { "source": { "remote": { "host": "http://otherhost:9200", "username": "user", "password": "pass" }, "index": "source", "query": { "match": { "test": "data" } } }, "dest": { "index": "dest" } } -------------------------------------------------- // CONSOLE // TEST[setup:host] // TEST[s/^/PUT source\n/] // TEST[s/otherhost:9200",/\${host}"/] // TEST[s/"username": "user",//] // TEST[s/"password": "pass"//] The `host` parameter must contain a scheme, host, and port (e.g. `https://otherhost:9200`). The `username` and `password` parameters are optional, and when they are present `\_reindex` will connect to the remote Elasticsearch node using basic auth. Be sure to use `https` when using basic auth or the password will be sent in plain text. Remote hosts have to be explicitly whitelisted in elasticsearch.yaml using the `reindex.remote.whitelist` property. It can be set to a comma delimited list of allowed remote `host` and `port` combinations (e.g. `otherhost:9200, another:9200, 127.0.10.\*:9200, localhost:\*`). Scheme is ignored by the whitelist - only host and port are used, for example: [source,yaml] -------------------------------------------------- reindex.remote.whitelist: "otherhost:9200, another:9200, 127.0.10.\*:9200, localhost:\*" -------------------------------------------------- The whitelist must be configured on any nodes that will coordinate the reindex. This feature should work with remote clusters of any version of Elasticsearch you are likely to find. This should allow you to upgrade from any version of Elasticsearch to the current version by reindexing from a cluster of the old version. To enable queries sent to older versions of Elasticsearch the `query` parameter is sent directly to the remote host without validation or modification. NOTE: Reindexing from remote clusters does not support <> or <>. Reindexing from a remote server uses an on-heap buffer that defaults to a maximum size of 100mb. If the remote index includes very large documents you'll need to use a smaller batch size. The example below sets the batch size to `10` which is very, very small. [source,js] -------------------------------------------------- POST \_reindex { "source": { "remote": { "host": "http://otherhost:9200" }, "index": "source", "size": 10, "query": { "match": { "test": "data" } } }, "dest": { "index": "dest" } } -------------------------------------------------- // CONSOLE // TEST[setup:host] // TEST[s/^/PUT source\n/] // TEST[s/otherhost:9200/\${host}/] It is also possible to set the socket read timeout on the remote connection with the `socket\_timeout` field and the connection timeout with the `connect\_timeout` field. Both default to 30 seconds. This example sets the socket read timeout to one minute and the connection timeout to 10 seconds: [source,js] -------------------------------------------------- POST \_reindex { "source": { "remote": { "host": "http://otherhost:9200", "socket\_timeout": "1m", "connect\_timeout": "10s" }, "index": "source", "query": { "match": { "test": "data" } } }, "dest": { "index": "dest" } } -------------------------------------------------- // CONSOLE // TEST[setup:host] // TEST[s/^/PUT source\n/] // TEST[s/otherhost:9200/\${host}/] [float] === URL Parameters In addition to the standard parameters like `pretty`, the Reindex API also supports `refresh`, `wait\_for\_completion`, `wait\_for\_active\_shards`, `timeout`, `scroll` and `requests\_per\_second`.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ -0.0618644617497921, 0.03483155369758606, -0.018795855343341827, 0.07727555930614471, -0.04876089096069336, -0.013455290347337723, -0.0026130452752113342, -0.031199097633361816, -0.013799626380205154, 0.0045076641254127026, -0.009702371433377266, 0.04993218556046486, -0.04300859943032265, -0.10134736448526382, -0.07399547845125198, 0.03914206102490425, -0.04151056334376335, 0.07443761080503464, -0.048600051552057266, -0.09511268138885498, 0.047845564782619476, -0.00790266040712595, 0.010755930095911026, -0.042525313794612885, -0.04425739496946335, 0.01753263920545578, -0.09893100708723068, -0.06008518487215042, 0.02952529676258564, -0.031861305236816406, 0.016323983669281006, 0.07261056452989578, -0.0859755426645279, 0.061237264424562454, -0.006496602203696966, 0.013676482252776623, -0.03004888817667961, -0.03046831674873829, 0.045729752629995346, 0.0351119302213192, 0.0933552160859108, 0.08886735141277313, -0.085843525826931, -0.027797270566225052, 0.020459674298763275, -0.09659619629383087, -0.03276621177792549, 0.011485866270959377, -0.018427470698952675, -0.003589174710214138, -0.11518754065036774, -0.02924828976392746, 0.022714802995324135, 0.026768580079078674, 0.016788488253951073, 0.03708649054169655, -0.005687512457370758, 0.0103854238986969, -0.001947308424860239, 0.029894983395934105, 0.045393265783786774, -0.09489506483078003, 0.012243688106536865, -0.0136064188554883, 0.0003071289393119514, -0.021390290930867195, 0.05278497934341431, 0.00299616577103734, -0.016517996788024902, 0.03455378860235214, 0.014001717790961266, 0.02205694280564785, -0.06712699681520462, 0.015992728993296623, -0.028426090255379677, -0.006100639700889587, -0.005355768837034702, -0.01557137444615364, -0.011042828671634197, -0.028209920972585678, -0.001594057190231979, -0.06521529704332352, 0.02514086477458477, 0.011442289687693119, -0.033107515424489975, 0.010022291913628578, 0.045100755989551544, -0.07207121700048447, 0.05687205120921135, -0.031026896089315414, -0.05800481513142586, -0.08089987933635712, -0.02644425630569458, -0.01021424587816, -0.014928883872926235, 0.05702059343457222, 0.010783456265926361, 0.10304709523916245, 0.05621910095214844, 0.016585789620876312, 0.059178225696086884, 0.013064440339803696, -0.006039992440491915, 0.04996992275118828, -0.07242107391357422, -0.007008757442235947, 0.023436784744262695, 0.06643956899642944, -0.04662554711103439, 0.05254745110869408, 0.03707963228225708, 0.08582405745983124, -0.025077585130929947, -0.04205293208360672, -0.04259871691465378, 0.006059550680220127, 0.03306850418448448, -0.04096120595932007, -0.00019642773258965462, 0.049166999757289886, 0.11177684366703033, 0.07401856780052185, -0.0601581409573555, -0.03831525519490242, -0.019085312262177467, 0.01629280485212803, 0.04111284017562866, -5.011996773245251e-33, 0.012641499750316143, -0.056478019803762436, -0.02982461452484131, -0.04911874234676361, 0.03892882540822029, 0.05977276712656021, 0.047120820730924606, 0.06654352694749832, -0.09006458520889282, -0.01326337642967701, -0.09013126790523529, 0.020141595974564552, -0.0322272926568985, -0.0462404228746891, -0.0750238448381424, -0.1233225092291832, 0.06285380572080612, 0.09377490729093552, 0.016471579670906067, -0.0734517052769661, 0.062191952019929886, -0.00873376615345478, -0.029050080105662346, -0.005160183180123568, -0.008012271486222744, -0.053656913340091705, -0.03910417854785919, -0.06849931925535202, -0.0839359387755394, -0.010238394141197205, 0.0010615448700264096, 0.07057099789381027, -0.008130241185426712, -0.02830413542687893, 0.0010415901197120547, 0.006767399609088898, -0.0113375224173069, 0.0235484279692173, 0.019590822979807854, 0.03897443413734436, 0.0019214254571124911, 0.04407215490937233, -0.0023913392797112465, -0.09592573344707489, -0.1057993546128273, -0.02891324646770954, -0.08746767044067383, 0.06187449023127556, 0.0022550097201019526, 0.027003241702914238, 0.025569116696715355, 0.06551730632781982, 0.005013017915189266, -0.007522048428654671, 0.12254901975393295, -0.03165774047374725, 0.032489195466041565, 0.029530171304941177, 0.061294205486774445, 0.15445071458816528, -0.044921789318323135, 0.01975369267165661, -0.003260541008785367, 0.12127375602722168, 0.08776231110095978, 0.04750560224056244, 0.030797870829701424, 0.09076552838087082, 0.004720071796327829, 0.04363240301609039, -0.006763354875147343, 0.09526257961988449, 0.04183754697442055, -0.001155161065980792, 0.037834759801626205, -0.11327571421861649, -0.07011856883764267, 0.06399194151163101, -0.08429382741451263, -0.013375676237046719, -0.009515332989394665, -0.045373834669589996, -0.05934066325426102, -0.032866839319467545, 0.0029984991997480392, -0.022594459354877472, -0.05968720093369484, 0.006687567103654146, -0.034560199826955795, -0.05910184234380722, 0.005340378265827894, 0.013718831352889538, 0.007482211105525494, -0.1309933215379715, 0.011775299906730652, 2.3573835745840406e-33, 0.041363608092069626, -0.0007885021041147411, 0.004192403517663479, 0.10148010402917862, -0.015613134019076824, -0.019624244421720505, 0.05118531733751297, 0.08972664177417755, -0.013221840374171734, 0.02742011472582817, -0.044890452176332474, 0.02439068630337715, 0.05420801788568497, -0.06269583106040955, -0.04690708592534065, 0.011903006583452225, -0.03671872988343239, -0.06945310533046722, -0.006415392272174358, -0.0615951269865036, 0.014262039214372635, 0.034680239856243134, -0.029170643538236618, 0.099947489798069, 0.04335533082485199, -0.0733892172574997, 0.03296961262822151, 0.028748298063874245, -0.0495690293610096, -0.058194998651742935, -0.005061336327344179, -0.030790390446782112, -0.08153252303600311, 0.024874184280633926, -0.0031099002808332443, 0.0299298707395792, -0.025419050827622414, 0.13411734998226166, 0.04068303480744362, 0.12768518924713135, 0.03913852572441101, 0.034560490399599075, -0.03611788898706436, 0.02695796824991703, -0.023696620017290115, -0.007510940078645945, -0.06880199164152145, -0.009859070181846619, 0.04092828929424286, -0.03831946477293968, -0.006888427305966616, -0.01541644986718893, -0.02315136045217514, -0.008626779541373253, 0.03551666811108589, -0.07799125462770462, -0.06018939986824989, -0.03791806846857071, -0.06790097057819366, -0.038597721606492996, 0.04449375718832016, -0.007510531228035688, -0.012957255356013775, 0.0041402666829526424, 0.038119979202747345, -0.06284746527671814, -0.10976218432188034, -0.04997459799051285, -0.028027137741446495, -0.008354966528713703, 0.009243596345186234, -0.047800831496715546, 0.06343499571084976, 0.06305225193500519, -0.03426046296954155, -0.03461292386054993, 0.06102292239665985, -0.025885114446282387, 0.06848365813493729, 0.04570262134075165, -0.02114805392920971, 0.03275138884782791, 0.05774806812405586, 0.03941726312041283, 0.010193574242293835, 0.1228000819683075, -0.0834001898765564, 0.09595411270856857, 0.00735008530318737, 0.034945935010910034, -0.012981702573597431, -0.06402605772018433, 0.02657449059188366, -0.02883976139128208, 0.02653323858976364, -4.7159005589492153e-8, -0.06289684772491455, -0.01012411154806614, -0.06176179647445679, 0.12667809426784515, 0.032753996551036835, 0.013191323727369308, 0.06254731863737106, 0.10582350939512253, -0.02769109420478344, -0.05234062671661377, 0.07942964136600494, 0.08817547559738159, -0.021018387749791145, 0.043195758014917374, -0.01999802328646183, -0.08018992096185684, 0.0448545478284359, -0.05095350742340088, 0.0002351969014853239, -0.02667803317308426, -0.057677898555994034, 0.016256488859653473, 0.03467573598027229, 0.07418209314346313, 0.05326538905501366, -0.07196111232042313, 0.03805075213313103, 0.04346306994557381, 0.027555104345083237, -0.06906349211931229, -0.05739516019821167, -0.03970228508114815, -0.03584861010313034, 0.021162813529372215, -0.030028285458683968, -0.07130102813243866, 0.013270840980112553, 0.059154149144887924, -0.01710635796189308, 0.00018335915228817612, -0.07188160717487335, -0.02334614098072052, 0.028278736397624016, -0.006034430582076311, -0.037598397582769394, -0.06578995287418365, -0.09181845188140869, 0.0035118816886097193, 0.06229241192340851, -0.06453094631433487, 0.030360400676727295, -0.08756363391876221, 0.05084896832704544, 0.020398424938321114, 0.014885188080370426, 0.01546247024089098, -0.005812250543385744, 0.015944508835673332, -0.021465521305799484, 0.03764035552740097, 0.015864292159676552, -0.005223340820521116, 0.04627726599574089, 0.01239100657403469 ]
0.084399
"source", "query": { "match": { "test": "data" } } }, "dest": { "index": "dest" } } -------------------------------------------------- // CONSOLE // TEST[setup:host] // TEST[s/^/PUT source\n/] // TEST[s/otherhost:9200/\${host}/] [float] === URL Parameters In addition to the standard parameters like `pretty`, the Reindex API also supports `refresh`, `wait\_for\_completion`, `wait\_for\_active\_shards`, `timeout`, `scroll` and `requests\_per\_second`. Sending the `refresh` url parameter will cause all indexes to which the request wrote to be refreshed. This is different than the Index API's `refresh` parameter which causes just the shard that received the new data to be refreshed. If the request contains `wait\_for\_completion=false` then Elasticsearch will perform some preflight checks, launch the request, and then return a `task` which can be used with <> to cancel or get the status of the task. Elasticsearch will also create a record of this task as a document at `.tasks/task/${taskId}`. This is yours to keep or remove as you see fit. When you are done with it, delete it so Elasticsearch can reclaim the space it uses. `wait\_for\_active\_shards` controls how many copies of a shard must be active before proceeding with the reindexing. See <> for details. `timeout` controls how long each write request waits for unavailable shards to become available. Both work exactly how they work in the <>. As `\_reindex` uses scroll search, you can also specify the `scroll` parameter to control how long it keeps the "search context" alive, (e.g. `?scroll=10m`). The default value is 5 minutes. `requests\_per\_second` can be set to any positive decimal number (`1.4`, `6`, `1000`, etc) and throttles the rate at which `\_reindex` issues batches of index operations by padding each batch with a wait time. The throttling can be disabled by setting `requests\_per\_second` to `-1`. The throttling is done by waiting between batches so that the `scroll` which `\_reindex` uses internally can be given a timeout that takes into account the padding. The padding time is the difference between the batch size divided by the `requests\_per\_second` and the time spent writing. By default the batch size is `1000`, so if the `requests\_per\_second` is set to `500`: [source,txt] -------------------------------------------------- target\_time = 1000 / 500 per second = 2 seconds wait\_time = target\_time - write\_time = 2 seconds - .5 seconds = 1.5 seconds -------------------------------------------------- Since the batch is issued as a single `\_bulk` request, large batch sizes will cause Elasticsearch to create many requests and then wait for a while before starting the next set. This is "bursty" instead of "smooth". The default value is `-1`. [float] [[docs-reindex-response-body]] === Response body ////////////////////////// [source,js] -------------------------------------------------- POST /\_reindex?wait\_for\_completion { "source": { "index": "twitter" }, "dest": { "index": "new\_twitter" } } -------------------------------------------------- // CONSOLE // TEST[setup:twitter] ////////////////////////// The JSON response looks like this: [source,js] -------------------------------------------------- { "took": 639, "timed\_out": false, "total": 5, "updated": 0, "created": 5, "deleted": 0, "batches": 1, "noops": 0, "version\_conflicts": 2, "retries": { "bulk": 0, "search": 0 }, "throttled\_millis": 0, "requests\_per\_second": 1, "throttled\_until\_millis": 0, "failures": [ ] } -------------------------------------------------- // TESTRESPONSE[s/: [0-9]+/: $body.$\_path/] `took`:: The total milliseconds the entire operation took. `timed\_out`:: This flag is set to `true` if any of the requests executed during the reindex timed out. `total`:: The number of documents that were successfully processed. `updated`:: The number of documents that were successfully updated. `created`:: The number of documents that were successfully created. `deleted`:: The number of documents that were successfully deleted. `batches`:: The number of scroll responses pulled back by the reindex. `noops`:: The number of documents that were ignored because the script used for the reindex returned a `noop` value for `ctx.op`. `version\_conflicts`:: The number of version conflicts that reindex hit. `retries`:: The number of retries attempted by reindex. `bulk`
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ -0.07612653076648712, -0.0007608633022755384, 0.00787178985774517, 0.05286069214344025, 0.00029015581822022796, -0.06269027292728424, -0.029156217351555824, -0.08826974034309387, 0.048067156225442886, 0.03849191963672638, 0.0013159428490325809, 0.0033566600177437067, 0.047111961990594864, -0.058033283799886703, -0.009868823923170567, -0.016876839101314545, 0.005946436896920204, -0.014312755316495895, -0.02315770648419857, -0.04050251096487045, 0.06123107671737671, -0.006587676703929901, -0.0006105919601395726, -0.05160798877477646, -0.047763433307409286, -0.05065114423632622, -0.06920208036899567, 0.006258581764996052, 0.05809462070465088, 0.011150308884680271, 0.020005086436867714, 0.011769061908125877, -0.17794190347194672, -0.009201240725815296, -0.05723598226904869, 0.09379500895738602, 0.036519892513751984, -0.07314275950193405, -0.04586954414844513, 0.015811363235116005, 0.041234612464904785, 0.012857926078140736, -0.06239427626132965, -0.03992639482021332, -0.0023083125706762075, -0.04873829334974289, -0.05245085060596466, 0.013909284956753254, -0.04628755897283554, -0.018566736951470375, -0.06232299655675888, -0.06885338574647903, -0.028574204072356224, 0.07149259746074677, 0.06148899719119072, 0.09594887495040894, -0.059749990701675415, 0.020164433866739273, 0.027793193235993385, -0.026431305333971977, 0.06812528520822525, -0.0787610411643982, 0.029565608128905296, -0.023261073976755142, 0.003560028737410903, -0.024685043841600418, 0.04089098423719406, -0.056164711713790894, 0.031053576618433, -0.034774299710989, 0.00261102057993412, 0.008689507842063904, -0.10693755745887756, -0.012362765148282051, 0.03526770696043968, 0.03562634438276291, -0.045492302626371384, -0.04262927174568176, -0.046833138912916183, -0.020758843049407005, -0.01330673135817051, -0.09769046306610107, -0.022730376571416855, 0.025853315368294716, 0.019788717851042747, -0.025303954258561134, 0.028635039925575256, -0.009473240002989769, 0.03999615088105202, -0.045346543192863464, 0.017526905983686447, -0.015364818274974823, -0.014334098435938358, -0.01689060963690281, 0.061741333454847336, 0.053476445376873016, -0.046693917363882065, 0.11508452892303467, 0.045693688094615936, 0.028174633160233498, 0.058645766228437424, 0.0003861308505292982, -0.05312202125787735, 0.0026098452508449554, 0.011431114748120308, -0.0021830094046890736, -0.01042280625551939, 0.13157786428928375, -0.03522152453660965, 0.039311476051807404, -0.01707276701927185, 0.009686455130577087, 0.00445056427270174, -0.03833046555519104, -0.04457439109683037, 0.11658579856157303, 0.01239084918051958, -0.07064118981361389, -0.03957304358482361, 0.012880455702543259, 0.11598766595125198, 0.017586952075362206, -0.017310315743088722, -0.03226494789123535, 0.06957624852657318, -0.008405055850744247, 0.025613827630877495, -3.060558601445171e-33, 0.06978068500757217, 0.0050059654749929905, 0.004623313434422016, -0.055876005440950394, 0.008864209987223148, 0.03916207328438759, 0.041309285908937454, 0.08984445035457611, -0.02719067968428135, -0.03245653584599495, -0.09437030553817749, 0.07830831408500671, -0.04501231014728546, -0.04058631509542465, -0.029521485790610313, -0.05296754091978073, 0.08655917644500732, 0.0629153624176979, 0.013573862612247467, 0.04120383411645889, 0.053858283907175064, -0.007493350654840469, -0.03149699792265892, -0.044705916196107864, 0.004230561200529337, 0.007890010252594948, -0.0105624133720994, -0.024605773389339447, -0.04765256494283676, -0.02517111413180828, 0.021419676020741463, -0.0118702482432127, -0.006697455886751413, -0.017679957672953606, -0.00340019422583282, 0.03988117724657059, 0.029920319095253944, 0.035703059285879135, -0.09948541969060898, -0.004432927817106247, 0.0797310620546341, 0.037453338503837585, -0.0478193424642086, -0.04896783456206322, -0.05380736663937569, -0.07838801294565201, -0.14594566822052002, -0.0207823459059, 0.0114153902977705, 0.005008642096072435, 0.015692176297307014, 0.0735226646065712, 0.024359427392482758, -0.00914810597896576, -0.008604805916547775, 0.006275015417486429, -0.00864500179886818, 0.0033037085086107254, -0.04394111409783363, 0.09516941756010056, 0.00910293497145176, -0.004242035560309887, 0.009449786506593227, 0.07413097470998764, 0.02988523058593273, 0.06723933666944504, 0.07462067902088165, 0.0432097353041172, 0.010693608783185482, 0.08139810711145401, -0.009938712231814861, 0.13131578266620636, -0.019915897399187088, -0.00811536330729723, 0.0030324547551572323, -0.11880657821893692, -0.10217548906803131, -0.03174923360347748, 0.001982359681278467, -0.033308226615190506, 0.04143470525741577, -0.064277283847332, -0.11580976098775864, 0.011582041159272194, -0.04175702854990959, -0.026406794786453247, -0.0244006235152483, -0.007759783882647753, -0.048310525715351105, -0.12447034567594528, 0.035994842648506165, 0.01997736655175686, -0.009910652413964272, -0.13276249170303345, -0.047558773308992386, 2.854279363014022e-34, 0.05551265552639961, -0.09300999343395233, -0.03481362387537956, 0.11218807101249695, 0.022172575816512108, -0.029208708554506302, 0.05047675967216492, 0.09780427813529968, -0.00452481210231781, -0.020233752205967903, -0.004347104579210281, -0.03983287885785103, 0.0678093284368515, -0.048720743507146835, -0.0831160619854927, 0.05619816482067108, -0.08027825504541397, -0.08181758224964142, -0.015426903031766415, -0.013229540549218655, -0.07034168392419815, 0.060254476964473724, 0.01368885487318039, 0.06232432276010513, -0.09429960697889328, 0.00802974309772253, 0.022106580436229706, -0.027688469737768173, -0.07628903537988663, -0.008684833534061909, 0.03245387598872185, -0.04390241950750351, -0.061067260801792145, 0.008245488628745079, -0.011174275539815426, 0.07466410100460052, -0.011530444025993347, 0.11466028541326523, 0.008768229745328426, 0.09248661249876022, 0.08236271142959595, 0.04522503539919853, -0.04613121598958969, 0.03298920392990112, -0.018431896343827248, 0.027688464149832726, -0.05808968469500542, 0.024360323324799538, -0.016193142160773277, -0.04557126760482788, 0.07019420713186264, -0.057450070977211, 0.014237377792596817, 0.02281208150088787, 0.04354836419224739, -0.010799665004014969, -0.11026530712842941, 0.055091675370931625, -0.09509994089603424, 0.050080183893442154, 0.05993451550602913, -0.029213691130280495, -0.03729709982872009, 0.06630238890647888, 0.006388136185705662, -0.019889259710907936, -0.05622102692723274, -0.07123951613903046, 0.0192869883030653, -0.03236217051744461, -0.05097505450248718, -0.020070519298315048, -0.021704334765672684, 0.04573800787329674, 0.057672347873449326, -0.05959481745958328, -0.0011518485844135284, 0.002304496243596077, 0.07045751065015793, 0.107173390686512, -0.09383916109800339, 0.04650360345840454, 0.011670881882309914, 0.05761268734931946, 0.015844209119677544, -0.023209867998957634, -0.06316467374563217, 0.1120034009218216, -0.020133167505264282, -0.022787826135754585, -0.04367877542972565, 0.03267773240804672, -0.08013417571783066, -0.03335915133357048, 0.0486065112054348, -5.094825539231351e-8, 0.05409767106175423, 0.026961909607052803, -0.043049685657024384, 0.12887486815452576, -0.034746892750263214, 0.013373224064707756, 0.016907725483179092, -0.024148285388946533, -0.00999732781201601, -0.016724543645977974, -0.024891436100006104, 0.03137900307774544, 0.042803168296813965, -0.03262316808104515, -0.030823705717921257, -0.03311552852392197, 0.04546317458152771, -0.0026516036596149206, -0.010629285126924515, -0.060567326843738556, -0.08556431531906128, 0.038859207183122635, 0.040980592370033264, -0.006651618983596563, 0.04845603555440903, 0.03727911412715912, 0.10517238825559616, 0.049487434327602386, 0.008256607688963413, 0.015368038788437843, -0.004275547340512276, -0.06172819808125496, 0.011322934180498123, -0.04697556048631668, -0.00688551040366292, 0.022742489352822304, -0.059390198439359665, 0.07273732870817184, 0.028040805831551552, 0.01968308724462986, -0.03004920482635498, -0.002168609295040369, -0.012276635505259037, -0.01446387730538845, 0.07237301766872406, -0.06446417421102524, -0.01551548670977354, 0.025608370080590248, 0.03261730447411537, -0.016706017777323723, 0.023947520181536674, -0.08223284035921097, 0.009935648180544376, -0.02312329411506653, 0.03576865792274475, 0.02222074382007122, -0.03169572353363037, 0.020067838951945305, 0.03202194347977638, 0.028905333951115608, 0.143295556306839, -0.023759571835398674, -0.005229081958532333, 0.033123310655355453 ]
0.069609
`batches`:: The number of scroll responses pulled back by the reindex. `noops`:: The number of documents that were ignored because the script used for the reindex returned a `noop` value for `ctx.op`. `version\_conflicts`:: The number of version conflicts that reindex hit. `retries`:: The number of retries attempted by reindex. `bulk` is the number of bulk actions retried and `search` is the number of search actions retried. `throttled\_millis`:: Number of milliseconds the request slept to conform to `requests\_per\_second`. `requests\_per\_second`:: The number of requests per second effectively executed during the reindex. `throttled\_until\_millis`:: This field should always be equal to zero in a `\_delete\_by\_query` response. It only has meaning when using the <>, where it indicates the next time (in milliseconds since epoch) a throttled request will be executed again in order to conform to `requests\_per\_second`. `failures`:: Array of failures if there were any unrecoverable errors during the process. If this is non-empty then the request aborted because of those failures. Reindex is implemented using batches and any failure causes the entire process to abort but all failures in the current batch are collected into the array. You can use the `conflicts` option to prevent reindex from aborting on version conflicts. [float] [[docs-reindex-task-api]] === Works with the Task API You can fetch the status of all running reindex requests with the <>: [source,js] -------------------------------------------------- GET \_tasks?detailed=true&actions=\*reindex -------------------------------------------------- // CONSOLE The response looks like: [source,js] -------------------------------------------------- { "nodes" : { "r1A2WoRbTwKZ516z6NEs5A" : { "name" : "r1A2WoR", "transport\_address" : "127.0.0.1:9300", "host" : "127.0.0.1", "ip" : "127.0.0.1:9300", "attributes" : { "testattr" : "test", "portsfile" : "true" }, "tasks" : { "r1A2WoRbTwKZ516z6NEs5A:36619" : { "node" : "r1A2WoRbTwKZ516z6NEs5A", "id" : 36619, "type" : "transport", "action" : "indices:data/write/reindex", "status" : { <1> "total" : 6154, "updated" : 3500, "created" : 0, "deleted" : 0, "batches" : 4, "version\_conflicts" : 0, "noops" : 0, "retries": { "bulk": 0, "search": 0 }, "throttled\_millis": 0 }, "description" : "" } } } } } -------------------------------------------------- // NOTCONSOLE // We can't test tasks output <1> this object contains the actual status. It is identical to the response JSON except for the important addition of the `total` field. `total` is the total number of operations that the `\_reindex` expects to perform. You can estimate the progress by adding the `updated`, `created`, and `deleted` fields. The request will finish when their sum is equal to the `total` field. With the task id you can look up the task directly: [source,js] -------------------------------------------------- GET /\_tasks/taskId:1 -------------------------------------------------- // CONSOLE // TEST[catch:missing] The advantage of this API is that it integrates with `wait\_for\_completion=false` to transparently return the status of completed tasks. If the task is completed and `wait\_for\_completion=false` was set, it will return a `results` or an `error` field. The cost of this feature is the document that `wait\_for\_completion=false` creates at `.tasks/task/${taskId}`. It is up to you to delete that document. [float] [[docs-reindex-cancel-task-api]] === Works with the Cancel Task API Any Reindex can be canceled using the <>: [source,js] -------------------------------------------------- POST \_tasks/task\_id:1/\_cancel -------------------------------------------------- // CONSOLE The `task\_id` can be found using the Tasks API. Cancelation should happen quickly but might take a few seconds. The Tasks API will continue to list the task until it wakes to cancel itself. [float] [[docs-reindex-rethrottle]] === Rethrottling The value of `requests\_per\_second` can be changed on a running reindex using the `\_rethrottle` API: [source,js] -------------------------------------------------- POST \_reindex/task\_id:1/\_rethrottle?requests\_per\_second=-1 -------------------------------------------------- // CONSOLE The `task\_id` can be found using the Tasks API above. Just like when setting it on the Reindex API, `requests\_per\_second` can be either `-1` to disable throttling or any decimal number like `1.7` or `12` to throttle to that level. Rethrottling that speeds up
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ -0.10366164147853851, -0.012196358293294907, 0.004814970772713423, 0.0472366102039814, -0.06041049212217331, -0.08539268374443054, 0.00680138636380434, -0.029628479853272438, 0.04612031579017639, 0.033271338790655136, 0.02968796156346798, 0.04228740930557251, 0.030354786664247513, -0.09552795439958572, -0.042643290013074875, -0.011997494846582413, 0.022312629967927933, -0.08062407374382019, -0.08235026150941849, 0.007982991635799408, 0.04136776179075241, 0.026597969233989716, 0.0032164815347641706, -0.0019626340363174677, -0.05366760492324829, -0.035394031554460526, -0.12930777668952942, -0.08211775124073029, 0.023331208154559135, -0.0331866554915905, 0.0036515097599476576, 0.11226402223110199, -0.052538804709911346, 0.003406750736758113, 0.06006178632378578, 0.08844103664159775, -0.008014428429305553, -0.1036289632320404, -0.028330301865935326, -0.04471435397863388, 0.016801105812191963, 0.033317405730485916, -0.0936008170247078, 0.02955964021384716, 0.06584305316209793, -0.028525546193122864, -0.02127223275601864, -0.008494329638779163, -0.04009827598929405, 0.016754236072301865, -0.09484579414129257, -0.006566400174051523, -0.004043649882078171, 0.043097950518131256, 0.04977735877037048, 0.029259374365210533, 0.00994918029755354, 0.04356717690825462, -0.007394589018076658, 0.014111924916505814, -0.019698435440659523, -0.07023341208696365, -0.03771442919969559, 0.00455607520416379, -0.009782450273633003, -0.02453436516225338, 0.017908765003085136, -0.06894411891698837, 0.042971011251211166, 0.0379779115319252, -0.010919342748820782, 0.04671628773212433, -0.1174100860953331, 0.0015545872738584876, 0.0028862610924988985, 0.00969364307820797, -0.023183565586805344, -0.051644936203956604, -0.02484012022614479, -0.12545746564865112, -0.007538668345659971, -0.06954086571931839, -0.008635190315544605, -0.05047051981091499, 0.02025998756289482, -0.06772936135530472, 0.0037681676913052797, -0.02442094311118126, 0.16382217407226562, -0.01722845993936062, 0.02210456132888794, 0.018062543123960495, 0.08014906942844391, 0.054055970162153244, 0.019821815192699432, 0.03837450221180916, 0.018952809274196625, 0.10209865123033524, 0.019298968836665154, 0.014064357616007328, 0.05209115892648697, 0.052270933985710144, 0.007674860768020153, 0.017452217638492584, -0.05474524572491646, -0.010813522152602673, -0.015977147966623306, 0.06458887457847595, -0.06616519391536713, -0.02070670947432518, -0.020106898620724678, -0.01350872591137886, 0.0408930666744709, -0.07469544559717178, -0.031538449227809906, 0.01634255237877369, 0.02338300086557865, -0.05939518287777901, -0.0074054524302482605, 0.03380962833762169, 0.060712944716215134, -0.012066179886460304, -0.043135855346918106, -0.07338563352823257, 0.020837947726249695, 0.0473782978951931, -0.00318307988345623, 5.6323602434718666e-33, -0.03935840725898743, -0.054196640849113464, -0.03512657433748245, -0.04093232378363609, 0.02175307087600231, -0.008681470528244972, 0.045692093670368195, 0.050438713282346725, -0.06462980061769485, -0.03772401064634323, -0.04258846864104271, 0.05406153202056885, -0.0006731207831762731, 0.05169275775551796, 0.007691444829106331, -0.08285868167877197, 0.10662800818681717, 0.0976465493440628, 0.027320533990859985, -0.006928672082722187, 0.06257837265729904, -0.005004087928682566, -0.056475769728422165, 0.022531917318701744, 0.05907275900244713, 0.024263249710202217, 0.011284898966550827, -0.028394199907779694, -0.024845769628882408, 0.002699868753552437, -0.008135183714330196, 0.07148882746696472, -0.061272941529750824, -0.004514369182288647, 0.03935112804174423, 0.06920157372951508, -0.002932877279818058, 0.012699608691036701, -0.029919058084487915, -0.01242071483284235, -0.07425785809755325, 0.08811239153146744, -0.05444503203034401, -0.06444486230611801, -0.03930085897445679, -0.11860442906618118, -0.07151076942682266, 0.0429130494594574, 0.014960119500756264, 0.03874412551522255, 0.053489573299884796, 0.08807851374149323, 0.05304061248898506, 0.019578682258725166, 0.055502749979496, -0.03647777810692787, -0.015455340035259724, 0.05467003211379051, 0.008680040948092937, 0.10279462486505508, 0.09101861715316772, -0.040111370384693146, 0.02784014865756035, 0.029750201851129532, 0.06163453683257103, 0.0683295950293541, 0.08564512431621552, 0.09598714113235474, 0.0010845407377928495, 0.07806528359651566, -0.03491309657692909, 0.07906031608581543, 0.05558467656373978, -0.0238947756588459, 0.05566020682454109, -0.10769551247358322, 0.02873952127993107, -0.04942626506090164, -0.004744204692542553, -0.03778873383998871, 0.025940196588635445, -0.055722594261169434, -0.06002354249358177, -0.01674952171742916, -0.03123330883681774, -0.01710902899503708, -0.02021893486380577, 0.058724112808704376, 0.008737385272979736, -0.010618582367897034, 0.06898313015699387, 0.000868491071742028, -0.06219636648893356, -0.03252550587058067, -0.07096919417381287, -5.93041969309232e-33, 0.03271239995956421, 0.00814883504062891, -0.06913428008556366, 0.04051518440246582, -0.021989310160279274, -0.007403896190226078, 0.00478362338617444, 0.08305059373378754, -0.020879114046692848, -0.1220327615737915, -0.031422022730112076, -0.012595164589583874, 0.040344368666410446, 0.02397814206779003, -0.05202416703104973, 0.03616560995578766, -0.017193494364619255, -0.042221903800964355, -0.08048385381698608, 0.0007752648671157658, -0.04866321384906769, 0.02101726084947586, -0.06691198796033859, 0.0955943912267685, -0.051450762897729874, -0.002315659075975418, -0.03153116628527641, -0.015958430245518684, 0.007687230594456196, -0.049191877245903015, 0.054857153445482254, -0.07788562029600143, -0.09670236706733704, 0.05412835255265236, 0.09140162914991379, 0.006867639254778624, 0.00807130802422762, 0.10580606758594513, 0.006591153796762228, 0.02564968168735504, 0.07663814723491669, 0.013330169953405857, 0.018972383812069893, 0.02570677362382412, 0.022907596081495285, 0.021337050944566727, -0.06985670328140259, -0.01047262642532587, 0.04030448943376541, -0.05680152028799057, 0.02151196263730526, -0.03462656959891319, -0.004913165234029293, 0.009290122427046299, 0.03668142110109329, -0.051599957048892975, -0.03103392943739891, -0.04512804374098778, -0.03615977242588997, -0.043493688106536865, 0.061925217509269714, 0.04602618142962456, -0.05079672485589981, 0.01580830104649067, 0.029390178620815277, 0.006099323276430368, -0.03934097662568092, -0.053955551236867905, -0.02890479937195778, -0.0016156479250639677, 0.017824620008468628, -0.0007757031708024442, -0.028513740748167038, 0.02021176926791668, -0.05129159986972809, -0.0026127828750759363, -0.010303621180355549, -0.061954911798238754, -0.024713117629289627, 0.08478587120771408, -0.041417740285396576, 0.07719362527132034, 0.02851947769522667, 0.07112443447113037, -0.11804483830928802, 0.02273329347372055, -0.043581828474998474, 0.05117135867476463, 0.025555027648806572, -0.016460752114653587, 0.006218641996383667, -0.09944344311952591, -0.10680920630693436, 0.08544012159109116, 0.03665253147482872, -6.059436685745823e-8, 0.030129488557577133, 0.003328694961965084, -0.035615164786577225, 0.07773987203836441, 0.10947936028242111, 0.07180122286081314, 0.011682206764817238, 0.04892360046505928, -0.03376380726695061, -0.04384614899754524, 0.13064362108707428, -0.0014925447758287191, -0.025533562526106834, -0.01274312287569046, -0.004197906702756882, -0.028635580092668533, -0.0040188441053032875, -0.049425411969423294, -0.002350633265450597, -0.09372906386852264, -0.05076409876346588, -0.005256268195807934, 0.026295002549886703, 0.006261814851313829, 0.01791331171989441, 0.008965931832790375, 0.07810351252555847, 0.12148532271385193, -0.029290540143847466, -0.08135554939508438, -0.02086876519024372, -0.07054275274276733, 0.010709285736083984, -0.022168617695569992, -0.025514774024486542, -0.0005678176530636847, -0.05976122245192528, 0.0631919726729393, 0.012177570722997189, -0.04314754903316498, -0.02092314511537552, 0.03453268110752106, 0.06255972385406494, 0.04991002008318901, 0.03800395131111145, -0.011572214774787426, -0.0890217274427414, 0.01565440744161606, 0.05984136089682579, -0.09698043763637543, -0.05032102018594742, -0.026931622996926308, -0.003471995238214731, 0.13847385346889496, -0.016836198046803474, 0.0449691005051136, -0.028566638007760048, -0.02039377950131893, 0.017466725781559944, 0.023546839132905006, 0.09295511990785599, -0.030673706904053688, -0.0364517979323864, 0.009628803469240665 ]
0.15935
-------------------------------------------------- POST \_reindex/task\_id:1/\_rethrottle?requests\_per\_second=-1 -------------------------------------------------- // CONSOLE The `task\_id` can be found using the Tasks API above. Just like when setting it on the Reindex API, `requests\_per\_second` can be either `-1` to disable throttling or any decimal number like `1.7` or `12` to throttle to that level. Rethrottling that speeds up the query takes effect immediately but rethrotting that slows down the query will take effect on after completing the current batch. This prevents scroll timeouts. [float] [[docs-reindex-change-name]] === Reindex to change the name of a field `\_reindex` can be used to build a copy of an index with renamed fields. Say you create an index containing documents that look like this: [source,js] -------------------------------------------------- POST test/\_doc/1?refresh { "text": "words words", "flag": "foo" } -------------------------------------------------- // CONSOLE but you don't like the name `flag` and want to replace it with `tag`. `\_reindex` can create the other index for you: [source,js] -------------------------------------------------- POST \_reindex { "source": { "index": "test" }, "dest": { "index": "test2" }, "script": { "source": "ctx.\_source.tag = ctx.\_source.remove(\"flag\")" } } -------------------------------------------------- // CONSOLE // TEST[continued] Now you can get the new document: [source,js] -------------------------------------------------- GET test2/\_doc/1 -------------------------------------------------- // CONSOLE // TEST[continued] which will return: [source,js] -------------------------------------------------- { "found": true, "\_id": "1", "\_index": "test2", "\_type": "\_doc", "\_version": 1, "\_source": { "text": "words words", "tag": "foo" } } -------------------------------------------------- // TESTRESPONSE [float] [[docs-reindex-slice]] === Slicing Reindex supports <> to parallelize the reindexing process. This parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts. [float] [[docs-reindex-manual-slice]] ==== Manual slicing Slice a reindex request manually by providing a slice id and total number of slices to each request: [source,js] ---------------------------------------------------------------- POST \_reindex { "source": { "index": "twitter", "slice": { "id": 0, "max": 2 } }, "dest": { "index": "new\_twitter" } } POST \_reindex { "source": { "index": "twitter", "slice": { "id": 1, "max": 2 } }, "dest": { "index": "new\_twitter" } } ---------------------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] You can verify this works by: [source,js] ---------------------------------------------------------------- GET \_refresh POST new\_twitter/\_search?size=0&filter\_path=hits.total ---------------------------------------------------------------- // CONSOLE // TEST[continued] which results in a sensible `total` like this one: [source,js] ---------------------------------------------------------------- { "hits": { "total": 120 } } ---------------------------------------------------------------- // TESTRESPONSE [float] [[docs-reindex-automatic-slice]] ==== Automatic slicing You can also let `\_reindex` automatically parallelize using <> to slice on `\_uid`. Use `slices` to specify the number of slices to use: [source,js] ---------------------------------------------------------------- POST \_reindex?slices=5&refresh { "source": { "index": "twitter" }, "dest": { "index": "new\_twitter" } } ---------------------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] You can also this verify works by: [source,js] ---------------------------------------------------------------- POST new\_twitter/\_search?size=0&filter\_path=hits.total ---------------------------------------------------------------- // CONSOLE // TEST[continued] which results in a sensible `total` like this one: [source,js] ---------------------------------------------------------------- { "hits": { "total": 120 } } ---------------------------------------------------------------- // TESTRESPONSE Setting `slices` to `auto` will let Elasticsearch choose the number of slices to use. This setting will use one slice per shard, up to a certain limit. If there are multiple source indices, it will choose the number of slices based on the index with the smallest number of shards. Adding `slices` to `\_reindex` just automates the manual process used in the section above, creating sub-requests which means it has some quirks: \* You can see these requests in the <>. These sub-requests are "child" tasks of the task for the request with `slices`. \* Fetching the status of the task for the request with `slices` only contains the status of completed slices. \* These sub-requests are individually addressable for things like cancelation and rethrottling. \* Rethrottling the request with `slices` will rethrottle the unfinished sub-request proportionally. \* Canceling the request with `slices` will cancel each sub-request. \* Due to the nature of `slices` each
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ -0.08658184111118317, 0.012223632074892521, -0.03740768879652023, 0.07663965225219727, -0.04036342352628708, -0.016196563839912415, -0.002031223615631461, -0.053206708282232285, -0.020551126450300217, 0.0288633294403553, -0.012286270037293434, 0.014154709875583649, 0.04666704684495926, -0.05602606385946274, -0.09666668623685837, -0.01875351555645466, 0.03767087683081627, 0.017882637679576874, -0.07423894852399826, -0.04059913381934166, 0.061585549265146255, 0.027790075168013573, -0.0035837460309267044, 0.05855125933885574, -0.06965809315443039, -0.04175511375069618, -0.07065653800964355, -0.0814032256603241, -0.020249782130122185, -0.006658266298472881, -0.010433265008032322, -0.0017149632330983877, -0.09711465239524841, -0.020252997055649757, 0.07819858938455582, 0.060147229582071304, 0.015526081435382366, -0.08823017030954361, 0.04714735597372055, -0.06870970875024796, 0.02627822384238243, 0.022248592227697372, -0.0659472644329071, 0.01586940512061119, 0.06139357015490532, -0.03292986750602722, -0.014711681753396988, -0.017177173867821693, 0.009819033555686474, 0.05841613933444023, -0.08414608240127563, -0.005655723158270121, 0.02114245668053627, 0.07682619988918304, 0.05655479431152344, 0.08441390097141266, 0.01683911867439747, 0.04187632352113724, -0.013904851861298084, 0.02529192343354225, 0.01617865078151226, -0.10748443752527237, 0.04378525912761688, -0.024793716147542, -0.07997167855501175, -0.010615085251629353, 0.07706042379140854, -0.09026558697223663, 0.04604969546198845, 0.02678341045975685, 0.026232056319713593, 0.05314559489488602, -0.11099733412265778, 0.0015084969345480204, 0.029696624726057053, -0.03831250220537186, -0.020661398768424988, -0.07537835091352463, -0.04380352795124054, -0.06072792410850525, -0.022099582478404045, -0.031024128198623657, -0.003692897269502282, 0.009442578069865704, 0.04465335234999657, -0.0961165502667427, 0.023327184841036797, 0.03616711124777794, 0.07639794051647186, -0.0781792625784874, -0.0636325478553772, -0.02142811007797718, -0.025613980367779732, -0.020856285467743874, 0.03505893051624298, 0.06259936094284058, -0.016603592783212662, 0.0758347287774086, 0.00028744354494847357, 0.0017035851487889886, 0.02009068801999092, -0.0015190342674031854, -0.0542575977742672, 0.027115436270833015, -0.011468491517007351, -0.027482639998197556, 0.02353864349424839, 0.05279307812452316, -0.10489264875650406, -0.014799964614212513, 0.007505069486796856, 0.030654996633529663, 0.028106605634093285, 0.005743653979152441, -0.033717624843120575, 0.06601183861494064, 0.05990873649716377, -0.03445611149072647, 0.03744178265333176, -0.0305183008313179, 0.12663030624389648, 0.0723060667514801, -0.0063230316154658794, -0.04826264828443527, 0.06862499564886093, 0.04882289841771126, 0.033978719264268875, -6.985841704081926e-33, 0.002292477758601308, -0.05258283019065857, 0.05609172210097313, -0.07802284508943558, -0.0009186117094941437, 0.020352648571133614, 0.04613089933991432, 0.052078936249017715, 0.03787018358707428, -0.03838822618126869, -0.030212845653295517, 0.003449820913374424, -0.04097714275121689, -0.020598668605089188, -0.031642645597457886, -0.1260925680398941, 0.0776897668838501, 0.04600563272833824, 0.017101889476180077, -0.017661206424236298, 0.04625584930181503, -0.04674159735441208, -0.07111680507659912, -0.005501686129719019, 0.04874471202492714, -0.019301243126392365, -0.043754786252975464, -0.06787179410457611, -0.02974407561123371, 0.022668687626719475, -0.02024894207715988, 0.08354409784078598, -0.12183579057455063, -0.060980506241321564, -0.05493609607219696, 0.01867019385099411, 0.0033436317462474108, 0.010105378925800323, 0.015120457857847214, -0.0031899570021778345, -0.012111467309296131, 0.11815240979194641, -0.05965826287865639, -0.058811359107494354, -0.08266616612672806, -0.10809681564569473, -0.04854531213641167, 0.020345430821180344, 0.001348423771560192, 0.044442228972911835, 0.04096813499927521, 0.05202504247426987, 0.0007664007716812193, -0.06473629176616669, 0.042258623987436295, -0.1038486585021019, 0.011945823207497597, 0.07093578577041626, 0.012486959807574749, 0.047791738063097, 0.010989726521074772, -0.03176853060722351, -0.05708007141947746, 0.02181510254740715, 0.041288770735263824, 0.04934553802013397, 0.04920618236064911, 0.08490373939275742, -0.03183780983090401, 0.0348239429295063, -0.018863661214709282, 0.04496566578745842, 0.04139909893274307, -0.030686819925904274, 0.03505699336528778, -0.05550533905625343, 0.03942323476076126, -0.035340771079063416, -0.06176318973302841, -0.026517627760767937, 0.03997737541794777, -0.03353884443640709, -0.09214047342538834, -0.08028897643089294, 0.002375861629843712, -0.03796197101473808, -0.0651974156498909, 0.04415324702858925, -0.007467310409992933, -0.0768156424164772, 0.0351191982626915, 0.021978825330734253, -0.029627792537212372, -0.02369513548910618, -0.08009457588195801, 3.312717935401891e-33, -0.0029890737496316433, -0.03240775689482689, -0.0018823047867044806, 0.03817194327712059, 0.04940417408943176, -0.0014488043962046504, 0.031186550855636597, 0.05447090417146683, -0.05005063861608505, -0.13851313292980194, -0.06005195155739784, -0.04745081439614296, -0.004623564425855875, 0.06266816705465317, -0.051976148039102554, 0.026294760406017303, -0.024366073310375214, 0.03217465430498123, -0.02434040978550911, 0.015296625904738903, -0.03103981912136078, 0.06894619017839432, -0.049823299050331116, 0.0951274186372757, 0.016039196401834488, 0.01099209114909172, 0.009292897768318653, 0.00520264683291316, 0.015411985106766224, -0.053904540836811066, -0.000493737286888063, -0.1050085574388504, -0.06534486263990402, 0.0173351988196373, 0.07688826322555542, 0.031018555164337158, -0.06888465583324432, 0.06548187136650085, -0.04241424426436424, 0.14381304383277893, 0.11902068555355072, -0.012680646032094955, 0.04180499538779259, 0.053869906812906265, 0.006127366330474615, 0.04270021989941597, -0.049409933388233185, -0.0290053803473711, -0.017692090943455696, 0.03780427575111389, -0.007019658572971821, -0.00648122001439333, -0.03290441632270813, 0.06964392215013504, 0.08679575473070145, -0.11715350300073624, -0.0301456768065691, -0.055019769817590714, -0.04612979665398598, -0.04486899822950363, 0.046386826783418655, 0.05976463109254837, -0.018942704424262047, 0.04530921205878258, 0.08580665290355682, 0.00512728514149785, -0.06503202766180038, -0.06920099258422852, -0.006339141167700291, 0.0569404661655426, 0.006057418417185545, -0.0068546561524271965, 0.03240681812167168, 0.07574774324893951, -0.009982062503695488, -0.0026140818372368813, -0.015458918176591396, -0.0333336740732193, -0.029684903100132942, 0.03370941802859306, -0.006428909488022327, 0.03980669006705284, 0.008098416030406952, 0.007682156749069691, -0.05473068729043007, 0.054032426327466965, -0.10252416878938675, 0.06083596870303154, 0.020467359572649002, 0.025749679654836655, 0.022479498758912086, -0.07330986857414246, -0.10181581974029541, 0.04461606591939926, 0.05726871266961098, -5.124469026895895e-8, 0.026556437835097313, 0.03921566158533096, -0.02080572210252285, 0.030708935111761093, 0.03433886170387268, 0.051787279546260834, 0.005108779761940241, 0.088053859770298, -0.02008538693189621, -0.07016335427761078, 0.13410815596580505, -0.008050236850976944, 0.12170533835887909, -0.037575047463178635, -0.01685946434736252, -0.024681422859430313, 0.03993875905871391, -0.018250256776809692, 0.03247908875346184, -0.05622527748346329, -0.06927373260259628, -0.0005465450813062489, -0.02774166502058506, -0.034507863223552704, -0.03169556334614754, -0.008099213242530823, 0.05808889493346214, 0.060432691127061844, 0.01559164933860302, -0.0565243735909462, -0.09438806772232056, -0.01109411008656025, 0.017217159271240234, 0.03335198014974594, 0.012252398766577244, -0.02026602439582348, -0.03076300211250782, 0.039010971784591675, -0.016570137813687325, -0.02727326937019825, -0.012345913797616959, 0.04314486309885979, -0.017122268676757812, 0.0034505552612245083, 0.07984054833650589, -0.011697097681462765, -0.054082032293081284, 0.04967529699206352, 0.017022911459207535, -0.028810469433665276, -0.023001935333013535, -0.08445394784212112, 0.09092169255018234, 0.07104790210723877, -0.03662937507033348, 0.08840224891901016, 0.02921752631664276, -0.03313761577010155, -0.007632413413375616, 0.036801889538764954, 0.051145169883966446, -0.0003422277222853154, -0.057183559983968735, 0.10394040495157242 ]
0.08368
`slices` only contains the status of completed slices. \* These sub-requests are individually addressable for things like cancelation and rethrottling. \* Rethrottling the request with `slices` will rethrottle the unfinished sub-request proportionally. \* Canceling the request with `slices` will cancel each sub-request. \* Due to the nature of `slices` each sub-request won't get a perfectly even portion of the documents. All documents will be addressed, but some slices may be larger than others. Expect larger slices to have a more even distribution. \* Parameters like `requests\_per\_second` and `size` on a request with `slices` are distributed proportionally to each sub-request. Combine that with the point above about distribution being uneven and you should conclude that the using `size` with `slices` might not result in exactly `size` documents being `\_reindex`ed. \* Each sub-request gets a slightly different snapshot of the source index, though these are all taken at approximately the same time. [float] [[docs-reindex-picking-slices]] ===== Picking the number of slices If slicing automatically, setting `slices` to `auto` will choose a reasonable number for most indices. If slicing manually or otherwise tuning automatic slicing, use these guidelines. Query performance is most efficient when the number of `slices` is equal to the number of shards in the index. If that number is large (e.g. 500), choose a lower number as too many `slices` will hurt performance. Setting `slices` higher than the number of shards generally does not improve efficiency and adds overhead. Indexing performance scales linearly across available resources with the number of slices. Whether query or indexing performance dominates the runtime depends on the documents being reindexed and cluster resources. [float] === Reindex daily indices You can use `\_reindex` in combination with <> to reindex daily indices to apply a new template to the existing documents. Assuming you have indices consisting of documents as follows: [source,js] ---------------------------------------------------------------- PUT metricbeat-2016.05.30/\_doc/1?refresh {"system.cpu.idle.pct": 0.908} PUT metricbeat-2016.05.31/\_doc/1?refresh {"system.cpu.idle.pct": 0.105} ---------------------------------------------------------------- // CONSOLE The new template for the `metricbeat-\*` indices is already loaded into Elasticsearch, but it applies only to the newly created indices. Painless can be used to reindex the existing documents and apply the new template. The script below extracts the date from the index name and creates a new index with `-1` appended. All data from `metricbeat-2016.05.31` will be reindexed into `metricbeat-2016.05.31-1`. [source,js] ---------------------------------------------------------------- POST \_reindex { "source": { "index": "metricbeat-\*" }, "dest": { "index": "metricbeat" }, "script": { "lang": "painless", "source": "ctx.\_index = 'metricbeat-' + (ctx.\_index.substring('metricbeat-'.length(), ctx.\_index.length())) + '-1'" } } ---------------------------------------------------------------- // CONSOLE // TEST[continued] All documents from the previous metricbeat indices can now be found in the `\*-1` indices. [source,js] ---------------------------------------------------------------- GET metricbeat-2016.05.30-1/\_doc/1 GET metricbeat-2016.05.31-1/\_doc/1 ---------------------------------------------------------------- // CONSOLE // TEST[continued] The previous method can also be used in conjunction with <> to load only the existing data into the new index and rename any fields if needed. [float] === Extracting a random subset of an index `\_reindex` can be used to extract a random subset of an index for testing: [source,js] ---------------------------------------------------------------- POST \_reindex { "size": 10, "source": { "index": "twitter", "query": { "function\_score" : { "query" : { "match\_all": {} }, "random\_score" : {} } }, "sort": "\_score" <1> }, "dest": { "index": "random\_twitter" } } ---------------------------------------------------------------- // CONSOLE // TEST[setup:big\_twitter] <1> `\_reindex` defaults to sorting by `\_doc` so `random\_score` will not have any effect unless you override the sort to `\_score`.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ -0.08962017297744751, 0.027130059897899628, 0.08095978200435638, 0.03531773388385773, -0.02178056538105011, -0.1141042709350586, -0.05790697783231735, -0.006066798232495785, 0.04306066036224365, 0.06360410898923874, 0.03144615516066551, 0.02728721685707569, 0.01116968784481287, -0.014967573806643486, -0.06076188012957573, -0.027102379128336906, 0.006634298712015152, -0.014105556532740593, -0.08814095705747604, 0.03225373104214668, 0.057067468762397766, 0.025385204702615738, -0.034358344972133636, 0.003283146535977721, 0.018041567876935005, -0.0027870843186974525, -0.12283086031675339, -0.050561632961034775, 0.03433574363589287, -0.04576278105378151, 0.11142690479755402, 0.05211787670850754, -0.025923525914549828, -0.006220611743628979, 0.04803381487727165, 0.06204630061984062, 0.0605478473007679, -0.07694827765226364, 0.024887101724743843, 0.013421813026070595, -0.0049141463823616505, 0.0061029233038425446, -0.07984396815299988, -0.0117141492664814, 0.013043508864939213, -0.033709749579429626, -0.06662539392709732, 0.005973774939775467, -0.021743204444646835, 0.022669168189167976, -0.134407639503479, -0.00747522572055459, -0.057783011347055435, 0.0971226692199707, 0.09052369743585587, 0.005939066875725985, 0.008253807201981544, 0.05779937654733658, -0.028348207473754883, -0.036276675760746, -0.027595533058047295, -0.09313912689685822, -0.0024366702418774366, -0.03323075920343399, 0.022335339337587357, 0.018628662452101707, 0.022714445367455482, -0.040256354957818985, -0.0083169462159276, 0.047712378203868866, 0.02638930268585682, 0.078619085252285, -0.07440634071826935, 0.004359891172498465, 0.037987373769283295, -0.030712170526385307, -0.05114381015300751, -0.021117819473147392, -0.05484607815742493, -0.07596894353628159, -0.028857503086328506, -0.027145277708768845, -0.025830015540122986, -0.017138665542006493, -0.024992864578962326, -0.11610301584005356, 0.041382987052202225, -0.04303915798664093, 0.01833030767738819, -0.015065053477883339, 0.0098627470433712, 0.015379409305751324, 0.069214828312397, 0.04222947359085083, -0.03135976195335388, 0.03388531133532524, -0.04809115454554558, -0.020131869241595268, 0.05634366348385811, 0.025717463344335556, 0.029410362243652344, 0.01753218285739422, 0.03498746454715729, -0.05238979309797287, -0.010816290974617004, -0.044055793434381485, -0.013160481117665768, 0.05413161218166351, -0.06576889008283615, 0.005018474068492651, 0.011203465051949024, 0.044553231447935104, -0.0859614759683609, 0.02386665716767311, -0.022623786702752113, 0.06093005836009979, 0.07470662891864777, -0.07714516669511795, -0.012022686190903187, -0.002483059884980321, 0.0668458417057991, 0.06707269698381424, 0.0788395032286644, -0.009402519091963768, 0.04897698387503624, 0.04848046600818634, 0.08577228337526321, 6.251799848607133e-33, -0.06422398239374161, -0.03917878121137619, -0.014040284790098667, -0.009501057676970959, 0.002980451099574566, 0.009871859103441238, 0.07526928931474686, 0.06051753833889961, 0.008511332795023918, -0.07706154137849808, -0.09148658066987991, 0.0936773344874382, 0.015079178847372532, 0.055998433381319046, 0.010628977790474892, -0.11429759114980698, 0.07267682999372482, 0.12021022289991379, -0.06183047965168953, -0.027157489210367203, 0.08111056685447693, -0.014195995405316353, 0.003311603330075741, 0.006892533507198095, -0.034497231245040894, -0.05867419019341469, -0.07615460455417633, -0.05807146057486534, -0.08673792332410812, -0.004340312443673611, 0.014012659899890423, 0.03760818392038345, -0.002752185333520174, -0.03530660644173622, 0.02743867039680481, 0.10267537087202072, 0.03628504276275635, -0.011704993434250355, -0.06408713012933731, -0.02819211594760418, -0.01846085861325264, 0.0714532732963562, 0.05180831253528595, -0.06742245703935623, -0.05078178644180298, -0.05374325439333916, -0.05454416945576668, 0.0020691966637969017, -0.028240490704774857, 0.038728129118680954, 0.10297029465436935, 0.0645826905965805, 0.11652851849794388, 0.01685391552746296, 0.04190538078546524, -0.03804155811667442, 0.009951302781701088, 0.05989938601851463, 0.03783859312534332, -0.00009604634396964684, 0.037134550511837006, -0.0009035837138071656, -0.04721209779381752, 0.07251637428998947, -0.01658743806183338, 0.08605241775512695, 0.09234456717967987, 0.04810911789536476, 0.03380437567830086, 0.019379913806915283, -0.027966218069195747, 0.07359300553798676, 0.013034217990934849, -0.009497039020061493, 0.0053898426704108715, -0.08933199197053909, -0.023122845217585564, -0.05530652403831482, -0.045482125133275986, -0.054500091820955276, -0.024213869124650955, 0.04643864929676056, 0.0340513214468956, -0.12857607007026672, -0.05661160126328468, -0.01214656699448824, 0.01487931702286005, 0.027161376550793648, 0.005312185734510422, -0.006716868840157986, 0.025902926921844482, 0.013809939846396446, -0.07519827783107758, -0.06118778511881828, 0.04888619855046272, -5.664216507721135e-33, 0.027057141065597534, -0.039691172540187836, -0.019959820434451103, 0.0697457566857338, -0.03166870400309563, -0.0024161578621715307, -0.023168668150901794, 0.12568677961826324, -0.04720202833414078, -0.12741419672966003, -0.05730804055929184, -0.05943404883146286, -0.007988306693732738, 0.011467277072370052, -0.06004919484257698, 0.008011863566935062, -0.01791430450975895, -0.06136581301689148, 0.042058784514665604, -0.004593112971633673, -0.0814894288778305, 0.005878215190023184, 0.004406454972922802, 0.10112781077623367, 0.01583448424935341, 0.05023089796304703, -0.035268642008304596, -0.03226039558649063, 0.0666114017367363, -0.08238210529088974, 0.025209836661815643, -0.10866975784301758, -0.09331494569778442, 0.00908453669399023, 0.076847605407238, 0.03375564515590668, -0.11759600788354874, 0.1187787726521492, 0.00476064532995224, 0.018968721851706505, 0.02115052379667759, -0.019614962860941887, -0.02560087852180004, -0.023812172934412956, -0.0014066657749935985, -0.023075437173247337, 0.028385279700160027, 0.053926981985569, -0.02068139985203743, -0.07716555893421173, -0.01658608764410019, 0.029212711378932, 0.006343729794025421, 0.07540719211101532, 0.020488835871219635, -0.012805295176804066, -0.06446496397256851, -0.017526738345623016, -0.020410433411598206, -0.03675027936697006, 0.01649569533765316, 0.015102686360478401, -0.037061844021081924, -0.0160354096442461, 0.056320417672395706, -0.05075794458389282, -0.0512610599398613, -0.1204068511724472, -0.04181697964668274, 0.042126063257455826, -0.02197996713221073, 0.0021973606199026108, 0.049445368349552155, -0.02379917912185192, -0.01646018959581852, 0.007285029161721468, -0.0024471143260598183, -0.026585904881358147, -0.005586743820458651, 0.06369262933731079, -0.07154389470815659, 0.08184097707271576, -0.003137846477329731, 0.10184875875711441, -0.04584479331970215, 0.04426185414195061, -0.031064221635460854, 0.011706444434821606, -0.012392999604344368, 0.00933819729834795, 0.010587369091808796, -0.02384260483086109, 0.01781286671757698, 0.04026311635971069, 0.05718547850847244, -4.907670714260348e-8, 0.03874778747558594, 0.03831804543733597, -0.05107249692082405, 0.10428792238235474, 0.000406036211643368, 0.02199424058198929, -0.015231423079967499, 0.04840870201587677, -0.04415956139564514, -0.006325230468064547, 0.12046188116073608, -0.008786788210272789, -0.016582077369093895, -0.035558152943849564, -0.07133286446332932, -0.03926841542124748, 0.0527847521007061, -0.010938442312180996, -0.03475834056735039, -0.03202246129512787, -0.04037908837199211, -0.04201148450374603, 0.009557363577187061, -0.01477411575615406, 0.016943329945206642, 0.03619679808616638, 0.06968842446804047, 0.06299063563346863, 0.03712165355682373, -0.08664475381374359, -0.008595136925578117, -0.0008904439164325595, 0.027433250099420547, 0.10741078108549118, 0.04446210339665413, 0.0047998810186982155, -0.08823060989379883, 0.10845337808132172, -0.01694074459373951, -0.0058656479232013226, 0.005110712721943855, -0.03926500305533409, 0.011629167012870312, -0.009066169150173664, 0.055093202739953995, -0.009302294813096523, -0.0866628959774971, 0.05704505369067192, 0.015688171610236168, -0.0019855257123708725, -0.005389109719544649, -0.09572392702102661, 0.007211613934487104, 0.06762105226516724, 0.012590271420776844, 0.04870239645242691, 0.02085031196475029, 0.02136184461414814, 0.020912181586027145, 0.008833847008645535, 0.07408276945352554, -0.02189681865274906, -0.08487316220998764, 0.057532913982868195 ]
0.020196
`\_score`.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc
6.2
elasticsearch-6-2
[ 0.025194479152560234, 0.06576646864414215, -0.10272753238677979, 0.017191210761666298, -0.011986713856458664, 0.0998300239443779, 0.05593148618936539, 0.08817976713180542, 0.061216406524181366, 0.006149299908429384, 0.04598398134112358, -0.039862800389528275, 0.07557285577058792, -0.003499972866848111, -0.03278636187314987, -0.0633012130856514, -0.03697589412331581, -0.024220909923315048, -0.010850741527974606, -0.0278996042907238, 0.025487499311566353, 0.05919262021780014, 0.011663143523037434, 0.03430085629224777, 0.08741725981235504, -0.015455851331353188, -0.027951933443546295, 0.07992292940616608, -0.002348770620301366, -0.023379474878311157, -0.021897735074162483, 0.004482376854866743, 0.12736231088638306, 0.047837868332862854, -0.05332326889038086, 0.022450678050518036, -0.008948015049099922, -0.07281219214200974, -0.005006497260183096, 0.007892739959061146, 0.043341927230358124, -0.03471648693084717, 0.03609970584511757, 0.024579372256994247, 0.0157917607575655, 0.018374670296907425, -0.08338158577680588, -0.022249696776270866, -0.027544498443603516, 0.015015877783298492, -0.038039159029722214, 0.09089472889900208, -0.10085049271583557, -0.0024571032263338566, 0.03424011543393135, 0.04304337874054909, 0.011954173445701599, -0.058538466691970825, -0.013617879711091518, -0.060452014207839966, -0.02429320104420185, -0.034515272825956345, -0.023042108863592148, 0.06466410309076309, 0.03640982136130333, -0.07526934146881104, -0.06243353337049484, -0.03005957417190075, -0.0482223778963089, 0.07762780040502548, -0.023861879482865334, 0.002431147266179323, 0.07387200742959976, 0.007905463688075542, 0.04981372877955437, -0.01247978862375021, -0.07504875957965851, -0.06935753673315048, 0.033179424703121185, 0.00012184915249235928, -0.05025326460599899, -0.05123302713036537, -0.023393167182803154, 0.06028154119849205, 0.07570724934339523, 0.01885879784822464, 0.08251752704381943, 0.007598643656820059, 0.0403285026550293, 0.02657860517501831, -0.058472923934459686, -0.031595610082149506, -0.029224470257759094, 0.0580039843916893, -0.021127255633473396, 0.0869554877281189, -0.0029961075633764267, -0.10910864919424057, 0.02975348010659218, 0.08932916074991226, -0.01844974420964718, 0.12677128612995148, -0.000852220575325191, -0.006528800819069147, -0.034674204885959625, -0.006857943255454302, 0.04261410981416702, 0.038093287497758865, 0.049594853073358536, -0.07776088267564774, 0.0109375836327672, -0.041015759110450745, 0.03197750449180603, -0.013613332994282246, -0.0377037413418293, -0.029414786025881767, 0.012117368169128895, 0.003933876287192106, 0.10533014684915543, 0.05550161376595497, 0.05744515359401703, -0.022999383509159088, -0.08736103028059006, -0.07291778922080994, -0.060759734362363815, 0.060830410569906235, 0.026012809947133064, -6.534182244349448e-33, -0.005034350324422121, -0.08197065442800522, 0.07066695392131805, -0.0026721793692559004, -0.060821909457445145, 0.006822443567216396, -0.09350614249706268, 0.023459715768694878, -0.04700851812958717, 0.028159763664007187, -0.004889836069196463, -0.019246123731136322, 0.01360307540744543, 0.06568381190299988, 0.08493170142173767, 0.003944378346204758, 0.040194157510995865, -0.009401598945260048, 0.012369740754365921, 0.004682859405875206, -0.0021655624732375145, 0.04654095694422722, -0.0011634583352133632, -0.013082291930913925, 0.047930650413036346, -0.0093561802059412, -0.03408088535070419, -0.057886939495801926, -0.0613907165825367, -0.013635621406137943, 0.03978617116808891, -0.051340773701667786, -0.06047124043107033, 0.008171924389898777, -0.0014463011175394058, -0.018346920609474182, 0.011846440844237804, 0.050136007368564606, 0.01479749009013176, -0.004417396616190672, -0.020665626972913742, -0.02777945064008236, -0.05169682949781418, -0.02657977119088173, -0.00614946149289608, 0.02421025186777115, 0.0004522557428572327, 0.006767630111426115, 0.015724588185548782, 0.08000455796718597, -0.013476179912686348, 0.04992000013589859, 0.06451567262411118, 0.002679256722331047, -0.030391354113817215, 0.026100005954504013, 0.0029478687793016434, -0.0033646293450146914, -0.055425431579351425, -0.06158043444156647, -0.04415280371904373, -0.012195952236652374, 0.027021212503314018, -0.022870922461152077, -0.007129180245101452, 0.06699659675359726, -0.0029272481333464384, -0.03143613412976265, 0.08720753341913223, 0.010662658140063286, -0.12276550382375717, 0.017334667965769768, -0.021569961681962013, -0.01806887425482273, -0.10274967551231384, -0.061122648417949677, -0.026778997853398323, 0.007558906450867653, 0.022668417543172836, -0.06326940655708313, -0.08135772496461868, -0.065882109105587, -0.026277773082256317, -0.08412226289510727, 0.05668111518025398, 0.08180636167526245, -0.014467240311205387, -0.03534458950161934, -0.08654852956533432, -0.062050364911556244, -0.03360547125339508, -0.012490598484873772, -0.0583682581782341, -0.02645578421652317, -0.10145209729671478, 3.532771579901777e-33, -0.026864103972911835, 0.024035900831222534, -0.10089264810085297, 0.006186399143189192, 0.023004993796348572, -0.017633551731705666, 0.04403974488377571, -0.015178839676082134, -0.03587843477725983, 0.07123919576406479, 0.03283289447426796, -0.04414667561650276, 0.0007127624121494591, 0.018457695841789246, 0.026882145553827286, 0.08231107890605927, -0.08714621514081955, 0.01543514709919691, -0.02969880774617195, -0.0025491127744317055, -0.007793775759637356, 0.04367072507739067, 0.05712094530463219, 0.0574524849653244, 0.010435138829052448, -0.015160908922553062, 0.07163772732019424, -0.08472000807523727, -0.1299329251050949, -0.012120948173105717, 0.102222740650177, -0.028581278398633003, -0.017915986478328705, 0.10281790047883987, -0.05764061212539673, -0.07517178356647491, 0.008826551958918571, -0.13046681880950928, -0.0413358211517334, 0.15673978626728058, 0.08516670763492584, 0.09070871770381927, -0.0025244152639061213, 0.0657651424407959, 0.005871289875358343, 0.06204892694950104, 0.019689982756972313, -0.06619922816753387, -0.03391494229435921, 0.03683171421289444, -0.033274438232183456, 0.022271351888775826, -0.0666465014219284, 0.059145890176296234, -0.037364888936281204, -0.024575065821409225, -0.056927330791950226, 0.05391767621040344, -0.045964937657117844, 0.00970837939530611, 0.06974592804908752, 0.05194669961929321, -0.05323319137096405, 0.07342184334993362, 0.008878915570676327, 0.03656619414687157, -0.011887099593877792, 0.002680994803085923, 0.0029970144387334585, 0.05067208781838417, 0.006288215983659029, 0.03360952064394951, 0.013275301083922386, -0.0021258722990751266, -0.06635667383670807, 0.04818281531333923, -0.029354244470596313, 0.10245191305875778, -0.04997938126325607, 0.0027879534754902124, -0.011873255483806133, -0.049319930374622345, -0.00904239621013403, 0.028164828196167946, -0.03271535784006119, -0.07251440733671188, 0.07554306089878082, 0.04596063122153282, -0.006771392654627562, 0.004225976299494505, -0.012738860212266445, 0.12586067616939545, -0.0031575579196214676, -0.06080663576722145, -0.004060382954776287, -2.078091476676036e-8, -0.07143431901931763, -0.05277187377214432, -0.06617345660924911, 0.02493203617632389, -0.03175395354628563, 0.08186846971511841, 0.0062319571152329445, -0.052289605140686035, -0.033070050179958344, -0.029862254858016968, 0.08509782701730728, -0.04902757331728935, -0.0774950385093689, -0.04613862186670303, -0.0015435669338330626, -0.00946457777172327, -0.04698001593351364, 0.1267380714416504, -0.011897065676748753, -0.04040583595633507, 0.028088755905628204, 0.05403199791908264, -0.03411320969462395, 0.010265563614666462, -0.02692856267094612, 0.044626589864492416, -0.03999735787510872, 0.021164314821362495, -0.05150475353002548, -0.029054205864667892, 0.12124628573656082, 0.03855482116341591, 0.05888129770755768, -0.07386253029108047, 0.03211715444922447, 0.09669416397809982, 0.005390155129134655, 0.04094540700316429, 0.02194073237478733, 0.10114699602127075, -0.018416298553347588, 0.028028395026922226, -0.029078800231218338, -0.029465189203619957, 0.013073482550680637, -0.03270595148205757, -0.015652881935238838, 0.06640394032001495, 0.020767817273736, -0.1236540675163269, 0.028271133080124855, 0.0010901449713855982, -0.04707752913236618, -0.0018198136240243912, 0.03590583801269531, -0.029249530285596848, -0.0019837103318423033, 0.03392641246318817, -0.0953437015414238, 0.03407621756196022, 0.0659312978386879, 0.08642870932817459, -0.005290606990456581, -0.04929541051387787 ]
0.156944
[[docs-get]] == Get API The get API allows to get a typed JSON document from the index based on its id. The following example gets a JSON document from an index called twitter, under a type called \_doc, with id valued 0: [source,js] -------------------------------------------------- GET twitter/\_doc/0 -------------------------------------------------- // CONSOLE // TEST[setup:twitter] The result of the above get operation is: [source,js] -------------------------------------------------- { "\_index" : "twitter", "\_type" : "\_doc", "\_id" : "0", "\_version" : 1, "found": true, "\_source" : { "user" : "kimchy", "date" : "2009-11-15T14:12:12", "likes": 0, "message" : "trying out Elasticsearch" } } -------------------------------------------------- // TESTRESPONSE The above result includes the `\_index`, `\_type`, `\_id` and `\_version` of the document we wish to retrieve, including the actual `\_source` of the document if it could be found (as indicated by the `found` field in the response). The API also allows to check for the existence of a document using `HEAD`, for example: [source,js] -------------------------------------------------- HEAD twitter/\_doc/0 -------------------------------------------------- // CONSOLE // TEST[setup:twitter] [float] [[realtime]] === Realtime By default, the get API is realtime, and is not affected by the refresh rate of the index (when data will become visible for search). If a document has been updated but is not yet refreshed, the get API will issue a refresh call in-place to make the document visible. This will also make other documents changed since the last refresh visible. In order to disable realtime GET, one can set the `realtime` parameter to `false`. [float] [[get-source-filtering]] === Source filtering By default, the get operation returns the contents of the `\_source` field unless you have used the `stored\_fields` parameter or if the `\_source` field is disabled. You can turn off `\_source` retrieval by using the `\_source` parameter: [source,js] -------------------------------------------------- GET twitter/\_doc/0?\_source=false -------------------------------------------------- // CONSOLE // TEST[setup:twitter] If you only need one or two fields from the complete `\_source`, you can use the `\_source\_include` & `\_source\_exclude` parameters to include or filter out that parts you need. This can be especially helpful with large documents where partial retrieval can save on network overhead. Both parameters take a comma separated list of fields or wildcard expressions. Example: [source,js] -------------------------------------------------- GET twitter/\_doc/0?\_source\_include=\*.id&\_source\_exclude=entities -------------------------------------------------- // CONSOLE // TEST[setup:twitter] If you only want to specify includes, you can use a shorter notation: [source,js] -------------------------------------------------- GET twitter/\_doc/0?\_source=\*.id,retweeted -------------------------------------------------- // CONSOLE // TEST[setup:twitter] [float] [[get-stored-fields]] === Stored Fields The get operation allows specifying a set of stored fields that will be returned by passing the `stored\_fields` parameter. If the requested fields are not stored, they will be ignored. Consider for instance the following mapping: [source,js] -------------------------------------------------- PUT twitter { "mappings": { "\_doc": { "properties": { "counter": { "type": "integer", "store": false }, "tags": { "type": "keyword", "store": true } } } } } -------------------------------------------------- // CONSOLE Now we can add a document: [source,js] -------------------------------------------------- PUT twitter/\_doc/1 { "counter" : 1, "tags" : ["red"] } -------------------------------------------------- // CONSOLE // TEST[continued] ... and try to retrieve it: [source,js] -------------------------------------------------- GET twitter/\_doc/1?stored\_fields=tags,counter -------------------------------------------------- // CONSOLE // TEST[continued] The result of the above get operation is: [source,js] -------------------------------------------------- { "\_index": "twitter", "\_type": "\_doc", "\_id": "1", "\_version": 1, "found": true, "fields": { "tags": [ "red" ] } } -------------------------------------------------- // TESTRESPONSE Field values fetched from the document itself are always returned as an array. Since the `counter` field is not stored the get request simply ignores it when trying to get the `stored\_fields.` It is also possible to retrieve metadata fields like the `\_routing` field: [source,js] -------------------------------------------------- PUT twitter/\_doc/2?routing=user1 { "counter" : 1, "tags" : ["white"] } -------------------------------------------------- // CONSOLE // TEST[continued] [source,js] -------------------------------------------------- GET twitter/\_doc/2?routing=user1&stored\_fields=tags,counter -------------------------------------------------- // CONSOLE // TEST[continued] The result of the above get operation
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/get.asciidoc
6.2
elasticsearch-6-2
[ -0.08491294085979462, 0.1458214968442917, 0.011344566941261292, 0.07932624965906143, 0.00905118603259325, 0.0003213161544408649, -0.00042071103234775364, 0.04823603108525276, 0.11085084080696106, -0.0785752385854721, -0.02573832869529724, 0.010205601342022419, 0.005773027427494526, -0.017208034172654152, 0.02023477293550968, 0.016184668987989426, -0.034603774547576904, -0.020238041877746582, -0.035949744284152985, -0.08005756139755249, 0.01798095367848873, 0.13247624039649963, -0.04372972622513771, -0.01624629832804203, -0.02285562828183174, -0.009426834061741829, -0.08965443819761276, -0.09952055662870407, 0.03926340118050575, 0.11482273787260056, 0.03494327515363693, 0.0028764456510543823, -0.11102475970983505, -0.04942920804023743, -0.032091621309518814, 0.025622904300689697, -0.018825311213731766, -0.062013257294893265, 0.13518807291984558, 0.05656096339225769, 0.04689732566475868, -0.0022022814955562353, -0.09013453871011734, -0.062261056154966354, 0.008346885442733765, -0.07059672474861145, -0.03138070926070213, -0.0022100473288446665, -0.10006625950336456, 0.044959958642721176, -0.12601879239082336, 0.006579989101737738, -0.039121367037296295, -0.006976318079978228, 0.01629568636417389, 0.01580831967294216, -0.09722200781106949, 0.08951856940984726, 0.030715974047780037, 0.032246943563222885, 0.024270225316286087, -0.08576060831546783, -0.003993665799498558, -0.017268210649490356, 0.0015208548866212368, -0.031969208270311356, -0.05360233783721924, 0.02451482228934765, -0.008935668505728245, -0.08913422375917435, 0.05504096671938896, 0.013382213190197945, 0.019440196454524994, -0.05914958566427231, 0.03544526919722557, -0.018526887521147728, 0.02677181176841259, -0.036266591399908066, -0.02241956628859043, 0.04184640571475029, -0.022021465003490448, -0.04677452892065048, 0.025800298899412155, 0.0362698920071125, -0.03800284117460251, 0.011708218604326248, 0.01773708499968052, 0.01384570449590683, 0.014661246910691261, -0.005728686228394508, -0.06006067991256714, -0.08195792138576508, -0.027471017092466354, -0.011199885047972202, 0.08680958300828934, 0.0934704840183258, -0.03202123939990997, -0.0863649845123291, 0.00718835461884737, 0.03356025367975235, -0.04385717213153839, 0.01710493303835392, 0.04860209301114082, -0.008506187237799168, 0.06131331995129585, 0.02058187685906887, -0.045832738280296326, -0.023776721209287643, -0.008826636709272861, -0.02667764388024807, -0.02517777681350708, 0.09351203590631485, -0.07086631655693054, 0.008670676499605179, -0.05736979842185974, 0.021726073697209358, 0.021926546469330788, -0.0024800521787256002, 0.08884035795927048, 0.07677457481622696, 0.14851675927639008, 0.007135476917028427, 0.049581751227378845, 0.007468136493116617, -0.004626684822142124, 0.062455687671899796, 0.0759252980351448, 2.2003389986821215e-34, 0.058857277035713196, -0.03273962065577507, 0.02130444161593914, 0.0216427780687809, -0.02477450668811798, -0.035923849791288376, 0.03537822887301445, -0.016864115372300148, -0.04918305203318596, -0.041156355291604996, -0.1129634752869606, 0.06312442570924759, -0.03811085596680641, -0.03463048115372658, -0.059024628251791, 0.039777420461177826, -0.02962072379887104, 0.024607328698039055, -0.01584145799279213, 0.00386019516736269, 0.009579126723110676, 0.018564054742455482, 0.011553698219358921, 0.011650267988443375, -0.00040715764043852687, -0.01778632588684559, -0.020295999944210052, -0.02266567572951317, -0.12449756264686584, -0.025049742311239243, 0.02118672803044319, 0.0021016232203692198, 0.0011780548375099897, -0.0156423170119524, 0.08803525567054749, 0.045628972351551056, -0.03131045773625374, 0.030228067189455032, -0.08727870881557465, -0.030513793230056763, -0.008473300375044346, 0.040149036794900894, -0.00555858388543129, -0.08297667652368546, -0.04880240187048912, 0.0028714160434901714, -0.06746713072061539, -0.04042298346757889, -0.009147165343165398, -0.006973417941480875, -0.06377081573009491, 0.10081660002470016, 0.014949335716664791, -0.0003650082217063755, 0.07811934500932693, -0.09627244621515274, 0.027867546305060387, 0.10651998966932297, 0.06403064727783203, -0.010376807302236557, 0.027279935777187347, -0.014379400759935379, 0.02737782895565033, 0.038766566663980484, -0.01818789169192314, -0.02103324420750141, -0.06865139305591583, 0.03318089619278908, 0.02201811596751213, 0.0024761974345892668, 0.05779261142015457, 0.03539324924349785, -0.006863938178867102, -0.040271028876304626, 0.02658187784254551, -0.0640503391623497, -0.07589682936668396, -0.07371798157691956, -0.021902969107031822, -0.013466542586684227, 0.02802097797393799, -0.0060608526691794395, -0.01665852591395378, 0.0056524621322751045, -0.011996271088719368, 0.0961003378033638, -0.05101647973060608, -0.04128725826740265, 0.006675159092992544, -0.044231876730918884, -0.018499178811907768, 0.030033502727746964, -0.11721599847078323, -0.10284364223480225, 0.010640420019626617, -5.083942537645344e-33, 0.01201583631336689, -0.08155214041471481, -0.004916178062558174, -0.03614678233861923, -0.021730082109570503, -0.03013273887336254, 0.06517897546291351, 0.021814217790961266, 0.033531397581100464, 0.12156668305397034, 0.04846916347742081, -0.015456085093319416, -0.06970766931772232, -0.03188556805253029, 0.07370780408382416, 0.0032879668287932873, -0.05771009251475334, -0.08710281550884247, 0.044239871203899384, 0.02703525871038437, -0.023214589804410934, 0.012403588742017746, -0.011184902861714363, 0.0588890016078949, -0.046860724687576294, -0.04767777398228645, -0.026895340532064438, 0.008799525909125805, -0.11854736506938934, -0.03685298562049866, -0.047591451555490494, -0.031831491738557816, -0.06618617475032806, 0.10559386759996414, 0.00251566874794662, 0.013318788260221481, 0.029527129605412483, 0.08278567343950272, 0.05242306739091873, 0.042431145906448364, 0.054638493806123734, -0.066587433218956, 0.017743971198797226, 0.07868402451276779, -0.04953150823712349, -0.06411898136138916, 0.014224345795810223, 0.07382655143737793, 0.010121242143213749, -0.0591522678732872, 0.08585013449192047, 0.02043895609676838, 0.02097039856016636, -0.00593535415828228, -0.0409361831843853, -0.10072014480829239, -0.03779669478535652, -0.06931506097316742, -0.06296379864215851, 0.04570543020963669, 0.018492693081498146, -0.047988101840019226, -0.0877571776509285, 0.07112931460142136, -0.00553923612460494, -0.1434849202632904, -0.05250856652855873, -0.05973709374666214, -0.03072890266776085, -0.005212367046624422, 0.01614636741578579, -0.08272916823625565, 0.09388410300016403, -0.015857022255659103, 0.10827425122261047, -0.025969671085476875, 0.0049833329394459724, -0.03784248232841492, 0.04008336365222931, -0.025741320103406906, -0.0028600457590073347, 0.03030058927834034, 0.030519692227244377, 0.023803573101758957, 0.03508956730365753, -0.02562873810529709, 0.022381454706192017, 0.05786708742380142, -0.039232946932315826, -0.01899081841111183, 0.03256000205874443, 0.013121061027050018, -0.01993269845843315, -0.014845693483948708, 0.0342930406332016, -5.1895920449851474e-8, -0.0795530155301094, -0.046058837324380875, -0.09882760047912598, 0.02840069867670536, -0.0570971742272377, 0.04593297094106674, -0.012818420305848122, 0.024651890620589256, 0.0016262460267171264, -0.046245090663433075, 0.013750189915299416, -0.004631453193724155, -0.013046223670244217, -0.0328376479446888, -0.0464908666908741, -0.047689683735370636, -0.023871146142482758, -0.025325408205389977, 0.004812163766473532, 0.03897412121295929, -0.015619245357811451, -0.028318611904978752, 0.03745846822857857, -0.09817901253700256, 0.07217289507389069, 0.0010568986181169748, 0.011320964433252811, 0.022197745740413666, 0.013788692653179169, -0.022310247644782066, -0.025005413219332695, 0.008319037966430187, -0.050681453198194504, 0.03302179276943207, -0.011621386744081974, 0.03562329337000847, 0.07244683057069778, -0.00737485708668828, -0.05370401218533516, -0.01819046027958393, 0.04456749185919762, 0.001341317081823945, -0.06487961113452911, 0.018838705494999886, -0.023628100752830505, 0.024215001612901688, -0.029779881238937378, -0.031050970777869225, 0.0985211431980133, -0.019842753186821938, -0.04148766025900841, -0.10194817185401917, 0.05878293886780739, 0.022233784198760986, -0.07112676650285721, -0.06910980492830276, 0.032353002578020096, 0.017944585531949997, 0.03077380172908306, -0.013836082071065903, 0.08413638919591904, 0.004211000632494688, 0.032349444925785065, 0.05056123435497284 ]
0.070428
trying to get the `stored\_fields.` It is also possible to retrieve metadata fields like the `\_routing` field: [source,js] -------------------------------------------------- PUT twitter/\_doc/2?routing=user1 { "counter" : 1, "tags" : ["white"] } -------------------------------------------------- // CONSOLE // TEST[continued] [source,js] -------------------------------------------------- GET twitter/\_doc/2?routing=user1&stored\_fields=tags,counter -------------------------------------------------- // CONSOLE // TEST[continued] The result of the above get operation is: [source,js] -------------------------------------------------- { "\_index": "twitter", "\_type": "\_doc", "\_id": "2", "\_version": 1, "\_routing": "user1", "found": true, "fields": { "tags": [ "white" ] } } -------------------------------------------------- // TESTRESPONSE Also only leaf fields can be returned via the `stored\_field` option. So object fields can't be returned and such requests will fail. [float] [[\_source]] === Getting the +\_source+ directly Use the `/{index}/{type}/{id}/\_source` endpoint to get just the `\_source` field of the document, without any additional content around it. For example: [source,js] -------------------------------------------------- GET twitter/\_doc/1/\_source -------------------------------------------------- // CONSOLE // TEST[continued] You can also use the same source filtering parameters to control which parts of the `\_source` will be returned: [source,js] -------------------------------------------------- GET twitter/\_doc/1/\_source?\_source\_include=\*.id&\_source\_exclude=entities' -------------------------------------------------- // CONSOLE // TEST[continued] Note, there is also a HEAD variant for the \_source endpoint to efficiently test for document \_source existence. An existing document will not have a \_source if it is disabled in the <>. [source,js] -------------------------------------------------- HEAD twitter/\_doc/1/\_source -------------------------------------------------- // CONSOLE // TEST[continued] [float] [[get-routing]] === Routing When indexing using the ability to control the routing, in order to get a document, the routing value should also be provided. For example: [source,js] -------------------------------------------------- GET twitter/\_doc/2?routing=user1 -------------------------------------------------- // CONSOLE // TEST[continued] The above will get a tweet with id `2`, but will be routed based on the user. Note, issuing a get without the correct routing, will cause the document not to be fetched. [float] [[preference]] === Preference Controls a `preference` of which shard replicas to execute the get request on. By default, the operation is randomized between the shard replicas. The `preference` can be set to: `\_primary`:: The operation will go and be executed only on the primary shards. `\_local`:: The operation will prefer to be executed on a local allocated shard if possible. Custom (string) value:: A custom value will be used to guarantee that the same shards will be used for the same custom value. This can help with "jumping values" when hitting different shards in different refresh states. A sample value can be something like the web session id, or the user name. [float] [[get-refresh]] === Refresh The `refresh` parameter can be set to `true` in order to refresh the relevant shard before the get operation and make it searchable. Setting it to `true` should be done after careful thought and verification that this does not cause a heavy load on the system (and slows down indexing). [float] [[get-distributed]] === Distributed The get operation gets hashed into a specific shard id. It then gets redirected to one of the replicas within that shard id and returns the result. The replicas are the primary shard and its replicas within that shard id group. This means that the more replicas we will have, the better GET scaling we will have. [float] [[get-versioning]] === Versioning support You can use the `version` parameter to retrieve the document only if its current version is equal to the specified one. This behavior is the same for all version types with the exception of version type `FORCE` which always retrieves the document. Note that `FORCE` version type is deprecated. Internally, Elasticsearch has marked the old document as deleted and added an entirely new document. The old version of the document doesn’t disappear immediately, although you won’t be able to access it. Elasticsearch cleans up deleted documents in the background as you
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/get.asciidoc
6.2
elasticsearch-6-2
[ -0.011078909039497375, 0.058413997292518616, -0.04175146669149399, 0.060651760548353195, 0.027473507449030876, -0.008899598382413387, 0.0718235895037651, 0.047045767307281494, 0.0656973198056221, -0.0450809970498085, 0.018262607976794243, -0.008959074504673481, 0.02331314980983734, -0.040965959429740906, -0.006649650167673826, 0.07783807069063187, -0.06546755880117416, -0.00779587822034955, -0.041705042123794556, -0.1195603758096695, -0.053509701043367386, 0.0975760743021965, -0.04202421382069588, 0.023066692054271698, 0.011355169117450714, 0.028751496225595474, -0.07197746634483337, -0.03584110736846924, -0.004954781383275986, 0.05772038549184799, 0.034377701580524445, -0.04251232370734215, -0.14127571880817413, -0.012017658911645412, 0.004580615554004908, 0.0256691575050354, -0.0141405388712883, -0.014301718212664127, 0.04980150982737541, 0.03370632231235504, -0.006044337060302496, -0.0689055398106575, -0.07085021585226059, -0.03336765617132187, -0.01044068206101656, -0.040260568261146545, -0.030269358307123184, 0.01298434752970934, -0.07406538724899292, 0.01799772121012211, -0.12168650329113007, -0.0040697199292480946, -0.0027517296839505434, 0.047340501099824905, 0.04915524274110794, 0.08039575070142746, -0.02854740060865879, -0.007325012236833572, -0.006069296970963478, 0.017134977504611015, -0.052846819162368774, -0.10866964608430862, -0.0002132527151843533, 0.027238920331001282, -0.050602737814188004, -0.042244553565979004, -0.10008123517036438, 0.04944939538836479, -0.008184017613530159, 0.0012421451974660158, 0.021975146606564522, 0.045531678944826126, 0.04528161883354187, -0.03324856609106064, -0.009449186734855175, 0.007791518699377775, -0.0234057679772377, -0.012421766296029091, -0.006746264174580574, -0.07019953429698944, 0.0014420498628169298, -0.07942227274179459, -0.05483327433466911, -0.016456997022032738, 0.0198295209556818, -0.06053771451115608, 0.005115326028317213, 0.000741610478144139, 0.017708798870444298, -0.029067261144518852, -0.05781928077340126, -0.01361218560487032, 0.044591132551431656, 0.017399946227669716, -0.0007776399725116789, 0.10978056490421295, -0.052505556493997574, -0.06209426373243332, 0.030698949471116066, 0.06127222627401352, -0.02879222482442856, -0.022335246205329895, -0.018176481127738953, 0.015961099416017532, 0.015548096969723701, 0.0381537601351738, -0.025655077770352364, 0.08467703312635422, 0.013575338758528233, 0.017438454553484917, -0.0036425134167075157, 0.11405085027217865, -0.07742802053689957, 0.004527810029685497, 0.040503889322280884, -0.008492052555084229, 0.09084775298833847, -0.043638549745082855, 0.06928200274705887, 0.09807430952787399, 0.13167217373847961, 0.004096481017768383, -0.00843802746385336, -0.03278101980686188, -0.012576618231832981, 0.02314797230064869, 0.11239313334226608, -2.195131191365994e-33, 0.052051860839128494, -0.023236427456140518, -0.025560282170772552, 0.014134993776679039, 0.019749585539102554, 0.04561072587966919, 0.016492508351802826, 0.046503063291311264, -0.019112715497612953, 0.010806159116327763, -0.06936845183372498, 0.07961814850568771, -0.022235965356230736, -0.07500716298818588, -0.021130939945578575, -0.04664260894060135, -0.01309563685208559, 0.025561068207025528, 0.014209065586328506, -0.01694442518055439, 0.06765911728143692, -0.0397992767393589, -0.00025281458511017263, 0.05653385445475578, 0.06109039857983589, -0.00655318470671773, -0.05350993201136589, -0.008759631775319576, -0.05657222121953964, -0.006000800523906946, 0.0608285553753376, 0.0258981641381979, 0.02825896069407463, -0.000874134071636945, 0.06937078386545181, 0.01258427556604147, 0.011997400783002377, 0.002725796075537801, -0.04368075355887413, -0.016505857929587364, -0.024018406867980957, -0.011834797449409962, 0.04291628673672676, -0.1196817085146904, -0.12968400120735168, -0.0878467708826065, -0.07353483140468597, 0.057389579713344574, -0.026105236262083054, 0.0184033066034317, -0.008298717439174652, 0.058398306369781494, 0.01263519935309887, -0.07393007725477219, 0.09916757792234421, -0.06646024435758591, -0.11217256635427475, 0.06476994603872299, 0.058829810470342636, 0.026924798265099525, 0.02688203752040863, 0.03910491243004799, 0.03404255956411362, -0.02132115326821804, 0.02187366597354412, -0.01890617050230503, -0.022661590948700905, 0.07902485877275467, -0.025577042251825333, 0.026567531749606133, 0.008766126818954945, 0.048035383224487305, 0.031485915184020996, -0.0058315047062933445, 0.05098556727170944, -0.05618700012564659, -0.12110263854265213, -0.11303947120904922, -0.04501407593488693, -0.01587352715432644, -0.03513497859239578, -0.02376762591302395, -0.06248311325907707, 0.08473455160856247, -0.034324467182159424, 0.0681314468383789, -0.02882620505988598, -0.09000973403453827, -0.025171460583806038, 0.022074490785598755, -0.019099494442343712, -0.000033949130738619715, -0.1152271255850792, -0.07517863810062408, -0.06905730813741684, -3.0445755516938344e-33, 0.016110103577375412, -0.034027617424726486, 0.0023400711361318827, 0.000524859526194632, 0.06325895339250565, -0.04127468913793564, 0.07525541633367538, 0.022366443648934364, 0.01975538581609726, 0.06804349273443222, -0.010061927139759064, 0.04556792974472046, -0.11059409379959106, -0.028261056169867516, 0.11668214946985245, -0.044875748455524445, -0.04682561755180359, -0.07658912241458893, 0.06202908977866173, 0.0046844324097037315, -0.015666816383600235, 0.047339197248220444, -0.0843038335442543, 0.0336853563785553, -0.04322769120335579, -0.026702528819441795, 0.046464744955301285, -0.046367134898900986, -0.08079115301370621, 0.03001181222498417, -0.01982107199728489, -0.02934950590133667, -0.034524958580732346, 0.06310539692640305, -0.023035120218992233, -0.0056383004412055016, -0.011938830837607384, 0.05589277297258377, 0.052283886820077896, 0.07836144417524338, 0.0924866572022438, -0.0038591541815549135, 0.0005184062756597996, 0.02876613661646843, -0.08054366707801819, -0.007314212154597044, -0.006536297034472227, 0.08781655877828598, 0.019956598058342934, -0.06963879615068436, 0.07602409273386002, 0.008112113922834396, -0.08236875385046005, 0.05577480420470238, -0.06176622211933136, -0.06520611047744751, -0.020398013293743134, -0.10099852830171585, -0.06984692811965942, -0.014592844992876053, 0.0011250510578975081, -0.004850282799452543, -0.02065911702811718, 0.062022171914577484, 0.04239674657583237, -0.08404220640659332, -0.09924252331256866, -0.018510786816477776, -0.05376824364066124, -0.008642305620014668, 0.010075398720800877, -0.06311781704425812, 0.06056833267211914, 0.010474147275090218, 0.12197545170783997, 0.014083199203014374, -0.004741954151540995, -0.014905029907822609, 0.004139363765716553, -0.027816375717520714, 0.032740332186222076, -0.03212137520313263, 0.04876517876982689, -0.05720813572406769, -0.004297951236367226, -0.04787125065922737, -0.008387291803956032, 0.09364137053489685, -0.03409377112984657, -0.0770379826426506, 0.03756202757358551, 0.05449604615569115, 0.0020209222566336393, -0.04051758348941803, 0.003113729180768132, -5.4592280918086544e-8, -0.14646925032138824, -0.016371285542845726, -0.02587684616446495, 0.007476594299077988, -0.036139409989118576, 0.130940243601799, 0.08053789287805557, 0.020720843225717545, -0.0032534317579120398, -0.00803813710808754, 0.014510245062410831, 0.07199890911579132, 0.04201166704297066, -0.015294943936169147, -0.10050226002931595, -0.012133538722991943, -0.028049422428011894, -0.06601347029209137, 0.008290381170809269, 0.04832819476723671, -0.03749944642186165, 0.023578103631734848, -0.03535754233598709, -0.05294601991772652, 0.09202642738819122, -0.010301937349140644, -0.05211856588721275, 0.010147131979465485, 0.03971075266599655, 0.011629600077867508, 0.030765315517783165, 0.016918836161494255, -0.02165147103369236, 0.012122620828449726, 0.012083829380571842, 0.060281842947006226, 0.0072055538184940815, -0.03569219633936882, -0.03813360258936882, -0.0031394031830132008, 0.0011131558567285538, 0.01682318188250065, -0.051285210996866226, 0.025402575731277466, 0.03268330916762352, -0.01942157931625843, -0.06537647545337677, 0.02475770376622677, 0.06470867991447449, -0.04768795892596245, -0.08099862188100815, -0.0971556305885315, 0.0064474730752408504, -0.014531472697854042, -0.03607885167002678, -0.10333335399627686, 0.05904264748096466, -0.004697667900472879, -0.012811518274247646, -0.03376588597893715, 0.011932465247809887, 0.020906547084450722, -0.035196587443351746, 0.015363171696662903 ]
0.029562
document. Note that `FORCE` version type is deprecated. Internally, Elasticsearch has marked the old document as deleted and added an entirely new document. The old version of the document doesn’t disappear immediately, although you won’t be able to access it. Elasticsearch cleans up deleted documents in the background as you continue to index more data.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/get.asciidoc
6.2
elasticsearch-6-2
[ 0.014355659484863281, 0.04667593166232109, 0.07140929251909256, 0.06892916560173035, 0.11428236961364746, 0.00881886575371027, -0.13924533128738403, -0.06981551647186279, 0.10970354825258255, 0.031618501991033554, -0.009522277861833572, 0.13985635340213776, -0.024857601150870323, -0.03121872991323471, -0.07118749618530273, -0.06756044924259186, -0.10813679546117783, -0.07374894618988037, -0.021448496729135513, 0.10832527279853821, 0.02850973792374134, 0.09031545370817184, 0.0030128727667033672, -0.03263353928923607, -0.012639664113521576, 0.01702563650906086, -0.0916418582201004, -0.05392172560095787, 0.02984130196273327, -0.007381306029856205, -0.01882443018257618, 0.0033781742677092552, 0.038301777094602585, 0.03411059081554413, -0.023763297125697136, 0.01885661482810974, 0.002409841399639845, -0.030555859208106995, -0.010344295762479305, 0.08294910937547684, -0.003313204739242792, 0.008677009493112564, -0.05724283307790756, -0.025580797344446182, -0.012233161367475986, -0.03311146795749664, -0.005490812007337809, -0.04820927977561951, 0.009652002714574337, 0.0645776242017746, -0.025677286088466644, -0.05204208940267563, -0.014735076576471329, 0.020933713763952255, 0.018134398385882378, 0.028187701478600502, -0.046765923500061035, 0.05606149509549141, -0.07726024836301804, -0.010297355242073536, 0.0978747308254242, 0.047761909663677216, 0.003005827311426401, -0.04552941769361496, 0.0031838847789913416, 0.005809990223497152, 0.07960347086191177, -0.07654893398284912, 0.080354705452919, -0.05153985694050789, 0.04174458235502243, -0.018620271235704422, 0.007960452698171139, -0.03247174248099327, 0.07858594506978989, 0.05292017012834549, 0.087444968521595, -0.019765933975577354, 0.06731310486793518, 0.0018978853477165103, -0.006527870427817106, -0.13077205419540405, -0.026011282578110695, 0.022450286895036697, -0.1259172409772873, -0.06375709921121597, 0.057811230421066284, -0.11852478981018066, 0.06824025511741638, 0.00899321399629116, 0.01609252579510212, -0.03680483624339104, 0.05717774108052254, -0.05629664659500122, -0.022463124245405197, -0.024925176054239273, -0.015689672902226448, 0.15533126890659332, 0.023330004885792732, 0.023953132331371307, 0.013389678671956062, 0.010841884650290012, 0.01093554962426424, 0.0386667437851429, -0.02345183864235878, -0.003656064160168171, -0.02605605125427246, 0.03065025433897972, -0.024448085576295853, 0.0005313988076522946, 0.0403854139149189, -0.014713913202285767, -0.07591864466667175, 0.04872027784585953, -0.0220714770257473, 0.021275464445352554, -0.029536720365285873, -0.039674580097198486, -0.020746363326907158, 0.09950092434883118, 0.0784614160656929, -0.02596592903137207, 0.08612649887800217, -0.044481199234724045, -0.06167897209525108, 0.07136943191289902, 0.018999870866537094, -1.0026614164208866e-33, -0.0063360100612044334, -0.037928808480501175, -0.09335247427225113, -0.003878897288814187, 0.03842956945300102, 0.012053069658577442, 0.07859960198402405, 0.08507000654935837, -0.09326087683439255, -0.043075039982795715, -0.038039010018110275, 0.09315063804388046, 0.013251185417175293, 0.02616472728550434, -0.013430284336209297, -0.0007321133161894977, 0.012567657977342606, -0.008950377814471722, 0.0084470110014081, -0.016719762235879898, 0.10728073120117188, 0.060413580387830734, -0.04250103235244751, -0.02694077417254448, -0.0185442753136158, 0.017348961904644966, 0.05157458037137985, -0.024735404178500175, -0.04996801167726517, -0.029012171551585197, -0.03660338744521141, 0.01779201626777649, 0.0018762809922918677, -0.021097054705023766, -0.08004649728536606, 0.05491563305258751, -0.01593937538564205, 0.03838694095611572, 0.0035760945174843073, 0.0024792903568595648, 0.06665947288274765, 0.020122705027461052, -0.004335618112236261, -0.05955751985311508, 0.03692111745476723, -0.07051852345466614, 0.045749831944704056, 0.04382690414786339, 0.09199058264493942, 0.013338219374418259, -0.00014514006034005433, 0.001201300765387714, 0.043914392590522766, -0.0034831450320780277, 0.03705032169818878, 0.026766501367092133, -0.00687539204955101, 0.017040060833096504, 0.0059092384763062, -0.07625454664230347, 0.09415224939584732, 0.01659703440964222, 0.12219543755054474, 0.048872143030166626, 0.06098901480436325, 0.009792917408049107, -0.01889994740486145, 0.04479401931166649, -0.0035443634260445833, -0.009383845143020153, -0.014796501025557518, 0.015054185874760151, 0.005362925119698048, -0.006855451036244631, 0.034754328429698944, -0.06683438271284103, 0.0028868161607533693, -0.04145217314362526, -0.0073404074646532536, 0.016427183523774147, -0.031946681439876556, -0.10067848861217499, 0.03289058804512024, 0.029630742967128754, -0.04336011782288551, 0.004137716256082058, -0.0028508990071713924, -0.02013552561402321, 0.08895385265350342, -0.05682312324643135, 0.03944515064358711, -0.028038041666150093, -0.07588726282119751, -0.04213982820510864, 0.08324816823005676, -1.2741892697770595e-34, -0.029567260295152664, -0.04072129353880882, -0.14780287444591522, 0.03177616745233536, -0.016493618488311768, -0.011361815966665745, -0.0041785044595599174, 0.0846741572022438, -0.12091246992349625, -0.014101540669798851, 0.05869431048631668, -0.04705777019262314, 0.01180022582411766, 0.010159067809581757, -0.04640378803014755, 0.023180745542049408, -0.042881038039922714, -0.08655950427055359, -0.06100822985172272, -0.0068510049022734165, -0.03463189676403999, -0.05312848091125488, 0.05583532899618149, 0.0800965428352356, -0.03271466866135597, -0.0867016464471817, 0.028483040630817413, 0.006540238857269287, -0.07858065515756607, -0.05965185910463333, -0.006572629790753126, -0.03480545058846474, 0.01689145527780056, 0.01725107617676258, 0.00824930239468813, -0.01312922965735197, -0.005378910806030035, -0.035362228751182556, 0.02307017147541046, -0.018866395577788353, 0.01813472807407379, 0.06861939281225204, -0.00039170985110104084, 0.012190227396786213, 0.038500286638736725, 0.05910096317529678, 0.009203488007187843, 0.03123028576374054, 0.07159007340669632, -0.005806438159197569, 0.047789763659238815, -0.0535237081348896, 0.02670702338218689, -0.07229172438383102, -0.05764984339475632, 0.042826566845178604, -0.020907985046505928, 0.04971059039235115, -0.09573797136545181, 0.07843387126922607, 0.009236292913556099, 0.027612697333097458, -0.07571551948785782, 0.010756774805486202, 0.026341037824749947, -0.018993627279996872, -0.05665573850274086, -0.002928042784333229, -0.09008759260177612, 0.012933305464684963, -0.02406194433569908, 0.05381571128964424, 0.02160274237394333, 0.028921280056238174, 0.10290294885635376, 0.025501776486635208, -0.01487157866358757, -0.0019480240298435092, -0.012069077230989933, -0.05356002599000931, 0.08559541404247284, 0.0468452014029026, -0.030344292521476746, -0.008223557844758034, -0.017586881294846535, 0.05130705237388611, -0.049506839364767075, 0.07033203542232513, -0.0746457502245903, 0.07035921514034271, -0.028622739017009735, -0.07466859370470047, -0.12798450887203217, -0.03310065716505051, 0.006336694583296776, -3.630605860394098e-8, 0.03135976567864418, 0.10661385953426361, -0.011010253801941872, 0.04010443389415741, 0.09954391419887543, 0.0028580860234797, 0.0012429812923073769, 0.06423722952604294, -0.006366947665810585, -0.06990399211645126, -0.029448386281728745, -0.050975192338228226, -0.0849686861038208, 0.002093382878229022, 0.033953577280044556, -0.08073697984218597, 0.04467582330107689, -0.04563216492533684, -0.02628221921622753, -0.01787884160876274, -0.08704926818609238, -0.033238984644412994, 0.02233581431210041, 0.023635832592844963, 0.09958306699991226, 0.06429550051689148, 0.008146967738866806, 0.03821204602718353, -0.025849442929029465, -0.03163309395313263, -0.009668386541306973, 0.020943747833371162, -0.0008675482822582126, 0.012908512726426125, -0.025120900943875313, 0.0840078741312027, 0.0033400068059563637, 0.04113691300153732, -0.10289034247398376, 0.05169804394245148, 0.019906681030988693, 0.04681995511054993, -0.0652557834982872, -0.02889147587120533, 0.0039410279132425785, -0.042540326714515686, -0.03157893568277359, -0.03698398917913437, 0.004185603465884924, -0.05617871135473251, -0.020912645384669304, -0.047773223370313644, -0.017290133982896805, 0.0968804806470871, 0.020564937964081764, -0.005782910156995058, 0.015283484943211079, -0.0009266144479624927, 0.015750380232930183, -0.015097051858901978, 0.07983726263046265, -0.053403064608573914, 0.03433539718389511, -0.02023475058376789 ]
0.068833
[[docs-termvectors]] == Term Vectors Returns information and statistics on terms in the fields of a particular document. The document could be stored in the index or artificially provided by the user. Term vectors are <> by default, not near realtime. This can be changed by setting `realtime` parameter to `false`. [source,js] -------------------------------------------------- GET /twitter/\_doc/1/\_termvectors -------------------------------------------------- // CONSOLE // TEST[setup:twitter] Optionally, you can specify the fields for which the information is retrieved either with a parameter in the url [source,js] -------------------------------------------------- GET /twitter/\_doc/1/\_termvectors?fields=message -------------------------------------------------- // CONSOLE // TEST[setup:twitter] or by adding the requested fields in the request body (see example below). Fields can also be specified with wildcards in similar way to the <> [WARNING] Note that the usage of `/\_termvector` is deprecated in 2.0, and replaced by `/\_termvectors`. [float] === Return values Three types of values can be requested: \_term information\_, \_term statistics\_ and \_field statistics\_. By default, all term information and field statistics are returned for all fields but no term statistics. [float] ==== Term information \* term frequency in the field (always returned) \* term positions (`positions` : true) \* start and end offsets (`offsets` : true) \* term payloads (`payloads` : true), as base64 encoded bytes If the requested information wasn't stored in the index, it will be computed on the fly if possible. Additionally, term vectors could be computed for documents not even existing in the index, but instead provided by the user. [WARNING] ====== Start and end offsets assume UTF-16 encoding is being used. If you want to use these offsets in order to get the original text that produced this token, you should make sure that the string you are taking a sub-string of is also encoded using UTF-16. ====== [float] ==== Term statistics Setting `term\_statistics` to `true` (default is `false`) will return \* total term frequency (how often a term occurs in all documents) + \* document frequency (the number of documents containing the current term) By default these values are not returned since term statistics can have a serious performance impact. [float] ==== Field statistics Setting `field\_statistics` to `false` (default is `true`) will omit : \* document count (how many documents contain this field) \* sum of document frequencies (the sum of document frequencies for all terms in this field) \* sum of total term frequencies (the sum of total term frequencies of each term in this field) [float] ==== Terms Filtering With the parameter `filter`, the terms returned could also be filtered based on their tf-idf scores. This could be useful in order find out a good characteristic vector of a document. This feature works in a similar manner to the <> of the <>. See <> for usage. The following sub-parameters are supported: [horizontal] `max\_num\_terms`:: Maximum number of terms that must be returned per field. Defaults to `25`. `min\_term\_freq`:: Ignore words with less than this frequency in the source doc. Defaults to `1`. `max\_term\_freq`:: Ignore words with more than this frequency in the source doc. Defaults to unbounded. `min\_doc\_freq`:: Ignore terms which do not occur in at least this many docs. Defaults to `1`. `max\_doc\_freq`:: Ignore words which occur in more than this many docs. Defaults to unbounded. `min\_word\_length`:: The minimum word length below which words will be ignored. Defaults to `0`. `max\_word\_length`:: The maximum word length above which words will be ignored. Defaults to unbounded (`0`). [float] === Behaviour The term and field statistics are not accurate. Deleted documents are not taken into account. The information is only retrieved for the shard the requested document resides in. The term and field statistics are therefore only useful as relative measures
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/termvectors.asciidoc
6.2
elasticsearch-6-2
[ -0.027946198359131813, 0.04766171798110008, -0.09252570569515228, 0.07143654674291611, 0.09477590024471283, 0.0020718551240861416, -0.0164943840354681, -0.01118456106632948, 0.11264114081859589, 0.013149532489478588, 0.019276505336165428, 0.015332726761698723, 0.03467534855008125, -0.0762871578335762, -0.03317480906844139, 0.029673198238015175, -0.029244765639305115, -0.026665538549423218, -0.000028992932129767723, -0.05263422057032585, 0.016478117555379868, 0.06465522944927216, -0.01526728831231594, -0.026185130700469017, 0.07241954654455185, -0.009716019034385681, -0.07636923342943192, -0.06105281785130501, 0.013920962810516357, 0.05247659236192703, 0.05818730220198631, 0.05632149800658226, -0.06303847581148148, 0.0033755209296941757, -0.05834933742880821, 0.0015145994257181883, -0.08146727085113525, -0.011768296360969543, 0.04984644055366516, 0.04141578450798988, 0.006804062053561211, -0.037699174135923386, -0.07531557232141495, 0.007928055711090565, -0.0363796204328537, -0.016329970210790634, -0.04575125128030777, -0.011508043855428696, -0.08899213373661041, 0.07833050191402435, -0.1663711816072464, 0.00037633191095665097, -0.07097455859184265, 0.054569777101278305, 0.0030930268112570047, 0.03567082807421684, -0.07419159263372421, 0.019898274913430214, -0.013565943576395512, -0.027448251843452454, -0.030212756246328354, -0.028492148965597153, 0.004375781398266554, 0.030820684507489204, 0.02458992600440979, 0.03333050757646561, -0.05181713029742241, 0.07446052879095078, -0.013003459200263023, 0.007313181180506945, -0.04366609826683998, 0.08715075254440308, -0.01633078046143055, -0.08679946511983871, 0.015672175213694572, -0.002645354950800538, 0.018945440649986267, -0.027622314170002937, 0.0043464964255690575, 0.025565853342413902, 0.003089986043050885, -0.023646855726838112, -0.0012010348727926612, -0.008595672436058521, 0.03671015799045563, 0.04192687198519707, 0.06763361394405365, -0.03047442063689232, 0.03303701803088188, -0.021193763241171837, 0.0012224208330735564, -0.08542019128799438, 0.082846999168396, 0.03497888147830963, 0.03643351420760155, 0.008329789154231548, 0.0027064543683081865, -0.04671324044466019, 0.09548995643854141, 0.0016668220050632954, 0.01858585700392723, -0.05352485552430153, -0.005216720048338175, -0.015148371458053589, -0.059524185955524445, -0.017713358625769615, -0.038817811757326126, 0.04164004698395729, 0.1309070885181427, 0.026732876896858215, -0.053694259375333786, 0.0813109502196312, -0.06677505373954773, -0.04521483927965164, -0.04642333835363388, -0.04958001896739006, 0.03951377049088478, -0.045961108058691025, 0.12029890716075897, 0.03893755376338959, 0.09016883373260498, 0.09795837104320526, 0.019265191629529, -0.01333975326269865, -0.0017551342025399208, 0.008938120678067207, 0.08449000865221024, -2.5678821030506723e-33, 0.041465021669864655, -0.05005039647221565, -0.018106525763869286, 0.031885262578725815, -0.042646851390600204, 0.07667272537946701, 0.0022484753280878067, 0.0530649833381176, -0.07279640436172485, -0.0424729660153389, -0.10547695308923721, 0.08595350384712219, -0.04091152548789978, 0.00697338255122304, -0.012490177527070045, -0.01305229589343071, -0.036120180040597916, 0.050328224897384644, 0.029534300789237022, -0.0029233265668153763, 0.048071298748254776, -0.0048585981130599976, -0.014571506530046463, -0.000036944125895388424, -0.010406109504401684, -0.04839976504445076, 0.05635032430291176, -0.036383893340826035, -0.1570783108472824, -0.004968426655977964, 0.001046581077389419, 0.02094561606645584, -0.013157756067812443, -0.010286800563335419, 0.11122027039527893, 0.0165901780128479, -0.004118633922189474, 0.01416789647191763, -0.05372059345245361, -0.032766930758953094, -0.06440301984548569, -0.0024419843684881926, 0.05013522878289223, -0.10129910707473755, -0.12364944070577621, -0.026469366624951363, -0.026485778391361237, -0.03390441834926605, 0.01090255193412304, -0.00586352963000536, -0.06604725122451782, 0.06643770635128021, -0.016316372901201248, -0.027515675872564316, 0.06986027210950851, 0.026822874322533607, -0.05144520848989487, 0.047814931720495224, 0.02794472873210907, 0.005016743671149015, -0.05568603798747063, 0.06519878655672073, 0.08609515428543091, -0.043081969022750854, -0.047258492559194565, -0.014547036029398441, -0.0049657500348985195, 0.0031384367030113935, 0.06636162102222443, 0.028346968814730644, 0.036776404827833176, -0.005338478367775679, 0.004937760066241026, -0.06923405081033707, 0.012985166162252426, -0.020295850932598114, -0.08330089598894119, -0.047240208834409714, -0.0937211662530899, 0.004809373989701271, 0.006810552906244993, -0.08103726804256439, 0.02507726103067398, 0.002159945433959365, 0.01860799267888069, -0.0175089780241251, -0.033164769411087036, -0.10453814268112183, -0.025027573108673096, 0.02469727396965027, -0.023971401154994965, -0.016328437253832817, -0.12912867963314056, -0.08335012197494507, 0.0016756381373852491, -2.814944750641616e-33, -0.01828645169734955, -0.100538469851017, 0.013858849182724953, 0.04115862026810646, 0.009383427910506725, -0.0020062371622771025, -0.03090800903737545, 0.03171762079000473, -0.0010560855735093355, 0.04565376415848732, 0.02529594488441944, 0.017723342403769493, -0.1340293437242508, -0.04601898044347763, 0.049504559487104416, 0.02335180528461933, -0.06214871630072594, -0.06162853166460991, -0.05057600140571594, 0.032323554158210754, -0.034163396805524826, -0.026061484590172768, -0.005426259711384773, 0.06180835887789726, 0.007188212126493454, -0.038003869354724884, 0.06292235851287842, 0.02156953141093254, -0.06396307796239853, -0.0752921923995018, -0.09513868391513824, -0.020446667447686195, -0.11230776458978653, 0.04391074925661087, -0.014296089299023151, 0.03200391307473183, -0.009948527440428734, 0.04569105803966522, 0.04394516721367836, 0.09372421354055405, 0.13489040732383728, 0.032323241233825684, -0.028684724122285843, -0.035119276493787766, -0.07033878564834595, 0.0014870412414893508, -0.04638083651661873, 0.04920897260308266, 0.08049942553043365, -0.0022572253365069628, 0.07020187377929688, -0.009264719672501087, 0.0049028098583221436, 0.047418124973773956, -0.05644693598151207, -0.041520290076732635, -0.04508602246642113, -0.07606203854084015, -0.09185399115085602, 0.01554951537400484, 0.03259429335594177, -0.003815810428932309, -0.048715412616729736, -0.038529057055711746, 0.03204350918531418, -0.11977212876081467, -0.06722909212112427, -0.015720153227448463, 0.024539971724152565, -0.009694675914943218, 0.03726223111152649, -0.04710740968585014, 0.08074554055929184, -0.03221732750535011, 0.10511282086372375, -0.051268450915813446, 0.0013997412752360106, -0.05417896434664726, 0.022318055853247643, -0.06263534724712372, 0.03662775084376335, 0.0428500734269619, 0.07110858708620071, -0.003441276028752327, 0.02132428251206875, 0.03553430363535881, -0.029548166319727898, 0.0894218236207962, -0.00032248604111373425, -0.03988274186849594, 0.006495032925158739, 0.048953428864479065, -0.0576791912317276, -0.009316414594650269, 0.02027081698179245, -5.3144955103334723e-8, -0.10041548311710358, -0.029391303658485413, -0.0643940269947052, 0.027685482054948807, -0.06944242119789124, 0.046126313507556915, 0.07609535753726959, 0.018210504204034805, -0.04380177706480026, -0.029673242941498756, 0.070488840341568, -0.016992399469017982, -0.05039061978459358, -0.03310058265924454, -0.030778178945183754, -0.007887152954936028, -0.06600642204284668, -0.06772860139608383, 0.019349638372659683, 0.0005247652879916131, 0.023963037878274918, 0.0036965685430914164, -0.00047577318036928773, 0.07333844900131226, 0.05233240872621536, 0.014860876835882664, 0.02520561031997204, 0.06939288973808289, 0.08450418710708618, 0.020406527444720268, 0.004516419023275375, 0.03613762930035591, -0.09000968188047409, -0.03587529435753822, -0.022639591246843338, 0.07584833353757858, 0.018490273505449295, -0.009014762938022614, -0.04990464821457863, 0.008018638007342815, 0.016299603506922722, 0.012558160349726677, -0.03606526926159859, 0.033227209001779556, 0.020971795544028282, -0.0062455772422254086, -0.057107191532850266, -0.022965917363762856, 0.08896471560001373, -0.09033628553152084, -0.024553190916776657, -0.0539017990231514, -0.015248694457113743, 0.08619652688503265, 0.0004589865275193006, -0.07463061064481735, 0.08214519917964935, 0.013798023574054241, 0.01930670253932476, -0.049978531897068024, 0.06709817796945572, -0.03581523522734642, 0.020686881616711617, 0.05570068582892418 ]
0.039837
will be ignored. Defaults to unbounded (`0`). [float] === Behaviour The term and field statistics are not accurate. Deleted documents are not taken into account. The information is only retrieved for the shard the requested document resides in. The term and field statistics are therefore only useful as relative measures whereas the absolute numbers have no meaning in this context. By default, when requesting term vectors of artificial documents, a shard to get the statistics from is randomly selected. Use `routing` only to hit a particular shard. [float] ==== Example: Returning stored term vectors First, we create an index that stores term vectors, payloads etc. : [source,js] -------------------------------------------------- PUT /twitter/ { "mappings": { "\_doc": { "properties": { "text": { "type": "text", "term\_vector": "with\_positions\_offsets\_payloads", "store" : true, "analyzer" : "fulltext\_analyzer" }, "fullname": { "type": "text", "term\_vector": "with\_positions\_offsets\_payloads", "analyzer" : "fulltext\_analyzer" } } } }, "settings" : { "index" : { "number\_of\_shards" : 1, "number\_of\_replicas" : 0 }, "analysis": { "analyzer": { "fulltext\_analyzer": { "type": "custom", "tokenizer": "whitespace", "filter": [ "lowercase", "type\_as\_payload" ] } } } } } -------------------------------------------------- // CONSOLE Second, we add some documents: [source,js] -------------------------------------------------- PUT /twitter/\_doc/1 { "fullname" : "John Doe", "text" : "twitter test test test " } PUT /twitter/\_doc/2 { "fullname" : "Jane Doe", "text" : "Another twitter test ..." } -------------------------------------------------- // CONSOLE // TEST[continued] The following request returns all information and statistics for field `text` in document `1` (John Doe): [source,js] -------------------------------------------------- GET /twitter/\_doc/1/\_termvectors { "fields" : ["text"], "offsets" : true, "payloads" : true, "positions" : true, "term\_statistics" : true, "field\_statistics" : true } -------------------------------------------------- // CONSOLE // TEST[continued] Response: [source,js] -------------------------------------------------- { "\_id": "1", "\_index": "twitter", "\_type": "\_doc", "\_version": 1, "found": true, "took": 6, "term\_vectors": { "text": { "field\_statistics": { "doc\_count": 2, "sum\_doc\_freq": 6, "sum\_ttf": 8 }, "terms": { "test": { "doc\_freq": 2, "term\_freq": 3, "tokens": [ { "end\_offset": 12, "payload": "d29yZA==", "position": 1, "start\_offset": 8 }, { "end\_offset": 17, "payload": "d29yZA==", "position": 2, "start\_offset": 13 }, { "end\_offset": 22, "payload": "d29yZA==", "position": 3, "start\_offset": 18 } ], "ttf": 4 }, "twitter": { "doc\_freq": 2, "term\_freq": 1, "tokens": [ { "end\_offset": 7, "payload": "d29yZA==", "position": 0, "start\_offset": 0 } ], "ttf": 2 } } } } } -------------------------------------------------- // TEST[continued] // TESTRESPONSE[s/"took": 6/"took": "$body.took"/] [float] ==== Example: Generating term vectors on the fly Term vectors which are not explicitly stored in the index are automatically computed on the fly. The following request returns all information and statistics for the fields in document `1`, even though the terms haven't been explicitly stored in the index. Note that for the field `text`, the terms are not re-generated. [source,js] -------------------------------------------------- GET /twitter/\_doc/1/\_termvectors { "fields" : ["text", "some\_field\_without\_term\_vectors"], "offsets" : true, "positions" : true, "term\_statistics" : true, "field\_statistics" : true } -------------------------------------------------- // CONSOLE // TEST[continued] [[docs-termvectors-artificial-doc]] [float] ==== Example: Artificial documents Term vectors can also be generated for artificial documents, that is for documents not present in the index. For example, the following request would return the same results as in example 1. The mapping used is determined by the `index` and `type`. \*If dynamic mapping is turned on (default), the document fields not in the original mapping will be dynamically created.\* [source,js] -------------------------------------------------- GET /twitter/\_doc/\_termvectors { "doc" : { "fullname" : "John Doe", "text" : "twitter test test test" } } -------------------------------------------------- // CONSOLE // TEST[continued] [[docs-termvectors-per-field-analyzer]] [float] ===== Per-field analyzer Additionally, a different analyzer than the one at the field may be provided by using the `per\_field\_analyzer` parameter. This is useful in order to generate term vectors in any fashion, especially when using artificial documents. When providing an analyzer for a field that already
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/termvectors.asciidoc
6.2
elasticsearch-6-2
[ 0.010396393947303295, -0.012465985491871834, -0.0227885190397501, 0.054888151586055756, 0.03522786498069763, -0.03573423996567726, -0.019148405641317368, -0.04094593599438667, 0.1218353882431984, 0.02028532512485981, 0.009614099748432636, 0.010172556154429913, 0.03834705799818039, -0.01623133011162281, -0.029697753489017487, 0.034462783485651016, -0.013593999668955803, -0.03485388308763504, -0.04605703055858612, -0.02910044603049755, -0.006793596316128969, 0.055649541318416595, 0.06407952308654785, -0.03876485675573349, 0.06937788426876068, -0.029102245345711708, -0.0748903751373291, -0.0024036213289946318, 0.05288660153746605, 0.031493719667196274, -0.013746259734034538, 0.08939429372549057, -0.05328448861837387, -0.030376210808753967, -0.05777480825781822, 0.027824493125081062, -0.07762955874204636, -0.028837116435170174, 0.006848171353340149, 0.04482664167881012, 0.03189648315310478, -0.04789537563920021, -0.06337349861860275, -0.02087949775159359, -0.01871946081519127, -0.008510459214448929, -0.02672116830945015, -0.045188579708337784, -0.015158099122345448, 0.12189161032438278, -0.11258544772863388, -0.002347252331674099, -0.029299961403012276, 0.06673085689544678, -0.03989526629447937, -0.010127558372914791, -0.07387430220842361, 0.0032573342323303223, -0.004453941248357296, -0.12923286855220795, 0.006645866669714451, -0.06304722279310226, 0.012633584439754486, 0.004061584826558828, 0.08574986457824707, 0.0019669760949909687, -0.011116444133222103, 0.04499385505914688, -0.008284549228847027, 0.04756126180291176, 0.05050761252641678, 0.057626061141490936, -0.04404105991125107, -0.034306906163692474, 0.07482104748487473, 0.06726647913455963, -0.02816564403474331, -0.00567291397601366, 0.01982109248638153, 0.01080663688480854, -0.030643805861473083, -0.11464308947324753, 0.025234315544366837, 0.04953455552458763, 0.01578732766211033, -0.010348040610551834, 0.03469429165124893, -0.042193103581666946, 0.028829118236899376, -0.007254007738083601, -0.03548567369580269, -0.06074034050107002, 0.07536628097295761, 0.022646499797701836, 0.026179689913988113, 0.0034534106962382793, 0.00031250022584572434, 0.01832585409283638, 0.0681617334485054, 0.030902257189154625, -0.002605311805382371, -0.060367800295352936, -0.03828297555446625, -0.03843910992145538, -0.004370792768895626, -0.03931627422571182, -0.03913155570626259, 0.005504254717379808, 0.0579192191362381, 0.04173896461725235, -0.0013902110513299704, 0.0030816940125077963, -0.06645379960536957, 0.03567645698785782, -0.0341709740459919, 0.008295676670968533, 0.046747785061597824, -0.023545382544398308, 0.023121319711208344, 0.03697750344872475, 0.03567279502749443, 0.04865667223930359, 0.032842572778463364, 0.023536888882517815, -0.0186090599745512, 0.004945583175867796, -0.0010466380044817924, -1.1749845719831145e-33, 0.024921806529164314, -0.03570203483104706, 0.03003885969519615, -0.015538047067821026, 0.03825162723660469, 0.061583489179611206, -0.08639036864042282, 0.08106914907693863, -0.03381151333451271, 0.007917728275060654, -0.16060534119606018, 0.16432368755340576, -0.00898623839020729, -0.06444133818149567, 0.012483945116400719, -0.04043726995587349, 0.034229643642902374, 0.06690313667058945, -0.012114547193050385, -0.04408695548772812, 0.08295375108718872, 0.019237222149968147, -0.017700687050819397, -0.027803512290120125, 0.027347983792424202, 0.010051571764051914, 0.021295446902513504, -0.03214245289564133, -0.13032028079032898, 0.01876198872923851, -0.042739856988191605, 0.050746552646160126, 0.054016150534152985, -0.056851260364055634, 0.03478348255157471, 0.030937520787119865, 0.004587648436427116, 0.013713953085243702, -0.03895583748817444, -0.034557219594717026, -0.0033698612824082375, 0.0037872924003750086, 0.05061754211783409, -0.12950251996517181, -0.14925679564476013, -0.016669707372784615, 0.07266000658273697, -0.01850140653550625, 0.056144483387470245, 0.012914431281387806, -0.03731193765997887, 0.04663848876953125, 0.003865953302010894, 0.00848933681845665, 0.046457502990961075, -0.033715881407260895, -0.04408680275082588, 0.026791995391249657, -0.025174038484692574, -0.0034486877266317606, -0.004044169560074806, 0.08763351291418076, 0.10183177143335342, -0.003443616908043623, 0.006379322614520788, 0.02291838824748993, 0.03277827054262161, 0.1159452348947525, 0.008341110311448574, 0.031087979674339294, 0.04152446985244751, 0.09842308610677719, -0.03587530553340912, -0.01420197170227766, 0.026866989210247993, -0.01676969788968563, 0.005469879135489464, -0.10819284617900848, -0.08520418405532837, -0.008366458117961884, -0.003970352932810783, -0.020990662276744843, 0.01888427510857582, -0.025082280859351158, -0.06579742580652237, 0.05975458770990372, 0.02927500754594803, -0.07910209149122238, -0.05406786873936653, 0.010708317160606384, -0.017923753708600998, -0.028402257710695267, -0.10573446750640869, -0.05935404449701309, -0.06766882538795471, -1.830874512062953e-33, -0.0937855988740921, -0.061104822903871536, -0.056678272783756256, 0.07712942361831665, -0.016385693103075027, -0.014169472269713879, 0.03948746249079704, 0.086966872215271, 0.08709672093391418, 0.01267413143068552, 0.013799519278109074, -0.0174332857131958, -0.1184755489230156, -0.02658952958881855, 0.06034107878804207, -0.0058066886849701405, -0.0808359757065773, -0.08678896725177765, -0.015926526859402657, 0.005740586202591658, 0.004173732828348875, -0.04056418314576149, -0.06189960986375809, 0.09756489843130112, -0.021746037527918816, 0.0027828020974993706, 0.059547655284404755, -0.04349356144666672, -0.08828125149011612, -0.020154738798737526, -0.09350783377885818, -0.05059207230806351, -0.1011185422539711, 0.005990119650959969, -0.05379048362374306, -0.04380400851368904, 0.04157450422644615, 0.10148857533931732, 0.02780112251639366, 0.062366727739572525, 0.06552144885063171, 0.008358748629689217, -0.08767729997634888, -0.014023088850080967, -0.039721302688121796, -0.024156661704182625, 0.02179226279258728, 0.09999658167362213, 0.12825782597064972, -0.060656990855932236, 0.06746745109558105, 0.0033585529308766127, 0.0040984186343848705, 0.12116482108831406, -0.07079729437828064, 0.044334542006254196, -0.05686775967478752, -0.04717232659459114, -0.12441237270832062, 0.01728997379541397, -0.033275313675403595, 0.0049382480792701244, -0.053267646580934525, -0.027331523597240448, 0.018131215125322342, -0.02729811705648899, -0.06960798054933548, -0.06668487191200256, 0.019761215895414352, -0.05231580138206482, 0.024635668843984604, -0.012008193880319595, 0.044543106108903885, -0.01592521369457245, 0.056444574147462845, -0.03306268900632858, 0.06662333756685257, -0.04791427403688431, 0.041340071707963943, -0.03847957029938698, 0.051841236650943756, 0.04877351596951485, 0.0010177746880799532, 0.012970744632184505, 0.0693332850933075, 0.007922310382127762, -0.01622844859957695, 0.043972790241241455, -0.03436201810836792, 0.03429430350661278, 0.0148778036236763, 0.02279466763138771, -0.04673447087407112, -0.030479460954666138, -0.04314436390995979, -5.313202677825757e-8, -0.05227105692028999, 0.056146491318941116, -0.0782470703125, 0.09502627700567245, -0.030338775366544724, 0.057778336107730865, 0.025986438617110252, 0.02488045021891594, -0.03924810141324997, -0.04073130711913109, 0.03288816660642624, -0.004319934640079737, -0.10409414023160934, -0.015128394588828087, -0.04012856259942055, 0.011224862188100815, -0.006210348103195429, 0.0008498677052557468, -0.017975661903619766, 0.00013535730249714106, -0.001674251165241003, 0.002171226078644395, -0.0057267965748906136, 0.0458800345659256, 0.03274582326412201, 0.00921206921339035, -0.015069618821144104, 0.03001576103270054, 0.08507365733385086, 0.014796900562942028, -0.026629922911524773, -0.022662963718175888, -0.01057254895567894, 0.022381970658898354, -0.060121841728687286, 0.054358433932065964, -0.007995684631168842, 0.01707577332854271, -0.03249930590391159, 0.042782124131917953, 0.03046422265470028, 0.06152500584721565, -0.06003030762076378, 0.009396429173648357, 0.02411448024213314, -0.0038688841741532087, -0.026340216398239136, 0.07038905471563339, 0.1224755272269249, -0.04493221268057823, 0.0056554581969976425, -0.028728174045681953, -0.008744875900447369, 0.1081484854221344, 0.06192893162369728, -0.07784786075353622, 0.07015755772590637, -0.030557341873645782, -0.003561435965821147, 0.014229320921003819, 0.07619596272706985, -0.11632423847913742, -0.029408087953925133, -0.030069492757320404 ]
0.027707
TEST[continued] [[docs-termvectors-per-field-analyzer]] [float] ===== Per-field analyzer Additionally, a different analyzer than the one at the field may be provided by using the `per\_field\_analyzer` parameter. This is useful in order to generate term vectors in any fashion, especially when using artificial documents. When providing an analyzer for a field that already stores term vectors, the term vectors will be re-generated. [source,js] -------------------------------------------------- GET /twitter/\_doc/\_termvectors { "doc" : { "fullname" : "John Doe", "text" : "twitter test test test" }, "fields": ["fullname"], "per\_field\_analyzer" : { "fullname": "keyword" } } -------------------------------------------------- // CONSOLE // TEST[continued] Response: [source,js] -------------------------------------------------- { "\_index": "twitter", "\_type": "\_doc", "\_version": 0, "found": true, "took": 6, "term\_vectors": { "fullname": { "field\_statistics": { "sum\_doc\_freq": 2, "doc\_count": 4, "sum\_ttf": 4 }, "terms": { "John Doe": { "term\_freq": 1, "tokens": [ { "position": 0, "start\_offset": 0, "end\_offset": 8 } ] } } } } } -------------------------------------------------- // TEST[continued] // TESTRESPONSE[s/"took": 6/"took": "$body.took"/] // TESTRESPONSE[s/"sum\_doc\_freq": 2/"sum\_doc\_freq": "$body.term\_vectors.fullname.field\_statistics.sum\_doc\_freq"/] // TESTRESPONSE[s/"doc\_count": 4/"doc\_count": "$body.term\_vectors.fullname.field\_statistics.doc\_count"/] // TESTRESPONSE[s/"sum\_ttf": 4/"sum\_ttf": "$body.term\_vectors.fullname.field\_statistics.sum\_ttf"/] [[docs-termvectors-terms-filtering]] [float] ==== Example: Terms filtering Finally, the terms returned could be filtered based on their tf-idf scores. In the example below we obtain the three most "interesting" keywords from the artificial document having the given "plot" field value. Notice that the keyword "Tony" or any stop words are not part of the response, as their tf-idf must be too low. [source,js] -------------------------------------------------- GET /imdb/\_doc/\_termvectors { "doc": { "plot": "When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil." }, "term\_statistics" : true, "field\_statistics" : true, "positions": false, "offsets": false, "filter" : { "max\_num\_terms" : 3, "min\_term\_freq" : 1, "min\_doc\_freq" : 1 } } -------------------------------------------------- // CONSOLE // TEST[skip:no imdb test index] Response: [source,js] -------------------------------------------------- { "\_index": "imdb", "\_type": "\_doc", "\_version": 0, "found": true, "term\_vectors": { "plot": { "field\_statistics": { "sum\_doc\_freq": 3384269, "doc\_count": 176214, "sum\_ttf": 3753460 }, "terms": { "armored": { "doc\_freq": 27, "ttf": 27, "term\_freq": 1, "score": 9.74725 }, "industrialist": { "doc\_freq": 88, "ttf": 88, "term\_freq": 1, "score": 8.590818 }, "stark": { "doc\_freq": 44, "ttf": 47, "term\_freq": 1, "score": 9.272792 } } } } } -------------------------------------------------- // TESTRESPONSE
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/termvectors.asciidoc
6.2
elasticsearch-6-2
[ -0.046447642147541046, 0.08692571520805359, -0.019621413201093674, 0.04319794476032257, 0.04207494482398033, 0.01947244442999363, -0.021155793219804764, -0.06430179625749588, 0.08300238102674484, 0.02654476836323738, 0.01752159744501114, -0.05094785988330841, 0.004668338689953089, -0.011152032762765884, -0.06364772468805313, 0.09077375382184982, -0.10290302336215973, 0.013983947224915028, 0.0005723234498873353, -0.03643057122826576, -0.010113163851201534, 0.04020780324935913, -0.0414147824048996, -0.053286440670490265, 0.04727936536073685, 0.021747108548879623, -0.05824338272213936, -0.00283063598908484, 0.029093170538544655, 0.06798559427261353, 0.049070317298173904, 0.053191497921943665, -0.000023669168513151817, 0.07545065879821777, -0.038053642958402634, 0.028454389423131943, -0.07452831417322159, 0.05759892612695694, 0.025485098361968994, 0.08810809999704361, 0.015077551826834679, -0.02133031375706196, -0.05087738111615181, 0.016302229836583138, 0.02424653246998787, -0.09444241970777512, -0.010134920477867126, -0.027178265154361725, -0.029875392094254494, 0.0443233959376812, -0.12709340453147888, 0.009290792047977448, -0.042376670986413956, 0.0433698333799839, 0.0077685103751719, -0.007374204229563475, -0.0187496617436409, 0.017983436584472656, 0.010629414580762386, -0.07709742337465286, -0.033195748925209045, 0.009208598174154758, -0.002946049440652132, -0.0032598907127976418, 0.020006457343697548, 0.0050832349807024, -0.013102852739393711, 0.0881117433309555, -0.006836077198386192, 0.040490031242370605, -0.028355970978736877, 0.061021171510219574, 0.017826149240136147, -0.10776843875646591, -0.001838522613979876, 0.0762205496430397, -0.007807155605405569, -0.017712829634547234, 0.0821794793009758, 0.0353972464799881, -0.06201649829745293, -0.07260826230049133, 0.018825644627213478, -0.010317445732653141, 0.02662900649011135, 0.016658082604408264, 0.005231308285146952, -0.09297182410955429, -0.0245040412992239, 0.007608366664499044, -0.03294876962900162, -0.12585633993148804, 0.033974505960941315, 0.016787564381957054, 0.07029110193252563, 0.02105002850294113, -0.005627165548503399, -0.038867540657520294, 0.12082792818546295, -0.0059099141508340836, 0.05580846220254898, -0.041150689125061035, 0.055977292358875275, -0.04308821260929108, -0.12007402628660202, -0.027494655922055244, -0.02084868773818016, 0.0015526489587500691, 0.05380554869771004, 0.03532515466213226, -0.00316943833604455, 0.09322930872440338, -0.040012601763010025, 0.005992178339511156, -0.0002761654322966933, 0.014605390839278698, 0.01189379207789898, -0.06918319314718246, 0.13419921696186066, 0.08210575580596924, 0.08492480218410492, 0.04712174832820892, -0.028546718880534172, 0.03445816785097122, 0.0494607612490654, 0.029300542548298836, 0.011267680674791336, -2.4463830069496807e-33, -0.01677696965634823, 0.010283021256327629, -0.002341164043173194, 0.03357890620827675, -0.08264628052711487, 0.07677271962165833, -0.02290618047118187, 0.09799982607364655, -0.0680963397026062, -0.00018263564561493695, -0.08815056830644608, 0.130332350730896, -0.03496258333325386, -0.04849236086010933, 0.002446376485750079, -0.05655420199036598, -0.047619231045246124, 0.039031751453876495, -0.037029165774583817, 0.013079238124191761, 0.021375281736254692, -0.012541316449642181, -0.039953093975782394, -0.0022083036601543427, -0.03592970222234726, -0.03895765170454979, 0.06693805009126663, -0.052838895469903946, -0.15892557799816132, -0.009358404204249382, -0.03158939629793167, 0.03554099425673485, 0.04361960291862488, 0.017807425931096077, 0.07668900489807129, 0.012185808271169662, 0.06570372730493546, 0.04742380231618881, -0.03469092771410942, -0.033203184604644775, -0.06649161130189896, 0.012080807238817215, 0.09138476848602295, -0.08752739429473877, -0.08062030375003815, -0.020161323249340057, -0.0007562483660876751, 0.007771756965667009, 0.07719668000936508, 0.006011440418660641, -0.04217962920665741, 0.047418151050806046, -0.03876041993498802, 0.02148056961596012, 0.037630271166563034, 0.06944026798009872, -0.033542465418577194, 0.03393061086535454, 0.010314273647964, -0.021483616903424263, -0.029701359570026398, 0.11303999274969101, 0.04609815031290054, 0.022213125601410866, -0.011797375977039337, -0.025590958073735237, 0.01798166334629059, 0.049975134432315826, 0.01926278881728649, 0.07450499385595322, 0.008035543374717236, 0.006284204311668873, -0.01831650733947754, -0.045367125421762466, 0.03302982077002525, -0.04488038271665573, 0.0014945779694244266, -0.007091522216796875, -0.07383425533771515, -0.014585315249860287, -0.012883016839623451, 0.004571426194161177, 0.06333789229393005, -0.03333846107125282, -0.057856135070323944, 0.02259090356528759, -0.05382011458277702, -0.08985036611557007, -0.04813326895236969, -0.03162109851837158, 0.019504018127918243, 0.0010354547994211316, -0.15429238975048065, -0.07406798750162125, -0.03202743083238602, -9.035759670187027e-34, -0.03105033002793789, -0.1274743378162384, 0.009314257651567459, 0.06226649507880211, 0.04033241793513298, -0.055492084473371506, -0.006414528004825115, 0.07003748416900635, 0.027820806950330734, -0.006830465979874134, 0.00937913078814745, -0.04567656293511391, -0.09235741943120956, -0.041984595358371735, 0.05915800482034683, 0.03108115866780281, -0.11421135812997818, 0.0028241679538041353, -0.006788396742194891, 0.0526462085545063, 0.0016073206206783652, -0.00548779871314764, 0.004861796740442514, 0.05212878808379173, -0.02864554151892662, -0.030921082943677902, 0.10286397486925125, -0.03966910019516945, -0.0457964725792408, -0.022235559299588203, -0.07155069708824158, -0.053412050008773804, -0.07204995304346085, 0.062088847160339355, -0.07268022000789642, -0.018024086952209473, 0.0046000974252820015, 0.02505718171596527, 0.029500536620616913, 0.05738837644457817, 0.07748285681009293, 0.0729525238275528, -0.017226001247763634, -0.003883293131366372, -0.015437650494277477, -0.003930094186216593, -0.01800934411585331, 0.05480428412556648, 0.07954619824886322, -0.018679235130548477, 0.0046995216980576515, -0.019626667723059654, -0.05073687434196472, 0.06027466058731079, -0.10446783155202866, -0.07884304225444794, -0.011352390050888062, -0.09374070167541504, -0.10985956341028214, -0.012169742956757545, -0.017386997118592262, 0.023630011826753616, -0.007340036332607269, -0.03379674255847931, 0.07989969849586487, -0.0682210847735405, -0.01849553920328617, 0.011694698594510555, -0.02056916430592537, -0.019822848960757256, 0.03872871398925781, -0.04624393582344055, 0.03982669860124588, 0.04461650177836418, 0.06427353620529175, -0.003818306839093566, -0.024393821135163307, -0.06776212155818939, 0.032930705696344376, -0.04409312829375267, -0.004524242132902145, 0.021994823589920998, 0.06415988504886627, 0.041754793375730515, -0.013215470127761364, 0.010193443857133389, 0.006684316322207451, 0.08661269396543503, -0.06979195028543472, -0.021982764825224876, 0.02895919233560562, 0.0033945105969905853, -0.042659059166908264, -0.02645144797861576, 0.05301151052117348, -4.946021192608896e-8, -0.09200792014598846, -0.035837650299072266, -0.06525008380413055, 0.014028340578079224, -0.08092325180768967, -0.03200220689177513, 0.032832272350788116, 0.028636179864406586, -0.026783352717757225, -0.052612029016017914, 0.05352146551012993, 0.03521468862891197, -0.09185392409563065, -0.03343619406223297, -0.04583475738763809, -0.016977941617369652, -0.018776623532176018, 0.00868762657046318, -0.0009941887110471725, -0.015187077224254608, 0.025617754086852074, 0.020442381501197815, -0.0202972199767828, 0.06775014847517014, 0.05774778872728348, 0.037668876349925995, 0.017462344840168953, 0.05807510018348694, 0.136196106672287, -0.028073672205209732, -0.0068370080552995205, 0.03461972624063492, -0.05251200124621391, -0.031350523233413696, -0.034750357270240784, 0.0698694959282875, 0.012394393794238567, -0.043826762586832047, -0.006227659061551094, 0.11233419179916382, -0.030956413596868515, 0.013012412004172802, -0.0627238005399704, 0.012126767076551914, 0.0060287234373390675, -0.04174046590924263, -0.12003126740455627, 0.01050598081201315, 0.09672574698925018, -0.06834498047828674, 0.042469337582588196, -0.05201857164502144, -0.04118042066693306, 0.03295406326651573, -0.0006082240724936128, -0.04093405231833458, 0.11217255890369415, 0.06081323325634003, -0.0007425711373798549, -0.020858312025666237, 0.042941588908433914, -0.028108129277825356, 0.0005131076322868466, 0.015043411403894424 ]
0.024453
[[docs-multi-get]] == Multi Get API Multi GET API allows to get multiple documents based on an index, type (optional) and id (and possibly routing). The response includes a `docs` array with all the fetched documents in order corresponding to the original multi-get request (if there was a failure for a specific get, an object containing this error is included in place in the response instead). The structure of a successful get is similar in structure to a document provided by the <> API. Here is an example: [source,js] -------------------------------------------------- GET /\_mget { "docs" : [ { "\_index" : "test", "\_type" : "\_doc", "\_id" : "1" }, { "\_index" : "test", "\_type" : "\_doc", "\_id" : "2" } ] } -------------------------------------------------- // CONSOLE The `mget` endpoint can also be used against an index (in which case it is not required in the body): [source,js] -------------------------------------------------- GET /test/\_mget { "docs" : [ { "\_type" : "\_doc", "\_id" : "1" }, { "\_type" : "\_doc", "\_id" : "2" } ] } -------------------------------------------------- // CONSOLE And type: [source,js] -------------------------------------------------- GET /test/type/\_mget { "docs" : [ { "\_id" : "1" }, { "\_id" : "2" } ] } -------------------------------------------------- //CONSOLE In which case, the `ids` element can directly be used to simplify the request: [source,js] -------------------------------------------------- GET /test/type/\_mget { "ids" : ["1", "2"] } -------------------------------------------------- // CONSOLE [float] [[mget-source-filtering]] === Source filtering By default, the `\_source` field will be returned for every document (if stored). Similar to the <> API, you can retrieve only parts of the `\_source` (or not at all) by using the `\_source` parameter. You can also use the url parameters `\_source`,`\_source\_include` & `\_source\_exclude` to specify defaults, which will be used when there are no per-document instructions. For example: [source,js] -------------------------------------------------- GET /\_mget { "docs" : [ { "\_index" : "test", "\_type" : "\_doc", "\_id" : "1", "\_source" : false }, { "\_index" : "test", "\_type" : "\_doc", "\_id" : "2", "\_source" : ["field3", "field4"] }, { "\_index" : "test", "\_type" : "\_doc", "\_id" : "3", "\_source" : { "include": ["user"], "exclude": ["user.location"] } } ] } -------------------------------------------------- // CONSOLE [float] [[mget-fields]] === Fields Specific stored fields can be specified to be retrieved per document to get, similar to the <> parameter of the Get API. For example: [source,js] -------------------------------------------------- GET /\_mget { "docs" : [ { "\_index" : "test", "\_type" : "\_doc", "\_id" : "1", "stored\_fields" : ["field1", "field2"] }, { "\_index" : "test", "\_type" : "\_doc", "\_id" : "2", "stored\_fields" : ["field3", "field4"] } ] } -------------------------------------------------- // CONSOLE Alternatively, you can specify the `stored\_fields` parameter in the query string as a default to be applied to all documents. [source,js] -------------------------------------------------- GET /test/type/\_mget?stored\_fields=field1,field2 { "docs" : [ { "\_id" : "1" <1> }, { "\_id" : "2", "stored\_fields" : ["field3", "field4"] <2> } ] } -------------------------------------------------- // CONSOLE <1> Returns `field1` and `field2` <2> Returns `field3` and `field4` [float] [[mget-routing]] === Routing You can also specify routing value as a parameter: [source,js] -------------------------------------------------- GET /\_mget?routing=key1 { "docs" : [ { "\_index" : "test", "\_type" : "\_doc", "\_id" : "1", "routing" : "key2" }, { "\_index" : "test", "\_type" : "\_doc", "\_id" : "2" } ] } -------------------------------------------------- // CONSOLE In this example, document `test/type/2` will be fetch from shard corresponding to routing key `key1` but document `test/type/1` will be fetch from shard corresponding to routing key `key2`. [float] [[mget-security]] === Security See <>
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/multi-get.asciidoc
6.2
elasticsearch-6-2
[ -0.0991809144616127, 0.09608754515647888, 0.05737115070223808, 0.08356384932994843, 0.03049750067293644, -0.02064177580177784, -0.06204996630549431, 0.03375981003046036, 0.10322694480419159, -0.046163976192474365, -0.07537049055099487, -0.010524924844503403, 0.04545431211590767, -0.00033755364711396396, 0.010783717967569828, 0.029234308749437332, -0.04605625942349434, 0.039489246904850006, -0.02407090738415718, 0.0044499957002699375, 0.02964472956955433, 0.12073629349470139, 0.02173764258623123, -0.023580050095915794, -0.054476890712976456, 0.029320118948817253, -0.15452538430690765, -0.09862552583217621, -0.012514546513557434, 0.06077137589454651, 0.11411155015230179, 0.010141992010176182, -0.15351252257823944, 0.008708544075489044, 0.005714074708521366, 0.0038550025783479214, 0.0173863023519516, -0.05806376412510872, 0.11774498224258423, 0.06339782476425171, 0.00892912968993187, 0.07288859039545059, -0.018614180386066437, -0.04293803870677948, -0.0020674315746873617, -0.07246789336204529, -0.04249010607600212, -0.027023181319236755, -0.03413666784763336, 0.04228902608156204, -0.10567855834960938, -0.04886821284890175, -0.026487568393349648, 0.03509132191538811, 0.0902966856956482, -0.00450555793941021, -0.10164844244718552, 0.10390118509531021, -0.03616258502006531, 0.00796570349484682, 0.045423828065395355, -0.11309447884559631, -0.03488750755786896, -0.004412531852722168, 0.0038083107210695744, 0.047942232340574265, -0.058879245072603226, -0.017731105908751488, -0.025928406044840813, -0.021893614903092384, -0.03076906129717827, -0.028678055852651596, 0.01549726352095604, -0.04741164669394493, 0.08951425552368164, 0.011779623106122017, 0.000748477119486779, -0.02938477322459221, 0.015046052634716034, -0.02583405375480652, -0.036748699843883514, -0.014521310105919838, 0.028252815827727318, 0.0010243075666949153, 0.009779050946235657, 0.0055785891599953175, -0.004968246445059776, -0.014533999375998974, 0.06172399967908859, -0.05354815348982811, -0.0709315612912178, -0.07846128940582275, 0.002711285138502717, 0.035038694739341736, 0.06955987215042114, 0.04520184174180031, 0.017414424568414688, -0.056147634983062744, 0.06495433300733566, 0.012319646775722504, 0.0387062206864357, -0.0009120238246396184, 0.07686208933591843, -0.07752148807048798, 0.06025952473282814, 0.018398582935333252, -0.05523179471492767, -0.012090535834431648, -0.06131645292043686, -0.04857167974114418, -0.0617990680038929, 0.09352244436740875, -0.049810633063316345, 0.025932133197784424, -0.08282027393579483, 0.02941097877919674, -0.017619166523218155, -0.018187159672379494, 0.006819990463554859, 0.06972503662109375, 0.0504644401371479, -0.011191140860319138, 0.10670381039381027, -0.015526077710092068, -0.01012954581528902, -0.00039001641562208533, 0.07105807214975357, -9.56180992256931e-34, 0.031518664211034775, -0.03591914474964142, 0.010226511396467686, 0.03169361129403114, 0.01982123777270317, 0.019349880516529083, 0.03217538818717003, 0.023797638714313507, -0.042570456862449646, -0.056329820305109024, -0.08687266707420349, 0.07082879543304443, -0.05427539348602295, -0.03177163377404213, -0.08468613028526306, 0.06218049302697182, -0.0183832049369812, 0.042237576097249985, 0.006439507007598877, 0.03001578524708748, 0.004747332073748112, 0.021529201418161392, 0.004518152680248022, 0.030575739219784737, 0.01753612421452999, -0.00025924693909473717, -0.0031664969865232706, -0.025214074179530144, -0.12237410247325897, -0.03256861865520477, 0.005899812560528517, 0.014211203902959824, 0.023473897948861122, -0.028190424665808678, 0.01851637102663517, 0.024511583149433136, -0.02383503131568432, 0.025588039308786392, -0.1094219759106636, 0.0008038743981160223, -0.04474020376801491, 0.01895587518811226, 0.05081285163760185, -0.03690264746546745, -0.03308780863881111, -0.00979558564722538, -0.08242076635360718, -0.04299163445830345, 0.027727186679840088, -0.010371262207627296, -0.07467794418334961, 0.053289733827114105, 0.035791218280792236, -0.004112410359084606, 0.061865195631980896, -0.09666170179843903, -0.048445843160152435, 0.1258394420146942, 0.02517578937113285, -0.04654805362224579, 0.03828916698694229, -0.009868636727333069, -0.016467977315187454, 0.009484661743044853, -0.0017473675543442369, 0.00246440595947206, -0.015116198919713497, 0.10363860428333282, 0.022705310955643654, 0.02533579431474209, 0.026282628998160362, 0.04199457913637161, -0.014460355043411255, -0.04665571078658104, 0.03186861425638199, -0.10754712671041489, -0.030421219766139984, -0.0467953197658062, 0.02815856970846653, -0.02822127565741539, -0.03260961174964905, -0.007013073656708002, -0.002035360084846616, 0.026940515264868736, -0.040293678641319275, 0.16898059844970703, -0.03765420615673065, -0.06168299913406372, -0.010743922553956509, -0.01553358044475317, 0.020091550424695015, 0.01890096254646778, -0.11313323676586151, -0.11745112389326096, 0.0731753334403038, -1.4368525709226649e-33, 0.0671025812625885, -0.09040072560310364, -0.03259526938199997, 0.010763903148472309, -0.005303417332470417, -0.0052858074195683, 0.0861014872789383, 0.04124518856406212, 0.025594882667064667, 0.06413253396749496, 0.054561760276556015, -0.04170302674174309, 0.011050800792872906, -0.03085547499358654, 0.003883322700858116, 0.007451213430613279, -0.03701992332935333, -0.08823564648628235, 0.07197635620832443, 0.03431283310055733, 0.052607130259275436, -0.007572443224489689, -0.003508525202050805, 0.05561411380767822, -0.026741301640868187, -0.019058028236031532, -0.09565779566764832, -0.06115516647696495, -0.09148551523685455, -0.009964070282876492, 0.01997176557779312, -0.027303451672196388, -0.041676536202430725, 0.08286740630865097, 0.04207620024681091, -0.009109552949666977, -0.0172381903976202, 0.12171244621276855, 0.004053245298564434, 0.029490547254681587, -0.0020772654097527266, -0.02452939748764038, 0.013560463674366474, 0.06393548846244812, 0.021026307716965675, -0.0117198396474123, 0.0063355122692883015, 0.07138120383024216, -0.025619909167289734, -0.019710833206772804, 0.008347190916538239, -0.030922245234251022, -0.03241974860429764, 0.0018012885702773929, -0.008398395031690598, -0.06952924281358719, -0.033280517905950546, -0.10260602086782455, -0.0321120023727417, 0.034442298114299774, -0.0021246783435344696, -0.0103294150903821, -0.0590830072760582, 0.05558536946773529, 0.016440339386463165, -0.07275509834289551, -0.07707464694976807, -0.05974815413355827, -0.03144453093409538, 0.024958116933703423, 0.007159076165407896, -0.04393666610121727, 0.05798983946442604, 0.0022621294483542442, 0.1105898767709732, 0.01719614863395691, 0.00015061897283885628, -0.06705904006958008, 0.026659945026040077, 0.012929921969771385, -0.038984693586826324, 0.034282080829143524, 0.027464957907795906, 0.10362614691257477, 0.04013720154762268, -0.03267533704638481, 0.014808030799031258, 0.04654548689723015, -0.025240657851099968, -0.001995396800339222, 0.02884313464164734, 0.030121564865112305, -0.004885534290224314, -0.03879767283797264, 0.055623944848775864, -4.823001020781703e-8, -0.061892278492450714, 0.015632806345820427, -0.08844878524541855, -0.018229160457849503, -0.057721253484487534, 0.03820038214325905, -0.011110728606581688, 0.09286770969629288, -0.023312266916036606, -0.03867214173078537, 0.02481909468770027, -0.008877233602106571, -0.01095983013510704, -0.015466032549738884, -0.04850185289978981, -0.0452251136302948, 0.04277448728680611, 0.03529366850852966, -0.025115888565778732, 0.020191937685012817, 0.010475286282598972, -0.05505302920937538, 0.09818175435066223, -0.05934519320726395, 0.09441392123699188, 0.04239397868514061, 0.026833437383174896, 0.013541597872972488, 0.00617427472025156, -0.0664578452706337, -0.06427500396966934, -0.026691453531384468, -0.0480550080537796, 0.03252686932682991, 0.005784945096820593, 0.09145135432481766, 0.05210249498486519, 0.060674186795949936, -0.049090974032878876, -0.029477400705218315, 0.020650004968047142, -0.001079356879927218, -0.023378554731607437, 0.043309714645147324, 0.051128145307302475, 0.014385239221155643, -0.029058294370770454, -0.029470916837453842, 0.07802639901638031, -0.04169652983546257, -0.006799106486141682, -0.11521592736244202, 0.064822718501091, 0.06529232114553452, -0.07385437190532684, -0.07461807876825333, 0.015599568374454975, -0.02525930292904377, 0.039501871913671494, -0.03015313111245632, 0.05655275657773018, 0.02029670961201191, 0.047723617404699326, 0.04392974451184273 ]
0.076181
from shard corresponding to routing key `key2`. [float] [[mget-security]] === Security See <>
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/multi-get.asciidoc
6.2
elasticsearch-6-2
[ 0.01763193868100643, 0.03730631247162819, -0.07911507785320282, 0.039556171745061874, -0.015143861062824726, -0.08642660081386566, 0.05252991244196892, -0.028355948626995087, -0.03488941863179207, -0.016218531876802444, 0.03338852897286415, 0.010478385724127293, 0.1088394820690155, -0.06009297072887421, -0.022408615797758102, 0.04754919558763504, -0.06810682266950607, 0.022494830191135406, -0.010310904122889042, -0.0343875028192997, 0.0339975468814373, -0.04845112934708595, 0.04266301542520523, 0.011097053065896034, -0.044030576944351196, -0.03042607009410858, 0.10388490557670593, 0.06185518577694893, 0.010971751995384693, -0.022962674498558044, 0.08243820816278458, -0.04284214228391647, -0.1275857836008072, 0.040293119847774506, -0.016088226810097694, 0.05522674694657326, 0.06907935440540314, 0.04400810971856117, -0.014307800680398941, -0.0955609530210495, 0.04963230714201927, -0.012629484757781029, 0.01335895899683237, -0.03447620943188667, -0.026675427332520485, 0.007495130877941847, -0.018853474408388138, -0.006595843471586704, 0.05421913042664528, 0.0336519218981266, -0.030948488041758537, -0.010541457682847977, -0.05559525266289711, 0.004560327157378197, -0.007248776964843273, 0.01655554212629795, -0.09736132621765137, 0.012013514526188374, 0.04560065641999245, -0.09894218295812607, 0.01980610005557537, 0.006067677866667509, 0.011341316625475883, -0.003130678553134203, -0.005943350028246641, -0.009073224849998951, -0.04161527752876282, -0.05597854405641556, -0.031718216836452484, 0.018814610317349434, -0.049142420291900635, -0.08444494754076004, -0.07453378289937973, -0.06890960037708282, 0.02618788182735443, 0.04876840114593506, -0.05734774097800255, -0.035369060933589935, 0.042715225368738174, 0.03877336531877518, -0.019496798515319824, -0.06101686879992485, 0.05116358771920204, 0.0826747715473175, 0.0686149075627327, -0.015646476298570633, -0.03114539384841919, -0.013805076479911804, 0.036344014108181, 0.01322821993380785, 0.01447636540979147, 0.03974544629454613, 0.06120218336582184, 0.05538056790828705, 0.07985984534025192, 0.006592847406864166, 0.006323935929685831, 0.03022140823304653, -0.02563885599374771, 0.05258476734161377, -0.04569225385785103, -0.06422049552202225, -0.07763493806123734, -0.008154275827109814, 0.06079169735312462, 0.0605660118162632, 0.06228316202759743, -0.0027574545238167048, -0.007449938915669918, -0.02340993843972683, -0.011108754202723503, 0.014476398937404156, -0.013947058469057083, -0.0040434482507407665, -0.028033500537276268, 0.10886136442422867, -0.021508008241653442, 0.028999047353863716, -0.03048495203256607, 0.022992020472884178, 0.011203772388398647, -0.020462462678551674, 0.005471685901284218, -0.017920343205332756, -0.09953217953443527, -0.07038912922143936, -0.033385198563337326, 4.188273515010348e-34, -0.0571761392056942, 0.00553344888612628, 0.02410658448934555, -0.054496124386787415, 0.013775577768683434, 0.0529630072414875, -0.005635361187160015, -0.04670054465532303, -0.0587548166513443, 0.022099900990724564, -0.1250714808702469, 0.012074361555278301, -0.01589275151491165, -0.07810530811548233, -0.018602456897497177, -0.06826306134462357, 0.05176554247736931, 0.08222155272960663, 0.061599068343639374, -0.031176254153251648, -0.019754275679588318, 0.026618370786309242, 0.046155497431755066, -0.059508781880140305, 0.08761177957057953, 0.04264051094651222, -0.056018199771642685, -0.05108831077814102, 0.05438121035695076, 0.031203867867588997, 0.0208339411765337, 0.011872204020619392, -0.022554179653525352, -0.001408773590810597, -0.01717674918472767, -0.01277044415473938, 0.06702933460474014, -0.03872663900256157, -0.042078807950019836, -0.09718213230371475, 0.01857498474419117, -0.08063316345214844, 0.07231467217206955, -0.017144763842225075, -0.11344338208436966, -0.04136284813284874, -0.04897741228342056, 0.07962334156036377, 0.043671756982803345, 0.05796913802623749, -0.06454360485076904, 0.023582886904478073, -0.0645735040307045, 0.0005534507799893618, -0.027870457619428635, -0.13982060551643372, -0.07341396063566208, 0.07045645266771317, -0.01054553035646677, 0.05399302393198013, -0.01627778634428978, 0.08771497756242752, 0.02926306240260601, 0.020521383732557297, 0.000055425083701265976, 0.026830628514289856, 0.0032973617780953646, 0.060346510261297226, 0.02618049457669258, 0.029985422268509865, -0.061838049441576004, 0.08064738661050797, 0.0571758933365345, 0.07394406944513321, -0.06118528172373772, -0.07954724878072739, -0.03148564323782921, -0.08342035114765167, 0.026249844580888748, -0.0054574464447796345, -0.0506126843392849, 0.032929446548223495, -0.05986230820417404, -0.016068510711193085, -0.006543643772602081, 0.037961527705192566, -0.049618594348430634, -0.07591700553894043, -0.025907276198267937, 0.047875478863716125, -0.11481780558824539, -0.003892485750839114, -0.02901110053062439, 0.007698465138673782, -0.019186900928616524, -2.0433025043038643e-33, -0.0012999898754060268, 0.021491307765245438, -0.002277052728459239, 0.04848320782184601, -0.04961362108588219, 0.019593393430113792, 0.1338951289653778, -0.06088445708155632, 0.024682868272066116, 0.042399514466524124, 0.024589722976088524, -0.015228954143822193, 0.07027354091405869, -0.09551489353179932, 0.07290089130401611, -0.046428583562374115, -0.043734051287174225, 0.060042526572942734, 0.05427676811814308, -0.04306966811418533, -0.05979249253869057, 0.05262845382094383, -0.06798942387104034, 0.043237753212451935, -0.022926146164536476, 0.05660025030374527, 0.0867496207356453, 0.03295142203569412, -0.03314809873700142, 0.08701424300670624, 0.014388068579137325, 0.07548550516366959, -0.012514874339103699, -0.029899856075644493, -0.04976656660437584, -0.007344825658947229, 0.033957336097955704, 0.0505073145031929, 0.05302773788571358, 0.003763191169127822, 0.056171320378780365, -0.01899527758359909, 0.03210766613483429, 0.06519889086484909, -0.038576390594244, 0.0010663976427167654, 0.10368457436561584, 0.07867172360420227, 0.01824122667312622, -0.06706121563911438, 0.07538043707609177, -0.061135727912187576, 0.03570893034338951, 0.054681047797203064, 0.035757288336753845, 0.10069599747657776, -0.049855027347803116, 0.049644794315099716, -0.02369837835431099, 0.002454723697155714, 0.04126814380288124, -0.08340303599834442, 0.06629731506109238, 0.07863414287567139, 0.06892909109592438, -0.0040092165581882, -0.07313517481088638, -0.03207341581583023, -0.036527764052152634, 0.0016778779681771994, 0.021923955529928207, -0.012645536102354527, 0.08883998543024063, 0.040285613387823105, 0.08855848014354706, -0.05423520877957344, -0.01461520604789257, 0.023325888440012932, 0.0380697175860405, 0.007545416709035635, 0.054785288870334625, 0.044350169599056244, -0.01674853451550007, -0.057215508073568344, 0.03755498304963112, -0.10344132781028748, 0.02218599244952202, 0.06045413017272949, -0.019664140418171883, -0.016791459172964096, -0.07126544415950775, -0.0027461170684546232, -0.006973914802074432, -0.03730892390012741, 0.035963669419288635, -2.497493412079166e-8, -0.019371485337615013, 0.0179821215569973, 0.041874028742313385, -0.03700903803110123, -0.009021911770105362, 0.08762749284505844, -0.046548064798116684, -0.05213117599487305, -0.05072890594601631, -0.03573722764849663, -0.034319981932640076, -0.0017576325917616487, 0.0025901130866259336, -0.057839035987854004, -0.08273845911026001, 0.021850723773241043, -0.009201068431138992, 0.02974673919379711, 0.015820076689124107, -0.09884677082300186, -0.02390269748866558, -0.12289711087942123, 0.013712330721318722, 0.03937295824289322, -0.011434265412390232, 0.019130174070596695, -0.03711917623877525, -0.002616082550957799, 0.03156311810016632, 0.1238502487540245, -0.06497078388929367, -0.08338412642478943, 0.05987716093659401, -0.01643148437142372, -0.06562922149896622, 0.09886574000120163, -0.07212991267442703, 0.06006200984120369, 0.03332079201936722, -0.00699883745983243, -0.08478553593158722, 0.02845836617052555, 0.039194200187921524, -0.012639500200748444, -0.0660385712981224, 0.05727509409189224, 0.008711032569408417, 0.11649642884731293, -0.02829485386610031, 0.08131337910890579, 0.06036408618092537, -0.043637778609991074, 0.04221077635884285, -0.0014297835296019912, -0.024740925058722496, -0.008089232258498669, 0.0094577232375741, -0.0584830716252327, 0.06123294681310654, 0.010011953301727772, -0.0031137471087276936, 0.028238989412784576, -0.04368453100323677, -0.03492167592048645 ]
0.014259
[[docs-replication]] == Reading and Writing documents [float] === Introduction Each index in Elasticsearch is <> and each shard can have multiple copies. These copies are known as a \_replication group\_ and must be kept in sync when documents are added or removed. If we fail to do so, reading from one copy will result in very different results than reading from another. The process of keeping the shard copies in sync and serving reads from them is what we call the \_data replication model\_. Elasticsearch’s data replication model is based on the \_primary-backup model\_ and is described very well in the https://www.microsoft.com/en-us/research/publication/pacifica-replication-in-log-based-distributed-storage-systems/[PacificA paper] of Microsoft Research. That model is based on having a single copy from the replication group that acts as the primary shard. The other copies are called \_replica shards\_. The primary serves as the main entry point for all indexing operations. It is in charge of validating them and making sure they are correct. Once an index operation has been accepted by the primary, the primary is also responsible for replicating the operation to the other copies. This purpose of this section is to give a high level overview of the Elasticsearch replication model and discuss the implications it has for various interactions between write and read operations. [float] === Basic write model Every indexing operation in Elasticsearch is first resolved to a replication group using <>, typically based on the document ID. Once the replication group has been determined, the operation is forwarded internally to the current \_primary shard\_ of the group. The primary shard is responsible for validating the operation and forwarding it to the other replicas. Since replicas can be offline, the primary is not required to replicate to all replicas. Instead, Elasticsearch maintains a list of shard copies that should receive the operation. This list is called the \_in-sync copies\_ and is maintained by the master node. As the name implies, these are the set of "good" shard copies that are guaranteed to have processed all of the index and delete operations that have been acknowledged to the user. The primary is responsible for maintaining this invariant and thus has to replicate all operations to each copy in this set. The primary shard follows this basic flow: . Validate incoming operation and reject it if structurally invalid (Example: have an object field where a number is expected) . Execute the operation locally i.e. indexing or deleting the relevant document. This will also validate the content of fields and reject if needed (Example: a keyword value is too long for indexing in Lucene). . Forward the operation to each replica in the current in-sync copies set. If there are multiple replicas, this is done in parallel. . Once all replicas have successfully performed the operation and responded to the primary, the primary acknowledges the successful completion of the request to the client. [float] ==== Failure handling Many things can go wrong during indexing -- disks can get corrupted, nodes can be disconnected from each other, or some configuration mistake could cause an operation to fail on a replica despite it being successful on the primary. These are infrequent but the primary has to respond to them. In the case that the primary itself fails, the node hosting the primary will send a message to the master about it. The indexing operation will wait (up to 1 minute, by <>) for the master to promote one of the replicas to be a new primary. The operation will then be forwarded to the new primary for processing. Note that the master also monitors the health of
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/data-replication.asciidoc
6.2
elasticsearch-6-2
[ -0.018732523545622826, -0.03210502117872238, 0.014921411871910095, 0.05128271132707596, -0.013459363952279091, -0.03315064311027527, -0.054429203271865845, -0.06704305112361908, 0.12250760942697525, 0.039187151938676834, -0.008521877229213715, 0.10963448882102966, 0.09729280322790146, -0.02905808389186859, -0.09072687476873398, -0.0669221356511116, -0.05296027660369873, -0.033505965024232864, -0.10876280069351196, 0.049384038895368576, 0.04986371472477913, -0.005873984191566706, -0.03762822598218918, 0.037051789462566376, -0.05702713504433632, 0.008939824998378754, -0.06144706532359123, -0.0436469167470932, 0.02048286609351635, -0.030666731297969818, -0.03868233412504196, -0.04949003830552101, 0.0034610771108418703, 0.07795345038175583, -0.048073697835206985, 0.04775484278798103, 0.008304057642817497, -0.09314892441034317, -0.047631144523620605, 0.00728702312335372, 0.04665342718362808, -0.029622100293636322, -0.08673783391714096, -0.035851702094078064, -0.031122928485274315, -0.031119490042328835, -0.009022938087582588, 0.03275538235902786, -0.056609127670526505, 0.04803790524601936, -0.05511389300227165, -0.0473552830517292, -0.044630445539951324, 0.08120706677436829, 0.021857881918549538, 0.034075893461704254, -0.02474650926887989, -0.01954469084739685, 0.012942316941916943, -0.03326299414038658, 0.15406689047813416, 0.02757049910724163, -0.0626208633184433, 0.016582541167736053, 0.10311252623796463, -0.03340483829379082, 0.10484154522418976, 0.013287191279232502, 0.04206376150250435, -0.026245564222335815, -0.011588213965296745, 0.025570062920451164, -0.031551141291856766, 0.055787064135074615, 0.0634457990527153, -0.0013990390580147505, 0.003767322516068816, 0.032616812735795975, 0.04936584457755089, 0.020730679854750633, -0.07881186157464981, -0.051901206374168396, 0.035225823521614075, -0.008286378346383572, -0.07006457448005676, -0.13366760313510895, 0.02662302367389202, -0.03963904455304146, 0.044694043695926666, -0.02950708381831646, 0.027814947068691254, 0.0222824364900589, 0.04049713909626007, -0.042228277772665024, 0.04449092969298363, 0.04389241337776184, 0.01682092435657978, 0.13897839188575745, 0.11890808492898941, -0.0455138236284256, 0.03507417067885399, 0.00048602011520415545, 0.07142923772335052, -0.007595310918986797, -0.0024726614356040955, -0.11542908847332001, -0.06075441464781761, -0.0237270575016737, -0.034615978598594666, -0.013639952056109905, 0.025951948016881943, 0.036167047917842865, 0.009249706752598286, 0.05582701042294502, 0.0028674828354269266, 0.05872926861047745, -0.019497014582157135, -0.040015753358602524, -0.03360734134912491, 0.04070916771888733, 0.043605875223875046, -0.0039513008669018745, 0.11234187334775925, -0.05377852916717529, -0.04298776760697365, 0.019723905250430107, -0.04408915340900421, 3.539267288216024e-33, 0.05468051880598068, 0.020058047026395798, 0.011249489150941372, -0.026423942297697067, 0.0050682565197348595, 0.0384233333170414, -0.012530128471553326, 0.03136282041668892, -0.08583875000476837, -0.0482226237654686, -0.06961333751678467, 0.1179332286119461, 0.009898423217236996, 0.03495652228593826, -0.05459738150238991, -0.021898966282606125, 0.017974400892853737, 0.0917932391166687, -0.009509498253464699, 0.007651737425476313, 0.10205994546413422, 0.04013117402791977, -0.003308444982394576, -0.029549885541200638, -0.04231804609298706, 0.014809095300734043, -0.01799330674111843, -0.07041294872760773, -0.041786618530750275, 0.014411468990147114, -0.010158507153391838, 0.006941224914044142, 0.013827565126121044, 0.0023984983563423157, 0.007667708210647106, 0.03494465351104736, 0.03146808594465256, -0.037608567625284195, 0.0026805035304278135, -0.05288069322705269, 0.07094621658325195, -0.014340098015964031, 0.03563885763287544, -0.04215123876929283, -0.051380470395088196, -0.027537919580936432, -0.04113372787833214, -0.0074162790551781654, 0.02197718620300293, -0.02504558488726616, 0.01933959126472473, 0.015785062685608864, 0.0143565209582448, -0.05498595908284187, 0.009962893091142178, 0.02157565951347351, 0.025127215310931206, -0.04695335403084755, -0.05840127170085907, 0.05307738110423088, 0.033669933676719666, -0.010531662032008171, 0.06493666768074036, 0.11979860067367554, 0.06030907481908798, 0.07167191058397293, 0.031110694631934166, -0.01289602555334568, 0.0698973685503006, 0.05031829699873924, 0.0005361674120649695, -0.014191915281116962, -0.020067518576979637, -0.0428524911403656, -0.010842101648449898, -0.09198687970638275, -0.08124551922082901, -0.056931234896183014, -0.06364531069993973, 0.04296788573265076, -0.14000296592712402, -0.012713106349110603, -0.08418276906013489, -0.035851769149303436, -0.14311006665229797, 0.033644236624240875, 0.03622137010097504, -0.025706574320793152, -0.032647814601659775, -0.08847301453351974, 0.03287631273269653, -0.006303935311734676, -0.02045845240354538, -0.0671345517039299, 0.04271388053894043, -5.426005516262876e-33, -0.0072135645896196365, -0.10703956335783005, 0.013910768553614616, 0.0805063545703888, -0.02264798991382122, -0.007679032627493143, -0.004727350082248449, -0.013225862756371498, -0.04259343445301056, -0.07349368929862976, 0.01736869476735592, -0.07460854947566986, 0.010666418820619583, 0.04585086554288864, -0.09984821081161499, 0.022163337096571922, 0.057384416460990906, -0.1262020617723465, 0.006191421765834093, -0.027502505108714104, 0.0007401152397505939, -0.043134696781635284, -0.02163921669125557, 0.13407056033611298, -0.007266893517225981, -0.06769122183322906, -0.023473117500543594, -0.045762259513139725, 0.020066527649760246, -0.044454727321863174, 0.019667917862534523, -0.027604486793279648, 0.048609498888254166, -0.046153053641319275, -0.09613566100597382, 0.056431859731674194, 0.004785951692610979, -0.005219452083110809, -0.012338914908468723, 0.01787162944674492, 0.056216154247522354, 0.030372807756066322, -0.0014116002712398767, -0.03796261548995972, 0.00407486641779542, -0.0022028395906090736, -0.04443209990859032, 0.06886523216962814, -0.003698066808283329, -0.04928986355662346, 0.03669257089495659, -0.043518561869859695, 0.017702767625451088, 0.041322655975818634, -0.0010929489508271217, 0.0748743787407875, -0.09232073277235031, 0.10617715865373611, -0.08399737626314163, 0.06420490890741348, 0.035113632678985596, 0.016958022490143776, -0.0909174382686615, 0.03185758367180824, -0.0467534102499485, 0.010340966284275055, 0.015609147027134895, -0.09286010265350342, -0.041052401065826416, -0.028549298644065857, 0.007262594532221556, -0.02837844379246235, 0.04474987834692001, 0.0040417383424937725, 0.06840918958187103, -0.03658675029873848, -0.019567767158150673, -0.03584834933280945, -0.016063252463936806, 0.020336288958787918, -0.09735793620347977, 0.08247774839401245, -0.005764766596257687, 0.06748247146606445, -0.014216918498277664, -0.058200135827064514, 0.05133175104856491, 0.06493965536355972, -0.07547540962696075, 0.04479163512587547, -0.03072189912199974, -0.027442267164587975, -0.15333566069602966, 0.0019230812322348356, -0.02655918151140213, -4.9904734567007836e-8, 0.0007604962447658181, 0.03904559090733528, 0.006018191576004028, 0.048663701862096786, 0.004166108556091785, -0.02445041947066784, 0.061205510050058365, 0.015177431516349316, -0.031993746757507324, -0.00004688530680141412, 0.015711944550275803, -0.036636363714933395, -0.046192992478609085, -0.026776790618896484, 0.04173436760902405, 0.032223641872406006, 0.0626121237874031, -0.03194807842373848, -0.02284841239452362, -0.011157185770571232, -0.006637155544012785, 0.016372988000512123, 0.024276532232761383, 0.012255511246621609, 0.06545000523328781, 0.09386565536260605, 0.037293821573257446, 0.03461466729640961, 0.021680442616343498, 0.02677818574011326, 0.05722172558307648, -0.03360912576317787, 0.05662263184785843, -0.0018176917219534516, -0.04115269333124161, 0.061364106833934784, 0.008406035602092743, 0.04245462268590927, -0.04253946617245674, 0.05794790759682655, 0.08001993596553802, -0.009361148811876774, -0.01734175533056259, 0.04226481541991234, 0.026234695687890053, 0.0014581670984625816, -0.07159813493490219, 0.049260806292295456, 0.032658617943525314, -0.017301330342888832, -0.022724252194166183, -0.03994465991854668, 0.022051144391298294, 0.0635794997215271, -0.011532417498528957, 0.0033631385304033756, 0.02622247114777565, 0.0041704317554831505, 0.10348500311374664, 0.0635405108332634, 0.11974029242992401, -0.03496474772691727, 0.0026318542659282684, -0.04978517070412636 ]
0.131262
the master about it. The indexing operation will wait (up to 1 minute, by <>) for the master to promote one of the replicas to be a new primary. The operation will then be forwarded to the new primary for processing. Note that the master also monitors the health of the nodes and may decide to proactively demote a primary. This typically happens when the node holding the primary is isolated from the cluster by a networking issue. See <> for more details. Once the operation has been successfully performed on the primary, the primary has to deal with potential failures when executing it on the replica shards. This may be caused by an actual failure on the replica or due to a network issue preventing the operation from reaching the replica (or preventing the replica from responding). All of these share the same end result: a replica which is part of the in-sync replica set misses an operation that is about to be acknowledged. In order to avoid violating the invariant, the primary sends a message to the master requesting that the problematic shard be removed from the in-sync replica set. Only once removal of the shard has been acknowledged by the master does the primary acknowledge the operation. Note that the master will also instruct another node to start building a new shard copy in order to restore the system to a healthy state. [[demoted-primary]] While forwarding an operation to the replicas, the primary will use the replicas to validate that it is still the active primary. If the primary has been isolated due to a network partition (or a long GC) it may continue to process incoming indexing operations before realising that it has been demoted. Operations that come from a stale primary will be rejected by the replicas. When the primary receives a response from the replica rejecting its request because it is no longer the primary then it will reach out to the master and will learn that it has been replaced. The operation is then routed to the new primary. .What happens if there are no replicas? \*\*\*\*\*\*\*\*\*\*\*\* This is a valid scenario that can happen due to index configuration or simply because all the replicas have failed. In that case the primary is processing operations without any external validation, which may seem problematic. On the other hand, the primary cannot fail other shards on its own but request the master to do so on its behalf. This means that the master knows that the primary is the only single good copy. We are therefore guaranteed that the master will not promote any other (out-of-date) shard copy to be a new primary and that any operation indexed into the primary will not be lost. Of course, since at that point we are running with only single copy of the data, physical hardware issues can cause data loss. See <> for some mitigation options. \*\*\*\*\*\*\*\*\*\*\*\* [float] === Basic read model Reads in Elasticsearch can be very lightweight lookups by ID or a heavy search request with complex aggregations that take non-trivial CPU power. One of the beauties of the primary-backup model is that it keeps all shard copies identical (with the exception of in-flight operations). As such, a single in-sync copy is sufficient to serve read requests. When a read request is received by a node, that node is responsible for forwarding it to the nodes that hold the relevant shards, collating the responses, and responding to the client. We call that node the \_coordinating node\_ for that request. The basic flow is as follows:
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/data-replication.asciidoc
6.2
elasticsearch-6-2
[ -0.04497778043150902, -0.024189481511712074, 0.07732139527797699, 0.03197242319583893, 0.051042694598436356, -0.0646698996424675, -0.0789870098233223, -0.08670344948768616, 0.09527857601642609, 0.020730089396238327, -0.005619412288069725, 0.061574459075927734, 0.038350194692611694, -0.07801464945077896, -0.08509756624698639, -0.021951988339424133, 0.03128615394234657, -0.042966101318597794, -0.051129452884197235, 0.04113882780075073, -0.044973477721214294, -0.09199323505163193, -0.0012362560955807567, 0.02950199320912361, -0.07078888267278671, 0.003067660378292203, -0.03852083534002304, -0.04947739094495773, 0.013334400951862335, -0.04560137540102005, -0.04795445501804352, -0.01016565877944231, 0.011320574209094048, 0.039668284356594086, -0.012669725343585014, 0.13063344359397888, 0.023860208690166473, -0.06351318955421448, -0.023197641596198082, -0.07179725170135498, 0.08574259281158447, -0.03815307840704918, -0.0975579097867012, -0.000783390598371625, -0.0014499265234917402, 0.032699257135391235, -0.05473849177360535, 0.047293320298194885, -0.03124788962304592, -0.06879794597625732, -0.04231894761323929, -0.031972963362932205, 0.0363897942006588, 0.06152693182229996, 0.013132636435329914, 0.0885634794831276, 0.020633412525057793, -0.003435382852330804, 0.056937139481306076, 0.0013254701625555754, 0.10407602787017822, -0.02045903541147709, -0.057095956057310104, -0.025618931278586388, 0.12217916548252106, -0.024910707026720047, 0.14730408787727356, 0.002880746265873313, -0.005026538390666246, -0.00319822714664042, 0.07917597144842148, 0.01867830753326416, -0.023140529170632362, 0.043869148939847946, -0.0018645832315087318, 0.028007835149765015, -0.022920921444892883, -0.013083321042358875, 0.010415023192763329, -0.0046769543550908566, -0.051447004079818726, -0.03587577864527702, 0.06582235544919968, -0.03669382259249687, -0.018636785447597504, -0.06749115139245987, -0.06443215161561966, -0.023494578897953033, 0.0619947649538517, 0.045910995453596115, -0.009131920523941517, 0.03190122917294502, 0.026774302124977112, -0.04165537655353546, 0.10994020104408264, 0.039137884974479675, 0.0042023807764053345, 0.12375468015670776, 0.0408397801220417, -0.0045531140640378, 0.017412899062037468, 0.024304000660777092, -0.03222787380218506, -0.0013106304686516523, 0.01541065238416195, -0.029510002583265305, -0.050718504935503006, -0.01835767924785614, -0.004937127232551575, -0.009963950142264366, 0.07693301886320114, -0.030268214643001556, 0.07602293789386749, 0.02971738390624523, -0.06353787332773209, 0.1437087208032608, 0.03437713533639908, -0.01957995444536209, -0.04532615467905998, -0.007403997238725424, 0.02837970294058323, -0.026957334950566292, 0.08073139190673828, -0.05811840295791626, -0.059564266353845596, 0.018654247745871544, -0.054189570248126984, 2.303188509565333e-33, 0.0637778639793396, -0.041697993874549866, 0.0553150549530983, -0.08358777314424515, -0.012134235352277756, 0.014237428084015846, -0.05676404759287834, -0.053891636431217194, -0.04474363476037979, -0.07789252698421478, -0.04610495641827583, 0.01904517225921154, 0.02889605611562729, -0.0396571010351181, -0.06921030580997467, -0.10735471546649933, 0.10649055242538452, 0.12119396775960922, -0.02587016113102436, -0.004769318271428347, 0.05773007124662399, -0.00429580919444561, -0.03208254277706146, -0.0015014739474281669, -0.08041425049304962, 0.06417858600616455, -0.0381472185254097, -0.05267820134758949, -0.00015974140842445195, 0.03568712994456291, -0.023745566606521606, 0.03181903436779976, 0.007613230962306261, 0.03437180072069168, -0.051128827035427094, -0.022510632872581482, 0.049459535628557205, -0.0257541723549366, -0.005964915733784437, -0.113852359354496, 0.010240955278277397, 0.023317117244005203, 0.04168371111154556, 0.018411198630928993, -0.0969780907034874, 0.014466090127825737, 0.012975397519767284, 0.010770533233880997, 0.00603014649823308, 0.023623986169695854, 0.061357058584690094, 0.005677028093487024, -0.008037378080189228, -0.07236361503601074, -0.03818744048476219, 0.08050025999546051, 0.07280965149402618, -0.08577568084001541, -0.01778777688741684, 0.08132524788379669, 0.06020963937044144, -0.03785821050405502, -0.054549720138311386, 0.09738390892744064, 0.015843698754906654, 0.02530493587255478, 0.017321042716503143, -0.017079977318644524, 0.0023360783234238625, 0.0870724618434906, -0.0388980470597744, 0.05211843550205231, -0.018619664013385773, -0.04984719306230545, 0.04441436752676964, -0.0635269433259964, -0.058781471103429794, -0.04079333320260048, -0.12005113065242767, -0.009165193885564804, -0.06064759939908981, 0.016964418813586235, -0.08330302685499191, -0.04697655141353607, -0.03913988545536995, 0.029115894809365273, -0.015228746458888054, 0.0017378887860104442, -0.0167909674346447, -0.02133861370384693, 0.0566863976418972, 0.00017052271869033575, -0.018637044355273247, 0.0422426201403141, -0.010340116918087006, -3.7388074542681075e-33, 0.008291921578347683, -0.1042231097817421, 0.04649794474244118, 0.047894421964883804, 0.06005749851465225, 0.0046122632920742035, -0.027010958641767502, -0.002445455174893141, -0.02866891212761402, -0.0616915225982666, -0.01840825192630291, -0.06004305183887482, -0.02296752855181694, 0.08903016895055771, -0.079103484749794, 0.03156745061278343, 0.08206439018249512, -0.0392477810382843, 0.02414037100970745, 0.003294548485428095, 0.04850607365369797, -0.024167504161596298, 0.0007759350119158626, 0.061081767082214355, -0.03375982865691185, 0.03204387053847313, -0.03738770633935928, -0.02961055375635624, 0.05635737255215645, -0.00859472993761301, 0.046886783093214035, 0.023672806099057198, -0.009489107877016068, -0.00168836850207299, 0.014021598733961582, 0.0835869088768959, -0.07313834875822067, -0.021375074982643127, -0.01814419962465763, 0.018975256010890007, 0.051995519548654556, -0.016057351604104042, -0.05882454290986061, 0.025289470329880714, 0.024489009752869606, -0.03411721810698509, 0.0012453056406229734, 0.058719150722026825, -0.033207230269908905, -0.012800288386642933, 0.005292277317494154, -0.02946508303284645, 0.1075148805975914, 0.09442701190710068, 0.039539676159620285, 0.06541705131530762, -0.06284178048372269, 0.09322260320186615, -0.04125212877988815, 0.07447439432144165, 0.04231360927224159, -0.046793464571237564, -0.07166724652051926, 0.02236081101000309, 0.009413354098796844, 0.07851291447877884, 0.07353529334068298, -0.03649385645985603, 0.01535023469477892, 0.02275630086660385, 0.00333489035256207, 0.030828962102532387, -0.0736018568277359, -0.031360283493995667, 0.022963719442486763, -0.03409581258893013, -0.12082313001155853, -0.05802494287490845, -0.021966194733977318, 0.031798794865608215, -0.11046608537435532, 0.08799467980861664, -0.0408431775867939, 0.0036174978595227003, 0.017786245793104172, -0.06786713004112244, 0.12635183334350586, 0.04839625582098961, -0.034339092671871185, 0.029354050755500793, -0.021803392097353935, -0.03658439218997955, -0.11383873969316483, 0.02852453663945198, -0.0505342036485672, -5.7485042503913064e-8, -0.02017117477953434, 0.03154610097408295, -0.0273997001349926, 0.03722435235977173, 0.10020500421524048, 0.0020588641054928303, 0.011532103642821312, -0.030230021104216576, -0.025505516678094864, 0.005397988948971033, 0.0077997660264372826, -0.02933216094970703, -0.007531771901994944, -0.02298904024064541, 0.09217330813407898, -0.02923029474914074, 0.006555861793458462, -0.04245704039931297, -0.06283175945281982, -0.08240030705928802, -0.011141232214868069, 0.017579950392246246, 0.045437730848789215, -0.030567673966288567, -0.06812289357185364, 0.015800854191184044, 0.04098435118794441, 0.013938680291175842, -0.017140859737992287, 0.05758265405893326, -0.04034128785133362, -0.0321374237537384, 0.011126927100121975, 0.005862217862159014, -0.09014206379652023, 0.06332072615623474, -0.0796738862991333, 0.00939714815467596, 0.0725768655538559, 0.019435960799455643, 0.015609772875905037, 0.05680425465106964, -0.03997017815709114, 0.05514199286699295, -0.03563892841339111, 0.005009171087294817, -0.043512314558029175, 0.006707672495394945, -0.005665998440235853, 0.0044028265401721, 0.009081436321139336, -0.09364078938961029, -0.024724634364247322, 0.0453551821410656, 0.0234666895121336, 0.004887744318693876, 0.025511566549539566, -0.02602987550199032, 0.10115258395671844, 0.03704517334699631, 0.08582469075918198, -0.0653209537267685, 0.010249410755932331, -0.016473859548568726 ]
0.069001
read requests. When a read request is received by a node, that node is responsible for forwarding it to the nodes that hold the relevant shards, collating the responses, and responding to the client. We call that node the \_coordinating node\_ for that request. The basic flow is as follows: . Resolve the read requests to the relevant shards. Note that since most searches will be sent to one or more indices, they typically need to read from multiple shards, each representing a different subset of the data. . Select an active copy of each relevant shard, from the shard replication group. This can be either the primary or a replica. By default, Elasticsearch will simply round robin between the shard copies. . Send shard level read requests to the selected copies. . Combine the results and respond. Note that in the case of get by ID look up, only one shard is relevant and this step can be skipped. [float] ==== Failure handling When a shard fails to respond to a read request, the coordinating node will select another copy from the same replication group and send the shard level search request to that copy instead. Repetitive failures can result in no shard copies being available. In some cases, such as `\_search`, Elasticsearch will prefer to respond fast, albeit with partial results, instead of waiting for the issue to be resolved (partial results are indicated in the `\_shards` header of the response). [float] === A few simple implications Each of these basic flows determines how Elasticsearch behaves as a system for both reads and writes. Furthermore, since read and write requests can be executed concurrently, these two basic flows interact with each other. This has a few inherent implications: Efficient reads:: Under normal operation each read operation is performed once for each relevant replication group. Only under failure conditions do multiple copies of the same shard execute the same search. Read unacknowledged:: Since the primary first indexes locally and then replicates the request, it is possible for a concurrent read to already see the change before it has been acknowledged. Two copies by default:: This model can be fault tolerant while maintaining only two copies of the data. This is in contrast to quorum-based system where the minimum number of copies for fault tolerance is 3. [float] === Failures Under failures, the following is possible: A single shard can slow down indexing:: Because the primary waits for all replicas in the in-sync copies set during each operation, a single slow shard can slow down the entire replication group. This is the price we pay for the read efficiency mentioned above. Of course a single slow shard will also slow down unlucky searches that have been routed to it. Dirty reads:: An isolated primary can expose writes that will not be acknowledged. This is caused by the fact that an isolated primary will only realize that it is isolated once it sends requests to its replicas or when reaching out to the master. At that point the operation is already indexed into the primary and can be read by a concurrent read. Elasticsearch mitigates this risk by pinging the master every second (by default) and rejecting indexing operations if no master is known. [float] === The Tip of the Iceberg This document provides a high level overview of how Elasticsearch deals with data. Of course, there is much much more going on under the hood. Things like primary terms, cluster state publishing and master election all play a role in keeping this system behaving correctly. This document also doesn't cover
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/data-replication.asciidoc
6.2
elasticsearch-6-2
[ 0.04575686901807785, 0.020830972120165825, 0.0397055521607399, 0.057871393859386444, 0.002422276884317398, -0.009996610693633556, -0.0583052933216095, -0.056942109018564224, 0.12087530642747879, 0.004774656146764755, -0.08421272784471512, 0.043972231447696686, 0.06652293354272842, -0.07178983837366104, -0.04848698899149895, -0.051784075796604156, -0.029846137389540672, 0.025963541120290756, -0.06670185178518295, -0.0008036114159040153, 0.03343510255217552, 0.0164962001144886, 0.01717815175652504, -0.05014849081635475, -0.1496191918849945, 0.006444117985665798, -0.07486312836408615, -0.03625160828232765, 0.016274942085146904, 0.020980821922421455, 0.043063074350357056, -0.0845051258802414, -0.05892904847860336, 0.07200648635625839, -0.09659028053283691, 0.058135874569416046, -0.00692369369789958, -0.036775652319192886, -0.09512275457382202, 0.0492401123046875, 0.01010681688785553, -0.019656432792544365, -0.0778215155005455, -0.04964714124798775, -0.0015092553803697228, -0.055693626403808594, -0.03721877187490463, 0.03356160596013069, -0.009965797886252403, 0.014799912460148335, -0.05525752902030945, -0.10938189923763275, -0.002567409072071314, 0.05244578421115875, -0.02464587427675724, 0.05610712245106697, -0.04940234124660492, -0.03236700966954231, 0.02341233752667904, -0.08145205676555634, 0.11757142096757889, -0.0773821473121643, 0.012581010349094868, -0.02996656857430935, 0.07014802098274231, -0.04231754690408707, 0.13440820574760437, 0.005659112706780434, 0.047004230320453644, -0.03592029586434364, 0.0633801817893982, -0.019791951403021812, -0.059964586049318314, -0.002462286502122879, 0.08719365298748016, 0.052185021340847015, 0.010327575728297234, -0.012587541714310646, 0.036457497626543045, 0.008728669956326485, -0.10506580770015717, 0.001980849774554372, 0.012291207909584045, 0.008219607174396515, -0.023812709376215935, -0.07374241203069687, 0.0341014564037323, -0.00945631880313158, 0.051863864064216614, 0.017934264615178108, 0.0023909907322376966, -0.008953673765063286, -0.014221850782632828, -0.07550229132175446, 0.11023601144552231, 0.06490778177976608, -0.0036794040352106094, 0.08856549859046936, 0.09719160944223404, -0.032203998416662216, 0.005624121055006981, -0.014986093156039715, 0.013365021906793118, -0.05672190710902214, 0.0023843359667807817, -0.0586758628487587, -0.11822424829006195, 0.051831312477588654, -0.025986485183238983, -0.03438359126448631, 0.028684671968221664, 0.005435463506728411, 0.043035879731178284, 0.036788590252399445, 0.007678346708416939, 0.11459046602249146, 0.04825415462255478, -0.05081872642040253, -0.004960873629897833, 0.05266600102186203, 0.04337663576006889, -0.005416373256593943, 0.09755779802799225, -0.007173352874815464, 0.009320659562945366, 0.06672408431768417, -0.08805625140666962, 3.466358353132226e-33, 0.06203314661979675, 0.02435738407075405, 0.019525816664099693, -0.0013067739782854915, -0.04137692600488663, 0.031044716015458107, -0.0065194363705813885, 0.02819162607192993, -0.09685574471950531, -0.01964767463505268, -0.08996501564979553, 0.09849689155817032, 0.03827187418937683, 0.0026898295618593693, -0.04980389401316643, -0.05038422718644142, 0.07900265604257584, 0.03132249787449837, -0.05568774789571762, 0.0107596879824996, 0.049048952758312225, -0.04566410928964615, 0.013214312493801117, -0.009774656035006046, -0.02520260401070118, -0.014836136251688004, -0.020703010261058807, -0.020215634256601334, -0.0255133006721735, -0.000172278712852858, -0.031134480610489845, -0.01666088216006756, -0.029846854507923126, 0.010529215447604656, -0.018214348703622818, -0.004232476465404034, 0.026879914104938507, 0.029275521636009216, -0.01919584907591343, -0.07909977436065674, 0.03724856674671173, -0.014616833999752998, 0.036777131259441376, -0.013471965678036213, -0.06933336704969406, -0.02404695563018322, -0.0943269208073616, 0.0013848014641553164, -0.0033310698345303535, -0.02308104746043682, 0.018386872485280037, 0.007080352399498224, 0.0516565777361393, -0.03497881814837456, 0.0383123941719532, 0.008887967094779015, -0.009798518382012844, 0.015966054052114487, -0.0718182772397995, 0.06747365742921829, 0.1038726344704628, -0.051979389041662216, 0.06377862393856049, 0.13540929555892944, 0.05346546322107315, 0.03050512634217739, 0.03679041564464569, 0.041337549686431885, 0.06008462607860565, 0.05195584520697594, -0.01732715778052807, 0.051937349140644073, 0.028934409841895103, -0.03866487368941307, 0.012178781442344189, -0.08161726593971252, -0.045163918286561966, -0.0795731320977211, -0.02570061758160591, 0.02655510976910591, -0.07928315550088882, -0.0023981197737157345, -0.0382806770503521, 0.03188048303127289, -0.08901133388280869, 0.07917950302362442, 0.020599253475666046, -0.04531579837203026, -0.04156641662120819, -0.10182436555624008, -0.03430508077144623, 0.007430227007716894, -0.02974560856819153, -0.05503075569868088, 0.04812929034233093, -5.110907643369238e-33, 0.048146143555641174, -0.09516917169094086, -0.011406376957893372, 0.0327717550098896, 0.012365354225039482, -0.01966295763850212, -0.02195872738957405, -0.04725136235356331, 0.008298621512949467, -0.06024554744362831, 0.013238072395324707, -0.07603193819522858, 0.019839758053421974, -0.0013279756531119347, -0.07474725693464279, 0.029417715966701508, 0.06562718749046326, -0.1324048787355423, 0.04956923797726631, -0.0064138853922486305, -0.06387770920991898, -0.0741756483912468, -0.03554978966712952, 0.06961201876401901, -0.060565561056137085, -0.03275422006845474, -0.004486110992729664, -0.05367477610707283, -0.014079849235713482, -0.007443704176694155, -0.023495802655816078, -0.03109077922999859, 0.04210097715258598, 0.0058862618170678616, -0.06373637914657593, 0.06853988766670227, -0.015188232064247131, 0.019753390923142433, 0.010124790482223034, 0.06648121774196625, 0.06949380040168762, 0.038810305297374725, -0.03331261873245239, -0.020316945388913155, 0.005805504973977804, 0.02131202630698681, -0.0484820194542408, 0.12039975076913834, -0.04577145352959633, -0.03280716761946678, -0.0030432005878537893, -0.019431861117482185, 0.007119762245565653, 0.09183352440595627, -0.022616250440478325, 0.05743097513914108, -0.04389038681983948, 0.12968668341636658, -0.08314871042966843, 0.05101191997528076, -0.019986595958471298, 0.008144781924784184, -0.06344843655824661, 0.03173460438847542, -0.027351099997758865, 0.0010386313078925014, 0.023707561194896698, -0.1335858404636383, -0.02823638916015625, -0.016839679330587387, -0.01568947546184063, -0.017214801162481308, 0.04839925095438957, 0.016209162771701813, 0.1376236230134964, -0.0054120877757668495, -0.045095231384038925, -0.011183192953467369, -0.004123968537896872, 0.03646691516041756, -0.02778087556362152, 0.10118310898542404, 0.012703613378107548, 0.09202256798744202, 0.03264999762177467, -0.02052920125424862, 0.04727134481072426, 0.08567352592945099, -0.03055446967482567, 0.017685476690530777, 0.017885977402329445, -0.08192185312509537, -0.09502674639225006, -0.031735409051179886, -0.009803760796785355, -6.010279918200467e-8, 0.00044103540130890906, 0.06521842628717422, 0.004998178221285343, 0.024518582969903946, 0.08024438470602036, 0.04177960008382797, 0.018161378800868988, 0.029139578342437744, -0.045541491359472275, 0.027466708794236183, -0.03393436223268509, -0.027189793065190315, -0.004947833716869354, -0.04127388447523117, 0.06210452318191528, 0.039741359651088715, 0.046335235238075256, -0.012475745752453804, -0.060272373259067535, -0.05879731476306915, -0.05564241483807564, -0.007862021215260029, 0.02141622267663479, 0.05138266831636429, 0.059081338346004486, 0.022330107167363167, 0.02482462115585804, -0.011187787167727947, 0.02096615731716156, -0.005792616866528988, -0.058472007513046265, -0.04243892803788185, -0.00856458954513073, -0.010846350342035294, -0.02802530862390995, 0.0986962765455246, -0.07261518388986588, 0.03438646346330643, 0.00500936433672905, 0.10551691055297852, 0.04552925378084183, 0.006338580511510372, -0.036195963621139526, 0.0006786276935599744, -0.02105572819709778, 0.0035007523838430643, -0.05308571830391884, 0.03090011514723301, -0.011469213292002678, 0.04333917424082756, 0.011489450931549072, -0.052305761724710464, 0.03704089671373367, 0.05544011667370796, -0.035234082490205765, -0.019864926114678383, -0.0026903050020337105, -0.057893577963113785, 0.07544732093811035, 0.025871871039271355, 0.08270608633756638, -0.016206150874495506, -0.04928997531533241, -0.07025887072086334 ]
0.075981
This document provides a high level overview of how Elasticsearch deals with data. Of course, there is much much more going on under the hood. Things like primary terms, cluster state publishing and master election all play a role in keeping this system behaving correctly. This document also doesn't cover known and important bugs (both closed and open). We recognize that https://github.com/elastic/elasticsearch/issues?q=label%3Aresiliency[GitHub is hard to keep up with]. To help people stay on top of those and we maintain a dedicated https://www.elastic.co/guide/en/elasticsearch/resiliency/current/index.html[resiliency page] on our website. We strongly advise reading it.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/data-replication.asciidoc
6.2
elasticsearch-6-2
[ 0.01978636160492897, 0.026416994631290436, 0.00663139671087265, 0.08203266561031342, 0.04311216250061989, 0.021952062845230103, -0.059303343296051025, 0.026498448103666306, -0.06287873536348343, 0.020445939153432846, -0.05420205742120743, 0.09632745385169983, 0.07623108476400375, -0.06758461892604828, -0.09433501958847046, 0.0005133339436724782, -0.05241924896836281, 0.013212147168815136, -0.09096034616231918, 0.017963940277695656, 0.029925983399152756, 0.027214832603931427, -0.003402003087103367, -0.04596925899386406, -0.03378593549132347, 0.00628713658079505, -0.08542142808437347, -0.005541450809687376, 0.007638978306204081, -0.04323665425181389, -0.04278930649161339, -0.013229519128799438, 0.034730054438114166, 0.08658898621797562, -0.027030479162931442, 0.046773239970207214, -0.009844942018389702, -0.05469045415520668, -0.04297389090061188, 0.008496385999023914, 0.029791373759508133, -0.015245549380779266, -0.03549589589238167, -0.060052290558815, -0.04076407477259636, -0.05141409859061241, 0.01900743693113327, -0.07219893485307693, -0.05812448635697365, 0.01715761609375477, -0.07646455615758896, -0.06343887746334076, 0.06853500008583069, 0.015753036364912987, -0.0020634562242776155, 0.04381665959954262, -0.026802854612469673, -0.07561708986759186, -0.08823026716709137, -0.009215554222464561, 0.1346341222524643, 0.01982833258807659, -0.046819210052490234, 0.0222215224057436, 0.04838038235902786, -0.015793384984135628, 0.07273080945014954, -0.005117794964462519, 0.042641133069992065, -0.052180081605911255, 0.031173165887594223, 0.014050153084099293, -0.03681948408484459, 0.03109261579811573, 0.08501236140727997, 0.030382128432393074, -0.03993695229291916, 0.045140206813812256, 0.10317827016115189, 0.0638464093208313, 0.008835431188344955, -0.06265080720186234, -0.07612352073192596, 0.023505983874201775, 0.02182241901755333, -0.036773327738046646, 0.05709749832749367, -0.12871867418289185, 0.059401486068964005, 0.017593534663319588, 0.05025390535593033, -0.004593422636389732, 0.14369942247867584, -0.029105594381690025, 0.03741464391350746, 0.03288218751549721, -0.005683539900928736, 0.01867290772497654, 0.023687709122896194, 0.011282182298600674, -0.025086289271712303, -0.010921992361545563, 0.04293216019868851, -0.03644082695245743, -0.06755153834819794, -0.03962891921401024, -0.013523868285119534, 0.06942655891180038, 0.0008904499118216336, 0.01913527026772499, 0.02161356993019581, 0.04036712646484375, 0.011406779289245605, 0.021429989486932755, -0.03095063380897045, 0.02163243107497692, -0.031133176758885384, -0.0582360103726387, 0.07543443143367767, 0.05464615672826767, 0.05471023544669151, -0.005954090505838394, 0.017422813922166824, -0.10181774199008942, 0.07183923572301865, 0.07236020267009735, -0.08684076368808746, 4.3078466370859145e-33, 0.0953647717833519, 0.03746931999921799, -0.06914164125919342, 0.017030412331223488, -0.055923208594322205, 0.003512801369652152, -0.052621614187955856, -0.02423591911792755, -0.09823806583881378, -0.03383030742406845, 0.021613674238324165, 0.1366748958826065, 0.05522015318274498, 0.017093509435653687, -0.020846324041485786, -0.01050435658544302, 0.0339861661195755, 0.08126036077737808, 0.032038990408182144, -0.0038449913263320923, 0.07980828732252121, 0.0006985668442212045, -0.008698846213519573, -0.0648345872759819, -0.004843748640269041, 0.018329573795199394, -0.03696511313319206, -0.012568174861371517, -0.0036617377772927284, 0.029636381193995476, -0.051679957658052444, 0.007444207556545734, 0.023991433903574944, -0.004166075494140387, -0.006018218584358692, 0.05951288715004921, -0.013291384093463421, 0.041640765964984894, -0.01420887466520071, -0.008974931202828884, -0.05571122094988823, 0.060607362538576126, -0.005944272968918085, -0.023554431274533272, 0.06375686824321747, -0.011460240930318832, -0.002119967946782708, -0.018166836351156235, 0.10275103896856308, -0.014799056574702263, -0.04991362243890762, -0.03858410194516182, 0.07023677974939346, 0.019390631467103958, -0.01509436871856451, 0.09459906816482544, -0.04844048619270325, 0.0038820968475192785, -0.07610131055116653, 0.05480245128273964, 0.003518517594784498, -0.04833367466926575, 0.09950317442417145, -0.06520859152078629, 0.07170847803354263, 0.022311383858323097, 0.010004139505326748, 0.03904177248477936, -0.013535430654883385, 0.003658629022538662, 0.015487870201468468, 0.016504356637597084, 0.020199976861476898, -0.0034384916070848703, 0.04910353571176529, -0.05914447456598282, 0.03305347263813019, -0.015318376012146473, -0.019742898643016815, -0.033419039100408554, -0.008421355858445168, -0.05320196598768234, 0.024792304262518883, 0.06130831316113472, -0.042702872306108475, -0.024110257625579834, 0.04133850708603859, -0.024810373783111572, -0.02993524819612503, -0.03568913787603378, 0.06569330394268036, 0.01493278332054615, -0.06137043982744217, -0.006172113120555878, 0.019127145409584045, -4.453262635122324e-33, -0.06538619846105576, -0.07771119475364685, -0.02313235029578209, 0.056457873433828354, -0.03674039989709854, -0.027636777609586716, -0.019348595291376114, 0.07409995794296265, -0.03573198989033699, -0.05854116007685661, -0.027118662372231483, -0.06577593088150024, -0.014549270272254944, -0.015580249950289726, -0.07339830696582794, -0.019636722281575203, 0.03353879600763321, -0.0910598561167717, 0.008004805073142052, -0.017442207783460617, -0.01894327625632286, 0.023171227425336838, -0.11911472678184509, 0.07344471663236618, -0.01471482403576374, -0.028976747766137123, -0.028341073542833328, -0.05128946527838707, -0.03822953253984451, -0.06332767754793167, 0.0032798622269183397, -0.06876873970031738, -0.006018976215273142, 0.052511218935251236, -0.062755286693573, 0.06215302273631096, 0.0021150722168385983, -0.10759063065052032, 0.01152453850954771, 0.0013062461512163281, 0.02760476805269718, 0.12427454441785812, -0.03151225298643112, -0.08494801074266434, 0.035904739052057266, 0.0216667540371418, 0.002172432839870453, 0.06991926580667496, 0.023300478234887123, -0.03792446479201317, 0.015386044979095459, -0.07905548810958862, -0.054811831563711166, -0.0003510869573801756, -0.02279820293188095, 0.029926689341664314, -0.02016458660364151, 0.08191147446632385, -0.12178341299295425, 0.08054877072572708, -0.09577605873346329, 0.07383664697408676, -0.06145251542329788, 0.08085570484399796, 0.026798443868756294, -0.08156813681125641, -0.031742509454488754, -0.06099221482872963, -0.07098936289548874, -0.025524932891130447, 0.00771543150767684, -0.0372316874563694, 0.027881190180778503, 0.0033136976417154074, 0.05873759090900421, 0.023783281445503235, 0.00702428724616766, -0.0031441061291843653, -0.0506756491959095, 0.037121254950761795, 0.02383735030889511, 0.06643085181713104, -0.036432597786188126, 0.03091246262192726, 0.04283168539404869, 0.09769842773675919, 0.05006936565041542, 0.07177615165710449, -0.02193477749824524, 0.07339462637901306, -0.03512316942214966, -0.08596903085708618, -0.16920839250087738, 0.022666284814476967, -0.0259319469332695, -5.574231920491002e-8, 0.01801697164773941, 0.07742787897586823, -0.08335353434085846, 0.05896785482764244, 0.034915875643491745, 0.031041644513607025, 0.04711788147687912, 0.05950341373682022, -0.06227975711226463, 0.06637102365493774, 0.03230733796954155, -0.014329555444419384, -0.10546877235174179, -0.004151047673076391, 0.028429049998521805, 0.03259354457259178, -0.009828874841332436, 0.09554237872362137, -0.09836408495903015, -0.03834784775972366, -0.0742175281047821, 0.029110237956047058, 0.036317795515060425, 0.021024368703365326, 0.0639425590634346, 0.021504323929548264, 0.024653781205415726, 0.054052941501140594, -0.04377083107829094, -0.05147917941212654, -0.053903285413980484, 0.013058798387646675, -0.009500137530267239, 0.023630665615200996, -0.049003999680280685, 0.034368161112070084, -0.05272822827100754, 0.018848931416869164, -0.023852301761507988, 0.0743081122636795, 0.030833164229989052, 0.0634247362613678, 0.002294377190992236, 0.04393162950873375, 0.051920466125011444, 0.041983261704444885, -0.005840382073074579, 0.09078588336706161, 0.0431135855615139, -0.10907737165689468, -0.012458575889468193, -0.06819039583206177, -0.009301365353167057, 0.05529274046421051, 0.03742644190788269, -0.025650588795542717, -0.010736191645264626, 0.04966118186712265, 0.08247369527816772, 0.024408888071775436, 0.06601589173078537, -0.03565635904669762, -0.04382580891251564, 0.018541594967246056 ]
0.147353
//// [[release-notes-6.2.x]] == {es} version 6.2.x //[float] //[[breaking-6.2.x]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features //[float] //=== Enhancements //[float] //=== Bug Fixes //[float] //=== Regressions //[float] //=== Known Issues //// [[release-notes-6.2.4]] == {es} version 6.2.4 //[float] //[[breaking-6.2.4]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features //[float] //=== Enhancements [float] === Bug Fixes Engine:: \* Harden periodically check to avoid endless flush loop {pull}29125[#29125] (issues: {issue}28350[#28350], {issue}29097[#29097]) Ingest:: \* Don't allow referencing the pattern bank name in the pattern bank {pull}29295[#29295] (issue: {issue}29257[#29257]) Java High Level REST Client:: \* Bulk processor#awaitClose to close scheduler {pull}29263[#29263] Java Low Level REST Client:: \* REST client: hosts marked dead for the first time should not be immediately retried {pull}29230[#29230] Network:: \* {ccs-cap} and default connections can get crossed [OPEN] [ISSUE] {pull}29321[#29321] Percolator:: \* Fixed bug when non percolator docs end up in the search hits {pull}29447[#29447] (issue: {issue}29429[#29429]) \* Fixed a msm accounting error that can occur during analyzing a percolator query {pull}29415[#29415] (issue: {issue}29393[#29393]) \* Fix more query extraction bugs. {pull}29388[#29388] (issues: {issue}28353[#28353], {issue}29376[#29376]) \* Fix some query extraction bugs. {pull}29283[#29283] Plugins:: \* Plugins: Fix native controller confirmation for non-meta plugin {pull}29434[#29434] Search:: \* Propagate ignore\_unmapped to inner\_hits {pull}29261[#29261] (issue: {issue}29071[#29071]) Settings:: \* Archive unknown or invalid settings on updates {pull}28888[#28888] (issue: {issue}28609[#28609]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.2.3]] == {es} version 6.2.3 //[float] //[[breaking-6.2.3]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Highlighting:: \* Limit analyzed text for highlighting (improvements) {pull}28808[#28808] (issues: {issue}16764[#16764], {issue}27934[#27934]) Recovery:: \* Require translogUUID when reading global checkpoint {pull}28587[#28587] (issue: {issue}28435[#28435]) [float] === Bug Fixes Core:: \* Remove special handling for \_all in nodes info {pull}28971[#28971] (issue: {issue}28797[#28797]) Engine:: \* Avoid class cast exception from index writer {pull}28989[#28989] \* Maybe die before failing engine {pull}28973[#28973] (issues: {issue}27265[#27265], {issue}28967[#28967]) \* Never block on key in `LiveVersionMap#pruneTombstones` {pull}28736[#28736] (issue: {issue}28714[#28714]) Ingest:: \* Continue registering pipelines after one pipeline parse failure. {pull}28752[#28752] (issue: {issue}28269[#28269]) Java High Level REST Client:: \* REST high-level client: encode path parts {pull}28663[#28663] (issue: {issue}28625[#28625]) Packaging:: \* Delay path expansion on Windows {pull}28753[#28753] (issues: {issue}27675[#27675], {issue}28748[#28748]) Percolator:: \* Fix percolator query analysis for function\_score query {pull}28854[#28854] \* Improved percolator's random candidate query duel test {pull}28840[#28840] Snapshot/Restore:: \* Fix NPE when using deprecated Azure settings {pull}28769[#28769] (issues: {issue}23518[#23518], {issue}28299[#28299]) Stats:: \* Fix AdaptiveSelectionStats serialization bug {pull}28718[#28718] (issue: {issue}28713[#28713]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.2.2]] == {es} version 6.2.2 //[float] //[[breaking-6.2.2]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Recovery:: \* Synced-flush should not seal index of out of sync replicas {pull}28464[#28464] (issue: {issue}10032[#10032]) [float] === Bug Fixes Core:: \* Handle throws on tasks submitted to thread pools {pull}28667[#28667] \* Fix size blocking queue to not lie about its weight {pull}28557[#28557] (issue: {issue}28547[#28547]) Ingest:: \* Guard accessDeclaredMembers for Tika on JDK 10 {pull}28603[#28603] (issue: {issue}28602[#28602]) \* Fix for bug that prevents pipelines to load that use stored scripts after a restart {pull}28588[#28588] Java High Level REST Client:: \* Fix parsing of script fields {pull}28395[#28395] (issue: {issue}28380[#28380]) \* Move to POST when calling API to retrieve which support request body {pull}28342[#28342] (issue: {issue}28326[#28326]) Packaging:: \* Fix using relative custom config path {pull}28700[#28700] (issue: {issue}27610[#27610]) \* Disable console logging in the Windows service {pull}28618[#28618] (issue: {issue}20422[#20422]) Percolator:: \* Do not take duplicate query extractions into account for minimum\_should\_match attribute {pull}28353[#28353] (issue: {issue}28315[#28315]) Recovery:: \* Fsync directory after cleanup {pull}28604[#28604] (issue: {issue}28435[#28435]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.2.1]] == {es} version
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.09792505949735641, 0.012345929630100727, 0.05229303985834122, -0.017101792618632317, 0.04912653565406799, -0.029761046171188354, -0.038555219769477844, 0.02071290649473667, -0.05438260734081268, 0.0020764286164194345, 0.04098077490925789, -0.038417648524045944, -0.0650453120470047, -0.004686495754867792, 0.04112334921956062, 0.055558424443006516, -0.0967087522149086, 0.06317231059074402, -0.038474831730127335, 0.010479730553925037, -0.008317313157022, -0.0007779896259307861, 0.01771925576031208, 0.024217896163463593, 0.08637478202581406, 0.09534033387899399, -0.05580504238605499, 0.00966871902346611, -0.042680129408836365, -0.057624369859695435, -0.07109355926513672, 0.09002049267292023, 0.009708227589726448, -0.020718367770314217, 0.055241718888282776, 0.0010849268874153495, 0.0026217573322355747, -0.02508825808763504, -0.011843443848192692, -0.014693128876388073, -0.1355135291814804, 0.030185315757989883, 0.06603305041790009, -0.027149703353643417, -0.019675299525260925, -0.053989820182323456, -0.06254921853542328, -0.062004391103982925, -0.04639764502644539, 0.07325808703899384, -0.028014885261654854, -0.049090392887592316, -0.012731974013149738, -0.06346454471349716, 0.05557636916637421, 0.023607948794960976, 0.02991342730820179, 0.05502069368958473, 0.014909221790730953, 0.018428009003400803, 0.0692317858338356, 0.002920300466939807, 0.016534410417079926, 0.024871114641427994, -0.04725408926606178, -0.0063065821304917336, 0.007251380011439323, 0.018155572935938835, -0.026997175067663193, -0.020323723554611206, -0.11089804768562317, 0.054991334676742554, -0.023658687248826027, -0.045875076204538345, -0.010633619502186775, 0.004601200111210346, -0.04244762286543846, -0.015557660721242428, 0.01647360995411873, -0.08897799998521805, -0.05034608393907547, -0.04868294671177864, -0.015735989436507225, -0.044591024518013, 0.03854940086603165, 0.01858135126531124, 0.041110649704933167, -0.04818917438387871, 0.07005015015602112, 0.02626711130142212, 0.01695481687784195, -0.0663357675075531, 0.06297817081212997, 0.05252350866794586, -0.024222254753112793, 0.08889804780483246, -0.02368800714612007, 0.0045725093223154545, 0.034250397235155106, 0.12108723819255829, 0.03049376793205738, 0.027820581570267677, 0.058387257158756256, 0.03965446352958679, 0.07437536865472794, -0.02612467296421528, 0.014027440920472145, 0.08325202763080597, -0.026518622413277626, -0.0631994977593422, -0.012755737639963627, -0.051395613700151443, -0.07600166648626328, -0.06858320534229279, -0.031216377392411232, -0.05849165841937065, -0.003900246461853385, -0.008027047850191593, 0.037916623055934906, 0.062212128192186356, 0.15061485767364502, 0.036592189222574234, -0.057020727545022964, -0.008067784830927849, -0.04793814197182655, 0.10189317911863327, -0.07266966253519058, -9.479545521820904e-34, 0.051897164434194565, -0.0816882997751236, 0.02410348877310753, -0.022282492369413376, 0.08831030875444412, -0.07924765348434448, -0.08003304898738861, 0.0009912265231832862, -0.06905746459960938, -0.017300013452768326, -0.02680056542158127, 0.031467504799366, -0.06614840030670166, -0.036862511187791824, 0.11571207642555237, -0.14491023123264313, 0.04609856382012367, 0.0639684870839119, 0.008789447136223316, -0.019608166068792343, -0.007227498106658459, -0.039580464363098145, -0.021355606615543365, -0.04259311407804489, -0.0055516790598630905, 0.08797433227300644, -0.010091084986925125, 0.04803775995969772, -0.0616336427628994, 0.018129104748368263, 0.04413718730211258, -0.043878767639398575, 0.013358469121158123, 0.0014397483319044113, 0.008327330462634563, -0.030283309519290924, -0.05249768868088722, -0.04755404219031334, 0.014856250956654549, -0.06869857758283615, -0.05125105381011963, 0.023343782871961594, -0.0939168706536293, 0.012798281386494637, 0.0695187896490097, -0.03975215554237366, -0.023861512541770935, -0.002244096016511321, 0.11264744400978088, -0.022349705919623375, -0.08649174124002457, -0.011109684593975544, -0.0353044793009758, 0.005256475880742073, 0.012661871500313282, -0.03686526045203209, -0.011108634062111378, 0.02894163690507412, -0.003901304444298148, 0.01659965142607689, -0.026705946773290634, 0.10162965953350067, -0.030479678884148598, -0.09782939404249191, -0.028496330603957176, 0.06519065797328949, 0.07198328524827957, -0.035935092717409134, 0.01024666428565979, 0.005407373420894146, -0.10081946849822998, -0.024715304374694824, 0.06395263969898224, 0.040487196296453476, 0.0277634896337986, -0.046034008264541626, -0.0011484221322461963, -0.07049906998872757, -0.02509576641023159, -0.06809478998184204, -0.08811528235673904, -0.0070554716512560844, -0.029216524213552475, -0.05388420447707176, -0.016732702031731606, 0.027935568243265152, 0.004541891161352396, -0.019475057721138, 0.024852460250258446, 0.044574104249477386, -0.040431175380945206, 0.06156430393457413, -0.060739532113075256, -0.03690093755722046, 0.001586864935234189, -8.137684741223685e-34, -0.0017970753833651543, 0.05606715753674507, -0.00875664222985506, 0.0354732945561409, 0.017887677997350693, -0.011654511094093323, -0.055573929101228714, 0.06235777214169502, 0.05019206553697586, -0.02332049235701561, -0.039404746145009995, 0.008152885362505913, -0.055251505225896835, -0.02310495637357235, -0.017566440626978874, 0.013278720900416374, -0.03204343467950821, -0.07502871751785278, 0.002695980714634061, 0.021769914776086807, -0.0077000209130346775, 0.0952438935637474, -0.0046611069701612, 0.08181997388601303, 0.03990127891302109, 0.0003640085633378476, 0.06501942127943039, -0.025751614943146706, -0.00723668048158288, -0.03670316934585571, -0.008825263008475304, -0.04229871556162834, -0.04505191370844841, -0.01186901144683361, 0.0334051214158535, -0.10374566167593002, 0.01628919318318367, -0.029241446405649185, -0.08508121222257614, 0.04796352609992027, 0.0585518442094326, -0.03769410029053688, 0.03072543442249298, 0.01889130286872387, 0.01318889670073986, 0.010810354724526405, 0.0890851840376854, 0.1419018805027008, 0.017372092232108116, -0.08299227058887482, 0.027247857302427292, -0.09086065739393234, -0.008340219035744667, -0.022070977836847305, -0.0240218173712492, 0.01357040274888277, -0.0015421443386003375, -0.000824174378067255, -0.08184295147657394, 0.05677731707692146, 0.0047412291169166565, 0.03459491208195686, 0.009487848728895187, 0.00485666049644351, 0.03680036962032318, -0.003980673383921385, -0.03303082287311554, 0.08266245573759079, -0.09706410020589828, 0.028160322457551956, -0.024367621168494225, -0.00850366149097681, -0.03752060607075691, -0.09571611136198044, 0.028477312996983528, -0.07810764014720917, -0.07589970529079437, 0.01777009852230549, 0.06065226346254349, -0.016870083287358284, 0.013284568674862385, 0.09503349661827087, 0.026742802932858467, 0.02767743542790413, 0.042369212955236435, -0.0035607784520834684, -0.006907688919454813, 0.07538553327322006, -0.019311778247356415, -0.04817919060587883, -0.08065342903137207, 0.040595997124910355, -0.029772959649562836, 0.0693945437669754, -0.003606893587857485, -5.371916955709821e-8, 0.017795657739043236, -0.005788828246295452, -0.029094114899635315, 0.004921970888972282, 0.11717846989631653, 0.05789780616760254, -0.002620107727125287, 0.06022222340106964, 0.018879719078540802, 0.01543721929192543, 0.04693284630775452, 0.052398089319467545, -0.03294562175869942, 0.03770533204078674, -0.07914567738771439, -0.09062642604112625, -0.06117516756057739, 0.17310097813606262, -0.06555622071027756, -0.03302345424890518, 0.043455302715301514, 0.014457879588007927, 0.04674949869513512, -0.07666100561618805, 0.056534286588430405, -0.1041063740849495, 0.021134385839104652, 0.06864110380411148, 0.0586702860891819, 0.002554380800575018, -0.0020702232141047716, 0.0380752757191658, 0.11114734411239624, -0.029117630794644356, 0.10330972075462341, 0.052090633660554886, 0.035272568464279175, 0.029583025723695755, -0.010235280729830265, 0.10156102478504181, -0.06278373301029205, 0.06719744950532913, -0.01050786953419447, 0.05720188841223717, 0.007782756816595793, 0.013574961572885513, -0.0031992807053029537, 0.0356576032936573, -0.016852697357535362, -0.05629422888159752, -0.005986602045595646, 0.007060296833515167, -0.053117308765649796, 0.041910167783498764, 0.002654774347320199, 0.04745298996567726, -0.012458205223083496, 0.02436985820531845, -0.01820622943341732, 0.016231970861554146, 0.06414362043142319, -0.00916894618421793, 0.019706541672348976, 0.05391380190849304 ]
0.132154
{pull}28700[#28700] (issue: {issue}27610[#27610]) \* Disable console logging in the Windows service {pull}28618[#28618] (issue: {issue}20422[#20422]) Percolator:: \* Do not take duplicate query extractions into account for minimum\_should\_match attribute {pull}28353[#28353] (issue: {issue}28315[#28315]) Recovery:: \* Fsync directory after cleanup {pull}28604[#28604] (issue: {issue}28435[#28435]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.2.1]] == {es} version 6.2.1 //[float] //[[breaking-6.2.1]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features //[float] //=== Enhancements [float] === Bug Fixes Plugin Lang Painless:: \* Painless: Fix For Loop NullPointerException {pull}28506[#28506] (issue: {issue}28501[#28501]) Plugins:: \* Fix the ability to remove old plugin {pull}28540[#28540] (issue: {issue}28538[#28538]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.2.0]] == {es} version 6.2.0 [float] [[breaking-6.2.0]] === Breaking Changes Aggregations:: \* Add a new cluster setting to limit the total number of buckets returned by a request {pull}27581[#27581] (issues: {issue}26012[#26012], {issue}27452[#27452]) Core:: \* Forbid granting the all permission in production {pull}27548[#27548] Highlighting:: \* Limit the analyzed text for highlighting {pull}27934[#27934] (issue: {issue}27517[#27517]) Rollover:: \* Fail rollover if duplicated alias found in templates {pull}28110[#28110] (issue: {issue}26976[#26976]) Search:: \* Introduce limit to the number of terms in Terms Query {pull}27968[#27968] (issue: {issue}18829[#18829]) [float] === Breaking Java Changes Java API:: \* Remove `operationThreaded` from Java API {pull}27836[#27836] Java High Level REST Client:: \* REST high-level client: remove index suffix from indices client method names {pull}28263[#28263] [float] === Deprecations Analysis:: \* Backport delimited payload filter renaming {pull}27535[#27535] (issue: {issue}26625[#26625]) Suggesters:: \* deprecating `jarowinkler` in favor of `jaro\_winkler` {pull}27526[#27526] \* Deprecating `levenstein` in favor of `levensHtein` {pull}27409[#27409] (issue: {issue}27325[#27325]) [float] === New Features Plugin Ingest GeoIp:: \* Enable ASN support for Ingest GeoIP plugin. {pull}27958[#27958] (issue: {issue}27849[#27849]) Plugin Lang Painless:: \* Painless: Add spi jar that will be published for extending whitelists {pull}28302[#28302] \* Painless: Add a simple cache for whitelist methods and fields. {pull}28142[#28142] Plugins:: \* Add the ability to bundle multiple plugins into a meta plugin {pull}28022[#28022] (issue: {issue}27316[#27316]) Rank Evaluation:: \* Backport of ranking evaluation API (#27478) {pull}27844[#27844] (issue: {issue}27478[#27478]) Recovery:: \* Backport for using lastSyncedGlobalCheckpoint in deletion policy {pull}27866[#27866] (issue: {issue}27826[#27826]) Reindex API:: \* Add scroll parameter to \_reindex API {pull}28041[#28041] (issue: {issue}27555[#27555]) [float] === Enhancements Allocation:: \* Fix cluster.routing.allocation.enable and cluster.routing.rebalance.enable case {pull}28037[#28037] (issue: {issue}28007[#28007]) \* Add node id to shard failure message {pull}28024[#28024] (issue: {issue}28018[#28018]) Analysis:: \* Limit the analyzed text for highlighting (#27934) {pull}28176[#28176] (issue: {issue}27517[#27517]) \* Allow TrimFilter to be used in custom normalizers {pull}27758[#27758] (issue: {issue}27310[#27310]) Circuit Breakers:: \* Add accounting circuit breaker and track segment memory usage {pull}27116[#27116] (issue: {issue}27044[#27044]) Cluster:: \* Adds wait\_for\_no\_initializing\_shards to cluster health API {pull}27489[#27489] (issue: {issue}25623[#25623]) Core:: \* Introduce elasticsearch-core jar {pull}28191[#28191] (issue: {issue}27933[#27933]) \* Rename core module to server {pull}28190[#28190] (issue: {issue}27933[#27933]) \* Rename core module to server {pull}28180[#28180] (issue: {issue}27933[#27933]) \* Introduce elasticsearch-core jar {pull}28178[#28178] (issue: {issue}27933[#27933]) \* Add Writeable.Reader support to TransportResponseHandler {pull}28010[#28010] (issue: {issue}26315[#26315]) \* Simplify rejected execution exception {pull}27664[#27664] (issue: {issue}27663[#27663]) \* Add node name to thread pool executor name {pull}27663[#27663] (issues: {issue}26007[#26007], {issue}26835[#26835]) Discovery:: \* Add information when master node left to DiscoveryNodes' shortSummary() {pull}28197[#28197] (issue: {issue}28169[#28169]) Engine:: \* Move uid lock into LiveVersionMap {pull}27905[#27905] \* Optimize version map for append-only indexing {pull}27752[#27752] Geo:: \* [GEO] Add WKT Support to GeoBoundingBoxQueryBuilder {pull}27692[#27692] (issues: {issue}27690[#27690], {issue}9120[#9120]) \* [Geo] Add Well Known Text (WKT) Parsing Support to ShapeBuilders {pull}27417[#27417] (issue: {issue}9120[#9120]) Highlighting:: \* Include all sentences smaller than fragment\_size in the unified highlighter {pull}28132[#28132] (issue: {issue}28089[#28089]) Ingest:: \* Enable convert processor to support Long and Double {pull}27891[#27891] (issues: {issue}23085[#23085], {issue}23423[#23423]) Internal:: \* Make KeyedLock reentrant {pull}27920[#27920] \* Make AbstractQueryBuilder.declareStandardFields to be protected (#27865) {pull}27894[#27894] (issue: {issue}27865[#27865]) \* Tighten the CountedBitSet class {pull}27632[#27632] \* Avoid doing redundant work when checking
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.06300268322229385, 0.030595963820815086, 0.010203719139099121, 0.05668262764811516, 0.024540822952985764, -0.0028629822190850973, 0.01629221811890602, 0.015114834532141685, 0.013045387342572212, 0.04037284851074219, -0.0027763296384364367, -0.030618760734796524, -0.04025312140583992, 0.0071757398545742035, -0.03190728649497032, 0.05913035199046135, -0.11734631657600403, 0.008744526654481888, -0.05951602756977081, 0.029372647404670715, -0.0687035471200943, 0.02167009562253952, -0.09172119200229645, 0.02821233868598938, -0.0021986172068864107, -0.006902478635311127, -0.1505352109670639, 0.015500664710998535, -0.04075650870800018, -0.03399447724223137, -0.041600551456213, 0.04130168631672859, -0.030852090567350388, 0.06249267980456352, 0.11108214408159256, 0.08267393708229065, -0.033003002405166626, -0.00643542967736721, -0.016633931547403336, -0.04813021421432495, 0.011336390860378742, -0.01051273662596941, 0.05859910696744919, -0.011732056736946106, -0.03422243148088455, -0.02054692432284355, -0.03534179553389549, -0.032500892877578735, -0.056647419929504395, 0.02046372927725315, -0.06681811809539795, 0.03585010766983032, -0.008115516044199467, -0.0614907331764698, 0.0754755362868309, -0.013889960944652557, 0.054210733622312546, 0.041074156761169434, -0.030800389125943184, -0.006614144425839186, 0.02331860549747944, -0.06562262773513794, -0.031105050817131996, -0.00814035814255476, 0.028276529163122177, -0.013699322007596493, -0.012361996807157993, 0.004709973931312561, 0.06911202520132065, -0.02361854538321495, -0.036625489592552185, 0.05909653380513191, -0.048699699342250824, -0.031705036759376526, 0.043802592903375626, 0.11592458933591843, -0.060662250965833664, 0.03704060614109039, 0.005200518760830164, -0.08694379031658173, -0.022655917331576347, -0.07612574100494385, -0.03157620131969452, 0.05540263280272484, 0.05217347294092178, -0.012272060848772526, -0.022675033658742905, -0.07720623165369034, 0.0740172490477562, -0.02455497719347477, -0.009385735727846622, -0.02989816851913929, 0.05052420124411583, 0.09145323187112808, 0.012293540872633457, 0.08181329816579819, 0.023648427799344063, 0.015330075286328793, 0.01706024631857872, 0.10034272819757462, -0.010598067194223404, 0.06552185863256454, 0.07370469719171524, 0.05819040164351463, -0.014583026058971882, -0.03051983006298542, 0.015285911038517952, 0.036797668784856796, -0.015725059434771538, -0.11135908216238022, -0.03888203948736191, 0.035425953567028046, -0.0032338653691112995, -0.007693079765886068, 0.058236680924892426, -0.02629745379090309, 0.0638342797756195, 0.016137979924678802, -0.03658584505319595, 0.11004383116960526, 0.0711025670170784, -0.019728006795048714, -0.07170036435127258, -0.029360750690102577, -0.001950582256540656, 0.10740886628627777, 0.020477283746004105, 5.9752982306967915e-33, 0.03379208222031593, -0.034218929708004, 0.024734826758503914, -0.04774896800518036, 0.10437072068452835, -0.003179042600095272, 0.01573033630847931, -0.027467727661132812, 0.0023487682919949293, 0.06538242101669312, -0.017197182402014732, 0.06278890371322632, -0.048069972544908524, -0.12621061503887177, -0.004752966575324535, -0.10334007441997528, 0.09714128077030182, 0.08166617900133133, -0.060637976974248886, 0.007258442230522633, 0.08606554567813873, -0.05075802654027939, -0.04621013626456261, -0.016864845529198647, 0.04095190390944481, 0.04790648818016052, 0.00841440074145794, 0.10291536152362823, -0.0052328347228467464, 0.007943375036120415, 0.055545490235090256, 0.013063276186585426, 0.008366116322577, -0.012233074754476547, 0.028585338965058327, -0.09114032983779907, 0.059881750494241714, -0.048372093588113785, -0.03714505210518837, -0.05545802786946297, -0.051707349717617035, 0.04843900352716446, -0.0409935861825943, -0.010316558182239532, 0.045288052409887314, -0.07341846078634262, -0.08422423154115677, -0.0011540292762219906, 0.039786335080862045, 0.016333937644958496, -0.0308351069688797, 0.039255205541849136, -0.0416782945394516, -0.007802009116858244, -0.035410325974226, -0.0771147757768631, -0.010860766284167767, 0.023692641407251358, 0.00987491849809885, 0.051821399480104446, 0.05292220041155815, 0.09705299139022827, -0.0034929700195789337, -0.11240817606449127, 0.05266804248094559, -0.02852753736078739, 0.08326717466115952, 0.05341220647096634, -0.015770893543958664, 0.026963312178850174, -0.046653714030981064, 0.014485952444374561, 0.04512564837932587, -0.040290772914886475, 0.08503780514001846, -0.08225519955158234, 0.00864965096116066, -0.05565525218844414, 0.008473394438624382, -0.07082796841859818, -0.07215364277362823, -0.06621318310499191, -0.0445537269115448, -0.027785206213593483, -0.03801458701491356, 0.05175185203552246, -0.020893968641757965, -0.007061414886265993, 0.05995478853583336, 0.027617396786808968, 0.03789295256137848, 0.07018081098794937, -0.03078039176762104, -0.020773639902472496, -0.054413117468357086, -4.285061883147132e-33, -0.0004002164350822568, -0.00010261327406624332, 0.020586444064974785, -0.03569198027253151, 0.04189925640821457, -0.057477906346321106, -0.053854554891586304, 0.03751736506819725, 0.09400710463523865, -0.005274495109915733, -0.020134244114160538, -0.024139367043972015, -0.0018887988990172744, -0.03335428982973099, -0.022552888840436935, 0.11843151599168777, -0.023367635905742645, -0.062121450901031494, 0.005339575465768576, 0.07196392118930817, -0.0346447229385376, 0.09947269409894943, -0.03723631799221039, 0.09547325223684311, -0.05214156210422516, 0.017682436853647232, 0.033551961183547974, -0.015487742610275745, -0.011836820282042027, -0.02260812185704708, 0.04298805817961693, -0.016713613644242287, -0.08160350471735, 0.011297264136373997, 0.02693052403628826, -0.11383891105651855, 0.0253023449331522, 0.0199112631380558, -0.03593391552567482, 0.03927895799279213, 0.08005091547966003, 0.005694258958101273, -0.07583612203598022, 0.08466801792383194, 0.03313073515892029, 0.03193660452961922, 0.06216376647353172, 0.05553325265645981, 0.022627025842666626, -0.015785180032253265, 0.019727952778339386, -0.09557953476905823, 0.002106748055666685, 0.006347673945128918, -0.028262058272957802, 0.0060922447592020035, 0.07240471243858337, 0.002661217236891389, -0.12038677930831909, 0.006186363287270069, 0.0085769547149539, -0.009160383604466915, -0.07147718966007233, -0.005833819042891264, 0.07531195878982544, 0.0016764890169724822, 0.004682518541812897, 0.09386149793863297, -0.020939914509654045, -0.03691248223185539, -0.014201189391314983, -0.008201587945222855, -0.016648022457957268, -0.04084918275475502, 0.05185265839099884, 0.011230548843741417, -0.04561806097626686, -0.06550764292478561, 0.026517145335674286, 0.0949779823422432, -0.022511782124638557, 0.09845998883247375, -0.008907733485102654, 0.002161238342523575, -0.015289072878658772, -0.06386293470859528, -0.02021697536110878, 0.05642612650990486, -0.029382679611444473, -0.040682606399059296, -0.050808876752853394, -0.0029276791028678417, 0.010864180512726307, 0.0404963493347168, 0.03065536916255951, -6.37457020502552e-8, -0.024086812511086464, -0.030240679159760475, -0.08736429363489151, 0.05889087915420532, 0.12202081829309464, -0.022512804716825485, -0.08353972434997559, 0.10000871866941452, -0.04334786906838417, 0.053977347910404205, 0.0012097310973331332, 0.06735900044441223, -0.0157088004052639, -0.034909676760435104, -0.04777668043971062, -0.10983125865459442, 0.022836241871118546, 0.07754360139369965, -0.061831552535295486, -0.017743265256285667, -0.017580671235919, 0.025470362976193428, 0.09068911522626877, -0.03118438646197319, 0.013974172063171864, -0.07672018557786942, 0.06956491619348526, 0.054925642907619476, 0.035492025315761566, 0.034945081919431686, -0.03987793251872063, -0.022057954221963882, 0.07004822790622711, 0.008264405652880669, -0.009865774773061275, 0.10544180124998093, 0.02994646690785885, 0.03637692332267761, -0.006128230597823858, 0.019507398828864098, 0.0013010217808187008, 0.0524672195315361, -0.01744253560900688, 0.04751913994550705, -0.042312756180763245, -0.04239192232489586, -0.07412675023078918, 0.0329606868326664, 0.0649651288986206, -0.11979296803474426, -0.031562529504299164, -0.0517829991877079, 0.02139182761311531, 0.11167455464601517, -0.034078992903232574, 0.00800178200006485, 0.013107559643685818, 0.043679092079401016, 0.002881028689444065, 0.048644304275512695, 0.035668108612298965, -0.053071897476911545, 0.016839226707816124, -0.010486284270882607 ]
0.087305
in the unified highlighter {pull}28132[#28132] (issue: {issue}28089[#28089]) Ingest:: \* Enable convert processor to support Long and Double {pull}27891[#27891] (issues: {issue}23085[#23085], {issue}23423[#23423]) Internal:: \* Make KeyedLock reentrant {pull}27920[#27920] \* Make AbstractQueryBuilder.declareStandardFields to be protected (#27865) {pull}27894[#27894] (issue: {issue}27865[#27865]) \* Tighten the CountedBitSet class {pull}27632[#27632] \* Avoid doing redundant work when checking for self references. {pull}26927[#26927] (issue: {issue}26907[#26907]) Java API:: \* Add missing delegate methods to NodeIndicesStats {pull}28092[#28092] \* Java api clean-up : consistency for `shards\_acknowledged` getters {pull}27819[#27819] (issue: {issue}27784[#27784]) Java High Level REST Client:: \* add toString implementation for UpdateRequest. {pull}27997[#27997] (issue: {issue}27986[#27986]) \* Add Close Index API to the high level REST client {pull}27734[#27734] (issue: {issue}27205[#27205]) \* Add Open Index API to the high level REST client {pull}27574[#27574] (issue: {issue}27205[#27205]) \* Added Create Index support to high-level REST client {pull}27351[#27351] (issue: {issue}27205[#27205]) \* Add multi get api to the high level rest client {pull}27337[#27337] (issue: {issue}27205[#27205]) \* Add msearch api to high level client {pull}27274[#27274] Mapping:: \* Allow `\_doc` as a type. {pull}27816[#27816] (issues: {issue}27750[#27750], {issue}27751[#27751]) Network:: \* Add NioGroup for use in different transports {pull}27737[#27737] (issue: {issue}27260[#27260]) \* Add read timeouts to http module {pull}27713[#27713] \* Implement byte array reusage in `NioTransport` {pull}27696[#27696] (issue: {issue}27563[#27563]) \* Introduce resizable inbound byte buffer {pull}27551[#27551] (issue: {issue}27563[#27563]) \* Decouple nio constructs from the tcp transport {pull}27484[#27484] (issue: {issue}27260[#27260]) Packaging:: \* Extend JVM options to support multiple versions {pull}27675[#27675] (issue: {issue}27646[#27646]) \* Add explicit coreutils dependency {pull}27660[#27660] (issue: {issue}27609[#27609]) \* Detect mktemp from coreutils {pull}27659[#27659] (issues: {issue}27609[#27609], {issue}27643[#27643]) \* Enable GC logs by default {pull}27610[#27610] \* Use private directory for temporary files {pull}27609[#27609] (issues: {issue}14372[#14372], {issue}27144[#27144]) Percolator:: \* also extract match\_all queries when indexing percolator queries {pull}27585[#27585] Plugin Lang Painless:: \* Painless: Add whitelist extensions {pull}28161[#28161] \* Painless: Modify Loader to Load Classes Directly from Definition {pull}28088[#28088] \* Clean Up Painless Cast Object {pull}27794[#27794] \* Painless: Only allow Painless type names to be the same as the equivalent Java class. {pull}27264[#27264] Plugins:: \* Add client actions to action plugin {pull}28280[#28280] (issue: {issue}27759[#27759]) \* Plugins: Add validation to plugin descriptor parsing {pull}27951[#27951] \* Plugins: Add plugin extension capabilities {pull}27881[#27881] \* Add support for filtering mappings fields {pull}27603[#27603] Rank Evaluation:: \* Simplify RankEvalResponse output {pull}28266[#28266] Recovery:: \* Truncate tlog cli should assign global checkpoint {pull}28192[#28192] (issue: {issue}28181[#28181]) \* Replica starts peer recovery with safe commit {pull}28181[#28181] (issue: {issue}10708[#10708]) \* Primary send safe commit in file-based recovery {pull}28038[#28038] (issue: {issue}10708[#10708]) \* Fail resync-failed shards in subsequent writes {pull}28005[#28005] \* Introduce promoting index shard state {pull}28004[#28004] (issue: {issue}24841[#24841]) \* Non-peer recovery should set the global checkpoint {pull}27965[#27965] \* Persist global checkpoint when finalizing a peer recovery {pull}27947[#27947] (issue: {issue}27861[#27861]) \* Rollback a primary before recovering from translog {pull}27804[#27804] (issue: {issue}10708[#10708]) Search:: \* Use typeName() to check field type in GeoShapeQueryBuilder {pull}27730[#27730] \* Optimize search\_after when sorting in index sort order {pull}26401[#26401] Sequence IDs:: \* Do not keep 5.x commits when having 6.x commits {pull}28188[#28188] (issues: {issue}27606[#27606], {issue}28038[#28038]) \* Use lastSyncedGlobalCheckpoint in deletion policy {pull}27826[#27826] (issue: {issue}27606[#27606]) \* Use CountedBitSet in LocalCheckpointTracker {pull}27793[#27793] \* Only fsync global checkpoint if needed {pull}27652[#27652] \* Keep commits and translog up to the global checkpoint {pull}27606[#27606] \* Adjust CombinedDeletionPolicy for multiple commits {pull}27456[#27456] (issues: {issue}10708[#10708], {issue}27367[#27367]) \* Keeps index commits up to the current global checkpoint {pull}27367[#27367] (issue: {issue}10708[#10708]) \* Dedup translog operations by reading in reverse {pull}27268[#27268] (issue: {issue}10708[#10708]) Settings:: \* Add validation of keystore setting names {pull}27626[#27626] Snapshot/Restore:: \* Use AmazonS3.doesObjectExist() method in S3BlobContainer {pull}27723[#27723] \* Remove XContentType auto detection in BlobStoreRepository {pull}27480[#27480] \* Include include\_global\_state in Snapshot status API (#22423) {pull}26853[#26853] (issue: {issue}22423[#22423]) Task Manager:: \* Add ability to associate an ID with tasks {pull}27764[#27764] (issue: {issue}23250[#23250]) Translog:: \*
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.06713677197694778, 0.030221959576010704, 0.0162813663482666, 0.008564061485230923, -0.020396333187818527, 0.004825115669518709, 0.028954820707440376, 0.0030494772363454103, -0.020981818437576294, -0.026618026196956635, -0.029246125370264053, -0.08946768939495087, 0.04781370237469673, -0.075652576982975, 0.022523673251271248, 0.05568602681159973, -0.038277290761470795, 0.03212514892220497, -0.08126047253608704, -0.012445421889424324, 0.05912277474999428, 0.02421608380973339, -0.006608985364437103, -0.013195480220019817, -0.04368695244193077, -0.0026765556540340185, -0.07799746841192245, -0.022768521681427956, 0.041552793234586716, -0.067829430103302, -0.04777934029698372, 0.08503630012273788, -0.05535250902175903, 0.07693794369697571, 0.0142448041588068, 0.09134265035390854, -0.03621063753962517, 0.022287240251898766, 0.006362970918416977, -0.024006186053156853, 0.04626733809709549, 0.012878780253231525, -0.004285851027816534, -0.051025740802288055, -0.021694157272577286, -0.03549091890454292, 0.011024435982108116, 0.01791173219680786, -0.034873541444540024, -0.00717783160507679, -0.034227900207042694, 0.03898816183209419, 0.06088407710194588, -0.038223881274461746, 0.07422439008951187, 0.037922780960798264, 0.05868293344974518, -0.00814727135002613, -0.06909818947315216, 0.010004929266870022, -0.00012872478691861033, -0.02514568716287613, -0.007385534700006247, -0.057664401829242706, -0.002120738150551915, 0.033430878072977066, 0.06700900197029114, -0.011112578213214874, 0.06941825896501541, -0.06747549772262573, 0.035426780581474304, 0.002977658761665225, -0.003312633605673909, -0.030164148658514023, -0.005308082327246666, 0.15464787185192108, -0.07524595409631729, 0.01682276837527752, -0.045246776193380356, -0.15657854080200195, -0.0467410534620285, -0.06631631404161453, 0.08379185199737549, 0.04089624434709549, 0.07829073071479797, 0.07326853275299072, -0.026847070083022118, -0.03937635198235512, 0.013305925764143467, 0.12653253972530365, 0.02172539383172989, -0.06607980281114578, 0.06073984503746033, -0.018033085390925407, 0.07390379160642624, 0.057557299733161926, -0.009661972522735596, -0.026390092447400093, -0.01696033403277397, 0.06720267981290817, 0.01765761896967888, 0.05957389995455742, 0.01949608139693737, -0.0104352543130517, -0.016760291531682014, 0.0019454879220575094, -0.019074061885476112, 0.01798385940492153, -0.05050167068839073, -0.018448209390044212, 0.06106327846646309, 0.04902558773756027, 0.05968903377652168, -0.03527503088116646, 0.001904817996546626, 0.02033464051783085, 0.03662005811929703, -0.03783499076962471, 0.01504031103104353, 0.029491234570741653, 0.045618072152137756, 0.013877231627702713, -0.022965485230088234, -0.016377480700612068, -0.04723455756902695, 0.057027459144592285, -0.03087894432246685, 8.617240518611099e-33, 0.09501644223928452, 0.003546244464814663, -0.017788799479603767, -0.04295786842703819, -0.055694591253995895, 0.005259240977466106, -0.034429796040058136, 0.023330869153141975, -0.055596381425857544, -0.026449110358953476, 0.05589248985052109, 0.015008127316832542, 0.013828362338244915, -0.038005683571100235, -0.04317779466509819, -0.04340682178735733, 0.019410477951169014, 0.0907592698931694, -0.09097260236740112, 0.03168149292469025, -0.013546369038522243, -0.05477876961231232, -0.05770280957221985, 0.00551156559959054, -0.030925380066037178, 0.09532194584608078, -0.0012003561714664102, 0.0382746160030365, -0.02110486850142479, 0.017493924126029015, 0.0011392210144549608, -0.027879919856786728, 0.049702830612659454, 0.0509912483394146, 0.013777922838926315, -0.049583811312913895, 0.01767694391310215, -0.03453455865383148, -0.015265482477843761, -0.15957127511501312, -0.07983265072107315, 0.03739982470870018, 0.035743772983551025, -0.04236277937889099, 0.027182266116142273, -0.05934150889515877, -0.05757874250411987, -0.0009041766170412302, -0.009465103037655354, 0.013971985317766666, 0.03584958612918854, 0.05448045954108238, 0.04408726841211319, -0.068604975938797, -0.042167313396930695, -0.07978299260139465, 0.06164281442761421, 0.09623942524194717, 0.036104362457990646, 0.11910126358270645, -0.03872707858681679, 0.11910004168748856, -0.06658709049224854, -0.011253329925239086, 0.020984113216400146, 0.11135128140449524, -0.023915553465485573, 0.016063330695033073, -0.00008298972534248605, 0.018769551068544388, -0.012830150313675404, 0.06281935423612595, 0.04492735490202904, 0.0015314215561375022, 0.04190617427229881, -0.11954041570425034, 0.025829995051026344, -0.06615457683801651, 0.027606233954429626, -0.07356834411621094, -0.0051263063214719296, -0.009461281821131706, 0.030519789084792137, -0.01765228621661663, -0.07427746802568436, 0.03637547045946121, 0.0007320327567867935, -0.016807682812213898, -0.004101985599845648, -0.00996436458081007, 0.0984250009059906, 0.05503707006573677, -0.06168042868375778, -0.02343861386179924, -0.06702659279108047, -8.223601255983301e-33, 0.03457353636622429, 0.01919877715408802, -0.013800686225295067, -0.014419861137866974, 0.01791890151798725, -0.01704356074333191, -0.0569167360663414, 0.015441080555319786, 0.05433983728289604, -0.04952800273895264, -0.024578643962740898, -0.04321499913930893, 0.012914717197418213, -0.015641259029507637, 0.010363979265093803, -0.042054321616888046, -0.06421986222267151, 0.04877085238695145, -0.03700413182377815, 0.06454721838235855, 0.047169413417577744, 0.023525888100266457, -0.023364050313830376, 0.06953491270542145, -0.04261694476008415, -0.007911116816103458, -0.024739086627960205, 0.017580155283212662, 0.0427209846675396, -0.03155897557735443, 0.0702713280916214, -0.03880828246474266, -0.1400448977947235, -0.024230169132351875, 0.03625716641545296, -0.10893581807613373, 0.0023487142752856016, 0.08045782148838043, -0.03414108604192734, 0.03929828107357025, 0.01977333426475525, -0.028404736891388893, -0.09462586790323257, 0.06639593839645386, -0.011966269463300705, -0.01631426066160202, -0.03487151861190796, 0.08225632458925247, -0.046089742332696915, -0.0691426545381546, -0.006517707370221615, -0.04796463996171951, 0.027063855901360512, 0.06883285194635391, -0.0229850672185421, 0.016659649088978767, 0.09341433644294739, -0.017960140481591225, -0.025726430118083954, 0.06787433475255966, -0.04365609213709831, 0.01685110479593277, -0.03321537747979164, 0.0342317670583725, 0.10720560699701309, -0.07885979861021042, 0.006861056666821241, -0.022139212116599083, -0.07491475343704224, 0.005156087689101696, 0.02362501248717308, -0.03326967731118202, -0.038684193044900894, -0.03875361755490303, 0.10708653926849365, 0.019070236012339592, -0.0351753793656826, -0.08656366914510727, -0.017043258994817734, 0.06553173810243607, -0.03656927868723869, 0.01080385409295559, 0.05124328285455704, 0.042923927307128906, 0.04751298204064369, -0.01159489993005991, 0.006462555844336748, 0.09328348934650421, -0.05826988071203232, -0.011451439000666142, -0.06794361770153046, 0.0035209895577281713, 0.00247315876185894, 0.03507149592041969, -0.02736402116715908, -6.254528983618002e-8, -0.040648266673088074, 0.028215888887643814, -0.04382921755313873, 0.03995702415704727, 0.09740234911441803, -0.04472688212990761, -0.08793085068464279, 0.08066736161708832, -0.007811201736330986, 0.030638784170150757, -0.015127712860703468, 0.0012939244043081999, -0.06422869116067886, -0.055907025933265686, 0.03060629405081272, -0.11505874246358871, 0.028592469170689583, 0.025005551055073738, -0.10358038544654846, -0.04042000323534012, -0.04825712740421295, -0.036264967173337936, 0.014919291250407696, -0.0259537473320961, -0.053565435111522675, -0.03341811150312424, 0.08145803213119507, 0.14281465113162994, 0.0386110357940197, 0.027796687558293343, -0.03487168624997139, 0.006379225756973028, 0.003614183282479644, 0.0014828552957624197, -0.03351351246237755, 0.08840496093034744, -0.013429820537567139, 0.05534679442644119, -0.008555090054869652, 0.06078369915485382, -0.030928784981369972, -0.034310899674892426, -0.10306067019701004, 0.05997473746538162, 0.027809880673885345, -0.04782399162650108, -0.06778038293123245, -0.000022930098566575907, 0.01049698144197464, -0.07182937115430832, -0.05635608360171318, -0.07400056719779968, 0.03761763498187065, 0.042087044566869736, -0.08217315375804901, 0.018781043589115143, 0.04930742830038071, -0.022310173138976097, 0.0639188140630722, 0.07203953713178635, 0.1292165070772171, -0.06938842684030533, 0.02117123082280159, 0.05335923284292221 ]
0.111746
Add validation of keystore setting names {pull}27626[#27626] Snapshot/Restore:: \* Use AmazonS3.doesObjectExist() method in S3BlobContainer {pull}27723[#27723] \* Remove XContentType auto detection in BlobStoreRepository {pull}27480[#27480] \* Include include\_global\_state in Snapshot status API (#22423) {pull}26853[#26853] (issue: {issue}22423[#22423]) Task Manager:: \* Add ability to associate an ID with tasks {pull}27764[#27764] (issue: {issue}23250[#23250]) Translog:: \* Simplify MultiSnapshot#SeqNoset {pull}27547[#27547] (issue: {issue}27268[#27268]) \* Enclose CombinedDeletionPolicy in SnapshotDeletionPolicy {pull}27528[#27528] (issues: {issue}27367[#27367], {issue}27456[#27456]) [float] === Bug Fixes Aggregations:: \* Adds metadata to rewritten aggregations {pull}28185[#28185] (issue: {issue}28170[#28170]) \* Fix NPE on composite aggregation with sub-aggregations that need scores {pull}28129[#28129] \* StringTerms.Bucket.getKeyAsNumber detection type {pull}28118[#28118] (issue: {issue}28012[#28012]) \* Fix incorrect results for aggregations nested under a nested aggregation {pull}27946[#27946] (issue: {issue}27912[#27912]) \* Fix global aggregation that requires breadth first and scores {pull}27942[#27942] (issues: {issue}22321[#22321], {issue}27928[#27928]) \* Fix composite aggregation when after term is missing in the shard {pull}27936[#27936] \* Fix preserving FiltersAggregationBuilder#keyed field on rewrite {pull}27900[#27900] (issue: {issue}27841[#27841]) \* Using DocValueFormat::parseBytesRef for parsing missing value parameter {pull}27855[#27855] (issue: {issue}27788[#27788]) \* Fix illegal cast of the "low cardinality" optimization of the `terms` aggregation. {pull}27543[#27543] \* Always include the \_index and \_id for nested search hits. {pull}27201[#27201] (issue: {issue}27053[#27053]) Allocation:: \* Do not open indices with broken settings {pull}26995[#26995] Core:: \* Fix lock accounting in releasable lock {pull}28202[#28202] \* Fixes ByteSizeValue to serialise correctly {pull}27702[#27702] (issue: {issue}27568[#27568]) \* Do not set data paths on no local storage required {pull}27587[#27587] (issue: {issue}27572[#27572]) \* Ensure threadcontext is preserved when refresh listeners are invoked {pull}27565[#27565] \* Ensure logging is configured for CLI commands {pull}27523[#27523] (issue: {issue}27521[#27521]) Engine:: \* Replica recovery could go into an endless flushing loop {pull}28350[#28350] \* Use `\_refresh` to shrink the version map on inactivity {pull}27918[#27918] (issue: {issue}27852[#27852]) \* Allow resize version map under lock even if there are pending operations {pull}27870[#27870] (issue: {issue}27852[#27852]) \* Reset LiveVersionMap on sync commit {pull}27534[#27534] (issue: {issue}27516[#27516]) Geo:: \* Correct two equality checks on incomparable types {pull}27688[#27688] \* Handle case where the hole vertex is south of the containing polygon(s) {pull}27685[#27685] (issue: {issue}25933[#25933]) Highlighting:: \* Fix highlighting on a keyword field that defines a normalizer {pull}27604[#27604] Inner Hits:: \* Add version support for inner hits in field collapsing (#27822) {pull}27833[#27833] (issue: {issue}27822[#27822]) Internal:: \* Never return null from Strings.tokenizeToStringArray {pull}28224[#28224] (issue: {issue}28213[#28213]) \* Fallback to TransportMasterNodeAction for cluster health retries {pull}28195[#28195] (issue: {issue}28169[#28169]) \* Retain originalIndex info when rewriting FieldCapabilities requests {pull}27761[#27761] Java REST Client:: \* Do not use system properties when building the HttpAsyncClient {pull}27829[#27829] (issue: {issue}27827[#27827]) Mapping:: \* Ignore null value for range field (#27845) {pull}28116[#28116] (issue: {issue}27845[#27845]) \* Pass `java.locale.providers=COMPAT` to Java 9 onwards {pull}28080[#28080] (issue: {issue}10984[#10984]) \* Allow update of `eager\_global\_ordinals` on `\_parent`. {pull}28014[#28014] (issue: {issue}24407[#24407]) \* Fix merging of \_meta field {pull}27352[#27352] (issue: {issue}27323[#27323]) Network:: \* Only bind loopback addresses when binding to local {pull}28029[#28029] (issue: {issue}1877[#1877]) \* Remove potential nio selector leak {pull}27825[#27825] \* Fix issue where the incorrect buffers are written {pull}27695[#27695] (issue: {issue}27551[#27551]) \* Throw UOE from compressible bytes stream reset {pull}27564[#27564] (issue: {issue}24927[#24927]) \* Bubble exceptions when closing compressible streams {pull}27542[#27542] (issue: {issue}27540[#27540]) Packaging:: \* Allow custom service names when installing on windows {pull}25255[#25255] (issue: {issue}25231[#25231]) Percolator:: \* Avoid TooManyClauses exception if number of terms / ranges is exactly equal to 1024 {pull}27519[#27519] (issue: {issue}1[#1]) Plugin Analysis ICU:: \* Catch InvalidPathException in IcuCollationTokenFilterFactory {pull}27202[#27202] Plugin Analysis Phonetic:: \* Fix daitch\_mokotoff phonetic filter to use the dedicated Lucene filter {pull}28225[#28225] (issue: {issue}28211[#28211]) Plugin Lang Painless:: \* Painless: Fix variable scoping issue in lambdas {pull}27571[#27571] (issue: {issue}26760[#26760]) \* Painless: Fix errors allowing void to be assigned to def. {pull}27460[#27460] (issue: {issue}27210[#27210]) Plugin Repository HDFS:: \* Fix SecurityException when HDFS Repository used against HA Namenodes {pull}27196[#27196] Plugins:: \* Make sure
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.04412247985601425, -0.05001307278871536, -0.03304838389158249, -0.022136524319648743, 0.013330301269888878, 0.03551631420850754, 0.0021114402916282415, -0.05389440059661865, 0.029810495674610138, 0.04517596960067749, 0.01875123754143715, -0.09274473041296005, 0.09257668256759644, -0.04836558923125267, 0.031795721501111984, 0.043641071766614914, -0.05818445235490799, -0.022162728011608124, -0.12977169454097748, -0.011619272641837597, -0.014868251048028469, 0.054106056690216064, -0.02217007614672184, 0.08860437572002411, -0.04289063811302185, 0.024941105395555496, -0.0904560536146164, -0.016968993470072746, -0.055512916296720505, 0.013307161629199982, 0.10004375129938126, 0.00917904358357191, 0.00620564678683877, 0.031849317252635956, 0.1360265016555786, 0.1101188063621521, -0.04786844924092293, -0.033727262169122696, 0.02569829300045967, -0.003140488173812628, 0.03090435452759266, -0.01899826154112816, -0.03347327187657356, -0.046435967087745667, -0.036005955189466476, -0.01762043870985508, -0.022869762033224106, -0.03203411027789116, -0.0276475939899683, 0.007611441891640425, 0.004587242845445871, 0.0020716600120067596, -0.008952931500971317, 0.02441483549773693, 0.027506040409207344, 0.09413925558328629, 0.008026515133678913, 0.03933035582304001, -0.013648591935634613, -0.03875819966197014, 0.07692186534404755, -0.11241719126701355, 0.032740719616413116, -0.06521020084619522, 0.020702658221125603, 0.07944630831480026, -0.023142755031585693, -0.05235297977924347, 0.04136338084936142, -0.02661769464612007, -0.010475542396306992, -0.0066067809239029884, -0.013098521158099174, -0.03172144293785095, -0.029545627534389496, 0.060447558760643005, 0.014379600994288921, -0.027358749881386757, -0.09792619198560715, -0.09412572532892227, -0.03277496248483658, -0.04716874286532402, -0.05361495539546013, 0.04599452763795853, -0.013412867672741413, 0.000104785620351322, -0.05874240770936012, -0.05529295653104782, -0.03863881900906563, 0.07327882200479507, -0.006033220794051886, -0.10174097120761871, 0.11224620789289474, -0.028629958629608154, 0.05910968780517578, 0.002758967224508524, 0.011212964542210102, 0.007618377450853586, 0.01754407025873661, 0.014390558935701847, -0.03377973660826683, 0.03734961897134781, 0.028119631111621857, -0.041988879442214966, 0.061932481825351715, -0.013214175589382648, -0.03223899379372597, -0.03665792942047119, -0.08300366252660751, -0.0029323615599423647, -0.0243686456233263, 0.07092572748661041, 0.03559482842683792, 0.03628535568714142, -0.00060517608653754, 0.03409048542380333, 0.046026561409235, 0.007980522699654102, -0.04795150086283684, 0.031217223033308983, 0.12755082547664642, -0.039942435920238495, 0.057275161147117615, -0.04458552226424217, -0.07414403557777405, 0.029269816353917122, 0.030254211276769638, 1.1142984822604639e-32, 0.05153653025627136, 0.026693269610404968, -0.006044859066605568, -0.004040946252644062, 0.025602176785469055, 0.003686093259602785, 0.01683175191283226, 0.040779270231723785, -0.021872123703360558, -0.04822615534067154, -0.0788140818476677, 0.02152305468916893, -0.004719392862170935, -0.0412229485809803, -0.0620192214846611, -0.014035718515515327, -0.07747749239206314, 0.054978787899017334, 0.009439541958272457, 0.08804831653833389, 0.056041229516267776, -0.041519973427057266, -0.06452319771051407, 0.008711694739758968, 0.009471471421420574, -0.026822401210665703, 0.0551636628806591, -0.0019082790240645409, 0.024178147315979004, 0.00129217398352921, 0.014790479093790054, 0.05862296372652054, 0.01579860970377922, -0.038805097341537476, 0.007577989250421524, -0.07339046895503998, -0.002015479141846299, -0.0046035004779696465, -0.09096100926399231, -0.04378121718764305, 0.05115899816155434, 0.022765062749385834, -0.03690472990274429, 0.05242304131388664, 0.028111953288316727, -0.06094896420836449, 0.02237616293132305, -0.03725019842386246, 0.06156212091445923, 0.0387406200170517, 0.005946829449385405, -0.06779131293296814, 0.042861126363277435, -0.14054524898529053, 0.010185620747506618, -0.1295272558927536, -0.0006557904416695237, 0.03486332669854164, 0.06459669768810272, -0.007950357161462307, -0.013283215463161469, 0.027286317199468613, -0.008366836234927177, 0.007082376629114151, 0.08587873727083206, 0.08095695823431015, 0.030562717467546463, 0.06605756282806396, -0.047901641577482224, -0.07722383737564087, -0.0028893279377371073, 0.03443789482116699, 0.021769165992736816, -0.03067605197429657, 0.05609104409813881, -0.0991043671965599, -0.007305263541638851, 0.03355046734213829, -0.015879487618803978, -0.03746357932686806, 0.010383580811321735, -0.062424249947071075, -0.01000941637903452, 0.005941603798419237, -0.029818447306752205, 0.09573905169963837, -0.013984039425849915, -0.005308317020535469, -0.026462798938155174, 0.030226800590753555, 0.0032936467323452234, -0.009922178462147713, -0.027270590886473656, -0.024106981232762337, 0.00629009585827589, -8.945536989012563e-33, 0.04967702925205231, -0.05988050252199173, -0.05774565041065216, 0.015974976122379303, 0.053716570138931274, -0.04661882296204567, -0.004186411388218403, 0.044051554054021835, -0.028694916516542435, -0.07236696034669876, -0.015890080481767654, -0.05137370154261589, -0.021074915304780006, -0.0684601441025734, -0.004366737324744463, -0.01734752394258976, 0.003079974791035056, -0.09622924029827118, -0.04291152209043503, 0.030239880084991455, 0.05187926068902016, -0.042134251445531845, 0.004171677865087986, 0.10867222398519516, -0.018745560199022293, 0.018291432410478592, 0.0166118573397398, -0.016815567389130592, 0.05948587507009506, -0.0536794550716877, 0.0255894735455513, 0.029022688046097755, -0.08033120632171631, 0.045824725180864334, -0.05320173501968384, -0.08870473504066467, -0.023719334974884987, 0.08851411938667297, -0.06881266087293625, 0.02391255646944046, 0.015658965334296227, 0.02681705169379711, -0.0770791694521904, 0.05873080715537071, 0.022997982800006866, 0.09215313196182251, 0.053440555930137634, 0.02663714624941349, -0.019571159034967422, 0.016042476519942284, -0.006665883585810661, -0.06230640411376953, -0.027233364060521126, 0.06341131776571274, 0.07474268227815628, 0.001116892322897911, 0.05688471719622612, -0.0880640298128128, -0.03525442257523537, -0.0540238581597805, 0.013261468149721622, 0.01321690995246172, 0.03394612669944763, -0.007036920636892319, 0.06822808086872101, -0.05258965492248535, -0.006924179848283529, 0.026209503412246704, -0.0313749723136425, 0.035289470106363297, 0.009130958467721939, -0.07737069576978683, 0.03220764175057411, -0.07410973310470581, 0.0592816062271595, -0.009333983063697815, -0.0824250727891922, -0.08804351091384888, 0.04171839356422424, 0.058295801281929016, -0.0802105963230133, 0.08629434555768967, 0.05439380556344986, 0.05028705298900604, 0.021326981484889984, 0.038868144154548645, -0.005553466733545065, 0.10655436664819717, -0.03432416915893555, 0.003031665226444602, -0.048563748598098755, -0.024415332823991776, -0.0031014708802103996, -0.009459271095693111, 0.03467534855008125, -5.602193198228633e-8, 0.012888689525425434, 0.03439617156982422, -0.07548944652080536, 0.02322164736688137, 0.08367209136486053, 0.0015143912751227617, -0.07255081832408905, 0.08334389328956604, 0.0686766654253006, -0.0517389141023159, -0.0002048507158178836, -0.054011378437280655, -0.08630294352769852, -0.027163326740264893, -0.006501858588308096, -0.11351476609706879, 0.07989978790283203, 0.07936255633831024, -0.0036045352462679148, 0.006551723461598158, 0.008256539702415466, -0.013356605544686317, 0.06455685198307037, -0.05302180349826813, 0.08735539019107819, 0.05965615436434746, 0.0383220799267292, 0.0544210746884346, 0.04964549466967583, -0.010745815932750702, 0.03572198376059532, -0.08989395946264267, 0.02751498855650425, 0.01477632112801075, -0.037273991852998734, 0.03776026517152786, 0.040501467883586884, 0.02712760865688324, 0.028223274275660515, -0.030703052878379822, 0.036542538553476334, 0.0252403412014246, -0.1262989491224289, 0.029131118208169937, -0.037763841450214386, -0.04293240234255791, -0.04084219038486481, 0.04148540273308754, 0.004365413915365934, 0.008217987604439259, -0.04567624256014824, -0.11973284184932709, 0.060711316764354706, 0.14046138525009155, 0.017203284427523613, 0.02512117475271225, 0.0801691934466362, -0.08453850448131561, 0.10442683100700378, 0.06444291025400162, 0.10142932832241058, -0.0764981284737587, -0.048258744180202484, 0.045354556292295456 ]
0.016134
filter {pull}28225[#28225] (issue: {issue}28211[#28211]) Plugin Lang Painless:: \* Painless: Fix variable scoping issue in lambdas {pull}27571[#27571] (issue: {issue}26760[#26760]) \* Painless: Fix errors allowing void to be assigned to def. {pull}27460[#27460] (issue: {issue}27210[#27210]) Plugin Repository HDFS:: \* Fix SecurityException when HDFS Repository used against HA Namenodes {pull}27196[#27196] Plugins:: \* Make sure that we don't detect files as maven coordinate when installing a plugin {pull}28163[#28163] \* Fix upgrading indices which use a custom similarity plugin. {pull}26985[#26985] (issue: {issue}25350[#25350]) Recovery:: \* Open engine should keep only starting commit {pull}28228[#28228] (issues: {issue}27804[#27804], {issue}28181[#28181]) \* Allow shrinking of indices from a previous major {pull}28076[#28076] (issue: {issue}28061[#28061]) \* Set global checkpoint before open engine from store {pull}27972[#27972] (issues: {issue}27965[#27965], {issue}27970[#27970]) \* Check and repair index under the store metadata lock {pull}27768[#27768] (issues: {issue}24481[#24481], {issue}24787[#24787], {issue}27731[#27731]) \* Flush old indices on primary promotion and relocation {pull}27580[#27580] (issue: {issue}27536[#27536]) Rollover:: \* Make index rollover action atomic {pull}28039[#28039] (issue: {issue}26976[#26976]) Scripting:: \* Ensure we protect Collections obtained from scripts from self-referencing {pull}28335[#28335] Scroll:: \* Reject scroll query if size is 0 (#22552) {pull}27842[#27842] (issue: {issue}22552[#22552]) \* Fix scroll query with a sort that is a prefix of the index sort {pull}27498[#27498] Search:: \* Fix simple\_query\_string on invalid input {pull}28219[#28219] (issue: {issue}28204[#28204]) \* Use the underlying connection version for CCS connections {pull}28093[#28093] \* Fix synonym phrase query expansion for cross\_fields parsing {pull}28045[#28045] \* Carry forward weights, etc on rescore rewrite {pull}27981[#27981] (issue: {issue}27979[#27979]) \* Fix routing with leading or trailing whitespace {pull}27712[#27712] (issue: {issue}27708[#27708]) Sequence IDs:: \* Recovery from snapshot may leave seq# gaps {pull}27850[#27850] \* No longer unidle shard during recovery {pull}27757[#27757] (issue: {issue}26591[#26591]) \* Obey translog durability in global checkpoint sync {pull}27641[#27641] Settings:: \* Settings: Introduce settings updater for a list of settings {pull}28338[#28338] (issue: {issue}28047[#28047]) \* Fix setting notification for complex setting (affixMap settings) that could cause transient settings to be ignored {pull}28317[#28317] (issue: {issue}28316[#28316]) \* Fix environment variable substitutions in list setting {pull}28106[#28106] (issue: {issue}27926[#27926]) \* Allow index settings to be reset by wildcards {pull}27671[#27671] (issue: {issue}27537[#27537]) Snapshot/Restore:: \* Consistent updates of IndexShardSnapshotStatus {pull}28130[#28130] (issue: {issue}26480[#26480]) \* Avoid concurrent snapshot finalizations when deleting an INIT snapshot {pull}28078[#28078] (issues: {issue}27214[#27214], {issue}27931[#27931], {issue}27974[#27974]) \* Do not start snapshots that are deleted during initialization {pull}27931[#27931] \* Do not swallow exception in ChecksumBlobStoreFormat.writeAtomic() {pull}27597[#27597] \* Consistent update of stage and failure message in IndexShardSnapshotStatus {pull}27557[#27557] (issue: {issue}26480[#26480]) \* Fail restore when the shard allocations max retries count is reached {pull}27493[#27493] (issue: {issue}26865[#26865]) \* Delete shard store files before restoring a snapshot {pull}27476[#27476] (issues: {issue}20220[#20220], {issue}26865[#26865]) Stats:: \* Fixes DocStats to properly deal with shards that report -1 index size {pull}27863[#27863] \* Include internal refreshes in refresh stats {pull}27615[#27615] Term Vectors:: \* Fix term vectors generator with keyword and normalizer {pull}27608[#27608] (issue: {issue}27320[#27320]) //[float] //=== Regressions //[float] //=== Known Issues [float] === Upgrades Core:: \* Dependencies: Update joda time to 2.9.9 {pull}28261[#28261] \* upgrade to lucene 7.2.1 {pull}28218[#28218] (issue: {issue}28044[#28044]) \* Upgrade jna from 4.4.0-1 to 4.5.1 {pull}28183[#28183] (issue: {issue}28172[#28172]) Ingest:: \* update ingest-attachment to use Tika 1.17 and newer deps {pull}27824[#27824] [[release-notes-6.1.4]] == {es} version 6.1.4 //[float] //[[breaking-6.1.4]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Core:: \* Fix classes that can exit {pull}27518[#27518] [float] === Bug Fixes Aggregations:: \* StringTerms.Bucket.getKeyAsNumber detection type {pull}28118[#28118] (issue: {issue}28012[#28012]) Core:: \* Remove special handling for \_all in nodes info {pull}28971[#28971] (issue: {issue}28797[#28797]) Engine:: \* Avoid class cast exception from index writer {pull}28989[#28989] \* Maybe die before failing engine {pull}28973[#28973] (issues: {issue}27265[#27265], {issue}28967[#28967]) Scripting:: \* Painless: Fix For Loop NullPointerException {pull}28506[#28506] (issue: {issue}28501[#28501]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.1.3]] == {es} version
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.06863366812467575, 0.0008161862497217953, -0.009188195690512657, -0.010448171757161617, 0.06972719728946686, -0.012986024841666222, -0.001960502238944173, -0.03553733602166176, -0.06576079875230789, 0.01677425391972065, 0.021079042926430702, -0.062074385583400726, 0.008676134049892426, 0.023310117423534393, -0.016722297295928, 0.06811258941888809, -0.10953201353549957, 0.0186927393078804, -0.038703303784132004, 0.024571632966399193, -0.024371197447180748, 0.11658995598554611, -0.0231587253510952, 0.09350018203258514, -0.032129015773534775, -0.04229725897312164, -0.10389168560504913, 0.03802876174449921, -0.033535730093717575, -0.06575708091259003, 0.040016040205955505, 0.04935092851519585, -0.045222774147987366, -0.025749431923031807, 0.07756144553422928, 0.17437629401683807, -0.11841942369937897, -0.011699337512254715, -0.09655819088220596, -0.08939200639724731, 0.06635153293609619, -0.01665995642542839, 0.03869250416755676, -0.04214927926659584, -0.07687085121870041, -0.07071895897388458, 0.0016285296296700835, -0.07951784133911133, -0.012707562185823917, -0.026388611644506454, -0.05044626072049141, 0.010412400588393211, 0.04068417847156525, -0.01781424693763256, 0.08199254423379898, -0.013235289603471756, -0.010906510055065155, -0.03237568587064743, 0.016131674870848656, -0.03355203568935394, 0.006286062765866518, -0.06737332046031952, -0.01127516757696867, -0.07859829068183899, -0.03798198327422142, 0.005613317713141441, 0.02520189806818962, -0.006603548768907785, 0.011341238394379616, 0.007671824190765619, -0.03979644551873207, 0.05218597128987312, -0.08587586134672165, -0.015361590310931206, 0.058821890503168106, 0.1174304261803627, -0.010811112821102142, 0.02773085981607437, -0.013887886889278889, -0.12145262956619263, 0.006557784508913755, -0.05711543187499046, 0.0242158193141222, 0.058804579079151154, -0.027477027848362923, 0.06325539946556091, 0.011180202476680279, -0.09677865356206894, 0.06920792907476425, -0.015095445327460766, 0.03494972735643387, -0.06347911804914474, 0.09875591099262238, 0.01838638074696064, 0.04956723377108574, -0.029320839792490005, 0.01987641118466854, 0.06144196167588234, 0.004055046942085028, 0.0727265253663063, 0.0065270112827420235, 0.03020678460597992, -0.002849351381883025, -0.0027220500633120537, 0.0250579621642828, 0.04348661005496979, 0.012610986828804016, -0.01365402527153492, -0.09656792134046555, -0.08629707992076874, -0.00035004608798772097, 0.06682157516479492, 0.05644403025507927, -0.07422201335430145, 0.016858384013175964, -0.004872492048889399, 0.041111934930086136, -0.06063187122344971, -0.12090861052274704, 0.049136996269226074, 0.04347226396203041, -0.03598228842020035, 0.039670027792453766, -0.04361667484045029, 0.013536302372813225, 0.045064955949783325, -0.04401171952486038, 1.1443232528427544e-32, 0.09954394400119781, -0.01991509646177292, -0.04616457223892212, -0.008375500328838825, 0.030282815918326378, -0.0735895037651062, 0.007122226990759373, 0.02582463249564171, -0.04078154265880585, -0.0033653683494776487, -0.012684390880167484, 0.012764851562678814, 0.00184854946564883, -0.06361103057861328, -0.008498068898916245, -0.1118144541978836, 0.06027969345450401, 0.03588410094380379, -0.08049124479293823, 0.012327062897384167, -0.022951461374759674, -0.04133008420467377, -0.08955349028110504, -0.041482940316200256, -0.024487491697072983, -0.008428138680756092, 0.028539329767227173, -0.011015101335942745, 0.03391759470105171, 0.003993266262114048, 0.004788175690919161, -0.03905542194843292, 0.11537781357765198, 0.053795259445905685, -0.004792334977537394, -0.05888295918703079, -0.03768984228372574, -0.011819695122539997, -0.10363173484802246, -0.07393965125083923, 0.0020650539081543684, 0.10130180418491364, -0.07059865444898605, 0.0059320214204490185, 0.05421709641814232, -0.0381748229265213, 0.03441242501139641, -0.020213836804032326, 0.04928772151470184, 0.015143068507313728, 0.012468313798308372, -0.0016914363950490952, 0.05737800896167755, -0.05663881078362465, -0.01908465102314949, -0.013583814725279808, 0.0068167271092534065, 0.0532330758869648, 0.013509090058505535, 0.028204036876559258, -0.028235234320163727, 0.07287284731864929, 0.0025768079794943333, -0.020469320937991142, 0.09120575338602066, 0.03167901933193207, 0.01508427131921053, 0.040166158229112625, 0.018762126564979553, 0.011412914842367172, -0.012613748200237751, 0.041056059300899506, 0.007357466500252485, -0.00604983838275075, 0.06938496232032776, -0.07835368067026138, 0.004145377781242132, 0.015781795606017113, 0.039785098284482956, -0.043580394238233566, -0.06032238528132439, -0.06076376885175705, 0.0027670590206980705, 0.0014275511493906379, -0.049200817942619324, 0.030719147995114326, -0.010789531283080578, -0.030586786568164825, -0.023777706548571587, -0.0363105908036232, 0.0627284049987793, -0.040039218962192535, 0.04646027088165283, -0.10335606336593628, 0.008729461580514908, -9.941586984394043e-33, 0.028332998976111412, -0.014644562266767025, 0.015767505392432213, -0.007957288064062595, 0.021555867046117783, -0.013627859763801098, -0.021205825731158257, 0.0231228768825531, 0.055438391864299774, -0.01492869108915329, -0.025787651538848877, 0.014296149834990501, 0.0017975505907088518, -0.10820820182561874, 0.05215613916516304, 0.0028893419075757265, -0.0773409754037857, -0.12128586322069168, -0.04721462354063988, 0.08580869436264038, 0.03199855983257294, 0.06015593558549881, 0.006625264883041382, 0.05319223180413246, 0.04727884754538536, 0.043595027178525925, -0.009881539270281792, 0.016006845980882645, 0.06320307403802872, -0.046293195337057114, -0.021881643682718277, 0.0005576122202910483, -0.1358221173286438, 0.013063019141554832, 0.0006019524298608303, -0.057211387902498245, -0.033206939697265625, 0.1390133649110794, -0.04804077371954918, 0.0057799331843853, -0.05568321421742439, 0.01247889269143343, -0.044641897082328796, 0.05907228961586952, 0.01440784428268671, 0.016427738592028618, 0.028724180534482002, -0.0046536182053387165, -0.008174415677785873, -0.049079570919275284, 0.024262912571430206, -0.006508686579763889, 0.022881176322698593, 0.06445780396461487, 0.039747290313243866, 0.031315140426158905, 0.08666826784610748, 0.008412494324147701, -0.09174033254384995, 0.027197612449526787, 0.04124583676457405, -0.04071732982993126, -0.05783943086862564, 0.0011996504617854953, 0.011304792948067188, -0.038433320820331573, -0.09605416655540466, -0.05701501667499542, -0.07269497960805893, -0.024347545579075813, 0.011042661964893341, -0.012765631079673767, 0.0384427085518837, -0.04875727742910385, 0.0449664443731308, 0.0038125307764858007, -0.03627169504761696, -0.05803811550140381, 0.0474170558154583, 0.1262543797492981, -0.026516007259488106, 0.051053401082754135, 0.005673460196703672, 0.09898491948843002, -0.018710007891058922, -0.03950661048293114, 0.022496096789836884, 0.024706970900297165, 0.005593976937234402, -0.029208175837993622, -0.006346144713461399, -0.0037181037478148937, -0.01022536214441061, 0.03847728297114372, -0.021054942160844803, -6.623873360922516e-8, 0.008395783603191376, -0.029016127809882164, -0.09269308298826218, 0.026375960558652878, 0.031216712668538094, 0.001200057682581246, -0.0715111568570137, 0.0629563108086586, -0.038869161158800125, 0.05327729880809784, 0.04315079376101494, 0.10618181526660919, -0.03356631472706795, 0.002116760704666376, -0.02986934594810009, -0.13319899141788483, 0.028748955577611923, 0.10959862917661667, -0.0951031893491745, 0.012421892955899239, -0.02866615727543831, -0.008926335722208023, -0.01861630752682686, 0.021032363176345825, 0.007234719581902027, -0.03829028829932213, 0.08323241025209427, -0.02322816662490368, 0.026906808838248253, -0.017027756199240685, 0.06573250144720078, -0.025974031537771225, 0.0073217055760324, 0.04605995491147041, -0.04261114448308945, 0.12684552371501923, 0.0464450940489769, 0.03750314190983772, 0.002853390295058489, 0.061784666031599045, 0.05940492823719978, 0.049599189311265945, -0.032599709928035736, 0.03200628235936165, -0.08155370503664017, -0.012726928107440472, -0.06224151700735092, 0.0030449985060840845, 0.06148660555481911, -0.052866172045469284, -0.00987569335848093, -0.014920218847692013, -0.01951996423304081, 0.04862478747963905, 0.05444551631808281, 0.0003929976373910904, 0.08188426494598389, -0.010780932381749153, 0.009404047392308712, 0.035661112517118454, 0.13383767008781433, -0.027944941073656082, 0.0771150067448616, 0.021846437826752663 ]
0.040293
handling for \_all in nodes info {pull}28971[#28971] (issue: {issue}28797[#28797]) Engine:: \* Avoid class cast exception from index writer {pull}28989[#28989] \* Maybe die before failing engine {pull}28973[#28973] (issues: {issue}27265[#27265], {issue}28967[#28967]) Scripting:: \* Painless: Fix For Loop NullPointerException {pull}28506[#28506] (issue: {issue}28501[#28501]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.1.3]] == {es} version 6.1.3 //[float] //[[breaking-6.1.3]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features //[float] //=== Enhancements [float] === Bug Fixes Engine:: \* Replica recovery could go into an endless flushing loop {pull}28350[#28350] Internal:: \* Never return null from Strings.tokenizeToStringArray {pull}28224[#28224] (issue: {issue}28213[#28213]) \* Fallback to TransportMasterNodeAction for cluster health retries {pull}28195[#28195] (issue: {issue}28169[#28169]) Mapping:: \* Allow update of `eager\_global\_ordinals` on `\_parent`. {pull}28014[#28014] (issue: {issue}24407[#24407]) Scripting:: \* Ensure we protect Collections obtained from scripts from self-referencing {pull}28335[#28335] Settings:: \* Fix setting notification for complex setting (affixMap settings) that could cause transient settings to be ignored {pull}28317[#28317] (issue: {issue}28316[#28316]) \* Fix environment variable substitutions in list setting {pull}28106[#28106] (issue: {issue}27926[#27926]) Snapshot/Restore:: \* Avoid concurrent snapshot finalizations when deleting an INIT snapshot {pull}28078[#28078] (issues: {issue}27214[#27214], {issue}27931[#27931], {issue}27974[#27974]) \* Do not start snapshots that are deleted during initialization {pull}27931[#27931] //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.1.2]] == {es} version 6.1.2 //[float] //[[breaking-6.1.2]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Internal:: \* Make AbstractQueryBuilder.declareStandardFields to be protected (#27865) {pull}27894[#27894] (issue: {issue}27865[#27865]) [float] === Bug Fixes Aggregations:: \* Fix incorrect results for aggregations nested under a nested aggregation {pull}27946[#27946] (issue: {issue}27912[#27912]) \* Fix composite aggregation when after term is missing in the shard {pull}27936[#27936] \* Fix preserving FiltersAggregationBuilder#keyed field on rewrite {pull}27900[#27900] (issue: {issue}27841[#27841]) Engine:: \* Use `\_refresh` to shrink the version map on inactivity {pull}27918[#27918] (issue: {issue}27852[#27852]) \* Allow resize version map under lock even if there are pending operations {pull}27870[#27870] (issue: {issue}27852[#27852]) Network:: \* Only bind loopback addresses when binding to local {pull}28029[#28029] Recovery:: \* Allow shrinking of indices from a previous major {pull}28076[#28076] (issue: {issue}28061[#28061]) Search:: \* Use the underlying connection version for CCS connections {pull}28093[#28093] \* Carry forward weights, etc on rescore rewrite {pull}27981[#27981] (issue: {issue}27979[#27979]) Snapshot/Restore:: \* Fail restore when the shard allocations max retries count is reached {pull}27493[#27493] (issue: {issue}26865[#26865]) Translog:: \* Only sync translog when global checkpoint increased {pull}27973[#27973] (issues: {issue}27837[#27837], {issue}27970[#27970]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.1.1]] == {es} version 6.1.1 //[float] //[[breaking-6.1.1]] //=== Breaking Changes //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Snapshot/Restore:: \* Use AmazonS3.doesObjectExist() method in S3BlobContainer {pull}27723[#27723] [float] === Bug Fixes Inner Hits:: \* Add version support for inner hits in field collapsing (#27822) {pull}27833[#27833] (issue: {issue}27822[#27822]) Java REST Client:: \* Do not use system properties when building the HttpAsyncClient {pull}27829[#27829] (issue: {issue}27827[#27827]) Search:: \* Fix routing with leading or trailing whitespace {pull}27712[#27712] (issue: {issue}27708[#27708]) Sequence IDs:: \* Recovery from snapshot may leave seq# gaps {pull}27850[#27850] \* No longer unidle shard during recovery {pull}27757[#27757] (issue: {issue}26591[#26591]) //[float] //=== Regressions //[float] //=== Known Issues [float] === Upgrades Ingest:: \* update ingest-attachment to use Tika 1.17 and newer deps {pull}27824[#27824] [[release-notes-6.1.0]] == {es} version 6.1.0 [float] [[breaking-6.1.0]] === Breaking Changes Network:: \* Allow only a fixed-size receive predictor {pull}26165[#26165] (issue: {issue}23185[#23185]) REST:: \* Standardize underscore requirements in parameters {pull}27414[#27414] (issues: {issue}26886[#26886], {issue}27040[#27040]) Scroll:: \* Fail queries with scroll that explicitely set request\_cache {pull}27342[#27342] Search:: \* Add a limit to from + size in top\_hits and inner hits. {pull}26492[#26492] (issue: {issue}11511[#11511]) [float] === Breaking Java Changes Aggregations:: \* Moves deferring code into its own subclass {pull}26421[#26421] Core:: \* Unify Settings xcontent reading and writing {pull}26739[#26739] Settings:: \* Return List instead
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.025777719914913177, 0.09980620443820953, 0.05193788930773735, 0.04803413525223732, 0.054637257009744644, -0.034791260957717896, 0.009663511998951435, 0.01890915259718895, -0.07469020038843155, 0.02588081918656826, 0.009896245785057545, -0.006960233673453331, 0.005983459763228893, -0.12561334669589996, -0.034824639558792114, 0.05915335193276405, -0.15536177158355713, 0.07368237525224686, -0.013395228423178196, -0.045178283005952835, -0.003175731049850583, 0.08773595839738846, -0.06905615329742432, 0.04885406792163849, -0.06486868113279343, 0.08148285746574402, -0.07088617235422134, -0.003524747909978032, -0.0006635349127463996, -0.04222426190972328, -0.05448351800441742, 0.027745448052883148, -0.06871464103460312, 0.05047222226858139, 0.07057761400938034, 0.10498978197574615, -0.043208129703998566, -0.0006859624409116805, -0.024007437750697136, 0.017804980278015137, 0.031700249761343, 0.04028268903493881, 0.027242882177233696, -0.0627894476056099, 0.02376723289489746, -0.09135986119508743, -0.0981295183300972, -0.05335919186472893, -0.019191047176718712, -0.04191168397665024, -0.0691913515329361, -0.026559486985206604, 0.03181545063853264, -0.05379829555749893, 0.07677629590034485, -0.017280463129281998, 0.043264761567115784, -0.024088457226753235, -0.03260563686490059, -0.039591528475284576, 0.05141141638159752, -0.022833965718746185, 0.011442134156823158, -0.05727556720376015, -0.0051284427754580975, -0.003333435859531164, 0.029375353828072548, 0.04415478557348251, 0.00587429478764534, 0.06372284889221191, -0.04137740656733513, 0.07499544322490692, -0.05127516761422157, 0.05029378458857536, 0.009213767014443874, 0.0787966251373291, -0.028250588104128838, -0.028216715902090073, -0.013956152833998203, -0.05361703038215637, -0.04601329565048218, -0.05509372428059578, 0.007205362431704998, -0.0650365874171257, 0.027100788429379463, 0.02002665027976036, -0.009736578911542892, -0.0019035855075344443, 0.08678820729255676, 0.04195202514529228, -0.08096771687269211, -0.05693831667304039, 0.032117992639541626, 0.06404752284288406, 0.0796070322394371, 0.14953045547008514, 0.0034750220365822315, -0.01762697845697403, 0.025868531316518784, 0.08727580308914185, 0.026745734736323357, 0.027516407892107964, 0.013286394067108631, -0.015513205900788307, -0.026158882305026054, -0.015417642891407013, 0.008913828060030937, -0.07311983406543732, -0.07876288145780563, -0.10105044394731522, 0.001045707380399108, 0.060003381222486496, -0.02592526189982891, -0.023824501782655716, -0.01875012181699276, -0.10026268661022186, 0.05292479321360588, -0.002392680151388049, -0.01362802367657423, 0.12997618317604065, 0.11582548171281815, 0.02503497526049614, 0.005840068217366934, 0.08996865898370743, -0.0168243907392025, 0.021914253011345863, -0.07963820546865463, 4.26726306196576e-33, 0.053699467331171036, -0.08311789482831955, 0.038010843098163605, -0.06824851036071777, 0.022025981917977333, 0.008585757575929165, -0.03321245312690735, 0.008519642986357212, 0.007658002898097038, 0.0029022651724517345, -0.032500240951776505, -0.021283788606524467, -0.01913575269281864, -0.08690030127763748, 0.019471516832709312, -0.042877208441495895, 0.0904829278588295, 0.1032705008983612, -0.058442797511816025, -0.017251068726181984, 0.047713592648506165, -0.11300010234117508, -0.06437971442937851, 0.008764751255512238, -0.03415286913514137, 0.043835848569869995, -0.07120926678180695, 0.040836140513420105, -0.03419801965355873, 0.00515299616381526, 0.02466455101966858, -0.03719271346926689, 0.09293895214796066, -0.0031948077958077192, 0.04805073142051697, -0.032866086810827255, 0.03595302626490593, -0.028714876621961594, -0.05646498128771782, -0.08606212586164474, -0.06412968784570694, 0.03123810887336731, -0.0014739598846063018, -0.004978944081813097, 0.02315099723637104, -0.014469376765191555, -0.0708017572760582, 0.004453001543879509, 0.01053640991449356, -0.022151881828904152, -0.04267950728535652, -0.00650634104385972, 0.0053460425697267056, -0.023481281474232674, 0.004740347620099783, -0.01740923896431923, -0.031855519860982895, -0.0021006762981414795, 0.0013522295048460364, 0.06525582820177078, -0.010488362982869148, 0.07612613588571548, -0.03155793994665146, -0.07396805286407471, 0.003440660424530506, 0.0407092459499836, 0.05566607415676117, -0.00281865568831563, -0.04620388150215149, -0.007010064087808132, -0.03841806575655937, 0.04243260622024536, 0.0316455215215683, -0.004346689209342003, 0.047156356275081635, -0.054017215967178345, -0.006017784588038921, -0.10322833061218262, -0.015475742518901825, -0.03802674636244774, -0.0213360283523798, -0.03024907410144806, -0.007428595796227455, -0.047354038804769516, 0.0029116158839315176, 0.048774562776088715, -0.006580362096428871, 0.03454473242163658, 0.04379668086767197, 0.061700671911239624, -0.002479231683537364, 0.04092607647180557, -0.06527009606361389, -0.1468757539987564, -0.008844206109642982, -4.840737899247998e-33, 0.02030896581709385, 0.05432070791721344, 0.01748400554060936, -0.038554899394512177, 0.038594093173742294, -0.07554781436920166, -0.06200813502073288, -0.04213782399892807, 0.08140036463737488, -0.011168105527758598, -0.06371454894542694, -0.0924953743815422, -0.03269365429878235, -0.01050839014351368, 0.039598219096660614, -0.007124369032680988, -0.08051332831382751, -0.11378616094589233, 0.03879040107131004, 0.03660605475306511, 0.025509394705295563, 0.057908445596694946, 0.030960924923419952, 0.061838164925575256, 0.004460387397557497, -0.019996171817183495, 0.0035200174897909164, 0.05829375237226486, -0.033650580793619156, -0.029924318194389343, 0.03734991326928139, -0.04137684404850006, -0.021505629643797874, 0.07484409958124161, 0.04601879045367241, -0.021156873553991318, -0.00895766168832779, 0.026630718261003494, -0.00811333954334259, 0.044733092188835144, 0.052623920142650604, 0.0039041670970618725, -0.025165671482682228, 0.04284922406077385, 0.01748887076973915, 0.010347620584070683, 0.0587092749774456, 0.12040771543979645, 0.03616330027580261, -0.05200833082199097, -0.061072468757629395, -0.07863437384366989, 0.008112253621220589, 0.04215117543935776, 0.008213932625949383, -0.014062217436730862, 0.006032735109329224, -0.004283953923732042, -0.09194555878639221, 0.020566683262586594, -0.024878429248929024, -0.015503834001719952, -0.01700889691710472, 0.05674489587545395, 0.024385739117860794, -0.04476885125041008, -0.030315812677145004, -0.014550594612956047, -0.06866301596164703, 0.022348888218402863, -0.023268118500709534, 0.012450597248971462, -0.07865011692047119, -0.07032675296068192, 0.014937981963157654, 0.0411796011030674, -0.09708748012781143, -0.015439169481396675, 0.05229012295603752, 0.08161468058824539, -0.057957012206315994, 0.07911260426044464, 0.01960521936416626, 0.06287191808223724, 0.03116537630558014, 0.010620390996336937, 0.026272451505064964, 0.06452251225709915, 0.011347089894115925, -0.03392695635557175, -0.02962912991642952, 0.01142080593854189, 0.022897643968462944, 0.0024821662809699774, -0.03975286707282066, -6.466299851126678e-8, -0.057621221989393234, -0.04041888192296028, -0.04631643742322922, 0.04565464332699776, 0.09466268122196198, -0.008001335896551609, -0.028145739808678627, 0.07365277409553528, 0.006776101421564817, 0.038023002445697784, 0.05684572458267212, 0.0016375950071960688, 0.027606066316366196, 0.008052533492445946, 0.00833666231483221, -0.09914005547761917, -0.020718658342957497, 0.08653662353754044, -0.06592223048210144, 0.0009701263043098152, 0.0030633986461907625, 0.018805796280503273, 0.01096322387456894, 0.0006600909982807934, 0.07279831171035767, -0.08487256616353989, 0.09983162581920624, 0.062345366925001144, 0.06526371091604233, 0.028079578652977943, 0.014010959304869175, -0.015516087412834167, 0.08574667572975159, 0.0554690808057785, 0.010002505965530872, 0.04823306202888489, 0.07397384941577911, 0.09244269132614136, 0.005208970047533512, 0.07168830186128616, -0.012369821779429913, 0.08678819239139557, -0.019063634797930717, 0.043029554188251495, 0.010769982822239399, -0.02434307523071766, -0.0602719746530056, 0.06371843069791794, 0.12313544750213623, -0.09289789944887161, -0.07186263799667358, -0.03716157004237175, -0.021043092012405396, 0.09024946391582489, 0.004421928431838751, -0.02270430698990822, 0.06029520183801651, 0.0025257612578570843, 0.000002951485612356919, 0.03330805152654648, 0.012601279653608799, -0.06301933526992798, 0.026628093793988228, 0.06517279148101807 ]
0.081037
explicitely set request\_cache {pull}27342[#27342] Search:: \* Add a limit to from + size in top\_hits and inner hits. {pull}26492[#26492] (issue: {issue}11511[#11511]) [float] === Breaking Java Changes Aggregations:: \* Moves deferring code into its own subclass {pull}26421[#26421] Core:: \* Unify Settings xcontent reading and writing {pull}26739[#26739] Settings:: \* Return List instead of an array from settings {pull}26903[#26903] \* Remove `Settings,put(Map)` {pull}26785[#26785] [float] === Deprecations Aggregations:: \* Deprecate global\_ordinals\_hash and global\_ordinals\_low\_cardinality {pull}26173[#26173] (issue: {issue}26014[#26014]) Allocation:: \* Add deprecation warning for negative index.unassigned.node\_left.delayed\_timeout {pull}26832[#26832] (issue: {issue}26828[#26828]) Analysis:: \* Add limits for ngram and shingle settings {pull}27411[#27411] (issues: {issue}25887[#25887], {issue}27211[#27211]) Geo:: \* [GEO] 6x Deprecate ShapeBuilders and decouple geojson parse logic {pull}27345[#27345] Mapping:: \* Deprecate the `index\_options` parameter for numeric fields {pull}26672[#26672] (issue: {issue}21475[#21475]) Plugin Repository Azure:: \* Azure repository: Move to named configurations as we do for S3 repository and secure settings {pull}23405[#23405] (issues: {issue}22762[#22762], {issue}22763[#22763]) Search:: \* doc: deprecate \_primary and \_replica shard option {pull}26792[#26792] (issue: {issue}26335[#26335]) [float] === New Features Aggregations:: \* Aggregations: bucket\_sort pipeline aggregation {pull}27152[#27152] (issue: {issue}14928[#14928]) \* Add composite aggregator {pull}26800[#26800] Analysis:: \* Added Bengali Analyzer to Elasticsearch with respect to the lucene update {pull}26527[#26527] Ingest:: \* add URL-Decode Processor to Ingest {pull}26045[#26045] (issue: {issue}25837[#25837]) Java High Level REST Client:: \* Added Delete Index support to high-level REST client {pull}27019[#27019] (issue: {issue}25847[#25847]) Nested Docs:: \* Multi-level Nested Sort with Filters {pull}26395[#26395] Query DSL:: \* Add terms\_set query {pull}27145[#27145] (issue: {issue}26915[#26915]) \* Introduce sorted\_after query for sorted index {pull}26377[#26377] \* Add support for auto\_generate\_synonyms\_phrase\_query in match\_query, multi\_match\_query, query\_string and simple\_query\_string {pull}26097[#26097] Search:: \* Expose `fuzzy\_transpositions` parameter in fuzzy queries {pull}26870[#26870] (issue: {issue}18348[#18348]) \* Add upper limit for scroll expiry {pull}26448[#26448] (issues: {issue}11511[#11511], {issue}23268[#23268]) \* Implement adaptive replica selection {pull}26128[#26128] (issue: {issue}24915[#24915]) \* configure distance limit {pull}25731[#25731] (issue: {issue}25528[#25528]) Similarities:: \* Add a scripted similarity. {pull}25831[#25831] Suggesters:: \* Expose duplicate removal in the completion suggester {pull}26496[#26496] (issue: {issue}23364[#23364]) \* Support must and should for context query in context suggester {pull}26407[#26407] (issues: {issue}24421[#24421], {issue}24565[#24565]) [float] === Enhancements Aggregations:: \* Allow aggregation sorting via nested aggregation {pull}26683[#26683] (issue: {issue}16838[#16838]) Allocation:: \* Tie-break shard path decision based on total number of shards on path {pull}27039[#27039] (issue: {issue}26654[#26654]) \* Balance shards for an index more evenly across multiple data paths {pull}26654[#26654] (issue: {issue}16763[#16763]) \* Expand "NO" decision message in NodeVersionAllocationDecider {pull}26542[#26542] (issue: {issue}10403[#10403]) \* \_reroute's retry\_failed flag should reset failure counter {pull}25888[#25888] (issue: {issue}25291[#25291]) Analysis:: \* Add configurable `max\_token\_length` parameter to whitespace tokenizer {pull}26749[#26749] (issue: {issue}26643[#26643]) CRUD:: \* Add wait\_for\_active\_shards parameter to index open command {pull}26682[#26682] (issue: {issue}20937[#20937]) Core:: \* Fix classes that can exit {pull}27518[#27518] \* Replace empty index block checks with global block checks in template delete/put actions {pull}27050[#27050] (issue: {issue}10530[#10530]) \* Allow Uid#decodeId to decode from a byte array slice {pull}26987[#26987] (issue: {issue}26931[#26931]) \* Use separate searchers for "search visibility" vs "move indexing buffer to disk {pull}26972[#26972] (issues: {issue}15768[#15768], {issue}26802[#26802], {issue}26912[#26912], {issue}3593[#3593]) \* Add ability to split shards {pull}26931[#26931] \* Make circuit breaker mutations debuggable {pull}26067[#26067] (issue: {issue}25891[#25891]) Dates:: \* DateProcessor Locale {pull}26186[#26186] (issue: {issue}25513[#25513]) Discovery:: \* Stop responding to ping requests before master abdication {pull}27329[#27329] (issue: {issue}27328[#27328]) Engine:: \* Ensure external refreshes will also refresh internal searcher to minimize segment creation {pull}27253[#27253] (issue: {issue}26972[#26972]) \* Move IndexShard#getWritingBytes() under InternalEngine {pull}27209[#27209] (issue: {issue}26972[#26972]) \* Refactor internal engine {pull}27082[#27082] Geo:: \* Add ignore\_malformed to geo\_shape fields {pull}24654[#24654] (issue: {issue}23747[#23747]) Ingest:: \* add json-processor support for non-map json types {pull}27335[#27335] (issue: {issue}25972[#25972]) \* Introduce templating support to timezone/locale in DateProcessor {pull}27089[#27089] (issue: {issue}24024[#24024]) \* Add support for parsing inline script (#23824) {pull}26846[#26846] (issue: {issue}23824[#23824]) \* Consolidate locale parsing. {pull}26400[#26400] \* Accept ingest simulate params as ints or strings {pull}23885[#23885] (issue: {issue}23823[#23823]) Internal:: \*
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.04179305583238602, 0.04042515158653259, 0.005433980841189623, -0.01883314922451973, -0.058399446308612823, -0.026879610493779182, -0.0011668564984574914, 0.05199078097939491, -0.0582936592400074, -0.018017081543803215, -0.014932423830032349, -0.009698126465082169, 0.015755880624055862, -0.0624890960752964, -0.003230085363611579, 0.04562176764011383, -0.04828312247991562, 0.04051799327135086, -0.08054150640964508, 0.006323510315269232, 0.022059671580791473, 0.07034926116466522, -0.00021247881522867829, 0.02949562296271324, -0.040969446301460266, 0.024086743593215942, -0.1216273084282875, -0.006427517626434565, -0.02888857014477253, -0.021299876272678375, 0.005636374931782484, 0.05831783264875412, -0.04403497278690338, 0.02891547605395317, 0.010569946840405464, 0.13042637705802917, -0.06735555827617645, -0.038865916430950165, 0.03092917799949646, 0.005510970950126648, -0.017649410292506218, 0.034292835742235184, 0.002974179107695818, -0.0038006259128451347, -0.04723266884684563, -0.00008390384027734399, 0.03013601340353489, -0.032185278832912445, -0.09803121536970139, -0.022726433351635933, 0.00932358019053936, 0.08477908372879028, 0.02854589745402336, -0.028277816250920296, 0.07016610354185104, -0.013583958148956299, -0.026337189599871635, -0.03037724830210209, -0.04805944859981537, -0.0029857135377824306, -0.032222043722867966, -0.04579871520400047, 0.013368268497288227, -0.030427828431129456, -0.033850450068712234, -0.06644972413778305, 0.05225788429379463, 0.06730777770280838, 0.006970863323658705, 0.04922059550881386, -0.0017695262795314193, 0.05241171643137932, -0.023279165849089622, -0.006473274435847998, 0.049494367092847824, 0.10054576396942139, -0.03548729419708252, -0.05991431325674057, -0.03043561428785324, -0.15347769856452942, -0.05180082470178604, -0.032821137458086014, 0.05639602616429329, 0.038399651646614075, -0.01257380936294794, -0.022754602134227753, 0.04327639192342758, -0.0373091921210289, 0.08678971230983734, 0.061350490897893906, 0.014610483311116695, -0.02035592682659626, 0.027061285451054573, 0.08064749091863632, 0.08300459384918213, 0.043626025319099426, 0.015966927632689476, -0.06688088923692703, -0.05861705541610718, 0.0670500099658966, 0.04217546060681343, 0.07485391944646835, 0.02397906593978405, -0.024731846526265144, 0.03126863017678261, -0.07405606657266617, -0.008610378950834274, 0.049694567918777466, -0.09274669736623764, -0.015129164792597294, 0.00980351585894823, -0.020588824525475502, 0.020484957844018936, -0.08998318761587143, -0.013585107401013374, 0.02875456027686596, 0.07015363872051239, 0.021866574883461, -0.02825704962015152, 0.021870451048016548, 0.1056603416800499, -0.008105285465717316, -0.03607220575213432, -0.02186313457787037, -0.03092425875365734, 0.07878587394952774, -0.08609674125909805, 7.112340324593759e-33, 0.009578743949532509, -0.05204574763774872, -0.0021847530733793974, -0.04535813629627228, -0.03082686848938465, 0.0074782585725188255, 0.030584532767534256, 0.05463826283812523, -0.04217151179909706, 0.0468527190387249, 0.026542510837316513, 0.04486456513404846, -0.03587450459599495, 0.029286304488778114, 0.06246070936322212, -0.03023415431380272, 0.11890599131584167, 0.05577591434121132, -0.037507034838199615, -0.02787804789841175, 0.03184863179922104, -0.0011704517528414726, -0.056066639721393585, -0.11147555708885193, -0.062489669770002365, 0.06780432164669037, -0.04951639845967293, 0.03568006306886673, -0.12234552949666977, -0.01705157943069935, 0.04641377925872803, -0.0190662182867527, 0.004919202998280525, 0.01276442501693964, 0.11002106964588165, -0.08743838220834732, 0.01823490485548973, 0.011648021638393402, -0.05395597964525223, -0.10830920189619064, -0.016235865652561188, 0.030455537140369415, -0.036852750927209854, -0.04337136447429657, 0.05160147696733475, -0.052874837070703506, -0.010476327501237392, -0.02237955667078495, 0.0020350569393485785, 0.030238527804613113, 0.06039538234472275, 0.051445040851831436, -0.0030353025067597628, 0.006046999711543322, 0.0051094102673232555, -0.10726640373468399, 0.0011569048510864377, 0.07087823003530502, -0.0038201480638235807, 0.055817265063524246, -0.020482653751969337, 0.021124297752976418, 0.031649161130189896, -0.020002977922558784, 0.04268341884016991, 0.06748932600021362, -0.0064600068144500256, 0.012715105898678303, -0.023125527426600456, 0.034306276589632034, -0.030780404806137085, 0.05433249473571777, 0.04461011663079262, -0.027242394164204597, 0.007956704124808311, -0.08322325348854065, 0.01886134408414364, -0.03440156579017639, 0.06275971233844757, -0.10377126187086105, 0.04421493783593178, -0.03846118599176407, 0.048568353056907654, -0.01164959091693163, -0.0026112825144082308, 0.02330532670021057, -0.0001423148496542126, 0.007669707760214806, 0.033178310841321945, 0.08402004837989807, -0.07465536147356033, -0.047641392797231674, -0.018356535583734512, -0.0841970443725586, -0.07813898473978043, -7.080892911973386e-33, 0.004533243831247091, 0.007464591413736343, -0.018351197242736816, 0.035444460809230804, 0.0473552867770195, -0.058848969638347626, 0.009839363396167755, 0.034893061965703964, 0.03427227586507797, -0.00543955946341157, -0.04200094938278198, -0.02362670935690403, 0.014143776148557663, -0.0311434306204319, 0.06307616829872131, 0.037916991859674454, -0.06617417186498642, -0.08839347213506699, -0.031509675085544586, -0.041818857192993164, -0.01491451170295477, 0.042014289647340775, 0.010011217556893826, 0.13307707011699677, -0.01828235387802124, -0.0033760543446987867, 0.019433720037341118, 0.004556609317660332, 0.01247485913336277, -0.029847441241145134, -0.017207572236657143, -0.006822686642408371, -0.07562945038080215, 0.05274764820933342, 0.035139165818691254, -0.09408695250749588, 0.060175418853759766, 0.09637702256441116, -0.10279286652803421, 0.07595627754926682, -0.007133288308978081, 0.019431626424193382, -0.0035891321022063494, 0.045100800693035126, 0.03241761028766632, 0.020972594618797302, 0.013136751018464565, 0.0452582985162735, -0.012163219042122364, -0.016954462975263596, 0.05427732318639755, -0.047086749225854874, 0.007974836975336075, 0.07557571679353714, 0.05884093791246414, 0.028075028210878372, -0.022517846897244453, -0.012530413456261158, -0.006915206555277109, 0.008854725398123264, 0.03283572196960449, -0.08986132591962814, -0.10350227355957031, -0.012902321293950081, 0.07812654972076416, -0.022699156776070595, -0.052127543836832047, -0.04555156081914902, -0.09847386181354523, 0.03406249359250069, -0.055635496973991394, -0.06750956922769547, -0.05487867817282677, -0.10420907288789749, -0.013749887235462666, 0.015603230334818363, -0.005521456710994244, -0.07759494334459305, 0.05501975119113922, 0.09976418316364288, -0.05700862407684326, 0.05650266259908676, 0.040260639041662216, 0.03930903598666191, 0.08787713944911957, 0.008035540580749512, -0.03697022423148155, 0.12663984298706055, -0.0742480456829071, -0.025847677141427994, 0.012707178480923176, -0.027316952124238014, 0.014610782265663147, 0.03812377527356148, -0.0011294500436633825, -6.387668349816522e-8, -0.027227221056818962, -0.036096908152103424, -0.027978623285889626, 0.08843806385993958, 0.07632189989089966, 0.051220547407865524, -0.037926360964775085, 0.056533586233854294, 0.011202851310372353, 0.027452170848846436, 0.05702945217490196, 0.06822945177555084, -0.02014710195362568, 0.04341348633170128, 0.010498360730707645, -0.1490326076745987, -0.025495387613773346, 0.01099371537566185, -0.08167954534292221, -0.08240402489900589, -0.052096348255872726, -0.003767642192542553, 0.02159390226006508, -0.05093993991613388, 0.021458052098751068, -0.080316461622715, 0.11230785399675369, 0.10647513717412949, 0.06107602268457413, 0.0198640376329422, 0.04011109098792076, -0.032815977931022644, 0.07293415069580078, 0.023846643045544624, -0.005366420838981867, 0.04619952291250229, -0.04178769886493683, 0.04413183405995369, -0.0034602093510329723, 0.03931473568081856, -0.02495615743100643, 0.013330912217497826, -0.014484785497188568, 0.06171213835477829, -0.011518524028360844, -0.05572352930903435, -0.08689670264720917, 0.04880275949835777, 0.08173824101686478, -0.052667632699012756, -0.019708119332790375, 0.019965996965765953, 0.010618830099701881, 0.06011265516281128, 0.03786267340183258, 0.010796594433486462, -0.01114833913743496, -0.04072863981127739, -0.026926454156637192, 0.09454112499952316, 0.09308505803346634, -0.1213473454117775, -0.05544109269976616, 0.020594144240021706 ]
0.03603
json-processor support for non-map json types {pull}27335[#27335] (issue: {issue}25972[#25972]) \* Introduce templating support to timezone/locale in DateProcessor {pull}27089[#27089] (issue: {issue}24024[#24024]) \* Add support for parsing inline script (#23824) {pull}26846[#26846] (issue: {issue}23824[#23824]) \* Consolidate locale parsing. {pull}26400[#26400] \* Accept ingest simulate params as ints or strings {pull}23885[#23885] (issue: {issue}23823[#23823]) Internal:: \* Avoid uid creation in ParsedDocument {pull}27241[#27241] \* Upgrade to Lucene 7.1.0 snapshot version {pull}26864[#26864] (issue: {issue}26527[#26527]) \* Remove `\_index` fielddata hack if cluster alias is present {pull}26082[#26082] (issue: {issue}25885[#25885]) Java High Level REST Client:: \* Adjust RestHighLevelClient method modifiers {pull}27238[#27238] \* Decouple BulkProcessor from ThreadPool {pull}26727[#26727] (issue: {issue}26028[#26028]) Logging:: \* Add more information on \_failed\_to\_convert\_ exception (#21946) {pull}27034[#27034] (issue: {issue}21946[#21946]) \* Improve shard-failed log messages. {pull}26866[#26866] Mapping:: \* Allow ip\_range to accept CIDR notation {pull}27192[#27192] (issue: {issue}26260[#26260]) \* Deduplicate `\_field\_names`. {pull}26550[#26550] \* Throw a better error message for empty field names {pull}26543[#26543] (issue: {issue}23348[#23348]) \* Stricter validation for min/max values for whole numbers {pull}26137[#26137] \* Make FieldMapper.copyTo() always non-null. {pull}25994[#25994] Nested Docs:: \* Use the primary\_term field to identify parent documents {pull}27469[#27469] (issue: {issue}24362[#24362]) \* Prohibit using `nested\_filter`, `nested\_path` and new `nested` Option at the same time in FieldSortBuilder {pull}26490[#26490] (issue: {issue}17286[#17286]) Network:: \* Remove manual tracking of registered channels {pull}27445[#27445] (issue: {issue}27260[#27260]) \* Remove tcp profile from low level nio channel {pull}27441[#27441] (issue: {issue}27260[#27260]) \* Decouple `ChannelFactory` from Tcp classes {pull}27286[#27286] (issue: {issue}27260[#27260]) Percolator:: \* Use Lucene's CoveringQuery to select percolate candidate matches {pull}27271[#27271] (issues: {issue}26081[#26081], {issue}26307[#26307]) \* Add support to percolate query to percolate multiple documents simultaneously {pull}26418[#26418] \* Hint what clauses are important in a conjunction query based on fields {pull}26081[#26081] \* Add support for selecting percolator query candidate matches containing range queries {pull}25647[#25647] (issue: {issue}21040[#21040]) Plugin Discovery EC2:: \* update AWS SDK for ECS Task IAM support in discovery-ec2 {pull}26479[#26479] (issue: {issue}23039[#23039]) Plugin Lang Painless:: \* Painless: Only allow Painless type names to be the same as the equivalent Java class. {pull}27264[#27264] \* Allow for the Painless Definition to have multiple instances for white-listing {pull}27096[#27096] \* Separate Painless Whitelist Loading from the Painless Definition {pull}26540[#26540] \* Remove Sort enum from Painless Definition {pull}26179[#26179] Plugin Repository Azure:: \* Add azure storage endpoint suffix #26432 {pull}26568[#26568] (issue: {issue}26432[#26432]) \* Support for accessing Azure repositories through a proxy {pull}23518[#23518] (issues: {issue}23506[#23506], {issue}23517[#23517]) Plugin Repository S3:: \* Remove S3 output stream {pull}27280[#27280] (issue: {issue}27278[#27278]) \* Update to AWS SDK 1.11.223 {pull}27278[#27278] Plugins:: \* Plugins: Add versionless alias to all security policy codebase properties {pull}26756[#26756] (issue: {issue}26521[#26521]) \* Allow plugins to plug rescore implementations {pull}26368[#26368] (issue: {issue}26208[#26208]) Query DSL:: \* Add support for wildcard on `\_index` {pull}27334[#27334] (issue: {issue}25722[#25722]) Reindex API:: \* Update by Query is modified to accept short `script` parameter. {pull}26841[#26841] (issue: {issue}24898[#24898]) \* reindex: automatically choose the number of slices {pull}26030[#26030] (issues: {issue}24547[#24547], {issue}25582[#25582]) Rollover:: \* Add size-based condition to the index rollover API {pull}27160[#27160] (issue: {issue}27004[#27004]) \* Add size-based condition to the index rollover API {pull}27115[#27115] (issue: {issue}27004[#27004]) Scripting:: \* Script: Convert script query to a dedicated script context {pull}26003[#26003] Search:: \* Make fields optional in multi\_match query and rely on index.query.default\_field by default {pull}27380[#27380] \* fix unnecessary logger creation {pull}27349[#27349] \* `ObjectParser` : replace `IllegalStateException` with `ParsingException` {pull}27302[#27302] (issue: {issue}27147[#27147]) \* Uses norms for exists query if enabled {pull}27237[#27237] \* {ccs-cap}: make remote clusters optional {pull}27182[#27182] (issues: {issue}26118[#26118], {issue}27161[#27161]) \* Enhances exists queries to reduce need for `\_field\_names` {pull}26930[#26930] (issue: {issue}26770[#26770]) \* Change ParentFieldSubFetchPhase to create doc values iterator once per segment {pull}26815[#26815] \* Change VersionFetchSubPhase to create doc values iterator once per segment {pull}26809[#26809] \* Change ScriptFieldsFetchSubPhase to create search scripts once per segment {pull}26808[#26808] (issue: {issue}26775[#26775]) \* Make sure SortBuilders rewrite inner nested sorts
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.011921831406652927, 0.031253620982170105, 0.02573435753583908, 0.02985224686563015, -0.04728824272751808, -0.016339125111699104, -0.06003550812602043, 0.03919567912817001, -0.07383248209953308, -0.005985140334814787, -0.020833047106862068, -0.06840420514345169, -0.05503513291478157, 0.07356216758489609, 0.03432544320821762, 0.030374707654118538, -0.08775215595960617, 0.018452689051628113, -0.040563084185123444, -0.01435877662152052, -0.006243275012820959, 0.09811097383499146, -0.05700218677520752, -0.00851532630622387, -0.06010344251990318, 0.010676989331841469, -0.05797681584954262, -0.003924889490008354, -0.01874854974448681, 0.019910678267478943, -0.02215845324099064, 0.06440714001655579, -0.06816834211349487, 0.06052037328481674, 0.0918261706829071, 0.09250393509864807, 0.038925521075725555, -0.020173296332359314, 0.02982989326119423, -0.04102770611643791, 0.08769736438989639, -0.02144365757703781, 0.026547273620963097, -0.05327342078089714, -0.015894023701548576, -0.09542924910783768, 0.01857008785009384, -0.02135532535612583, -0.12083011120557785, 0.041619740426540375, -0.060593463480472565, 0.07652589678764343, 0.0028438542503863573, 0.028521472588181496, 0.06186700239777565, -0.007747766561806202, -0.015458423644304276, 0.02226385846734047, -0.050028178840875626, 0.010763759724795818, 0.0024068630300462246, -0.017673714086413383, -0.026380503550171852, -0.05274379998445511, -0.057219140231609344, -0.029138460755348206, -0.022077474743127823, 0.005984504707157612, 0.06738503277301788, -0.08380776643753052, 0.04624386504292488, -0.004647413268685341, -0.08706917613744736, 0.01835428737103939, 0.008490096777677536, 0.09262112528085709, -0.004354403354227543, -0.0560668483376503, -0.033212658017873764, -0.09225428104400635, 0.006772147957235575, -0.04221940413117409, 0.05826891213655472, 0.04241303727030754, -0.020962756127119064, 0.00981150008738041, -0.02065916731953621, 0.04181601107120514, 0.09460241347551346, 0.0383061021566391, -0.0045959921553730965, -0.07807089388370514, 0.04980187118053436, -0.010919928550720215, 0.13625463843345642, 0.04093019664287567, 0.0045470790937542915, -0.04863443970680237, -0.011462368071079254, 0.05243924632668495, -0.01960013434290886, 0.03674992918968201, -0.02522783726453781, 0.024942154064774513, -0.018682047724723816, 0.003030546708032489, -0.0036367273423820734, -0.030883437022566795, -0.07757340371608734, 0.032577287405729294, 0.01668403297662735, 0.1439475566148758, -0.02700437605381012, -0.08350247144699097, -0.035621900111436844, -0.0393742211163044, 0.06265851855278015, -0.0482940748333931, 0.009791748598217964, 0.11767450720071793, 0.05282765254378319, 0.0018425313755869865, -0.036857448518276215, 0.04499777406454086, 0.07162284851074219, 0.0502154603600502, 0.008008032105863094, 7.072416128336018e-33, 0.06418275833129883, 0.010142468847334385, 0.024881543591618538, -0.06677533686161041, -0.031348541378974915, -0.03102920390665531, 0.00968244019895792, -0.0035127829760313034, 0.0020797201432287693, -0.033475957810878754, -0.043209515511989594, -0.0002125422324752435, -0.01786964014172554, -0.056806422770023346, 0.030228391289711, -0.006261042319238186, 0.043514687567949295, 0.032144613564014435, 0.005436430219560862, 0.03860604390501976, 0.04627765715122223, -0.038618460297584534, -0.055114563554525375, 0.007211846765130758, -0.015043430030345917, 0.007153407204896212, 0.031803831458091736, 0.01340201310813427, -0.002687280299142003, 0.003383234143257141, 0.015249105170369148, -0.06268695741891861, 0.03070281445980072, 0.0473201610147953, 0.12835630774497986, -0.023006513714790344, 0.021684881299734116, 0.0016576858470216393, -0.06732743233442307, -0.06213197857141495, -0.020310794934630394, 0.03635384142398834, -0.0484810471534729, -0.02680233120918274, 0.06314847618341446, -0.035656243562698364, -0.03196186199784279, -0.0608103908598423, 0.05332270637154579, -0.03323688730597496, 0.00673691974952817, 0.043898314237594604, 0.05681740865111351, -0.06569299846887589, 0.05935231223702431, -0.07648516446352005, 0.07420141249895096, -0.0018801119877025485, 0.05937071889638901, 0.01933722011744976, -0.022565044462680817, -0.016800126060843468, 0.015029564499855042, -0.05045270919799805, 0.0566045381128788, -0.0659797191619873, 0.04704608768224716, 0.08347070217132568, -0.10546006262302399, 0.04670027643442154, -0.04273541271686554, 0.05238315835595131, 0.011844664812088013, 0.012720074504613876, 0.0029671310912817717, -0.07301590591669083, 0.06362534314393997, 0.003348397556692362, 0.05519958212971687, -0.09224401414394379, 0.00513587798923254, -0.059100694954395294, -0.023591715842485428, 0.028145786374807358, 0.0007360305171459913, 0.06578439474105835, -0.07158848643302917, 0.053385064005851746, 0.05343978852033615, -0.03569430112838745, 0.048095718026161194, 0.04963117465376854, -0.033622413873672485, -0.04559297114610672, -0.06286754459142685, -6.99699714547123e-33, -0.029279904440045357, -0.10718365013599396, -0.05298667401075363, 0.01891946792602539, -0.013391871005296707, -0.1321498602628708, 0.015907658264040947, 0.06714104115962982, 0.11575532704591751, 0.029021576046943665, -0.02492416650056839, -0.08303578943014145, 0.009917354211211205, -0.052897658199071884, -0.009313355199992657, 0.04334573075175285, -0.0451294369995594, -0.04107339680194855, 0.04246455803513527, 0.07750406116247177, -0.04170713201165199, 0.03694518283009529, -0.01272283773869276, 0.0573563389480114, -0.01732778362929821, -0.022877929732203484, -0.033556655049324036, -0.017268938943743706, -0.07702206820249557, 0.01312217302620411, -0.014113180339336395, -0.0638042688369751, -0.029837591573596, 0.027499990537762642, -0.04577711969614029, -0.0059923031367361546, 0.004318990744650364, 0.03763367235660553, 0.011077459901571274, -0.0009621911449357867, -0.05966256931424141, 0.05769817903637886, -0.056534525007009506, 0.060280393809080124, 0.01767672784626484, 0.04518042504787445, 0.01669807732105255, 0.07961860299110413, -0.06459484249353409, -0.007822935469448566, 0.01986035704612732, -0.0008394017932005227, -0.011872800067067146, 0.009504571557044983, -0.020800301805138588, -0.023918086662888527, 0.07318511605262756, -0.08134044706821442, -0.11579813063144684, 0.01081373356282711, -0.016958530992269516, -0.07030591368675232, 0.0100701367482543, -0.08272015303373337, 0.07794446498155594, -0.08313185721635818, -0.030174870043992996, -0.0037865189369767904, -0.08384009450674057, -0.07396826893091202, 0.012886209413409233, -0.09403111040592194, -0.06659837067127228, 0.009981285780668259, 0.050323549658060074, -0.05033162608742714, 0.041761308908462524, 0.02163524366915226, 0.04569007083773613, 0.07069563865661621, -0.01514036301523447, 0.08407151699066162, -0.019743144512176514, 0.08204858750104904, 0.05420481413602829, 0.06813829392194748, -0.008080948144197464, 0.0913514643907547, -0.05621495470404625, -0.03642980009317398, -0.0008245655335485935, 0.039994947612285614, -0.023269832134246826, 0.0484478734433651, 0.02828560769557953, -5.4067356813902734e-8, -0.04297361522912979, -0.03245856985449791, -0.1558489054441452, 0.0949510782957077, -0.002015890320762992, -0.01973586529493332, -0.06748995929956436, 0.043665386736392975, 0.10240858048200607, 0.03067838028073311, 0.025553246960043907, 0.057659171521663666, -0.06888722628355026, -0.03662990778684616, 0.04400394856929779, -0.0776452049612999, -0.053189706057310104, 0.07079789787530899, -0.08873692899942398, -0.005725775379687548, 0.03933798149228096, 0.054843198508024216, 0.023580430075526237, -0.06365741789340973, 0.030024085193872452, 0.012974517419934273, 0.004497543442994356, 0.025873415172100067, 0.0065775481052696705, -0.008192811161279678, 0.0060358657501637936, -0.030255528166890144, 0.01746828854084015, 0.004344061948359013, -0.09000231325626373, 0.026207860559225082, 0.07001914083957672, 0.043091416358947754, -0.05071641877293587, 0.0325571671128273, 0.10209084302186966, 0.059657491743564606, -0.1173095554113388, 0.04045694321393967, -0.04047152027487755, -0.04868416488170624, -0.026136213913559914, 0.04495537653565407, 0.07676702737808228, -0.014755412004888058, -0.039873115718364716, -0.04094981774687767, 0.064667709171772, 0.054605577141046524, 0.008706582710146904, 0.012660750187933445, -0.010069923475384712, -0.050868865102529526, 0.05436243489384651, 0.03502875566482544, 0.1153537780046463, -0.055194683372974396, 0.0037535815499722958, 0.055797383189201355 ]
0.125646
for `\_field\_names` {pull}26930[#26930] (issue: {issue}26770[#26770]) \* Change ParentFieldSubFetchPhase to create doc values iterator once per segment {pull}26815[#26815] \* Change VersionFetchSubPhase to create doc values iterator once per segment {pull}26809[#26809] \* Change ScriptFieldsFetchSubPhase to create search scripts once per segment {pull}26808[#26808] (issue: {issue}26775[#26775]) \* Make sure SortBuilders rewrite inner nested sorts {pull}26532[#26532] \* Extend testing of build method in ScriptSortBuilder {pull}26520[#26520] (issues: {issue}17286[#17286], {issue}26490[#26490]) \* Accept an array of field names and boosts in the index.query.default\_field setting {pull}26320[#26320] (issue: {issue}25946[#25946]) \* Reject IPv6-mapped IPv4 addresses when using the CIDR notation. {pull}26254[#26254] (issue: {issue}26078[#26078]) \* Rewrite range queries with open bounds to exists query {pull}26160[#26160] (issue: {issue}22640[#22640]) Sequence IDs:: \* Only fsync global checkpoint if needed {pull}27652[#27652] \* Log primary-replica resync failures {pull}27421[#27421] (issues: {issue}24841[#24841], {issue}27418[#27418]) \* Lazy initialize checkpoint tracker bit sets {pull}27179[#27179] (issue: {issue}10708[#10708]) \* Returns the current primary\_term for Get/MultiGet requests {pull}27177[#27177] (issue: {issue}26493[#26493]) Settings:: \* Allow affix settings to specify dependencies {pull}27161[#27161] \* Represent lists as actual lists inside Settings {pull}26878[#26878] (issue: {issue}26723[#26723]) \* Remove Settings#getAsMap() {pull}26845[#26845] \* Replace group map settings with affix setting {pull}26819[#26819] \* Throw exception if setting isn't recognized {pull}26569[#26569] (issue: {issue}25607[#25607]) \* Settings: Move keystore creation to plugin installation {pull}26329[#26329] (issue: {issue}26309[#26309]) Snapshot/Restore:: \* Remove XContentType auto detection in BlobStoreRepository {pull}27480[#27480] \* Snapshot: Migrate TransportRequestHandler to TransportMasterNodeAction {pull}27165[#27165] (issue: {issue}27151[#27151]) \* Fix toString of class SnapshotStatus (#26851) {pull}26852[#26852] (issue: {issue}26851[#26851]) Stats:: \* Adds average document size to DocsStats {pull}27117[#27117] (issue: {issue}27004[#27004]) \* Stats to record how often the ClusterState diff mechanism is used successfully {pull}27107[#27107] (issue: {issue}26973[#26973]) \* Expose adaptive replica selection stats in /\_nodes/stats API {pull}27090[#27090] \* Add cgroup memory usage/limit to OS stats on Linux {pull}26166[#26166] \* Add segment attributes to the `\_segments` API. {pull}26157[#26157] (issue: {issue}26130[#26130]) Suggesters:: \* Improve error message for parse failures of completion fields {pull}27297[#27297] \* Support 'AND' operation for context query in context suggester {pull}24565[#24565] (issue: {issue}24421[#24421]) [float] === Bug Fixes Aggregations:: \* Disable the "low cardinality" optimization of terms aggregations. {pull}27545[#27545] (issue: {issue}27543[#27543]) \* scripted\_metric \_agg parameter disappears if params are provided {pull}27159[#27159] (issues: {issue}19768[#19768], {issue}19863[#19863]) Cluster:: \* Properly format IndexGraveyard deletion date as date {pull}27362[#27362] \* Remove optimisations to reuse objects when applying a new `ClusterState` {pull}27317[#27317] Core:: \* Do not set data paths on no local storage required {pull}27587[#27587] (issue: {issue}27572[#27572]) \* Ensure threadcontext is preserved when refresh listeners are invoked {pull}27565[#27565] \* Ensure logging is configured for CLI commands {pull}27523[#27523] (issue: {issue}27521[#27521]) \* Protect shard splitting from illegal target shards {pull}27468[#27468] (issue: {issue}26931[#26931]) \* Avoid NPE when getting build information {pull}27442[#27442] \* Fix `ShardSplittingQuery` to respect nested documents. {pull}27398[#27398] (issue: {issue}27378[#27378]) \* When building Settings do not set SecureSettings if empty {pull}26988[#26988] (issue: {issue}316[#316]) Engine:: \* Reset LiveVersionMap on sync commit {pull}27534[#27534] (issue: {issue}27516[#27516]) \* Carry over version map size to prevent excessive resizing {pull}27516[#27516] (issue: {issue}20498[#20498]) Geo:: \* Correct two equality checks on incomparable types {pull}27688[#27688] \* [GEO] fix pointsOnly bug for MULTIPOINT {pull}27415[#27415] Index Templates:: \* Prevent constructing an index template without index patterns {pull}27662[#27662] Ingest:: \* Add pipeline support for REST API bulk upsert {pull}27075[#27075] (issue: {issue}25601[#25601]) \* Fixing Grok pattern for Apache 2.4 {pull}26635[#26635] Inner Hits:: \* Return an empty \_source for nested inner hit when filtering on a field that doesn't exist {pull}27531[#27531] Internal:: \* When checking if key exists in ThreadContextStruct:putHeaders() method,should put requestHeaders in map first {pull}26068[#26068] \* Adding a refresh listener to a recovering shard should be a noop {pull}26055[#26055] Java High Level REST Client:: \* Register ip\_range aggregation with the high level client {pull}26383[#26383] \* add top hits as a parsed aggregation to the rest high level client {pull}26370[#26370] Mapping:: \* Fix dynamic
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.03237904980778694, 0.045121900737285614, 0.05164428427815437, 0.027797875925898552, -0.03733813762664795, 0.03134743124246597, -0.035348668694496155, 0.04970533773303032, -0.003873593406751752, 0.06870556622743607, -0.02082052268087864, 0.0019131877925246954, 0.010216894559562206, -0.055451687425374985, -0.06253250688314438, 0.06312089413404465, -0.11446698009967804, 0.015498259104788303, -0.04057999700307846, -0.06284522265195847, -0.0021780338138341904, 0.09071872383356094, -0.038278501480817795, -0.012212032452225685, -0.04893514886498451, 0.03209694102406502, -0.1176392138004303, -0.01625606045126915, -0.0269018542021513, -0.012484152801334858, 0.017887378111481667, 0.03940838947892189, -0.003601968288421631, 0.0694282203912735, 0.03333710506558418, 0.05689765512943268, -0.016102874651551247, 0.031044431030750275, 0.07072590291500092, 0.05467766150832176, -0.010293484665453434, -0.027733588591217995, 0.0646224170923233, -0.0862201675772667, -0.01764691062271595, -0.0779697448015213, -0.017109164968132973, -0.014175737276673317, -0.04935918748378754, -0.025795437395572662, -0.11277518421411514, 0.018454845994710922, 0.040450144559144974, 0.03563268110156059, 0.03042200393974781, -0.006257483270019293, -0.03767657279968262, 0.005904297810047865, -0.0804629698395729, 0.0007576200878247619, -0.012039260938763618, -0.06807498633861542, -0.004286595154553652, -0.11434651911258698, 0.005005276761949062, -0.026727385818958282, 0.04313197731971741, 0.035157136619091034, 0.08012086153030396, 0.014914734289050102, 0.021858016029000282, 0.10607163608074188, -0.035702530294656754, -0.040354710072278976, -0.008757920004427433, 0.13522236049175262, -0.05461952090263367, 0.019674202427268028, 0.01849972829222679, -0.14750193059444427, -0.12537364661693573, -0.05897349864244461, -0.046975307166576385, -0.022709427401423454, 0.013712190091609955, -0.07524186372756958, -0.00861592311412096, 0.0038654960226267576, 0.02096502296626568, 0.0269575547426939, -0.013114117085933685, -0.09586671739816666, 0.021485760807991028, 0.008881112560629845, 0.06927905231714249, 0.03192944452166557, -0.006186895538121462, -0.05299200862646103, 0.015526683069765568, -0.0031070781406015158, 0.009290285408496857, -0.008056712336838245, 0.028725937008857727, -0.01960211992263794, -0.049934666603803635, -0.021189728751778603, -0.043424610048532486, -0.035447072237730026, -0.08353354036808014, -0.012929415330290794, -0.03975999727845192, 0.1025843620300293, -0.02024836465716362, -0.04901193827390671, -0.005189924966543913, 0.02250615507364273, 0.03740255534648895, -0.060264427214860916, -0.023029934614896774, 0.08528455346822739, 0.1017708033323288, 0.014797459356486797, -0.043854065239429474, 0.0587938018143177, -0.03031102940440178, 0.07471432536840439, 0.004497904796153307, 6.723239204844104e-33, 0.10918008536100388, 0.026280948892235756, 0.018455015495419502, -0.019274773076176643, -0.01323901116847992, 0.07940796762704849, 0.08289432525634766, 0.09590812027454376, -0.05318151414394379, -0.006194337736815214, -0.01059320941567421, 0.03418801724910736, -0.021741149947047234, -0.08644235879182816, 0.021711595356464386, -0.12672999501228333, -0.054998334497213364, 0.0038319940213114023, -0.07971755415201187, 0.0014817655319347978, 0.052520375698804855, -0.04554577171802521, -0.04901028051972389, 0.04927314072847366, 0.006134725641459227, -0.040244899690151215, -0.012982487678527832, -0.025242367759346962, -0.10178910940885544, -0.0015770179452374578, -0.016517747193574905, -0.012546838261187077, 0.00003295168062322773, -0.07327885180711746, 0.038898687809705734, -0.029147006571292877, 0.0696590393781662, -0.006263595074415207, 0.0013768476201221347, 0.031357038766145706, -0.05562153458595276, -0.02442418970167637, 0.049016039818525314, -0.024765443056821823, 0.04300893843173981, -0.02135816216468811, -0.05364524573087692, 0.02578718028962612, -0.0026896328199654818, -0.020644541829824448, 0.022705333307385445, -0.013743879273533821, 0.05613064393401146, -0.0077761635184288025, 0.0801737904548645, -0.020963795483112335, -0.04236346110701561, 0.08162466436624527, 0.06756850332021713, -0.005071322433650494, 0.03600814938545227, -0.005948509555310011, 0.002805544761940837, -0.034958962351083755, 0.0408889465034008, -0.06528209149837494, 0.11079787462949753, 0.1156977191567421, -0.04622018337249756, 0.07529991120100021, 0.054836422204971313, 0.08316514641046524, -0.01691296137869358, -0.010611392557621002, 0.06537860631942749, -0.035331934690475464, 0.0163577888160944, -0.01294263731688261, -0.02346174791455269, -0.07239864021539688, -0.031763169914484024, 0.031151987612247467, 0.03397759050130844, -0.015207028947770596, -0.01197982020676136, 0.07927142828702927, -0.016933884471654892, 0.05425121635198593, -0.060711681842803955, -0.07618539780378342, 0.03528733551502228, -0.023797158151865005, 0.03453575074672699, -0.055757541209459305, 0.05238664522767067, -5.738225999390891e-33, 0.04077931120991707, -0.05423295497894287, 0.007053708657622337, -0.018183715641498566, 0.041594140231609344, -0.07987678796052933, -0.012028309516608715, 0.021979117766022682, 0.02710139751434326, 0.004331495147198439, -0.06687625497579575, -0.037609461694955826, -0.0029321934562176466, -0.06770795583724976, 0.04764622077345848, -0.013387598097324371, -0.0801646038889885, -0.05661199614405632, 0.05252605304121971, 0.060429997742176056, 0.0005166882765479386, 0.06641972810029984, -0.029426824301481247, 0.1118629202246666, -0.0628255233168602, -0.036793287843465805, -0.012146663852036, 0.024468503892421722, 0.0015182242495939136, -0.00005325754318619147, 0.03232308849692345, -0.00990897323936224, -0.04990314692258835, 0.0876745730638504, -0.0031531029380857944, -0.025672873482108116, -0.005714581348001957, 0.003256079740822315, 0.023687047883868217, 0.09229370951652527, -0.025570664554834366, 0.05484510213136673, 0.011657606810331345, 0.05588318407535553, 0.027193013578653336, -0.03218021243810654, 0.030099989846348763, 0.0742703229188919, -0.03884969651699066, -0.015745647251605988, -0.026783408597111702, 0.00252188416197896, -0.10620970278978348, 0.03611290827393532, -0.059072740375995636, -0.023249268531799316, -0.006283653434365988, -0.04755223169922829, -0.10601247847080231, 0.04456319287419319, -0.0037974524311721325, 0.06794118136167526, 0.0538344606757164, -0.06310311704874039, 0.026460669934749603, -0.06395213305950165, -0.1374060958623886, -0.023856788873672485, -0.08283770084381104, 0.025043703615665436, -0.03377791494131088, -0.15500953793525696, 0.02239561825990677, 0.005835577379912138, 0.023566005751490593, 0.050649289041757584, -0.007464700844138861, 0.031211404129862785, 0.06907409429550171, 0.06952409446239471, -0.014233708381652832, 0.03790421411395073, 0.07610753923654556, 0.0331437848508358, -0.0402967669069767, 0.011997240595519543, 0.014725439250469208, 0.09879732877016068, -0.023020589724183083, -0.03886185958981514, 0.02220289409160614, -0.06660063564777374, 0.0760907530784607, -0.0019948091357946396, 0.024812426418066025, -5.2573998488014695e-8, 0.017938189208507538, -0.04616263881325722, -0.08192980289459229, 0.10750038176774979, 0.037265289574861526, -0.028528863564133644, -0.05698965862393379, 0.12315628677606583, 0.01301506720483303, -0.039609599858522415, 0.0443696491420269, -0.001572628621943295, -0.03431029990315437, 0.018168553709983826, 0.039877213537693024, -0.06017082557082176, -0.003227797569707036, 0.008414327166974545, -0.0649220272898674, -0.03142915666103363, 0.01906256563961506, 0.03033783845603466, 0.09562015533447266, -0.024914288893342018, 0.04762108623981476, -0.011909420602023602, 0.03298690542578697, -0.0197745431214571, 0.06558480858802795, 0.0409848690032959, 0.012358106672763824, 0.018184157088398933, 0.012263505719602108, 0.033272385597229004, 0.028650179505348206, 0.048056505620479584, 0.015689421445131302, -0.001607023528777063, -0.02771155722439289, 0.0009804086294025183, 0.061763931065797806, 0.003157351864501834, -0.02908662147819996, 0.01614725962281227, 0.0022283245343714952, -0.08374816179275513, -0.056777045130729675, 0.04188074171543121, 0.11478070914745331, -0.05300005525350571, -0.07804066687822342, -0.01832999289035797, 0.10624446719884872, 0.04730561003088951, -0.013373740948736668, 0.04001086577773094, 0.04602506756782532, 0.016437090933322906, 0.030413344502449036, -0.0670897364616394, 0.02162044309079647, -0.06603164225816727, 0.013216107152402401, 0.08871409296989441 ]
-0.000764
first {pull}26068[#26068] \* Adding a refresh listener to a recovering shard should be a noop {pull}26055[#26055] Java High Level REST Client:: \* Register ip\_range aggregation with the high level client {pull}26383[#26383] \* add top hits as a parsed aggregation to the rest high level client {pull}26370[#26370] Mapping:: \* Fix dynamic mapping update generation. {pull}27467[#27467] \* Fix merging of \_meta field {pull}27352[#27352] (issue: {issue}27323[#27323]) \* Fixed rounding of bounds in scaled float comparison {pull}27207[#27207] (issue: {issue}27189[#27189]) Nested Docs:: \* Ensure nested documents have consistent version and seq\_ids {pull}27455[#27455] \* Prevent duplicate fields when mixing parent and root nested includes {pull}27072[#27072] (issue: {issue}26990[#26990]) Network:: \* Throw UOE from compressible bytes stream reset {pull}27564[#27564] (issue: {issue}24927[#24927]) \* Bubble exceptions when closing compressible streams {pull}27542[#27542] (issue: {issue}27540[#27540]) \* Do not set SO\_LINGER on server channels {pull}26997[#26997] \* Do not set SO\_LINGER to 0 when not shutting down {pull}26871[#26871] (issue: {issue}26764[#26764]) \* Close TcpTransport on RST in some Spots to Prevent Leaking TIME\_WAIT Sockets {pull}26764[#26764] (issue: {issue}26701[#26701]) Packaging:: \* Removes minimum master nodes default number {pull}26803[#26803] \* setgid on /etc/elasticearch on package install {pull}26412[#26412] (issue: {issue}26410[#26410]) Percolator:: \* Avoid TooManyClauses exception if number of terms / ranges is exactly equal to 1024 {pull}27519[#27519] (issue: {issue}1[#1]) Plugin Analysis ICU:: \* Catch InvalidPathException in IcuCollationTokenFilterFactory {pull}27202[#27202] Plugin Lang Painless:: \* Painless: Fix variable scoping issue in lambdas {pull}27571[#27571] (issue: {issue}26760[#26760]) \* Painless: Fix errors allowing void to be assigned to def. {pull}27460[#27460] (issue: {issue}27210[#27210]) Plugin Repository GCS:: \* Create new handlers for every new request in GoogleCloudStorageService {pull}27339[#27339] (issue: {issue}27092[#27092]) Recovery:: \* Flush old indices on primary promotion and relocation {pull}27580[#27580] (issue: {issue}27536[#27536]) Reindex API:: \* Reindex: Fix headers in reindex action {pull}26937[#26937] (issue: {issue}22976[#22976]) Scroll:: \* Fix scroll query with a sort that is a prefix of the index sort {pull}27498[#27498] Search:: \* Fix profiling naming issues {pull}27133[#27133] \* Fix max score tracking with field collapsing {pull}27122[#27122] (issue: {issue}23840[#23840]) \* Apply missing request options to the expand phase {pull}27118[#27118] (issues: {issue}26649[#26649], {issue}27079[#27079]) \* Calculate and cache result when advanceExact is called {pull}26920[#26920] (issue: {issue}26817[#26817]) \* Filter unsupported relation for RangeQueryBuilder {pull}26620[#26620] (issue: {issue}26575[#26575]) \* Handle leniency for phrase query on a field indexed without positions {pull}26388[#26388] Sequence IDs:: \* Obey translog durability in global checkpoint sync {pull}27641[#27641] \* Fix resync request serialization {pull}27418[#27418] (issue: {issue}24841[#24841]) Settings:: \* Allow index settings to be reset by wildcards {pull}27671[#27671] (issue: {issue}27537[#27537]) Snapshot/Restore:: \* Do not swallow exception in ChecksumBlobStoreFormat.writeAtomic() {pull}27597[#27597] \* Delete shard store files before restoring a snapshot {pull}27476[#27476] (issues: {issue}20220[#20220], {issue}26865[#26865]) \* Fix snapshot getting stuck in INIT state {pull}27214[#27214] (issue: {issue}27180[#27180]) \* Fix default value of ignore\_unavailable for snapshot REST API (#25359) {pull}27056[#27056] (issue: {issue}25359[#25359]) \* Do not create directory on readonly repository (#21495) {pull}26909[#26909] (issue: {issue}21495[#21495]) Stats:: \* Include internal refreshes in refresh stats {pull}27615[#27615] \* Make Segment statistics aware of segments hold by internal readers {pull}27558[#27558] \* Ensure `doc\_stats` are changing even if refresh is disabled {pull}27505[#27505] //[float] //=== Regressions //[float] //=== Known Issues [float] === Upgrades Core:: \* Upgrade to Jackson 2.8.10 {pull}27230[#27230] \* Upgrade to Lucene 7.1 {pull}27225[#27225] Plugin Discovery EC2:: \* Upgrade AWS SDK Jackson Databind to 2.6.7.1 {pull}27361[#27361] (issues: {issue}27278[#27278], {issue}27359[#27359]) Plugin Discovery GCE:: \* Update Google SDK to version 1.23.0 {pull}27381[#27381] (issue: {issue}26636[#26636]) Plugin Lang Painless:: \* Upgrade Painless from ANTLR 4.5.1-1 to ANTLR 4.5.3. {pull}27153[#27153] [[release-notes-6.0.1]] == {es} version 6.0.1 [float] [[breaking-6.0.1]] === Breaking Changes Scroll:: \* Fail queries with scroll that explicitely set request\_cache {pull}27342[#27342] //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Core:: \* Fix classes that can exit {pull}27518[#27518] Discovery:: \* Stop responding to ping requests before master
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.055202875286340714, 0.04991834983229637, 0.0794091746211052, -0.018921880051493645, -0.05517501011490822, -0.02677866257727146, -0.0834612026810646, 0.03912154585123062, 0.01758931204676628, 0.01504796463996172, -0.02461390569806099, -0.04224874824285507, 0.026509951800107956, -0.04424435272812843, 0.044397253543138504, 0.06403058767318726, -0.04517797753214836, 0.06879483908414841, -0.08510862290859222, -0.025942549109458923, -0.06945323944091797, 0.05093972384929657, 0.014439611695706844, -0.020390978083014488, -0.028061969205737114, 0.03172720968723297, -0.10443377494812012, 0.05714414641261101, 0.010770872235298157, -0.05354049801826477, -0.000451322877779603, 0.0796433761715889, -0.0822620540857315, 0.008293848484754562, -0.014882029965519905, 0.12394994497299194, 0.038416922092437744, 0.0054906378500163555, 0.028805579990148544, 0.024845965206623077, 0.03674652427434921, -0.05694350227713585, 0.05218198150396347, -0.02342413179576397, -0.01885451376438141, -0.05682568997144699, -0.05423969775438309, 0.017653776332736015, -0.05902267247438431, 0.0024297174531966448, -0.05201118066906929, 0.006259579211473465, 0.037993643432855606, 0.060878168791532516, 0.05722382664680481, 0.03452346473932266, -0.029310230165719986, -0.05208272114396095, -0.0007433313294313848, -0.05190529674291611, -0.03314068168401718, -0.04689056798815727, 0.006492916960269213, -0.06850656867027283, 0.04442587494850159, -0.010270662605762482, 0.05809802561998367, -0.0011855735210701823, 0.0007133493782021105, 0.05561403930187225, 0.005778694059699774, 0.03230953589081764, -0.06339972466230392, -0.0308492723852396, 0.0419745109975338, 0.14036288857460022, -0.07478013634681702, 0.0075383116491138935, 0.00812703650444746, -0.10736379027366638, -0.0384315587580204, -0.03558904677629471, -0.046958617866039276, 0.0024273088201880455, -0.02723931148648262, -0.03820651024580002, 0.014705419540405273, -0.014483715407550335, -0.004680862184613943, 0.04320014268159866, -0.0040901596657931805, -0.046168312430381775, 0.06536583602428436, 0.06346296519041061, 0.09530501812696457, 0.025081733241677284, -0.024807829409837723, -0.059555523097515106, 0.018853038549423218, 0.05729256197810173, 0.046603571623563766, 0.052480299025774, -0.0034969209227710962, -0.03908833488821983, 0.005109576042741537, -0.03402288630604744, -0.05758436769247055, 0.07146379351615906, -0.06043147295713425, 0.0019019744358956814, 0.015866274014115334, -0.011058893986046314, 0.020675254985690117, -0.024654587730765343, 0.010601164773106575, 0.030429121106863022, 0.08600262552499771, -0.03465586155653, -0.05752057209610939, 0.02190314792096615, 0.09710778295993805, -0.02311551384627819, 0.02110884338617325, 0.026664774864912033, 0.009563733823597431, 0.031424447894096375, -0.006777326576411724, 9.1912564506367e-33, 0.05814872309565544, -0.015855420380830765, 0.025166362524032593, 0.002884215209633112, 0.05426166579127312, 0.044092096388339996, -0.0027606631629168987, -0.01328166015446186, -0.0996047854423523, 0.023024465888738632, -0.07132802903652191, 0.11847031861543655, 0.0069657014682888985, -0.11167716234922409, 0.02103806845843792, -0.05647673085331917, 0.05048614367842674, 0.07236897945404053, -0.089528389275074, 0.006292072124779224, 0.01896684430539608, -0.04352107271552086, -0.0071022966876626015, 0.0069962129928171635, -0.0022758624982088804, 0.05997227504849434, -0.050305791199207306, 0.046302299946546555, -0.0392504520714283, 0.003496300894767046, 0.02498835138976574, -0.05243154987692833, 0.08165249228477478, -0.042304378002882004, -0.009550577029585838, -0.06256783753633499, 0.07077223062515259, -0.0833573266863823, -0.06597521901130676, -0.1153915524482727, -0.007854169234633446, -0.0032379801850765944, 0.024635354056954384, -0.026400158181786537, -0.026701821014285088, -0.09139052778482437, -0.07767985761165619, -0.0034381537698209286, -0.004195626825094223, 0.007286276202648878, 0.01900355890393257, 0.0525684729218483, 0.010882988572120667, -0.060245949774980545, -0.004888935014605522, -0.08229433745145798, -0.03762828931212425, 0.11554452776908875, -0.043212004005908966, 0.11876331269741058, 0.010874608531594276, 0.06248941272497177, -0.018825959414243698, -0.016183992847800255, 0.010830307379364967, 0.018488211557269096, -0.005116944666951895, 0.07396794110536575, -0.04194951802492142, 0.033780913800001144, 0.012455000542104244, 0.11560341715812683, -0.0075927963480353355, 0.02639460377395153, -0.008398481644690037, -0.09935969114303589, 0.019627681002020836, -0.036031171679496765, 0.05633055418729782, -0.0989483892917633, -0.0027740970253944397, -0.01921207085251808, -0.02282004989683628, -0.01284718606621027, -0.06412042677402496, 0.05960483476519585, -0.01639113947749138, 0.027788985520601273, -0.0792766660451889, 0.005329947918653488, -0.031129712238907814, 0.0079515241086483, 0.05626191198825836, -0.0862608477473259, 0.021318629384040833, -9.490247112188195e-33, 0.021235406398773193, -0.04986893758177757, -0.02939252369105816, 0.005428615026175976, 0.01710786484181881, -0.037224333733320236, 0.05629953742027283, 0.042177293449640274, 0.006511588580906391, -0.03124195523560047, -0.05935050547122955, -0.03445052728056908, 0.019532229751348495, -0.08970427513122559, 0.042716167867183685, -0.019587792456150055, -0.08636423200368881, -0.11756224185228348, 0.04317512735724449, 0.049277134239673615, 0.06488221138715744, 0.03836439549922943, 0.012519162148237228, 0.18706750869750977, -0.004550846293568611, 0.011442221701145172, -0.029375949874520302, -0.004909790586680174, -0.0129041513428092, -0.00783983152359724, 0.04243694618344307, -0.08017545938491821, -0.06929970532655716, -0.001957351341843605, 0.014857561327517033, -0.06849999725818634, 0.03912010416388512, 0.05119556561112404, 0.001830998226068914, 0.031249240040779114, 0.023574387654662132, -0.006496835500001907, -0.05452341586351395, 0.021548638120293617, 0.040698934346437454, 0.050609733909368515, 0.027371948584914207, 0.10108514875173569, -0.03645363822579384, -0.07224660366773605, 0.001519418554380536, -0.013526614755392075, 0.007234395947307348, 0.09145230799913406, -0.015886640176177025, 0.07987309247255325, 0.034608811140060425, -0.05761808902025223, -0.08406578749418259, 0.017174670472741127, -0.0066527449525892735, -0.0677805244922638, -0.06741110235452652, -0.006651591043919325, 0.04895171523094177, -0.020573459565639496, -0.06477005034685135, -0.07734856754541397, -0.06449263542890549, -0.024501541629433632, -0.02597133256494999, -0.06521552801132202, -0.010963800363242626, -0.037835314869880676, 0.11771903932094574, -0.014619140885770321, -0.03816802799701691, -0.04934534803032875, 0.041702236980199814, 0.04991769790649414, -0.09248628467321396, 0.0643640011548996, 0.02199445106089115, 0.05441531538963318, 0.10519614815711975, -0.08730282634496689, 0.010982106439769268, 0.07791094481945038, -0.022759193554520607, -0.02564508281648159, -0.06666921079158783, 0.0035876701585948467, -0.05288684740662575, -0.008125952444970608, 0.007948050275444984, -6.293470278251334e-8, -0.026369888335466385, 0.01566718891263008, -0.04026717692613602, 0.083806112408638, 0.0608028843998909, 0.0017428993014618754, -0.07950706779956818, -0.008719349279999733, 0.013186664320528507, 0.029322277754545212, -0.025506826117634773, 0.0006786382291465998, -0.023977668955922127, 0.009196608327329159, 0.03633451461791992, -0.054766975343227386, 0.02048758789896965, 0.036855217069387436, -0.07696323096752167, -0.06852968782186508, -0.06605876982212067, 0.03508437052369118, 0.06939765065908432, -0.00992254912853241, 0.024891981855034828, -0.008154370822012424, 0.06093714013695717, 0.04701685905456543, 0.027835963293910027, -0.07044222205877304, 0.013373644091188908, -0.05281519144773483, 0.029298949986696243, 0.0860023945569992, -0.05805382505059242, 0.09523092955350876, 0.0066691054962575436, 0.1095813438296318, -0.021809207275509834, 0.030661487951874733, 0.004469257313758135, 0.012279998511075974, -0.07280858606100082, 0.027208970859646797, -0.016928574070334435, -0.02050459012389183, -0.07006637006998062, 0.075877845287323, 0.031381960958242416, -0.02910286746919155, -0.035052280873060226, -0.059550441801548004, 0.054283350706100464, 0.030935248360037804, 0.026792461052536964, 0.01992405578494072, 0.012497027404606342, -0.03507296368479729, 0.0761786475777626, 0.08432960510253906, 0.11063382029533386, -0.07109563052654266, -0.05032389983534813, 0.01635882817208767 ]
0.032194
version 6.0.1 [float] [[breaking-6.0.1]] === Breaking Changes Scroll:: \* Fail queries with scroll that explicitely set request\_cache {pull}27342[#27342] //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Core:: \* Fix classes that can exit {pull}27518[#27518] Discovery:: \* Stop responding to ping requests before master abdication {pull}27329[#27329] (issue: {issue}27328[#27328]) Plugin Repository S3:: \* Remove S3 output stream {pull}27280[#27280] (issue: {issue}27278[#27278]) \* Update to AWS SDK 1.11.223 {pull}27278[#27278] Search:: \* fix unnecessary logger creation {pull}27349[#27349] Sequence IDs:: \* Log primary-replica resync failures {pull}27421[#27421] (issues: {issue}24841[#24841], {issue}27418[#27418]) Snapshot/Restore:: \* Remove XContentType auto detection in BlobStoreRepository {pull}27480[#27480] [float] === Bug Fixes Cluster:: \* Properly format IndexGraveyard deletion date as date {pull}27362[#27362] Core:: \* Do not set data paths on no local storage required {pull}27587[#27587] (issue: {issue}27572[#27572]) \* Ensure threadcontext is preserved when refresh listeners are invoked {pull}27565[#27565] \* Avoid NPE when getting build information {pull}27442[#27442] \* When building Settings do not set SecureSettings if empty {pull}26988[#26988] (issue: {issue}316[#316]) Engine:: \* Reset LiveVersionMap on sync commit {pull}27534[#27534] (issue: {issue}27516[#27516]) \* Carry over version map size to prevent excessive resizing {pull}27516[#27516] (issue: {issue}20498[#20498]) Inner Hits:: \* Return an empty \_source for nested inner hit when filtering on a field that doesn't exist {pull}27531[#27531] Mapping:: \* Fix dynamic mapping update generation. {pull}27467[#27467] \* Fixed rounding of bounds in scaled float comparison {pull}27207[#27207] (issue: {issue}27189[#27189]) Nested Docs:: \* Ensure nested documents have consistent version and seq\_ids {pull}27455[#27455] Network:: \* Throw UOE from compressible bytes stream reset {pull}27564[#27564] (issue: {issue}24927[#24927]) \* Bubble exceptions when closing compressible streams {pull}27542[#27542] (issue: {issue}27540[#27540]) Plugin Lang Painless:: \* Painless: Fix errors allowing void to be assigned to def. {pull}27460[#27460] (issue: {issue}27210[#27210]) Plugin Repository GCS:: \* Create new handlers for every new request in GoogleCloudStorageService {pull}27339[#27339] (issue: {issue}27092[#27092]) Recovery:: \* Flush old indices on primary promotion and relocation {pull}27580[#27580] (issue: {issue}27536[#27536]) Reindex API:: \* Reindex: Fix headers in reindex action {pull}26937[#26937] (issue: {issue}22976[#22976]) Search:: \* Fix profiling naming issues {pull}27133[#27133] Sequence IDs:: \* Fix resync request serialization {pull}27418[#27418] (issue: {issue}24841[#24841]) Snapshot/Restore:: \* Do not swallow exception in ChecksumBlobStoreFormat.writeAtomic() {pull}27597[#27597] \* Delete shard store files before restoring a snapshot {pull}27476[#27476] (issues: {issue}20220[#20220], {issue}26865[#26865]) \* Fix snapshot getting stuck in INIT state {pull}27214[#27214] (issue: {issue}27180[#27180]) \* Fix default value of ignore\_unavailable for snapshot REST API (#25359) {pull}27056[#27056] (issue: {issue}25359[#25359]) \* Do not create directory on readonly repository (#21495) {pull}26909[#26909] (issue: {issue}21495[#21495]) //[float] //=== Regressions //[float] //=== Known Issues [float] === Upgrades Plugin Discovery EC2:: \* Upgrade AWS SDK Jackson Databind to 2.6.7.1 {pull}27361[#27361] (issues: {issue}27278[#27278], {issue}27359[#27359]) Plugin Discovery GCE:: \* Update Google SDK to version 1.23.0 {pull}27381[#27381] (issue: {issue}26636[#26636]) [[release-notes-6.0.0]] == {es} version 6.0.0 [float] [[breaking-6.0.0]] === Breaking Changes Aggregations:: \* Change parsing of numeric `to` and `from` parameters in `date\_range` aggregation {pull}25376[#25376] (issue: {issue}17920[#17920]) Aliases:: \* Wrong behavior deleting alias {pull}23997[#23997] (issues: {issue}10106[#10106], {issue}23960[#23960]) Allocation:: \* Remove `cluster.routing.allocation.snapshot.relocation\_enabled` setting {pull}20994[#20994] Analysis:: \* Do not allow custom analyzers to have the same names as built-in analyzers {pull}22349[#22349] (issue: {issue}22263[#22263]) \* Removing query-string parameters in `\_analyze` API {pull}20704[#20704] (issue: {issue}20246[#20246]) CAT API:: \* Write -1 on unbounded queue in cat thread pool {pull}21342[#21342] (issue: {issue}21187[#21187]) CRUD:: \* Disallow `VersionType.FORCE` for GetRequest {pull}21079[#21079] (issue: {issue}20995[#20995]) \* Disallow `VersionType.FORCE` versioning for 6.x indices {pull}20995[#20995] (issue: {issue}20377[#20377]) \* If the index does not exist, delete document will not auto create it {pull}24518[#24518] (issue: {issue}15425[#15425]) Cluster:: \* Disallow : in cluster and index/alias names {pull}26247[#26247] (issue: {issue}23892[#23892]) \* No longer allow cluster name in data path {pull}20433[#20433] (issue: {issue}20391[#20391]) Core:: \* Simplify file store {pull}24402[#24402] (issue: {issue}24390[#24390]) \* Make boolean conversion strict {pull}22200[#22200] \* Remove the `default` store type. {pull}21616[#21616] \* Remove store throttling. {pull}21573[#21573]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.11022316664457321, 0.01584034040570259, 0.02625356800854206, -0.025374332442879677, 0.06678637862205505, -0.026278920471668243, -0.04960932955145836, -0.05702192708849907, 0.01244942657649517, 0.10444677621126175, -0.04376604035496712, -0.025745907798409462, -0.001873255125246942, -0.0631786435842514, 0.01579594612121582, -0.01079839002341032, -0.04835617169737816, 0.03544668108224869, -0.0793360248208046, -0.013894741423428059, -0.04716823250055313, 0.06647864729166031, 0.00867408886551857, 0.11239495873451233, -0.0706314742565155, 0.02263452671468258, -0.09006913751363754, -0.04044711962342262, -0.044922105967998505, -0.0375734344124794, -0.018140623345971107, 0.023556163534522057, -0.06460919231176376, 0.022480955347418785, 0.040996551513671875, 0.05825883895158768, -0.0387238934636116, 0.00012210238492116332, -0.019437061622738838, -0.01421609427779913, 0.049801602959632874, 0.002520232927054167, 0.061839908361434937, -0.05616876482963562, -0.011276226490736008, 0.006386729888617992, -0.041452959179878235, -0.04425371065735817, -0.021069345995783806, -0.006963987834751606, 0.03389722481369972, 0.000060029189626220614, 0.060888249427080154, 0.026449158787727356, 0.02831260673701763, 0.02136731892824173, -0.006928011775016785, 0.04403507709503174, 0.004448547028005123, -0.03687581047415733, 0.03324190899729729, -0.05818794667720795, 0.004443918354809284, -0.03247944265604019, 0.03515247628092766, -0.041988909244537354, 0.04948966205120087, -0.009610972367227077, 0.08231910318136215, 0.10186128318309784, -0.054564591497182846, 0.02522396855056286, -0.11100901663303375, -0.005387072451412678, 0.03230554237961769, 0.06190642714500427, 0.0024730318691581488, -0.0011185348266735673, 0.005691596772521734, -0.04844444990158081, -0.04568513482809067, -0.07848803699016571, -0.05689716339111328, 0.08886754512786865, -0.054046519100666046, -0.034845806658267975, -0.021477479487657547, -0.02992897480726242, 0.08380211889743805, 0.011620599776506424, -0.000563896493986249, -0.030490439385175705, 0.05658640339970589, 0.03934061527252197, -0.012032625265419483, 0.09580603986978531, -0.019335873425006866, 0.0075792367570102215, 0.003886593971401453, 0.0494721345603466, 0.08542158454656601, 0.052110955119132996, 0.02409156784415245, 0.04422217234969139, 0.09399079531431198, 0.0024382073897868395, -0.04592730477452278, 0.0652674064040184, -0.0424533486366272, 0.021456768736243248, -0.002120394492521882, -0.07367531210184097, 0.024235429242253304, -0.06061236932873726, -0.0012450047070160508, 0.052320804446935654, 0.02086064964532852, -0.019438879564404488, -0.07868742197751999, 0.07467975467443466, 0.12184495478868484, 0.0034753489308059216, -0.03679671511054039, -0.051999531686306, 0.005104533862322569, 0.04814852029085159, -0.022670889273285866, 6.71230416864558e-33, 0.07218782603740692, -0.06300220638513565, -0.02971639297902584, -0.006451410707086325, 0.057338647544384, 0.03968121483922005, -0.022368229925632477, 0.049959078431129456, -0.027522742748260498, 0.00004056617399328388, -0.06610408425331116, -0.026352010667324066, 0.01706133782863617, -0.09181489050388336, -0.009212792851030827, -0.07801677286624908, 0.06616636365652084, 0.0030540707521140575, -0.026395408436655998, 0.024423876777291298, -0.000813231454230845, -0.10112502425909042, -0.025790182873606682, -0.08440564572811127, 0.05369648337364197, 0.07049386948347092, -0.017873892560601234, 0.005749938078224659, 0.006020684726536274, 0.018594220280647278, 0.024184666574001312, 0.031094375997781754, 0.009016568772494793, -0.017825882881879807, 0.00962316058576107, -0.08326205611228943, -0.0071340338326990604, -0.022924698889255524, -0.055005379021167755, -0.035544589161872864, -0.0020536191295832396, 0.03288990631699562, -0.08804871886968613, 0.03042234107851982, 0.02937978506088257, -0.07030254602432251, 0.007167201954871416, -0.031247233971953392, 0.051097918301820755, -0.014260556548833847, 0.020287709310650826, 0.0019948924891650677, 0.022536883130669594, -0.06609936058521271, 0.04502994939684868, -0.06568560749292374, 0.033192962408065796, 0.048532627522945404, -0.013879942707717419, 0.027876578271389008, -0.0283599141985178, 0.016542276367545128, -0.01884390041232109, -0.01498024258762598, 0.10711614787578583, 0.10321618616580963, -0.009152720682322979, 0.12439528852701187, -0.052741244435310364, -0.025087935850024223, -0.05256656929850578, 0.03003004752099514, 0.07007496803998947, 0.06475257873535156, -0.02003013901412487, -0.06991463154554367, -0.02270166575908661, 0.01901351287961006, 0.07623687386512756, -0.01977390982210636, 0.009323167614638805, -0.06967023015022278, -0.03654699772596359, 0.023621246218681335, -0.05726752430200577, -0.03750624880194664, 0.002106571337208152, -0.013599651865661144, 0.012008649297058582, 0.06913860142230988, -0.015894578769803047, 0.035122208297252655, 0.049235451966524124, -0.006578550674021244, -0.06481946259737015, -5.871203797827662e-33, -0.054494861513376236, 0.009881129488348961, -0.053675416857004166, 0.05369085818529129, 0.030124204233288765, -0.0034605730324983597, 0.0016322060255333781, 0.07285232096910477, 0.05514563247561455, -0.038875333964824677, -0.01943410187959671, -0.03822809457778931, -0.018268544226884842, -0.05776345357298851, 0.0023613693192601204, 0.02822660282254219, -0.027929240837693214, -0.11757196485996246, -0.020243719220161438, 0.02357080951333046, 0.023624807596206665, -0.0024272380396723747, -0.07563459873199463, 0.06299430876970291, 0.004505584016442299, -0.004970359615981579, 0.056833043694496155, 0.016116339713335037, -0.02920496091246605, -0.03270354121923447, 0.026393819600343704, -0.04091404378414154, -0.09754706174135208, 0.006506090052425861, 0.02660965919494629, -0.04157897084951401, 0.006412085145711899, 0.14907583594322205, -0.0855371356010437, 0.010460375808179379, 0.07812584191560745, -0.011473850347101688, 0.019189544022083282, 0.1004071980714798, 0.08832389861345291, -0.005586568266153336, 0.00895776879042387, 0.09446963667869568, -0.017057735472917557, -0.055074773728847504, -0.04128503426909447, -0.12266559153795242, 0.05852046236395836, 0.07801152765750885, 0.05737927556037903, 0.03890712559223175, 0.0199654009193182, 0.03395498916506767, -0.039000287652015686, -0.030793415382504463, 0.023487618193030357, -0.03176480904221535, -0.0476321280002594, 0.024939676746726036, 0.06823636591434479, -0.022632591426372528, -0.03357258066534996, 0.024391816928982735, -0.017407044768333435, 0.02477923408150673, 0.017120501026511192, -0.05791779235005379, -0.010510934516787529, -0.08740118145942688, 0.10612494498491287, -0.019326841458678246, -0.058789655566215515, -0.06260380893945694, 0.009603267535567284, 0.05460261553525925, -0.06851936876773834, 0.0988791361451149, -0.047962356358766556, 0.04164072126150131, 0.08946602791547775, -0.007316220551729202, -0.05639065429568291, 0.08536531031131744, -0.017956197261810303, -0.033245645463466644, -0.06733354181051254, -0.03576403856277466, -0.09543588757514954, 0.09415637701749802, -0.06021435186266899, -5.93703823881242e-8, 0.0566784106194973, -0.040587760508060455, -0.055194299668073654, 0.058926161378622055, 0.13809336721897125, 0.1091778352856636, -0.02300274930894375, 0.085835300385952, -0.009506291709840298, -0.04585886374115944, -0.006414107047021389, 0.033189576119184494, 0.04596930369734764, 0.03927459567785263, 0.01822703517973423, -0.12660105526447296, 0.008707234635949135, 0.01600564457476139, -0.08620273321866989, -0.10263095051050186, -0.03802056610584259, -0.008997953496873379, 0.020348604768514633, -0.036317355930805206, -0.004894130397588015, -0.037105415016412735, 0.05596098676323891, 0.07094086706638336, -0.04842061176896095, -0.03233605995774269, -0.025688372552394867, -0.04776492342352867, 0.01730547845363617, 0.05343233048915863, 0.0315520279109478, 0.046560753136873245, -0.008597631007432938, 0.0015916475094854832, 0.022483384236693382, 0.04249574989080429, -0.026521645486354828, 0.11358103901147842, -0.009095543064177036, 0.038624104112386703, -0.025943834334611893, -0.02487052045762539, -0.006365485955029726, 0.041031479835510254, 0.015297777019441128, -0.022481171414256096, -0.0038122031837701797, -0.07594335824251175, -0.010073676705360413, 0.08419843018054962, 0.07285841554403305, 0.002824248280376196, 0.050530463457107544, -0.09408245980739594, -0.017638033255934715, 0.07511292397975922, 0.08137797564268112, -0.10897324979305267, -0.03677775710821152, 0.048874422907829285 ]
0.059026
Cluster:: \* Disallow : in cluster and index/alias names {pull}26247[#26247] (issue: {issue}23892[#23892]) \* No longer allow cluster name in data path {pull}20433[#20433] (issue: {issue}20391[#20391]) Core:: \* Simplify file store {pull}24402[#24402] (issue: {issue}24390[#24390]) \* Make boolean conversion strict {pull}22200[#22200] \* Remove the `default` store type. {pull}21616[#21616] \* Remove store throttling. {pull}21573[#21573] Geo:: \* Remove deprecated geo search features {pull}22876[#22876] \* Reduce GeoDistance Insanity {pull}19846[#19846] Highlighting:: \* Remove the postings highlighter and make unified the default highlighter choice {pull}25028[#25028] Index APIs:: \* Remove (deprecated) support for '+' in index expressions {pull}25274[#25274] (issue: {issue}24515[#24515]) \* Delete index API to work only against concrete indices {pull}25268[#25268] (issues: {issue}2318[#2318], {issue}23997[#23997]) \* Open/Close index api to allow\_no\_indices by default {pull}24401[#24401] (issues: {issue}24031[#24031], {issue}24341[#24341]) \* Remove support for controversial `ignore\_unavailable` and `allow\_no\_indices` from indices exists api {pull}20712[#20712] Index Templates:: \* Allows multiple patterns to be specified for index templates {pull}21009[#21009] (issue: {issue}20690[#20690]) Indexed Scripts/Templates:: \* Scripting: Remove search template actions {pull}25717[#25717] Ingest:: \* update ingest-user-agent regexes.yml {pull}25608[#25608] \* remove ingest.new\_date\_format {pull}25583[#25583] Inner Hits:: \* Return the \_source of inner hit nested as is without wrapping it into its full path context {pull}26982[#26982] (issues: {issue}26102[#26102], {issue}26944[#26944]) Java API:: \* Enforce Content-Type requirement on the rest layer and remove deprecated methods {pull}23146[#23146] (issue: {issue}19388[#19388]) Java REST Client:: \* Remove deprecated created and found from index, delete and bulk {pull}25516[#25516] (issues: {issue}19566[#19566], {issue}19630[#19630], {issue}19633[#19633]) Mapping:: \* Reject out of range numbers for float, double and half\_float {pull}25826[#25826] (issue: {issue}25534[#25534]) \* Enforce at most one type. {pull}24428[#24428] (issue: {issue}24317[#24317]) \* Disallow `include\_in\_all` for 6.0+ indices {pull}22970[#22970] (issue: {issue}22923[#22923]) \* Disable \_all by default, disallow configuring \_all on 6.0+ indices {pull}22144[#22144] (issues: {issue}19784[#19784], {issue}20925[#20925], {issue}21341[#21341]) \* Throw an exception on unrecognized "match\_mapping\_type" {pull}22090[#22090] (issue: {issue}17285[#17285]) Network:: \* Remove unused Netty-related settings {pull}26161[#26161] \* Remove blocking TCP clients and servers {pull}22639[#22639] \* Remove `modules/transport\_netty\_3` in favor of `netty\_4` {pull}21590[#21590] \* Remove LocalTransport in favor of MockTcpTransport {pull}20695[#20695] Packaging:: \* Configure heap dump path out of the box {pull}26755[#26755] (issue: {issue}26665[#26665]) \* Remove support for ES\_INCLUDE {pull}25804[#25804] \* Setup: Change default heap to 1G {pull}25695[#25695] \* Use config directory to find jvm.options {pull}25679[#25679] (issue: {issue}23004[#23004]) \* Remove implicit 32-bit support {pull}25435[#25435] \* Remove default path settings {pull}25408[#25408] (issue: {issue}25357[#25357]) \* Remove path.conf setting {pull}25392[#25392] (issue: {issue}25357[#25357]) \* Honor masking of systemd-sysctl.service {pull}24234[#24234] (issues: {issue}21899[#21899], {issue}806[#806]) \* Rename CONF\_DIR to ES\_PATH\_CONF {pull}26197[#26197] (issue: {issue}26154[#26154]) \* Remove customization of ES\_USER and ES\_GROUP {pull}23989[#23989] (issue: {issue}23848[#23848]) Percolator:: \* Remove deprecated percolate and mpercolate apis {pull}22331[#22331] Plugin Analysis ICU:: \* Upgrade icu4j for the ICU analysis plugin to 59.1 {pull}25243[#25243] (issue: {issue}21425[#21425]) \* Upgrade icu4j to latest version {pull}24821[#24821] Plugin Delete By Query:: \* Require explicit query in \_delete\_by\_query API {pull}23632[#23632] (issue: {issue}23629[#23629]) Plugin Discovery Azure Classic:: \* Remove `discovery.type` BWC layer from the EC2/Azure/GCE plugins {pull}25080[#25080] (issue: {issue}24543[#24543]) Plugin Discovery EC2:: \* Ec2 Discovery: Cleanup deprecated settings {pull}24150[#24150] \* Discovery EC2: Remove region setting {pull}23991[#23991] (issue: {issue}22758[#22758]) \* AWS Plugins: Remove signer type setting {pull}23984[#23984] (issue: {issue}22599[#22599]) Plugin Lang JS:: \* Remove lang-python and lang-javascript {pull}20734[#20734] (issue: {issue}20698[#20698]) Plugin Mapper Attachment:: \* Remove mapper attachments plugin {pull}20416[#20416] (issue: {issue}18837[#18837]) Plugin Repository Azure:: \* Remove global `repositories.azure` settings {pull}23262[#23262] (issues: {issue}22800[#22800], {issue}22856[#22856]) \* Remove auto creation of container for azure repository {pull}22858[#22858] (issue: {issue}22857[#22857]) Plugin Repository GCS:: \* GCS Repository: Remove specifying credential file on disk {pull}24727[#24727] Plugin Repository S3:: \* S3 Repository: Cleanup deprecated settings {pull}24097[#24097] \* S3 Repository: Remove region setting {pull}22853[#22853] (issue: {issue}22758[#22758]) \* S3 Repository: Remove bucket auto create {pull}22846[#22846] (issue: {issue}22761[#22761]) \* S3 Repository: Remove env var and sysprop credentials support {pull}22842[#22842] \* Remove deprecated S3 settings {pull}24445[#24445] Plugins:: \* Make plugin loading
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.023328887298703194, 0.04872022941708565, 0.013285166583955288, 0.07630407810211182, 0.029253412038087845, 0.008984913118183613, -0.021078940480947495, -0.014981614425778389, -0.04507533833384514, 0.061810582876205444, 0.015095538459718227, -0.03349250555038452, 0.024807609617710114, -0.0045237005688250065, -0.01399070955812931, 0.07256031036376953, -0.08727224171161652, 0.017285676673054695, -0.02798032946884632, -0.0018400942208245397, -0.02797061577439308, 0.061466190963983536, -0.06769142299890518, 0.04089298099279404, -0.12101999670267105, 0.036697741597890854, -0.11487489193677902, -0.0030862600542604923, -0.0344107560813427, -0.029484743252396584, -0.03267551213502884, 0.057203955948352814, 0.02525469847023487, 0.09744391590356827, 0.07381272315979004, 0.07324358075857162, 0.0030972184613347054, -0.00013824102643411607, -0.022347399964928627, -0.03444364294409752, 0.13586877286434174, -0.006509642116725445, -0.004797964356839657, -0.0714486837387085, -0.0894555076956749, -0.04350823163986206, 0.01535184495151043, 0.008744202554225922, -0.0868864357471466, 0.007061468902975321, -0.05458947271108627, 0.027496615424752235, -0.017578285187482834, -0.043673694133758545, 0.08265713602304459, 0.05540293827652931, -0.005939927417784929, 0.04050140827894211, 0.03215719759464264, -0.05196685343980789, 0.05486350134015083, -0.10319049656391144, 0.012323558330535889, -0.07869816571474075, -0.033809829503297806, -0.010146348737180233, 0.061421819031238556, -0.006004783790558577, 0.03848766162991524, -0.06766822189092636, 0.005378708243370056, 0.08528485149145126, -0.06555261462926865, 0.003454827703535557, 0.011503709480166435, 0.08080991357564926, -0.04912709444761276, 0.01852182298898697, -0.052056752145290375, -0.1086084321141243, 0.0009841995779424906, -0.028458114713430405, 0.043514665216207504, 0.02097036875784397, -0.02965829335153103, 0.03928155452013016, -0.04221128672361374, -0.10716349631547928, 0.041645996272563934, -0.06112127751111984, 0.005941500887274742, -0.036752715706825256, 0.05977609381079674, -0.02520190179347992, 0.03576057776808739, 0.01062946580350399, -0.05009334161877632, -0.014933636412024498, 0.02937314286828041, 0.04366231709718704, 0.00024058943381533027, 0.018251249566674232, 0.024579860270023346, -0.005556731019169092, -0.05455756187438965, -0.010162516497075558, -0.0124150225892663, 0.0355282798409462, -0.06382018327713013, 0.04203225299715996, -0.004104719031602144, 0.07219023257493973, -0.006905030459165573, -0.08902489393949509, -0.03761903941631317, -0.0006693284376524389, 0.07567791640758514, -0.02853381261229515, -0.021554917097091675, 0.12852737307548523, 0.12018925696611404, -0.047914933413267136, -0.05192708596587181, 0.0005588255589827895, -0.010538057424128056, 0.04509885236620903, -0.036163341253995895, 1.0448149377149615e-32, 0.019087307155132294, -0.031087452545762062, -0.005702659487724304, -0.06702112406492233, 0.021901169791817665, -0.05573050305247307, 0.0032020453363656998, -0.023262644186615944, -0.08040565252304077, -0.02878996916115284, -0.0482938215136528, 0.038569267839193344, 0.01037901733070612, -0.004090324975550175, 0.0384032279253006, -0.059404246509075165, 0.05763280391693115, 0.08452416956424713, 0.0349588505923748, 0.0030248824041336775, 0.03544268384575844, 0.020144008100032806, -0.04953749477863312, -0.036216918379068375, -0.08033327013254166, -0.002985865343362093, -0.003055795794352889, -0.03047432005405426, 0.0494956411421299, -0.033370181918144226, -0.009307931177318096, -0.03310224041342735, 0.06725190579891205, 0.03356856852769852, -0.003919195383787155, 0.017727075144648552, -0.00336930132471025, -0.027050428092479706, -0.06037871167063713, -0.04356661066412926, -0.018821928650140762, 0.06419941782951355, -0.022187523543834686, -0.0023069223389029503, 0.14716100692749023, 0.0683470070362091, 0.00012186066305730492, -0.12908169627189636, 0.04775949940085411, -0.016032835468649864, 0.01710854284465313, -0.0047408840619027615, 0.029458537697792053, 0.014152711257338524, -0.016306446865200996, -0.04030647501349449, 0.033454444259405136, 0.010281712748110294, 0.03613516315817833, 0.0700417086482048, -0.03971042111515999, 0.017982909455895424, -0.00842255912721157, -0.017720067873597145, 0.021345235407352448, -0.016125112771987915, 0.08951222151517868, 0.1314615160226822, -0.026322459802031517, 0.052998464554548264, -0.036972526460886, 0.04502129927277565, 0.07277857512235641, 0.0188241358846426, 0.025374555960297585, -0.11227086186408997, 0.0316140316426754, 0.014742896892130375, 0.043302807956933975, -0.11738672852516174, -0.0408024936914444, -0.08383054286241531, 0.0014886659337207675, -0.000352657021721825, 0.01483218278735876, -0.028154833242297173, -0.009332402609288692, 0.020045176148414612, 0.03589167445898056, -0.062055107206106186, 0.013909910805523396, 0.05460821092128754, -0.010808220133185387, -0.0438784658908844, -0.058317720890045166, -9.365381694140036e-33, 0.05969769135117531, -0.024421891197562218, -0.00887911207973957, 0.000676155905239284, -0.03862089663743973, -0.008866311982274055, 0.00009369909093948081, 0.04180299490690231, 0.037375133484601974, -0.0335567407310009, 0.016874870285391808, -0.03004843182861805, 0.06630454212427139, -0.02610124461352825, -0.06401905417442322, 0.07190781831741333, 0.003027902217581868, -0.0854419469833374, -0.07141659408807755, 0.04451075941324234, -0.031164949759840965, -0.005916741210967302, -0.05627978593111038, 0.06535258889198303, -0.04956817626953125, -0.012382975779473782, 0.001080791582353413, 0.01120265107601881, 0.042878713458776474, -0.036101046949625015, -0.01284085400402546, -0.023100320249795914, -0.11061099916696548, 0.01024929154664278, 0.01318457629531622, -0.08537695556879044, -0.08908006548881531, 0.05692029744386673, -0.019556382670998573, 0.03205317631363869, -0.027889586985111237, 0.029913540929555893, -0.019010651856660843, 0.05886343866586685, 0.04565887525677681, 0.031493835151195526, 0.08287832140922546, 0.03900932893157005, -0.05659808591008186, -0.05209748446941376, -0.014511310495436192, -0.05155467614531517, 0.028100555762648582, 0.0228948425501585, -0.01709238439798355, 0.02837003394961357, 0.04446399211883545, 0.024100732058286667, -0.10315185785293579, 0.030318384990096092, 0.05665163695812225, -0.03235500305891037, -0.10301683098077774, 0.0013506008544936776, 0.0725591853260994, -0.10284716635942459, -0.0005208821967244148, -0.004140856210142374, -0.0934092253446579, 0.023512372747063637, -0.0563182607293129, -0.012188862077891827, -0.012134355492889881, -0.05571471154689789, 0.046232372522354126, -0.003400217741727829, 0.03177449852228165, -0.02027069963514805, 0.05342055857181549, 0.08783680945634842, -0.03782372176647186, 0.10122501105070114, 0.024711037054657936, 0.014265308156609535, 0.037620659917593, 0.04304264113306999, -0.05767854303121567, 0.12152931839227676, -0.014119802042841911, 0.014256506226956844, -0.07896789163351059, -0.03804624825716019, 0.026307715103030205, 0.02497362717986107, -0.04125604405999184, -6.418849096689883e-8, -0.04592365026473999, -0.03517913818359375, -0.0844382792711258, 0.03681569546461105, 0.10045694559812546, 0.028873896226286888, -0.07128334790468216, 0.08795785903930664, -0.026382187381386757, 0.001618771580979228, 0.04257535934448242, 0.02329007349908352, -0.13549907505512238, 0.002752382541075349, -0.0067629520781338215, -0.07637856155633926, 0.01786736026406288, 0.07822638005018234, -0.007446009665727615, -0.02165316790342331, -0.08137392997741699, 0.011379632167518139, 0.05097009614109993, -0.03970349207520485, -0.004064686596393585, -0.04074456915259361, 0.06944168359041214, 0.03905724734067917, 0.017055418342351913, 0.01605142280459404, -0.0013376720016822219, -0.04172477498650551, 0.03103634901344776, 0.02778097800910473, -0.03042222559452057, 0.03193886950612068, 0.008286063559353352, 0.1245887354016304, -0.0061148726381361485, 0.0845974013209343, 0.05574915558099747, 0.06644273549318314, -0.024517595767974854, -0.00381925399415195, -0.06534836441278458, -0.03760548681020737, -0.015480623580515385, 0.030086908489465714, 0.0913972333073616, -0.08417285978794098, -0.054421503096818924, -0.06913308054208755, -0.0212466549128294, 0.12237315624952316, 0.04280785098671913, -0.0021906690672039986, -0.0803510919213295, 0.010229378007352352, 0.01310369186103344, 0.041035205125808716, 0.10196896642446518, -0.06791990995407104, 0.017403852194547653, 0.06313568353652954 ]
0.131223
Repository S3:: \* S3 Repository: Cleanup deprecated settings {pull}24097[#24097] \* S3 Repository: Remove region setting {pull}22853[#22853] (issue: {issue}22758[#22758]) \* S3 Repository: Remove bucket auto create {pull}22846[#22846] (issue: {issue}22761[#22761]) \* S3 Repository: Remove env var and sysprop credentials support {pull}22842[#22842] \* Remove deprecated S3 settings {pull}24445[#24445] Plugins:: \* Make plugin loading stricter {pull}25405[#25405] Query DSL:: \* Remove deprecated `type` and `slop` field in `match` query {pull}26720[#26720] \* Remove several parse field deprecations in query builders {pull}26711[#26711] \* Remove deprecated parameters from `ids\_query` {pull}26508[#26508] \* Refactor QueryStringQuery for 6.0 {pull}25646[#25646] (issue: {issue}25574[#25574]) \* Change `split\_on\_whitespace` default to false {pull}25570[#25570] (issue: {issue}25470[#25470]) \* Remove deprecated template query {pull}24577[#24577] (issue: {issue}19390[#19390]) \* Throw exception in scroll requests using `from` {pull}26235[#26235] (issue: {issue}9373[#9373]) \* Remove deprecated `minimum\_number\_should\_match` in BoolQueryBuilder {pull}22416[#22416] \* Remove support for empty queries {pull}22092[#22092] (issue: {issue}17624[#17624]) \* Remove deprecated query names: in, geo\_bbox, mlt, fuzzy\_match and match\_fuzzy {pull}21852[#21852] \* The `terms` query should always map to a Lucene `TermsQuery`. {pull}21786[#21786] \* Be strict when parsing values searching for booleans {pull}21555[#21555] (issue: {issue}21545[#21545]) \* Remove collect payloads parameter {pull}20385[#20385] REST:: \* IndexClosedException to return 400 rather than 403 {pull}25752[#25752] \* Remove comma-separated feature parsing for GetIndicesAction {pull}24723[#24723] (issue: {issue}24437[#24437]) \* Improve REST error handling when endpoint does not support HTTP verb, add OPTIONS support {pull}24437[#24437] (issues: {issue}0[#0], {issue}15335[#15335], {issue}17916[#17916]) \* Remove ldjson support and document ndjson for bulk/msearch {pull}23049[#23049] (issue: {issue}23025[#23025]) \* Enable strict duplicate checks for all XContent types {pull}22225[#22225] (issues: {issue}19614[#19614], {issue}22073[#22073]) \* Enable strict duplicate checks for JSON content {pull}22073[#22073] (issue: {issue}19614[#19614]) \* Remove lenient stats parsing {pull}21417[#21417] (issues: {issue}20722[#20722], {issue}21410[#21410]) \* Remove allow unquoted JSON {pull}20388[#20388] (issues: {issue}17674[#17674], {issue}17801[#17801]) \* Remove FORCE version\_type {pull}20377[#20377] (issue: {issue}19769[#19769]) Scripting:: \* remove lang url parameter from stored script requests {pull}25779[#25779] (issue: {issue}22887[#22887]) \* Disallow lang to be used with Stored Scripts {pull}25610[#25610] \* Remove Deprecated Script Settings {pull}24756[#24756] (issue: {issue}24532[#24532]) \* Scripting: Remove native scripts {pull}24726[#24726] (issue: {issue}19966[#19966]) \* Scripting: Remove file scripts {pull}24627[#24627] (issue: {issue}21798[#21798]) \* Make dates be ReadableDateTimes in scripts {pull}22948[#22948] (issue: {issue}22875[#22875]) \* Remove groovy scripting language {pull}21607[#21607] \* Remove script access to term statistics {pull}19462[#19462] (issue: {issue}19359[#19359]) Search:: \* Make `index` in TermsLookup mandatory {pull}25753[#25753] (issue: {issue}25750[#25750]) \* Removes FieldStats API {pull}25628[#25628] (issue: {issue}25577[#25577]) \* Remove deprecated fielddata\_fields from search request {pull}25566[#25566] (issue: {issue}25537[#25537]) \* Removes deprecated fielddata\_fields {pull}25537[#25537] (issue: {issue}19027[#19027]) \* ProfileResult and CollectorResult should print machine readable timing information {pull}22561[#22561] \* Remove indices query {pull}21837[#21837] (issue: {issue}17710[#17710]) \* Remove ignored type parameter in search\_shards api {pull}21688[#21688] Sequence IDs:: \* Change certain replica failures not to fail the replica shard {pull}22874[#22874] (issue: {issue}10708[#10708]) Settings:: \* Settings: Remove shared setting property {pull}24728[#24728] \* Settings: Remove support for yaml and json config files {pull}24664[#24664] (issue: {issue}19391[#19391]) Shadow Replicas:: \* Remove shadow replicas {pull}23906[#23906] (issue: {issue}22024[#22024]) Similarities:: \* Similarity should accept dynamic settings when possible {pull}20339[#20339] (issue: {issue}6727[#6727]) [float] === Breaking Java Changes Aggregations:: \* Remove the unused SignificantTerms.compareTerm() method {pull}24714[#24714] \* Make SignificantTerms.Bucket an interface rather than an abstract class {pull}24670[#24670] (issue: {issue}24492[#24492]) \* Fix NPE when `values` is omitted on percentile\_ranks agg {pull}26046[#26046] \* Make Terms.Bucket an interface rather than an abstract class {pull}24492[#24492] \* Compound order for histogram aggregations {pull}22343[#22343] (issues: {issue}14771[#14771], {issue}20003[#20003], {issue}23613[#23613]) Internal:: \* Collapses package structure for some bucket aggs {pull}25579[#25579] (issue: {issue}22868[#22868]) Java API:: \* Remove deprecated IdsQueryBuilder ctor {pull}25529[#25529] \* Removing unneeded getTookInMillis method {pull}23923[#23923] \* Java api: ActionRequestBuilder#execute to return a PlainActionFuture {pull}24415[#24415] (issues: {issue}24412[#24412], {issue}9201[#9201]) Java High Level REST Client:: \* Unify the result interfaces from get and search in Java client {pull}25361[#25361] (issue: {issue}16440[#16440]) \* Allow RestHighLevelClient to use plugins {pull}25024[#25024] Java REST Client:: \* Rename client artifacts
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.06141500920057297, -0.03824546933174133, -0.032784510403871536, -0.0304501261562109, -0.0021436098031699657, -0.021621380001306534, -0.023325689136981964, -0.0668644905090332, 0.007588963955640793, 0.0846133753657341, -0.008288178592920303, -0.02416064962744713, 0.017795369029045105, -0.03547477349638939, 0.030096113681793213, 0.03252946585416794, -0.0805869922041893, 0.016636084765195847, -0.06981228291988373, -0.011718024499714375, -0.006754680071026087, 0.060559000819921494, -0.06696081161499023, 0.08544860780239105, 0.025258878245949745, -0.008936138823628426, -0.09756258875131607, 0.025700561702251434, -0.07427656650543213, 0.0027662422508001328, 0.025966105982661247, 0.039932750165462494, 0.012799802236258984, 0.017076527699828148, 0.10536028444766998, 0.08833567053079605, -0.021928571164608, 0.037542447447776794, -0.018676353618502617, 0.02082172781229019, 0.026674112305045128, -0.02065959759056568, 0.004611812997609377, -0.10053466260433197, -0.01729784719645977, 0.0014123298460617661, -0.049183979630470276, -0.06963561475276947, -0.039750244468450546, -0.061901118606328964, -0.006420888006687164, -0.031589727848768234, 0.024517297744750977, -0.03722047060728073, 0.015862077474594116, -0.02141031064093113, -0.041247401386499405, 0.05021728202700615, -0.04103816673159599, -0.051230538636446, 0.017568480223417282, -0.06659539043903351, 0.00020733143901452422, -0.04612721875309944, 0.0199129655957222, -0.0009771812474355102, 0.011753066442906857, -0.04711068049073219, 0.07313679903745651, 0.0444989837706089, -0.092245914041996, 0.015517850406467915, -0.16255715489387512, 0.012317354790866375, -0.002065585693344474, 0.0985577404499054, 0.04092726483941078, 0.0070872921496629715, -0.0408465750515461, -0.1376691460609436, 0.020407410338521004, 0.000696702569257468, -0.004156886599957943, 0.09899691492319107, -0.026307612657546997, 0.007375047076493502, -0.023539744317531586, -0.046967774629592896, 0.05282944440841675, 0.029053349047899246, -0.007754119578748941, -0.0856652483344078, 0.08801876753568649, -0.022145096212625504, 0.05008474737405777, 0.037222377955913544, -0.02618294022977352, -0.0314195454120636, 0.01147899217903614, 0.047973185777664185, 0.04009334743022919, 0.03473268449306488, 0.02975151501595974, -0.04317915439605713, 0.0030914137605577707, 0.06997821480035782, -0.05458300560712814, 0.05601616948843002, -0.06562981009483337, 0.008135569281876087, -0.023509476333856583, 0.026554513722658157, 0.02387424185872078, -0.11540018022060394, -0.00004495251050684601, 0.02457830123603344, 0.03445073589682579, -0.005886755418032408, -0.03744307532906532, 0.055295322090387344, 0.0977359414100647, 0.008884300477802753, -0.0803755670785904, -0.03678879886865616, -0.014322668313980103, 0.01531375851482153, -0.013901940546929836, 9.566819548884728e-33, 0.07439611107110977, -0.029276935383677483, -0.015930894762277603, 0.026208747178316116, 0.016652164980769157, 0.07489989697933197, 0.03640647977590561, 0.0517258383333683, -0.06241834536194801, 0.03426678851246834, -0.041949644684791565, -0.024928011000156403, -0.05008026584982872, -0.06116082891821861, -0.007824258878827095, 0.0012267515994608402, -0.0025664281565696, 0.017825540155172348, -0.032001424580812454, 0.005271376110613346, 0.0414247140288353, -0.0634537860751152, -0.05592930689454079, -0.032871946692466736, 0.09026354551315308, -0.011725774966180325, 0.05761193484067917, -0.011264774017035961, 0.008715796284377575, -0.010392350144684315, 0.053654108196496964, -0.015132059343159199, 0.019660737365484238, 0.00816907174885273, 0.03786332905292511, -0.07394806295633316, -0.014657242223620415, -0.016597930341959, -0.03426702693104744, 0.03861519694328308, 0.04102848470211029, 0.05251796171069145, -0.049453284591436386, 0.015368560329079628, 0.08721186220645905, -0.00663036247715354, 0.019466228783130646, -0.078526072204113, 0.049431659281253815, -0.020383406430482864, 0.033284641802310944, 0.003493386087939143, 0.030344262719154358, -0.016576969996094704, 0.01503568422049284, -0.09453214704990387, 0.021931352093815804, 0.032866790890693665, -0.0009141687187366188, -0.02798549272119999, -0.019750747829675674, 0.06425558775663376, -0.03796911612153053, -0.0667286142706871, 0.11350156366825104, 0.026029521599411964, -0.005347256548702717, 0.1526855230331421, -0.020056314766407013, 0.022735776379704475, -0.039053451269865036, 0.03214062750339508, 0.019565008580684662, 0.052010633051395416, -0.004084915388375521, -0.09692937135696411, 0.020547283813357353, 0.04178239032626152, 0.10853571444749832, 0.006299444939941168, -0.10617529600858688, -0.05774981901049614, -0.08281712979078293, 0.06562215089797974, -0.011599281802773476, -0.015898197889328003, 0.02134547382593155, -0.010792368091642857, 0.029953008517622948, -0.016353048384189606, 0.010088986717164516, -0.030251283198595047, -0.025969693437218666, -0.011125048622488976, -0.07287846505641937, -8.606802863459766e-33, -0.016163524240255356, -0.03754424303770065, -0.021572116762399673, 0.04479661211371422, -0.028989458456635475, -0.05195457860827446, -0.016615699976682663, 0.038293495774269104, 0.05826149135828018, 0.011373105458915234, -0.013106951490044594, 0.005997081752866507, 0.07407461106777191, -0.113038569688797, 0.06317318975925446, 0.03044774942100048, -0.08884977549314499, -0.15240879356861115, -0.0932675153017044, 0.04757285863161087, 0.02200431190431118, 0.09196379780769348, 0.003886446123942733, 0.08015936613082886, -0.029675317928195, -0.022911133244633675, 0.025949105620384216, 0.0037544379010796547, 0.021702002733945847, 0.005911152344197035, 0.02180321328341961, 0.0020443645771592855, -0.11273135989904404, 0.0002316866593901068, -0.0503850057721138, -0.08211957663297653, -0.02549469657242298, 0.07499372959136963, -0.0572984553873539, 0.005314560607075691, 0.0230073481798172, 0.004273444414138794, 0.016939276829361916, 0.08616099506616592, 0.03550673648715019, 0.03345251455903053, 0.0002807048731483519, 0.04039821773767471, 0.006120599806308746, -0.011367504484951496, -0.0013106873957440257, -0.09071896225214005, 0.018695659935474396, 0.044949229806661606, 0.0790531188249588, -0.02426958456635475, 0.012167906388640404, -0.023145880550146103, -0.09390930831432343, -0.021921982988715172, 0.021886413916945457, 0.049599114805459976, -0.023380577564239502, -0.02957366406917572, 0.05029904842376709, 0.006773044820874929, -0.09478535503149033, 0.06242293119430542, -0.04178087040781975, -0.02755075879395008, -0.029711531475186348, -0.07779008150100708, -0.027508793398737907, -0.10043861716985703, 0.08378373086452484, 0.016869403421878815, -0.09321961551904678, 0.03569804131984711, 0.08244692534208298, 0.08150645345449448, -0.0172790065407753, 0.09001989662647247, 0.030062133446335793, 0.07165166735649109, 0.002176852896809578, -0.018109675496816635, -0.06742481142282486, 0.14987337589263916, 0.01152200996875763, -0.018629876896739006, -0.03625624626874924, -0.033365000039339066, -0.024132877588272095, 0.10804708302021027, 0.01607932150363922, -5.6608964627002933e-8, 0.05496147647500038, 0.047678142786026, -0.04220296069979668, 0.053058523684740067, 0.08219914138317108, 0.026126539334654808, -0.03334074467420578, 0.14426563680171967, -0.0033782380633056164, 0.010226577520370483, -0.014023181982338428, 0.010343726724386215, -0.0393734835088253, -0.040582507848739624, 0.03048197738826275, -0.10208915919065475, -0.025106467306613922, 0.07348671555519104, -0.054082173854112625, -0.12670724093914032, -0.01721489056944847, -0.02173132449388504, -0.006847074255347252, -0.05347047001123428, 0.04415157809853554, -0.000401628902181983, 0.027682557702064514, 0.025126298889517784, 0.003159996122121811, -0.012514292262494564, 0.04637172445654869, -0.05591585114598274, 0.012018884532153606, 0.004446346312761307, 0.04260137677192688, -0.007640975061804056, -0.01968904212117195, 0.019594380632042885, 0.024977343156933784, -0.010216387920081615, 0.0032122479751706123, 0.052642788738012314, -0.029836509376764297, 0.05497992783784866, -0.09046058356761932, -0.045292630791664124, -0.0005368507117964327, 0.08662322163581848, 0.02014440856873989, -0.06151610240340233, -0.03775216266512871, -0.07592234015464783, 0.01482285838574171, 0.12767305970191956, 0.02937188744544983, 0.01885441690683365, 0.050495635718107224, -0.044657547026872635, 0.009756944142282009, 0.01916116662323475, 0.07771395146846771, -0.07699611783027649, 0.013556097634136677, 0.07138416171073914 ]
0.041198
unneeded getTookInMillis method {pull}23923[#23923] \* Java api: ActionRequestBuilder#execute to return a PlainActionFuture {pull}24415[#24415] (issues: {issue}24412[#24412], {issue}9201[#9201]) Java High Level REST Client:: \* Unify the result interfaces from get and search in Java client {pull}25361[#25361] (issue: {issue}16440[#16440]) \* Allow RestHighLevelClient to use plugins {pull}25024[#25024] Java REST Client:: \* Rename client artifacts {pull}25693[#25693] (issue: {issue}20248[#20248]) Network:: \* Simplify TransportAddress {pull}20798[#20798] Plugin Delete By Query:: \* Move DeleteByQuery and Reindex requests into core {pull}24578[#24578] Plugins:: \* Drop name from TokenizerFactory {pull}24869[#24869] Query DSL:: \* Remove QueryParseContext {pull}25486[#25486] \* Remove QueryParseContext from parsing QueryBuilders {pull}25448[#25448] REST:: \* Return index name and empty map for `/{index}/\_alias` with no aliases {pull}25114[#25114] (issues: {issue}24723[#24723], {issue}25090[#25090]) [float] === Deprecations Index APIs:: \* Deprecated use of + in index expressions {pull}24585[#24585] (issue: {issue}24515[#24515]) Index Templates:: \* Restore deprecation warning for invalid match\_mapping\_type values {pull}22304[#22304] Indexed Scripts/Templates:: \* Scripting: Deprecate stored search template apis {pull}25437[#25437] (issue: {issue}24596[#24596]) Internal:: \* Deprecate XContentType auto detection methods in XContentFactory {pull}22181[#22181] (issue: {issue}19388[#19388]) Percolator:: \* Deprecate percolate query's document\_type parameter. {pull}25199[#25199] Plugins:: \* Plugins: Add backcompat for sha1 checksums {pull}26748[#26748] (issue: {issue}26746[#26746]) Scripting:: \* Scripting: Change keys for inline/stored scripts to source/id {pull}25127[#25127] \* Scripting: Deprecate native scripts {pull}24692[#24692] (issue: {issue}19966[#19966]) \* Scripting: Deprecate index lookup {pull}24691[#24691] (issue: {issue}19359[#19359]) \* Deprecate Fine Grain Settings for Scripts {pull}24573[#24573] (issue: {issue}24532[#24532]) \* Scripting: Deprecate file script settings {pull}24555[#24555] (issue: {issue}21798[#21798]) \* Scripting: Deprecate file scripts {pull}24552[#24552] (issue: {issue}21798[#21798]) Settings:: \* Settings: Update settings deprecation from yml to yaml {pull}24663[#24663] (issue: {issue}19391[#19391]) \* Deprecate settings in .yml and .json {pull}24059[#24059] (issue: {issue}19391[#19391]) Tribe Node:: \* Deprecate tribe service {pull}24598[#24598] (issue: {issue}24581[#24581]) [float] === New Features Aggregations:: \* SignificantText aggregation - like significant\_terms, but for text {pull}24432[#24432] (issue: {issue}23674[#23674]) Analysis:: \* Expose simplepattern and simplepatternsplit tokenizers {pull}25159[#25159] (issue: {issue}23363[#23363]) \* Parse synonyms with the same analysis chain {pull}8049[#8049] (issue: {issue}7199[#7199]) Core:: \* Enable index-time sorting {pull}24055[#24055] (issue: {issue}6720[#6720]) Internal:: \* Automatically adjust search threadpool queue\_size {pull}23884[#23884] (issue: {issue}3890[#3890]) Mapping:: \* Add new ip\_range field type {pull}24433[#24433] Parent/Child:: \* Move parent\_id query to the parent-join module {pull}25072[#25072] (issue: {issue}20257[#20257]) \* Introduce ParentJoinFieldMapper, a field mapper that creates parent/child relation within documents of the same index {pull}24978[#24978] (issue: {issue}20257[#20257]) Plugin Analysis ICU:: \* Add ICUCollationFieldMapper {pull}24126[#24126] Search:: \* Automatically early terminate search query based on index sorting {pull}24864[#24864] (issue: {issue}6720[#6720]) Sequence IDs:: \* Add a scheduled translog retention check {pull}25622[#25622] (issues: {issue}10708[#10708], {issue}25294[#25294]) \* Initialize sequence numbers on a shrunken index {pull}25321[#25321] (issue: {issue}10708[#10708]) \* Initialize primary term for shrunk indices {pull}25307[#25307] (issue: {issue}10708[#10708]) \* Introduce translog size and age based retention policies {pull}25147[#25147] (issue: {issue}10708[#10708]) Stats:: \* Adds nodes usage API to monitor usages of actions {pull}24169[#24169] Task Manager:: \* Task Management [ISSUE] {pull}15117[#15117] Upgrade API:: \* TemplateUpgraders should be called during rolling restart {pull}25263[#25263] (issues: {issue}24379[#24379], {issue}24680[#24680]) [float] === Enhancements Aggregations:: \* Add strict parsing of aggregation ranges {pull}25769[#25769] \* Adds rewrite phase to aggregations {pull}25495[#25495] (issue: {issue}17676[#17676]) \* Tweak AggregatorBase.addRequestCircuitBreakerBytes {pull}25162[#25162] (issue: {issue}24511[#24511]) \* Add superset size to Significant Term REST response {pull}24865[#24865] \* Add document count to Matrix Stats aggregation response {pull}24776[#24776] \* Adds an implementation of LogLogBeta for the cardinality aggregation {pull}22323[#22323] (issue: {issue}22230[#22230]) \* Support distance units in GeoHashGrid aggregation precision {pull}26291[#26291] (issue: {issue}5042[#5042]) \* Reject multiple methods in `percentiles` aggregation {pull}26163[#26163] (issue: {issue}26095[#26095]) \* Use `global\_ordinals\_hash` execution mode when sorting by sub aggregations. {pull}26014[#26014] (issue: {issue}24359[#24359]) \* Add a specialized deferring collector for terms aggregator {pull}25190[#25190] \* Agg builder accessibility fixes {pull}24323[#24323] \* Remove support for the include/pattern syntax. {pull}23141[#23141] (issue: {issue}22933[#22933]) \* Promote longs to doubles when a terms agg mixes decimal and non-decimal numbers {pull}22449[#22449] (issue: {issue}22232[#22232]) Allocation:: \* Adjust status
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.09595631062984467, 0.07181394100189209, -0.007933630608022213, -0.03471016883850098, -0.043644871562719345, -0.027355244383215904, 0.010159970261156559, -0.03838122636079788, 0.003190340008586645, -0.0005969849298708141, -0.018398791551589966, -0.06424575299024582, 0.011592530645430088, 0.0038150164764374495, 0.0430111289024353, -0.031140360981225967, 0.009495038539171219, 0.0780271366238594, -0.05123617500066757, -0.039708249270915985, 0.07394438982009888, 0.06378281861543655, 0.009138260036706924, -0.030693281441926956, -0.043002720922231674, -0.05553661286830902, -0.04793602228164673, -0.09024211764335632, -0.0688423216342926, -0.032128285616636276, 0.03900497779250145, 0.06708201766014099, -0.1376802623271942, -0.03880332037806511, 0.02642735280096531, 0.08080579340457916, 0.021228857338428497, -0.02348601073026657, 0.04937972500920296, -0.06345909088850021, 0.0036465744487941265, -0.04666643962264061, -0.020797131583094597, -0.018475795164704323, -0.025030460208654404, -0.07025330513715744, -0.02535020001232624, -0.043532416224479675, -0.031677279621362686, 0.004795622546225786, 0.001158626633696258, -0.0007567107677459717, 0.03992148116230965, -0.014581328257918358, 0.045517053455114365, -0.08190415054559708, -0.058579593896865845, 0.05470176041126251, -0.005081645213067532, 0.03101254254579544, -0.0008511379710398614, -0.08969590067863464, 0.027427561581134796, -0.045547351241111755, -0.04942411929368973, -0.0755564495921135, 0.03215660899877548, -0.03505321219563484, 0.04897145926952362, -0.07462939620018005, 0.01069676410406828, -0.04393378272652626, -0.12011091411113739, -0.07319113612174988, 0.028563857078552246, 0.11736763268709183, -0.046115901321172714, -0.00014299550093710423, -0.049317773431539536, -0.10026728361845016, 0.0832451656460762, 0.010956334881484509, -0.029666902497410774, 0.09819557517766953, -0.009686890989542007, 0.02999863401055336, -0.0506870411336422, -0.012531451880931854, 0.08749671280384064, 0.04787776991724968, -0.002215528627857566, -0.06489919871091843, -0.028089303523302078, -0.006410924717783928, 0.0289172250777483, -0.01816813088953495, -0.06483767926692963, -0.017963025718927383, -0.042171016335487366, 0.09863360226154327, 0.05730251967906952, 0.06558970361948013, 0.003225955879315734, -0.030889807268977165, 0.037662308663129807, -0.00341017940081656, -0.0493188314139843, 0.08524157106876373, 0.025806494057178497, 0.031107410788536072, -0.058198537677526474, 0.0383504293859005, -0.017829162999987602, -0.043013572692871094, 0.010165082290768623, 0.03379371017217636, 0.06868088245391846, -0.0008820610819384456, -0.03682776540517807, 0.053713180124759674, 0.11691098660230637, -0.04286905750632286, -0.02111383154988289, 0.004880865570157766, 0.036574143916368484, 0.04946019500494003, 0.017562909051775932, 9.614415315149522e-33, 0.04322448745369911, 0.012878159061074257, 0.022005492821335793, -0.006467834115028381, -0.01654813252389431, -0.018816595897078514, 0.050494059920310974, 0.05846651643514633, 0.04192923381924629, -0.027051737532019615, -0.08470609039068222, 0.03163144364953041, 0.04681587219238281, -0.014324266463518143, -0.03504781052470207, -0.03449494019150734, -0.01397788431495428, 0.002416010247543454, 0.014279059134423733, 0.014016672968864441, 0.026620537042617798, -0.03179345279932022, 0.0036387802101671696, -0.05049369856715202, 0.005212008953094482, 0.0026689846999943256, 0.028380269184708595, 0.026338085532188416, -0.03244580700993538, 0.006884578615427017, 0.03203197196125984, -0.03423038125038147, 0.013679050840437412, 0.005274361465126276, 0.0397086925804615, -0.02519276551902294, 0.031901512295007706, -0.01942029595375061, -0.06820246577262878, -0.0681806281208992, -0.08857390284538269, -0.008498618379235268, -0.12831346690654755, 0.006585588678717613, 0.01755453832447529, -0.10302018374204636, -0.06951269507408142, -0.04768572375178337, 0.061784397810697556, 0.011953025124967098, -0.012925705872476101, 0.06866183131933212, 0.11232522130012512, -0.06546046584844589, -0.006677614990621805, -0.06079798936843872, 0.058993954211473465, 0.08708295226097107, -0.06678945571184158, -0.0008089971379376948, -0.0014311104314401746, 0.012810632586479187, -0.00866659451276064, -0.02031628042459488, 0.06413621455430984, 0.06616418808698654, 0.0007263313746079803, 0.1199415996670723, -0.08390432596206665, -0.051935017108917236, 0.018481647595763206, 0.02369050309062004, 0.08991102129220963, -0.01797022670507431, 0.06734032928943634, -0.08304322510957718, 0.015423085540533066, 0.06542203575372696, 0.05921327695250511, -0.07073522359132767, 0.09936554729938507, -0.015693509951233864, -0.04156888648867607, 0.01820369064807892, 0.01430262066423893, 0.07444580644369125, 0.04448721185326576, -0.027949605137109756, -0.007561101112514734, 0.023869359865784645, 0.048397984355688095, 0.061148516833782196, -0.0020626417826861143, 0.018226658925414085, -0.031355034559965134, -9.583801034150294e-33, -0.00882729236036539, -0.010573096573352814, -0.06553887575864792, -0.03550343960523605, -0.003314544213935733, -0.05337774008512497, 0.02039940096437931, 0.10987182706594467, 0.009291873313486576, 0.01454695500433445, -0.04963060840964317, -0.049814146012067795, 0.029116610065102577, -0.05074571818113327, 0.04440128803253174, 0.03761227801442146, -0.06312010437250137, -0.0484471395611763, -0.07567344605922699, 0.05607609078288078, -0.024755744263529778, 0.05220192298293114, -0.021449720486998558, -0.0020633635576814413, -0.02182074263691902, -0.01018051989376545, -0.006517855916172266, 0.03979792073369026, -0.004092576913535595, -0.06187599524855614, 0.02784496545791626, -0.04552989453077316, -0.08287563920021057, -0.00125213956926018, 0.04131995886564255, -0.04248576983809471, 0.04614143818616867, 0.1923161745071411, -0.06328888982534409, 0.017967557534575462, -0.026845434680581093, -0.057402629405260086, 0.010251224040985107, 0.07357562333345413, 0.05960502475500107, -0.002552218269556761, -0.07227956503629684, 0.0333620123565197, -0.011100444942712784, 0.05768126621842384, 0.042391128838062286, 0.0038781079929322004, -0.06775133311748505, 0.009221261367201805, 0.03576669469475746, 0.0541815459728241, 0.02040678821504116, -0.01333841122686863, -0.0185023732483387, -0.0338665172457695, 0.02928105741739273, -0.07015722990036011, -0.08283489942550659, 0.09950779378414154, 0.11817312240600586, -0.0401654876768589, 0.03437641263008118, -0.0365360751748085, -0.06551634520292282, -0.0009461524896323681, -0.008423288352787495, -0.07879262417554855, 0.01150498352944851, -0.024647289887070656, 0.13848799467086792, 0.03901295363903046, 0.027431149035692215, -0.10330421477556229, -0.046703387051820755, 0.058593813329935074, -0.022454719990491867, -0.013880621641874313, -0.01825275830924511, 0.003563559614121914, 0.004354103468358517, -0.029403354972600937, -0.0912618488073349, 0.07946941256523132, -0.03597789630293846, -0.038311079144477844, -0.0075980606488883495, -0.01348086167126894, -0.009228071197867393, 0.03672703355550766, -0.03270277380943298, -5.955066129104125e-8, 0.026371508836746216, -0.07273752242326736, -0.0076267411932349205, 0.06121664494276047, 0.07601875811815262, 0.06995223462581635, -0.05917949229478836, 0.0668335109949112, 0.014146947301924229, -0.02576337195932865, -0.009784537367522717, 0.041544146835803986, -0.0025732414796948433, 0.01429743878543377, 0.0013250138144940138, -0.14317376911640167, 0.040295470505952835, 0.042698051780462265, -0.0437171570956707, -0.057350847870111465, -0.044665176421403885, -0.0153457997366786, 0.06027056276798248, -0.03306468948721886, 0.04654578119516373, -0.030993882566690445, 0.05544672906398773, 0.11315295100212097, -0.015200639143586159, -0.021378446370363235, -0.06246612221002579, -0.0138779915869236, 0.012500766664743423, 0.04813902825117111, -0.08040916919708252, 0.09360523521900177, -0.013787400908768177, 0.058543313294649124, -0.057561591267585754, 0.03681730851531029, -0.006781729403883219, 0.029813675209879875, -0.004340323153883219, 0.06525247544050217, 0.009526317939162254, -0.01110900565981865, -0.0038768830709159374, 0.037430498749017715, 0.07320909202098846, -0.06376288831233978, -0.08609017729759216, -0.05580390617251396, 0.010082774795591831, 0.00199773907661438, -0.041615478694438934, 0.03546297177672386, -0.0022304460871964693, -0.06510722637176514, 0.07457491755485535, 0.07212182879447937, 0.08695990592241287, -0.02384359948337078, -0.014158859848976135, 0.0593433678150177 ]
0.103213
{pull}26014[#26014] (issue: {issue}24359[#24359]) \* Add a specialized deferring collector for terms aggregator {pull}25190[#25190] \* Agg builder accessibility fixes {pull}24323[#24323] \* Remove support for the include/pattern syntax. {pull}23141[#23141] (issue: {issue}22933[#22933]) \* Promote longs to doubles when a terms agg mixes decimal and non-decimal numbers {pull}22449[#22449] (issue: {issue}22232[#22232]) Allocation:: \* Adjust status on bad allocation explain requests {pull}25503[#25503] (issue: {issue}25458[#25458]) \* Promote replica on the highest version node {pull}25277[#25277] (issue: {issue}10708[#10708]) Analysis:: \* [Analysis] Support normalizer in request param {pull}24767[#24767] (issue: {issue}23347[#23347]) \* Enforce validation for PathHierarchy tokenizer {pull}23510[#23510] \* [analysis-icu] Allow setting unicodeSetFilter {pull}20814[#20814] (issue: {issue}20820[#20820]) \* Match- and MultiMatchQueryBuilder should only allow setting analyzer on string values {pull}23684[#23684] (issue: {issue}21665[#21665]) Bulk:: \* Simplify bulk request execution {pull}20109[#20109] CAT API:: \* expand `/\_cat/nodes` to return information about hard drive {pull}21775[#21775] (issue: {issue}21679[#21679]) CRUD:: \* Added validation for upsert request {pull}24282[#24282] (issue: {issue}16671[#16671]) Circuit Breakers:: \* ScriptService: Replace max compilation per minute setting with max compilation rate {pull}26399[#26399] Cluster:: \* Validate a joining node's version with version of existing cluster nodes {pull}25808[#25808] \* Switch indices read-only if a node runs out of disk space {pull}25541[#25541] (issue: {issue}24299[#24299]) \* Add a cluster block that allows to delete indices that are read-only {pull}24678[#24678] \* Separate publishing from applying cluster states {pull}24236[#24236] \* Adds cluster state size to /\_cluster/state response {pull}23440[#23440] (issue: {issue}3415[#3415]) Core:: \* Allow `InputStreamStreamInput` array size validation where applicable {pull}26692[#26692] \* Refactor bootstrap check results and error messages {pull}26637[#26637] \* Add BootstrapContext to expose settings and recovered state to bootstrap checks {pull}26628[#26628] \* Unit testable index creation task on MetaDataCreateIndexService {pull}25961[#25961] \* Ignore .DS\_Store files on macOS {pull}27108[#27108] (issue: {issue}23982[#23982]) \* Add max file size bootstrap check {pull}25974[#25974] \* Add compatibility versions to main action response {pull}25799[#25799] \* Index ids in binary form. {pull}25352[#25352] (issues: {issue}18154[#18154], {issue}24615[#24615]) \* Explicitly reject duplicate data paths {pull}25178[#25178] \* Use SPI in High Level Rest Client to load XContent parsers {pull}25097[#25097] \* Upgrade to lucene-7.0.0-snapshot-a0aef2f {pull}24775[#24775] \* Speed up PK lookups at index time. {pull}19856[#19856] \* Use Java 9 FilePermission model {pull}26302[#26302] (issue: {issue}21534[#21534]) \* Add friendlier message on bad keystore permissions {pull}26284[#26284] \* Epoch millis and second formats accept float implicitly {pull}26119[#26119] (issue: {issue}14641[#14641]) \* Remove connect SocketPermissions from core {pull}22797[#22797] \* Add repository-url module and move URLRepository {pull}22752[#22752] (issue: {issue}22116[#22116]) \* Remove accept SocketPermissions from core {pull}22622[#22622] (issue: {issue}22116[#22116]) \* Move IfConfig.logIfNecessary call into bootstrap {pull}22455[#22455] (issue: {issue}22116[#22116]) \* Remove artificial default processors limit {pull}20874[#20874] (issue: {issue}20828[#20828]) \* Simplify write failure handling {pull}19105[#19105] (issue: {issue}20109[#20109]) \* Improve bootstrap checks error messages {pull}24548[#24548] Discovery:: \* Allow plugins to validate cluster-state on join {pull}26595[#26595] Engine:: \* Add refresh stats tracking for realtime get {pull}25052[#25052] (issue: {issue}24806[#24806]) \* Introducing a translog deletion policy {pull}24950[#24950] \* Fill missing sequence IDs up to max sequence ID when recovering from store {pull}24238[#24238] (issue: {issue}10708[#10708]) \* Use sequence numbers to identify out of order delivery in replicas & recovery {pull}24060[#24060] (issue: {issue}10708[#10708]) \* Add replica ops with version conflict to translog {pull}22626[#22626] \* Clarify global checkpoint recovery {pull}21934[#21934] (issue: {issue}21254[#21254]) \* Move the IndexDeletionPolicy to be engine internal {pull}24930[#24930] (issue: {issue}10708[#10708]) Exceptions:: \* IllegalStateException: Only duplicated jar instead of classpath {pull}24953[#24953] Highlighting:: \* Picks offset source for the unified highlighter directly from the es mapping {pull}25747[#25747] (issue: {issue}25699[#25699]) Index APIs:: \* Let primary own its replication group {pull}25692[#25692] (issue: {issue}25485[#25485]) \* Create index request should return the index name {pull}25139[#25139] (issue: {issue}23044[#23044]) Index Templates:: \* Fix error message for a put index template request without index\_patterns {pull}27102[#27102] (issue: {issue}27100[#27100]) Ingest:: \* Add Ingest-Processor specific Rest Endpoints & Add Grok endpoint {pull}25059[#25059] (issue: {issue}24725[#24725]) \* Port support for commercial GeoIP2 databases from
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.09217942506074905, 0.01624174788594246, 0.02533176727592945, -0.00242248666472733, -0.009245100431144238, 0.003726067254319787, -0.009916644543409348, -0.004073466639965773, -0.05552148073911667, 0.06817688047885895, -0.016383593901991844, -0.06267056614160538, -0.013504582457244396, -0.013372172601521015, 0.08536825329065323, 0.07314320653676987, -0.030535787343978882, 0.061558086425065994, -0.13638824224472046, -0.02095520682632923, 0.037148814648389816, 0.06678882986307144, -0.05283393710851669, 0.05269651487469673, -0.023579640313982964, -0.05492262914776802, -0.11528760939836502, 0.03560411185026169, 0.06891433149576187, -0.03779064491391182, -0.0023113717325031757, 0.09102331846952438, -0.00013494818995241076, 0.09000851958990097, 0.027211131528019905, 0.035436853766441345, -0.08591257035732269, -0.029670413583517075, 0.010925456881523132, -0.047685932368040085, 0.12285374104976654, -0.0035633151419460773, 0.0102896923199296, -0.07049493491649628, -0.10090838372707367, -0.04660759121179581, -0.07440771162509918, 0.03697257116436958, -0.05609409883618355, -0.03703468292951584, -0.0015997107839211822, 0.00606001541018486, 0.007444864138960838, 0.018226895481348038, 0.05480189621448517, -0.0009055352420546114, -0.04767153039574623, -0.08180555701255798, 0.02371840365231037, -0.017773462459445, 0.013031186535954475, -0.06911012530326843, -0.08150248229503632, -0.05848296359181404, -0.028532326221466064, -0.004493876360356808, 0.035072583705186844, 0.05508821830153465, 0.02807282842695713, 0.04748610034584999, 0.03477134928107262, 0.01688123494386673, -0.053648147732019424, -0.048109862953424454, 0.028272956609725952, 0.14012058079242706, -0.05302560701966286, 0.009598387405276299, 0.0026909259613603354, -0.08061260730028152, -0.016722634434700012, -0.03224099799990654, 0.07421571016311646, -0.023927127942442894, 0.0351821631193161, 0.009526193141937256, -0.0022217377554625273, -0.00433163670822978, 0.04265841841697693, 0.0576745979487896, 0.016965636983513832, -0.020644454285502434, 0.08740831911563873, -0.003881358541548252, 0.02727617137134075, 0.03363950178027153, -0.020995190367102623, -0.10077700763940811, 0.0028513844590634108, 0.11363579332828522, 0.05088402330875397, 0.08445635437965393, 0.04604867100715637, -0.05808403342962265, -0.0454460084438324, -0.060864925384521484, -0.056397318840026855, 0.036658260971307755, -0.020023148506879807, 0.04031047224998474, 0.011711308732628822, 0.027050169184803963, 0.020886661484837532, -0.04133908450603485, -0.08268501609563828, -0.036625321954488754, 0.08761416375637054, -0.05282118171453476, -0.03640086576342583, 0.03440980240702629, 0.07948697358369827, -0.0058553144335746765, 0.007810176350176334, 0.03549150750041008, 0.03137141838669777, 0.00048472898197360337, -0.045447733253240585, 8.834511547577398e-33, 0.01493604015558958, -0.02902255579829216, -0.02081678993999958, -0.026001185178756714, 0.0061508407816290855, 0.05034489557147026, -0.02897994965314865, 0.029823346063494682, -0.06962179392576218, -0.01563776098191738, 0.005931829567998648, 0.08188901096582413, -0.015231204219162464, 0.0008817755151540041, 0.012959328480064869, -0.11857026070356369, 0.0779893547296524, 0.1109958365559578, -0.033193230628967285, 0.006843400653451681, -0.006501428782939911, -0.051146429032087326, -0.05838668718934059, 0.03690977022051811, 0.01310791913419962, 0.004456909839063883, -0.01980835385620594, 0.0038068844005465508, -0.01927458681166172, -0.0020533576607704163, 0.04517009109258652, -0.021613100543618202, 0.08971664309501648, 0.013438415713608265, 0.07680981606245041, -0.05115991458296776, 0.022760482504963875, -0.047948312014341354, -0.040672726929187775, -0.07315003126859665, -0.05689500272274017, 0.05709748715162277, 0.0033593913540244102, -0.0231578778475523, 0.017621709033846855, -0.008644003421068192, 0.05635451525449753, -0.04142148047685623, 0.07330779731273651, 0.007314215414226055, -0.00115971767809242, 0.0058767772279679775, 0.03760840743780136, -0.04874751344323158, 0.004285838454961777, -0.04563296586275101, 0.0043211099691689014, 0.039581868797540665, 0.01574445329606533, 0.02913564071059227, -0.04069005697965622, 0.04243597015738487, -0.0004646382585633546, -0.04946468025445938, 0.030338747426867485, 0.05473468825221062, -0.043428003787994385, 0.053891491144895554, -0.01001410186290741, 0.038058407604694366, -0.007482293993234634, 0.055237457156181335, 0.015622050501406193, 0.04399048537015915, 0.0164802186191082, -0.052468735724687576, 0.04843814671039581, -0.0000788334000390023, -0.016258709132671356, -0.08237655460834503, -0.04017416760325432, -0.023534998297691345, 0.030498232692480087, 0.038205716758966446, -0.08214715123176575, 0.007136758416891098, -0.04204262048006058, -0.014289922080934048, 0.0066300989128649235, -0.04878392815589905, 0.014612759463489056, 0.0018758513033390045, -0.09298540651798248, -0.04182866960763931, -0.0113387955352664, -8.314385419381275e-33, 0.0000708916995790787, -0.016559960320591927, -0.02285590209066868, -0.0015541397733613849, 0.042071159929037094, -0.059324707835912704, -0.030694272369146347, 0.013934976421296597, 0.11982084810733795, -0.019428638741374016, -0.03917767480015755, 0.0018718381179496646, 0.013999789953231812, -0.03730558604001999, 0.015652675181627274, -0.06061408668756485, -0.060051657259464264, -0.019312012940645218, 0.008510465733706951, 0.0780126228928566, -0.0009838005062192678, 0.062043268233537674, -0.028603501617908478, 0.046533968299627304, 0.051049962639808655, 0.04002829268574715, -0.05067921429872513, 0.06175394728779793, 0.08480031788349152, 0.0009993095882236958, -0.01596168987452984, -0.06271665543317795, -0.0752696543931961, 0.001044444041326642, 0.01816646195948124, -0.1155184656381607, 0.039419446140527725, 0.15028388798236847, -0.03366009145975113, 0.009931166656315327, 0.0382780097424984, 0.041089292615652084, -0.03395570069551468, 0.06869272887706757, 0.06594892591238022, -0.03187765181064606, 0.07752735167741776, -0.012662063352763653, -0.006316147744655609, -0.08617319911718369, -0.03710366040468216, -0.04046951234340668, -0.00394026655703783, 0.125824972987175, -0.016316965222358704, 0.040488820523023605, 0.09108065813779831, -0.04044694826006889, -0.11460459232330322, -0.04892871156334877, 0.0018907346529886127, 0.03230990841984749, 0.01733953133225441, -0.10005184262990952, 0.0878596305847168, -0.04695894941687584, -0.005880145821720362, -0.0698244646191597, -0.037485521286726, -0.018558816984295845, -0.00453971978276968, -0.01828855648636818, -0.056746672838926315, -0.05115204304456711, 0.039572425186634064, -0.0014884865377098322, 0.004107549320906401, -0.033007506281137466, 0.04173184558749199, 0.08727466315031052, -0.0945575088262558, 0.06574708223342896, 0.041640643030405045, 0.056349243968725204, 0.008885696530342102, -0.022245578467845917, 0.07529827207326889, 0.1372620314359665, -0.027789250016212463, -0.005743210669606924, -0.05925493687391281, 0.009674129076302052, 0.013024071231484413, 0.10235515236854553, -0.032806068658828735, -6.525407059143618e-8, -0.04150496795773506, -0.0031927868258208036, -0.07904035598039627, 0.021853799000382423, 0.0738956406712532, 0.018216820433735847, -0.0688653215765953, -0.053187206387519836, -0.008347864262759686, 0.010733948089182377, -0.013768816366791725, 0.013958005234599113, -0.06959614902734756, -0.05262790620326996, 0.03781868517398834, -0.07587194442749023, -0.06460610032081604, 0.04486847296357155, -0.13927501440048218, -0.07234518229961395, -0.055937618017196655, 0.026809636503458023, 0.055009856820106506, -0.028121037408709526, -0.02102028578519821, 0.00006881239096401259, 0.014177595265209675, 0.06663689017295837, -0.0014212767127901316, 0.03302913159132004, 0.026262985542416573, -0.011814278550446033, 0.026007363572716713, -0.016959143802523613, -0.038386814296245575, 0.06423977017402649, -0.02442844584584236, 0.059681326150894165, 0.040082283318042755, 0.027408665046095848, 0.03797560930252075, -0.02279478870332241, -0.03950611501932144, 0.08512536436319351, 0.010239221155643463, -0.06678076833486557, -0.055525679141283035, -0.03241464123129845, 0.09085778146982193, -0.06969083100557327, 0.02656289003789425, -0.03476110100746155, -0.05032782256603241, 0.09643561393022537, 0.0007953151362016797, -0.007548950612545013, 0.0034314917866140604, -0.03651740774512291, 0.022223178297281265, 0.02467348799109459, 0.13369397819042206, -0.1073170155286789, -0.023605739697813988, 0.07999423146247864 ]
0.135127
Create index request should return the index name {pull}25139[#25139] (issue: {issue}23044[#23044]) Index Templates:: \* Fix error message for a put index template request without index\_patterns {pull}27102[#27102] (issue: {issue}27100[#27100]) Ingest:: \* Add Ingest-Processor specific Rest Endpoints & Add Grok endpoint {pull}25059[#25059] (issue: {issue}24725[#24725]) \* Port support for commercial GeoIP2 databases from Logstash. {pull}24889[#24889] \* add `exclude\_keys` option to KeyValueProcessor {pull}24876[#24876] (issue: {issue}23856[#23856]) \* Allow removing multiple fields in ingest processor {pull}24750[#24750] (issue: {issue}24622[#24622]) \* Add target\_field parameter to ingest processors {pull}24133[#24133] (issues: {issue}23228[#23228], {issue}23682[#23682]) Inner Hits:: \* Reuse inner hit query weight {pull}24571[#24571] (issue: {issue}23917[#23917]) Internal:: \* TemplateUpgradeService should only run on the master {pull}27294[#27294] \* Cleanup IndexFieldData visibility {pull}25900[#25900] \* Bump the min compat version to 5.6.0 {pull}25805[#25805] \* "shard started" should show index and shard ID {pull}25157[#25157] \* Break out clear scroll logic from TransportClearScrollAction {pull}25125[#25125] (issue: {issue}25094[#25094]) \* Add helper methods to TransportActionProxy to identify proxy actions and requests {pull}25124[#25124] \* Add remote cluster infrastructure to fetch discovery nodes. {pull}25123[#25123] (issue: {issue}25094[#25094]) \* Add the ability to set eager\_global\_ordinals in the new parent-join field {pull}25019[#25019] \* Disallow multiple parent-join fields per mapping {pull}25002[#25002] \* Remove the need for \_UNRELEASED suffix in versions {pull}24798[#24798] (issue: {issue}24768[#24768]) \* Optimize the order of bytes in uuids for better compression. {pull}24615[#24615] (issue: {issue}18209[#18209]) \* Prevent cluster internal `ClusterState.Custom` impls to leak to a client {pull}26232[#26232] \* Use holder pattern for lazy deprecation loggers {pull}26218[#26218] (issue: {issue}26210[#26210]) \* Allow `ClusterState.Custom` to be created on initial cluster states {pull}26144[#26144] \* Try to convince the JVM not to lose stacktraces {pull}24426[#24426] (issue: {issue}24376[#24376]) \* Make document write requests immutable {pull}23038[#23038] \* Add assertions enabled helper {pull}24834[#24834] Java API:: \* Always Accumulate Transport Exceptions {pull}25017[#25017] (issue: {issue}23099[#23099]) Java High Level REST Client:: \* [DOCS] restructure java clients docs pages {pull}25517[#25517] \* Use SPI in High Level Rest Client to load XContent parsers {pull}25098[#25098] (issues: {issue}25024[#25024], {issue}25097[#25097]) \* Add support for clear scroll to high level REST client {pull}25038[#25038] \* Add search scroll method to high level REST client {pull}24938[#24938] (issue: {issue}23331[#23331]) \* Add search method to high level REST client {pull}24796[#24796] (issues: {issue}24794[#24794], {issue}24795[#24795]) \* Make RestHighLevelClient Closeable and simplify its creation {pull}26180[#26180] (issue: {issue}26086[#26086]) \* Add info method to High Level Rest client {pull}23350[#23350] \* Add support for named xcontent parsers to high level REST client {pull}23328[#23328] \* Add BulkRequest support to High Level Rest client {pull}23312[#23312] \* Add UpdateRequest support to High Level Rest client {pull}23266[#23266] \* Add delete API to the High Level Rest Client {pull}23187[#23187] \* Add Index API to High Level Rest Client {pull}23040[#23040] \* Add get/exists method to RestHighLevelClient {pull}22706[#22706] \* Add fromxcontent methods to delete response {pull}22680[#22680] (issue: {issue}22229[#22229]) \* Add REST high level client gradle submodule and first simple method {pull}22371[#22371] \* Add doc\_count to ParsedMatrixStats {pull}24952[#24952] (issue: {issue}24776[#24776]) \* Add fromXContent method to ClearScrollResponse {pull}24909[#24909] \* ClearScrollRequest to implement ToXContentObject {pull}24907[#24907] \* SearchScrollRequest to implement ToXContentObject {pull}24906[#24906] (issue: {issue}3889[#3889]) \* Add aggs parsers for high level REST Client {pull}24824[#24824] (issues: {issue}23965[#23965], {issue}23973[#23973], {issue}23974[#23974], {issue}24085[#24085], {issue}24160[#24160], {issue}24162[#24162], {issue}24182[#24182], {issue}24183[#24183], {issue}24208[#24208], {issue}24213[#24213], {issue}24239[#24239], {issue}24284[#24284], {issue}24312[#24312], {issue}24330[#24330], {issue}24365[#24365], {issue}24371[#24371], {issue}24442[#24442], {issue}24521[#24521], {issue}24524[#24524], {issue}24564[#24564], {issue}24583[#24583], {issue}24589[#24589], {issue}24648[#24648], {issue}24667[#24667], {issue}24675[#24675], {issue}24682[#24682], {issue}24700[#24700], {issue}24706[#24706], {issue}24717[#24717], {issue}24720[#24720], {issue}24738[#24738], {issue}24746[#24746], {issue}24789[#24789], {issue}24791[#24791], {issue}24794[#24794], {issue}24796[#24796], {issue}24822[#24822]) Java REST Client:: \* Shade external dependencies in the rest client jar {pull}25780[#25780] (issue: {issue}25208[#25208]) \* RestClient uses system properties and system default SSLContext {pull}25757[#25757] (issue: {issue}23231[#23231]) \* Wrap rest httpclient with doPrivileged blocks {pull}22603[#22603] (issue: {issue}22116[#22116]) Logging:: \* Prevent excessive disk consumption by log files {pull}25660[#25660] \* Use LRU set to reduce repeat deprecation messages {pull}25474[#25474] (issue: {issue}25457[#25457]) Mapping:: \* More efficient encoding of range fields. {pull}26470[#26470] (issue: {issue}26443[#26443])
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ 0.00982583686709404, 0.07031919062137604, 0.03446432948112488, 0.030626777559518814, -0.027246013283729553, -0.037668365985155106, 0.044365085661411285, -0.03686044365167618, 0.016897020861506462, 0.02414228767156601, -0.012865751050412655, -0.03437031805515289, -0.02290922962129116, -0.025449855253100395, 0.00001943916140589863, 0.036420486867427826, -0.0790240690112114, 0.003896162146702409, -0.029705800116062164, 0.02449946105480194, 0.09123372286558151, 0.10312644392251968, -0.0387931652367115, 0.017406435683369637, -0.06968139857053757, -0.016301412135362625, -0.06780312955379486, 0.005232050083577633, 0.0006674471078440547, -0.0010236151283606887, -0.01561321783810854, 0.03360670059919357, -0.06756417453289032, 0.09901874512434006, 0.0330754779279232, 0.047405168414115906, 0.004182826261967421, -0.044650014489889145, 0.0302105899900198, 0.02261093445122242, 0.08548788726329803, -0.04913517087697983, 0.00761069031432271, -0.07319360971450806, 0.012101205997169018, -0.09686259180307388, -0.027585195377469063, -0.0661848708987236, -0.034599315375089645, -0.011470130644738674, -0.08638125658035278, -0.004263287875801325, 0.012121835723519325, 0.015463457442820072, 0.08221076428890228, -0.0571318194270134, -0.033535268157720566, 0.009908286854624748, -0.002547004260122776, -0.035225119441747665, 0.12340870499610901, -0.05269845575094223, -0.022404368966817856, -0.08074431866407394, -0.035170406103134155, -0.10209111869335175, -0.018837764859199524, 0.0027838218957185745, 0.09409859776496887, -0.002413596957921982, 0.018289245665073395, 0.010743781924247742, -0.13646623492240906, -0.05562293902039528, -0.017526306211948395, 0.1243649423122406, -0.048857182264328, 0.01011842954903841, -0.028116339817643166, -0.0774088129401207, 0.006377695593982935, -0.03336995095014572, 0.038731735199689865, 0.03718963637948036, -0.06331582367420197, -0.04382503405213356, -0.05243983864784241, 0.028914425522089005, 0.0751832127571106, -0.017069462686777115, -0.0066853854805231094, -0.08045011758804321, 0.018113210797309875, -0.05820608139038086, 0.11910632997751236, 0.0700756385922432, -0.0525045171380043, -0.025458741933107376, -0.03021220676600933, 0.02117890492081642, -0.01160509418696165, -0.04212381690740585, -0.028087543323636055, 0.005618114490061998, 0.006248123478144407, -0.01996907964348793, -0.02345602959394455, -0.018137412145733833, -0.061435747891664505, 0.0415380485355854, -0.010790844447910786, 0.14891020953655243, -0.0026964556891471148, 0.02156628668308258, 0.011002019047737122, 0.0289041418582201, 0.059572670608758926, -0.028480079025030136, 0.007169195916503668, 0.1389630138874054, 0.061065156012773514, 0.011597047559916973, -0.026612577959895134, 0.04682791978120804, 0.02072702720761299, 0.058200348168611526, 0.011925837956368923, 6.510899374679505e-33, 0.06386858224868774, 0.07932757586240768, 0.00030272468575276434, -0.0980277732014656, 0.031616728752851486, 0.029341241344809532, -0.012783524580299854, -0.034227386116981506, 0.010034375824034214, 0.05553077533841133, -0.09420935809612274, 0.02700105868279934, 0.03085460141301155, -0.052910055965185165, 0.007692982908338308, -0.012694458477199078, -0.0014397887280210853, 0.09230329841375351, 0.05664302036166191, -0.0028053629212081432, 0.04564318433403969, -0.06773009896278381, -0.04852263256907463, -0.0034719849936664104, -0.022779280319809914, 0.012152526527643204, -0.05522831901907921, -0.06326761841773987, -0.003279717406257987, 0.010806775651872158, 0.10201817750930786, -0.014491920359432697, 0.061048246920108795, -0.029989123344421387, 0.08429214358329773, -0.04361109435558319, 0.026024170219898224, 0.04997504502534866, -0.06314808130264282, -0.07011477649211884, 0.016103608533740044, 0.02604527585208416, -0.09675441682338715, 0.01402594055980444, 0.02651192620396614, -0.042330075055360794, -0.0017056488431990147, -0.008682673797011375, 0.09980999678373337, -0.05943044275045395, -0.02425515465438366, 0.002787390723824501, 0.06430889666080475, -0.018447574228048325, 0.051381319761276245, -0.05301710590720177, 0.0356830358505249, 0.028778795152902603, 0.004101621452718973, 0.0313873216509819, -0.004302771762013435, 0.04008275642991066, 0.007944419048726559, -0.021643109619617462, 0.062091559171676636, -0.04837217181921005, 0.0853668823838234, 0.09612015634775162, -0.06609838455915451, 0.008278409950435162, 0.016909660771489143, -0.021314192563295364, 0.05799689143896103, -0.004687708802521229, -0.042529381811618805, -0.11102982610464096, -0.008667269721627235, 0.037489403039216995, -0.024681804701685905, -0.01111003290861845, -0.03782277554273605, -0.06090527027845383, -0.02900071255862713, -0.008742045611143112, -0.016570864245295525, 0.06625863164663315, -0.017269950360059738, 0.016239618882536888, -0.019119568169116974, -0.03384359925985336, -0.02461392432451248, 0.049482375383377075, -0.10344823449850082, -0.09423624724149704, -0.04088535159826279, -6.147987901724186e-33, -0.00010906287934631109, -0.068143829703331, -0.000024116479835356586, -0.06484266370534897, 0.011682027019560337, -0.09282444417476654, 0.0681932270526886, -0.05285193771123886, 0.08479420840740204, 0.013356992974877357, -0.013970298692584038, -0.05404834449291229, 0.057394664734601974, -0.03425438329577446, -0.009014145471155643, 0.048254381865262985, -0.1409391313791275, -0.032641079276800156, -0.014093240723013878, 0.011022337712347507, -0.02284509316086769, 0.04955219104886055, -0.0345626100897789, 0.0975990742444992, -0.07563488185405731, -0.01622876338660717, 0.045559413731098175, 0.015404779464006424, -0.03137661889195442, -0.04882754385471344, 0.043224528431892395, -0.05464475601911545, -0.024310380220413208, 0.01854844018816948, -0.022259315475821495, -0.036641158163547516, -0.046398840844631195, 0.05356903374195099, 0.02155115082859993, 0.07955258339643478, 0.03179362416267395, 0.06682264804840088, -0.02357131615281105, 0.06346625834703445, 0.006187567953020334, -0.00605143653228879, 0.0171034038066864, 0.0666261538863182, -0.010120912455022335, -0.07381705939769745, -0.00598591985180974, -0.008207902312278748, -0.04267532378435135, 0.04891839250922203, -0.04045843705534935, 0.011827230453491211, -0.010222775861620903, -0.025573695078492165, -0.09635250270366669, 0.0031715678051114082, 0.035121090710163116, 0.038187045603990555, -0.018459266051650047, 0.007874175906181335, 0.12016977369785309, -0.08954276889562607, -0.04759133979678154, -0.03839748352766037, -0.08498981595039368, -0.07389532774686813, -0.04716405272483826, -0.08848929405212402, 0.005825155880302191, 0.007933517917990685, 0.08331996202468872, 0.050087522715330124, -0.049880512058734894, -0.017115933820605278, 0.03176707401871681, 0.029538821429014206, -0.045454006642103195, 0.09265349805355072, 0.005663485731929541, 0.06165428087115288, 0.04413588345050812, 0.024912599474191666, -0.04770812764763832, 0.1441345363855362, -0.08191968500614166, 0.011893118731677532, -0.02238278090953827, -0.013338742777705193, 0.02624625712633133, 0.03811635822057724, 0.024091793224215508, -5.3137426903049345e-8, 0.006344703957438469, -0.0022181521635502577, -0.0465383306145668, 0.0779440850019455, 0.017020333558321, 0.03192184865474701, -0.05467270314693451, 0.06803184747695923, 0.0011654621921479702, -0.018809480592608452, -0.0715738832950592, 0.04541808366775513, -0.07081733644008636, 0.0434386245906353, 0.04269189387559891, -0.1108284741640091, 0.008247988298535347, 0.049232639372348785, -0.04864996299147606, -0.06344524770975113, 0.011517411097884178, 0.005770298186689615, 0.056821051985025406, -0.06579653173685074, 0.04360096529126167, 0.006852542515844107, 0.03106793947517872, -0.009491962380707264, -0.006047755945473909, 0.06452147662639618, 0.07595653086900711, -0.036248933523893356, 0.029480446130037308, 0.06158071756362915, -0.0013745391042903066, 0.05308213457465172, 0.014327856712043285, 0.042163245379924774, -0.03845842555165291, 0.006724497769027948, 0.03227539360523224, -0.0017093776259571314, -0.020401764661073685, 0.006716572213917971, -0.0655614361166954, -0.030174896121025085, -0.03353510797023773, 0.020316341891884804, 0.11137744784355164, 0.04418259486556053, -0.04898280277848244, -0.09539669752120972, 0.009288521483540535, 0.0839427188038826, 0.026921171694993973, 0.02561674267053604, 0.025042179971933365, -0.06223637983202934, 0.10114557296037674, 0.008949742652475834, 0.12095661461353302, -0.03163940832018852, -0.005856219679117203, 0.039880428463220596 ]
0.127424
and system default SSLContext {pull}25757[#25757] (issue: {issue}23231[#23231]) \* Wrap rest httpclient with doPrivileged blocks {pull}22603[#22603] (issue: {issue}22116[#22116]) Logging:: \* Prevent excessive disk consumption by log files {pull}25660[#25660] \* Use LRU set to reduce repeat deprecation messages {pull}25474[#25474] (issue: {issue}25457[#25457]) Mapping:: \* More efficient encoding of range fields. {pull}26470[#26470] (issue: {issue}26443[#26443]) \* Don't detect source's XContentType in DocumentParser.parseDocument() {pull}26880[#26880] \* Better validation of `copy\_to`. {pull}25983[#25983] \* Optimize `terms` queries on `ip` addresses to use a `PointInSetQuery` whenever possible. {pull}25669[#25669] (issue: {issue}25667[#25667]) \* Loosen the restrictions on disabling \_all in 6.x {pull}26259[#26259] \* Date detection should not rely on a hardcoded set of characters. {pull}22171[#22171] (issue: {issue}1694[#1694]) \* Identify documents by their `\_id`. {pull}24460[#24460] Network:: \* Add additional low-level logging handler {pull}26887[#26887] \* Unwrap causes when maybe dying {pull}26884[#26884] \* Move TransportStats accounting into TcpTransport {pull}25251[#25251] \* Simplify connection closing and cleanups in TcpTransport {pull}25250[#25250] \* Disable the Netty recycler in the client {pull}24793[#24793] (issues: {issue}22452[#22452], {issue}24721[#24721]) \* Remove Netty logging hack {pull}24653[#24653] (issues: {issue}24469[#24469], {issue}5624[#5624], {issue}6568[#6568], {issue}6696[#6696]) \* Isolate SocketPermissions to Netty {pull}23057[#23057] \* Wrap netty accept/connect ops with doPrivileged {pull}22572[#22572] (issue: {issue}22116[#22116]) \* Replace Socket, ServerSocket, and HttpServer usages in tests with mocksocket versions {pull}22287[#22287] (issue: {issue}22116[#22116]) Packaging:: \* Remove memlock suggestion from systemd service {pull}25979[#25979] \* Set address space limit in systemd service file {pull}25975[#25975] \* Version option should display if snapshot {pull}25970[#25970] \* Ignore JVM options before checking Java version {pull}25969[#25969] \* Also skip JAVA\_TOOL\_OPTIONS on Windows {pull}25968[#25968] \* Introduce elasticsearch-env for Windows {pull}25958[#25958] \* Introduce elasticsearch-env {pull}25815[#25815] (issue: {issue}20286[#20286]) \* Stop exporting HOSTNAME from scripts {pull}25807[#25807] \* Set number of processes in systemd unit file {pull}24970[#24970] (issue: {issue}20874[#20874]) Parent/Child:: \* Remove ParentJoinFieldSubFetchPhase {pull}25550[#25550] (issue: {issue}25363[#25363]) \* Support parent id being specified as number in the \_source {pull}25547[#25547] Percolator:: \* Store the QueryBuilder's Writable representation instead of its XContent representation {pull}25456[#25456] \* Add support for selecting percolator query candidate matches containing wildcard / prefix queries {pull}25351[#25351] Plugin Discovery EC2:: \* Read ec2 discovery address from aws instance tags {pull}22743[#22743] (issue: {issue}22566[#22566]) Plugin Lang Painless:: \* Allow Custom Whitelists in Painless {pull}25557[#25557] \* Update Painless to Allow Augmentation from Any Class {pull}25360[#25360] \* Add Needs Methods to Painless Script Context Factories {pull}25267[#25267] \* Support Script Context Stateful Factory in Painless {pull}25233[#25233] \* Generate Painless Factory for Creating Script Instances {pull}25120[#25120] \* Update Painless to Use New Script Contexts {pull}25015[#25015] \* Optimize instance creation in LambdaBootstrap {pull}24618[#24618] \* Make Painless Compiler Use an Instance Per Context {pull}24972[#24972] \* Make PainlessScript An Interface {pull}24966[#24966] Plugin Repository GCS:: \* GCS Repository: Add secure storage of credentials {pull}24697[#24697] Plugin Repository HDFS:: \* Add permission checks before reading from HDFS stream {pull}26716[#26716] (issue: {issue}26714[#26714]) \* Add doPrivilege blocks for socket connect ops in repository-hdfs {pull}22793[#22793] (issue: {issue}22116[#22116]) \* Add Kerberos support for Repo HDFS plugin [ISSUE] {pull}21990[#21990] Plugin Repository S3:: \* S3 Repository: Add back repository level credentials {pull}24609[#24609] Plugins:: \* Adjust SHA-512 supported format on plugin install {pull}27093[#27093] \* Move tribe to a module {pull}25778[#25778] \* Plugins can register pre-configured char filters {pull}25000[#25000] (issue: {issue}23658[#23658]) \* Add purge option to remove plugin CLI {pull}24981[#24981] \* Allow plugins to register pre-configured tokenizers {pull}24751[#24751] (issues: {issue}24223[#24223], {issue}24572[#24572]) \* Move ReindexAction class to core {pull}24684[#24684] (issue: {issue}24578[#24578]) \* Make PreConfiguredTokenFilter harder to misuse {pull}24572[#24572] (issue: {issue}23658[#23658]) \* Plugins: Remove leniency for missing plugins dir {pull}24173[#24173] \* Add doPrivilege blocks for socket connect operations in plugins {pull}22534[#22534] (issue: {issue}22116[#22116]) Query DSL:: \* Make slop optional when parsing `span\_near` query {pull}25677[#25677] (issue: {issue}25642[#25642]) \* Require a field when a `seed` is provided to the `random\_score` function. {pull}25594[#25594] (issue: {issue}25240[#25240]) \* Add support for auto\_generate\_synonyms\_phrase\_query in match\_query, multi\_match\_query, query\_string
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.03356558829545975, 0.03722115606069565, -0.029239745810627937, 0.0029675571713596582, 0.003010811982676387, -0.02858547307550907, -0.061896562576293945, 0.014535444788634777, 0.019858432933688164, 0.019618932157754898, -0.0002051251067314297, -0.028851646929979324, 0.05439573898911476, -0.03304515779018402, 0.05566639080643654, 0.05982033163309097, 0.010761871933937073, 0.04691976681351662, -0.01972520910203457, 0.08825337886810303, 0.023452116176486015, 0.09822194278240204, 0.025716014206409454, 0.0035802393686026335, -0.011232529766857624, 0.020911671221256256, -0.12654370069503784, -0.0019373673712834716, -0.007041298784315586, -0.005730935838073492, 0.014808202162384987, 0.0379018671810627, -0.10176602751016617, 0.03552282229065895, 0.02227957546710968, 0.09578173607587814, 0.04383176937699318, -0.057748157531023026, 0.005713778547942638, 0.020254090428352356, 0.03569083660840988, -0.05540531128644943, 0.03304240480065346, 0.015369304455816746, -0.07342591136693954, -0.023864051327109337, -0.030632341280579567, -0.03308594226837158, -0.06022924184799194, -0.02897525392472744, -0.00916143786162138, 0.07559250295162201, 0.01730741746723652, 0.035703450441360474, 0.08355476707220078, -0.08079619705677032, -0.05427820235490799, 0.07724527269601822, -0.005079688038676977, 0.04922253265976906, -0.009277666918933392, -0.04533316567540169, -0.009943083859980106, -0.0073232329450547695, -0.00394287658855319, -0.000741989875677973, 0.0022915536537766457, 0.032399870455265045, -0.007042411714792252, -0.00018771887698676437, -0.07010843604803085, 0.04333540052175522, -0.12504200637340546, 0.016603708267211914, 0.09953474253416061, 0.09529324620962143, -0.01980234682559967, -0.013827149756252766, -0.07528502494096756, -0.16907721757888794, 0.013044596649706364, -0.038108427077531815, 0.01934543065726757, 0.11671886593103409, -0.01455821841955185, 0.024577971547842026, 0.03621196001768112, 0.03450683876872063, 0.03746640309691429, 0.03831364959478378, 0.049339234828948975, -0.09263744950294495, 0.06746965646743774, 0.06760334223508835, 0.052701856940984726, 0.018906524404883385, -0.010350780561566353, -0.06098053604364395, -0.02771974354982376, 0.017689857631921768, 0.08504772931337357, -0.008242295123636723, 0.014114947989583015, -0.037221428006887436, -0.024644991382956505, -0.08417284488677979, 0.03270488232374191, 0.06621500104665756, -0.044566139578819275, -0.02238485962152481, 0.03763176500797272, 0.023279346525669098, -0.0641050785779953, -0.0527498796582222, 0.0022835463751107454, -0.012896464206278324, 0.043321650475263596, -0.010521280579268932, -0.08155124634504318, 0.09226637333631516, 0.050934650003910065, -0.020489508286118507, -0.0353880412876606, 0.026991572231054306, 0.025888636708259583, -0.01886499673128128, 0.06817092001438141, 9.897866676067116e-33, 0.051786042749881744, 0.050106555223464966, -0.01727597415447235, -0.032597728073596954, 0.005583802703768015, 0.006235380191355944, 0.033479247242212296, 0.033956993371248245, -0.023744821548461914, 0.011543596163392067, -0.078652024269104, -0.010800493881106377, 0.02527499757707119, -0.03721898794174194, 0.04216396436095238, -0.06006905063986778, 0.0077751134522259235, 0.06623655557632446, 0.014520450495183468, 0.06188901513814926, 0.03234929218888283, -0.04420137777924538, 0.031265903264284134, -0.036777935922145844, -0.019370613619685173, -0.028125988319516182, -0.03291212394833565, 0.027825219556689262, -0.07606661319732666, -0.007916842587292194, -0.025242000818252563, -0.012422287836670876, 0.0652630627155304, -0.023157905787229538, 0.08013908565044403, -0.011988678947091103, 0.016290927305817604, -0.019257642328739166, -0.06981661915779114, -0.05298985168337822, -0.009677528403699398, 0.027665184810757637, -0.028946802020072937, 0.044897668063640594, 0.032369211316108704, -0.10539188981056213, -0.0471838042140007, -0.07206980884075165, -0.020746367052197456, 0.03769440948963165, -0.019235078245401382, 0.07472971081733704, 0.04510468617081642, -0.06537450850009918, 0.024248862639069557, -0.10281947255134583, 0.034456562250852585, 0.032506313174963, -0.005228628870099783, 0.0540459118783474, -0.022192222997546196, 0.0022896938025951385, 0.053177911788225174, -0.05410486459732056, 0.10878310352563858, 0.009944871999323368, 0.0324123278260231, 0.0470719151198864, -0.13015855848789215, -0.012675377540290356, -0.020168842747807503, -0.014928562566637993, 0.04124842584133148, -0.007676898036152124, 0.02816767245531082, -0.06356541067361832, -0.002816136460751295, 0.0013703597942367196, 0.07837045192718506, -0.10445786267518997, 0.025670409202575684, -0.006797334644943476, 0.023267235606908798, -0.06807850301265717, -0.07769366353750229, 0.0713420957326889, -0.05233694240450859, 0.003348173573613167, -0.014652237296104431, 0.05691562592983246, 0.07889901101589203, -0.03078654035925865, 0.005180870182812214, -0.08318116515874863, -0.021556060761213303, -8.756761412478135e-33, 0.01791267842054367, -0.04705827310681343, -0.0024702739901840687, 0.00013044227671343833, -0.00883430801331997, -0.0659450814127922, -0.001638075103983283, 0.09386175125837326, 0.022100454196333885, 0.023076903074979782, 0.04703706130385399, -0.04201691225171089, -0.013742100447416306, -0.0578429251909256, -0.03230580314993858, 0.00833809096366167, -0.042507708072662354, -0.07093260437250137, 0.016881493851542473, -0.00535593694075942, 0.02009645663201809, 0.009281915612518787, 0.021232228726148605, 0.11390657722949982, 0.0015312107279896736, 0.022105948999524117, -0.01846563257277012, 0.004468337167054415, 0.011441023088991642, -0.1364220231771469, -0.017155420035123825, -0.03494114801287651, -0.07225921005010605, -0.028637126088142395, 0.009134949184954166, -0.03269648179411888, 0.03672049194574356, 0.19038742780685425, -0.01077005174010992, 0.07300977408885956, 0.006759826093912125, 0.0231848806142807, -0.018189100548624992, 0.02937111258506775, 0.06723100692033768, -0.016496719792485237, -0.04542525112628937, 0.006410195492208004, -0.02633493021130562, 0.0408736877143383, 0.03548835217952728, -0.029549207538366318, 0.01024869829416275, 0.018961574882268906, 0.01802274025976658, 0.002621214836835861, -0.00005614037945633754, -0.029463624581694603, -0.09685921669006348, -0.04525979608297348, -0.018849434331059456, 0.006471229717135429, -0.06577794253826141, -0.007140234112739563, 0.1247846856713295, -0.03255486115813255, -0.054794102907180786, -0.03169015422463417, -0.06858781725168228, -0.020000692456960678, -0.026137467473745346, -0.12408232688903809, -0.032513801008462906, -0.09095264226198196, 0.05464930832386017, -0.04791927710175514, 0.014132846146821976, -0.11116557568311691, 0.011886827647686005, 0.11859773099422455, -0.07022973895072937, 0.05702948197722435, -0.0022637536749243736, 0.06618143618106842, 0.06290782243013382, 0.03148357570171356, -0.053587816655635834, 0.06964711099863052, -0.025987176224589348, -0.050792377442121506, -0.053120967000722885, 0.027783721685409546, -0.027589134871959686, 0.03159577399492264, 0.044052451848983765, -6.490995474450756e-8, -0.05530833080410957, -0.021793631836771965, -0.08299113065004349, 0.05759400129318237, 0.046718016266822815, 0.046239327639341354, -0.06066881865262985, 0.014356309548020363, 0.029899872839450836, 0.015676340088248253, -0.02298741228878498, 0.0011792364530265331, -0.041543569415807724, -0.02884322591125965, 0.014657849445939064, -0.09736429899930954, 0.015212480910122395, -0.01907988078892231, -0.05163579806685448, -0.07654578983783722, 0.06085624173283577, -0.07098334282636642, 0.06116042286157608, -0.021909940987825394, 0.06244473159313202, -0.03691566735506058, 0.07045382261276245, 0.11873456090688705, 0.0007677540997974575, -0.0798715278506279, 0.0015861205756664276, -0.0467594750225544, -0.03621755167841911, 0.006310839671641588, -0.03771479055285454, 0.10847126692533493, 0.001920989714562893, 0.01168670691549778, -0.0036479970440268517, 0.07311828434467316, 0.0688263550400734, 0.062025249004364014, -0.06089915707707405, 0.058172356337308884, -0.02537812851369381, -0.04027692973613739, -0.02198886126279831, 0.09345386177301407, 0.03777746856212616, -0.09841359406709671, 0.009259114973247051, -0.05760485678911209, 0.0104787303134799, 0.07956448942422867, 0.003787275170907378, 0.0008822290692478418, 0.04095868393778801, -0.04612308368086815, 0.04533194750547409, 0.10792098194360733, 0.044329531490802765, -0.04481607303023338, 0.02677256427705288, 0.03357943147420883 ]
0.048465
Add doPrivilege blocks for socket connect operations in plugins {pull}22534[#22534] (issue: {issue}22116[#22116]) Query DSL:: \* Make slop optional when parsing `span\_near` query {pull}25677[#25677] (issue: {issue}25642[#25642]) \* Require a field when a `seed` is provided to the `random\_score` function. {pull}25594[#25594] (issue: {issue}25240[#25240]) \* Add support for auto\_generate\_synonyms\_phrase\_query in match\_query, multi\_match\_query, query\_string and simple\_query\_string {pull}23147[#23147] REST:: \* Cat shards bytes {pull}26952[#26952] \* Refactor PathTrie and RestController to use a single trie for all methods {pull}25459[#25459] (issue: {issue}24437[#24437]) \* Make ObjectParser support string to boolean conversion {pull}24668[#24668] (issue: {issue}21802[#21802]) Recovery:: \* Introduce a History UUID as a requirement for ops based recovery {pull}26577[#26577] (issue: {issue}10708[#10708]) \* Goodbye, Translog Views {pull}25962[#25962] \* Disallow multiple concurrent recovery attempts for same target shard {pull}25428[#25428] \* Live primary-replica resync (no rollback) {pull}24841[#24841] (issue: {issue}10708[#10708]) \* Peer Recovery: remove maxUnsafeAutoIdTimestamp hand off {pull}24243[#24243] (issue: {issue}24149[#24149]) \* Introduce sequence-number-based recovery {pull}22484[#22484] (issue: {issue}10708[#10708]) Scripting:: \* Scripting: Rename SearchScript.needsScores to needs\_score {pull}25235[#25235] \* Scripting: Add optional context parameter to put stored script requests {pull}25014[#25014] \* Add New Security Script Settings {pull}24637[#24637] (issue: {issue}24532[#24532]) \* Add StatefulFactoryType as optional intermediate factory in script contexts {pull}24974[#24974] (issue: {issue}20426[#20426]) \* Make contexts available to ScriptEngine construction {pull}24896[#24896] \* Make ScriptEngine.compile generic on the script context {pull}24873[#24873] \* Add instance and compiled classes to script contexts {pull}24868[#24868] Search:: \* Add soft limit on allowed number of script fields in request {pull}26598[#26598] (issue: {issue}26390[#26390]) \* Add a soft limit for the number of requested doc-value fields {pull}26574[#26574] (issue: {issue}26390[#26390]) \* Rewrite search requests on the coordinating nodes {pull}25814[#25814] (issue: {issue}25791[#25791]) \* Ensure query resources are fetched asynchronously during rewrite {pull}25791[#25791] \* Introduce a new Rewriteable interface to streamline rewriting {pull}25788[#25788] \* Reduce the scope of `QueryRewriteContext` {pull}25787[#25787] \* Reduce the overhead of timeouts and low-level search cancellation. {pull}25776[#25776] \* Reduce profiling overhead. {pull}25772[#25772] (issue: {issue}24799[#24799]) \* Prevent `can\_match` requests from sending to incompatible nodes {pull}25705[#25705] (issue: {issue}25704[#25704]) \* Add a shard filter search phase to pre-filter shards based on query rewriting {pull}25658[#25658] \* Ensure we rewrite common queries to `match\_none` if possible {pull}25650[#25650] \* Limit the number of concurrent shard requests per search request {pull}25632[#25632] \* Add cluster name validation to RemoteClusterConnection {pull}25568[#25568] \* Speed up sorted scroll when the index sort matches the search sort {pull}25138[#25138] (issue: {issue}6720[#6720]) \* Leverage scorerSupplier when applicable. {pull}25109[#25109] \* Add {ccs} support for scroll searches {pull}25094[#25094] \* Track EWMA[1] of task execution time in search threadpool executor {pull}24989[#24989] (issue: {issue}24915[#24915]) \* Query range fields by doc values when they are expected to be more efficient than points {pull}24823[#24823] (issue: {issue}24314[#24314]) \* Search: Fairer balancing when routing searches by session ID {pull}24671[#24671] (issue: {issue}24642[#24642]) \* Add parsing from xContent to Suggest {pull}22903[#22903] \* Add parsing from xContent to ShardSearchFailure {pull}22699[#22699] \* Eliminate array access in tight loops when profiling is enabled. {pull}24959[#24959] \* Support Multiple Inner Hits on a Field Collapse Request {pull}24517[#24517] \* Expand {ccs} indices for search requests to the concrete index or to it's aliases {pull}24502[#24502] Search Templates:: \* Add max concurrent searches to multi template search {pull}24255[#24255] (issues: {issue}20912[#20912], {issue}21907[#21907]) Sequence IDs:: \* Roll translog generation on primary promotion {pull}27313[#27313] \* Restoring from snapshot should force generation of a new history uuid {pull}26694[#26694] (issues: {issue}10708[#10708], {issue}26544[#26544], {issue}26557[#26557], {issue}26577[#26577]) \* Add global checkpoint tracking on the primary {pull}26666[#26666] (issue: {issue}26591[#26591]) \* Introduce global checkpoint background sync {pull}26591[#26591] (issues: {issue}26573[#26573], {issue}26630[#26630], {issue}26666[#26666]) \* Move `UNASSIGNED\_SEQ\_NO` and `NO\_OPS\_PERFORMED` to SequenceNumbers` {pull}26494[#26494] (issue: {issue}10708[#10708]) \* Move primary term from ReplicationRequest to ConcreteShardRequest {pull}25822[#25822] \* Add reason to global checkpoint updates on replica {pull}25612[#25612] (issue: {issue}10708[#10708]) \* Introduce primary/replica mode for GlobalCheckPointTracker {pull}25468[#25468] \* Throw back replica local checkpoint on
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.09250479936599731, 0.03887038677930832, -0.01836998760700226, 0.008333606645464897, -0.09089533984661102, 0.02590818889439106, 0.025985119864344597, 0.03404589369893074, -0.015485163778066635, 0.04020291939377785, 0.023502008989453316, -0.06176913529634476, 0.015874527394771576, 0.004145198501646519, 0.07965493202209473, 0.05773765593767166, -0.020882392302155495, -0.0018258069176226854, -0.054615627974271774, -0.014604425057768822, 0.04740351065993309, 0.0995725765824318, -0.03024841472506523, -0.01389081310480833, -0.08742163330316544, -0.029923509806394577, -0.07528545707464218, 0.014916383661329746, -0.005441644228994846, 0.008816967718303204, 0.03975743427872658, 0.08446255326271057, -0.14776450395584106, 0.05810970067977905, 0.04008346423506737, 0.06322059780359268, 0.02168015018105507, -0.019483722746372223, -0.024485435336828232, 0.03496615216135979, 0.05891742557287216, -0.07165781408548355, -0.000004455977887118934, 0.0010419845348224044, 0.0019014931749552488, -0.07116615027189255, -0.08477264642715454, -0.007685145363211632, -0.01963517814874649, -0.0806487500667572, -0.0784904956817627, 0.027379438281059265, -0.0016182996332645416, -0.00802137702703476, 0.10868649184703827, -0.026670491322875023, -0.004173866473138332, -0.017500268295407295, -0.029547136276960373, -0.045955438166856766, 0.021343359723687172, -0.1299467384815216, 0.014237595722079277, -0.018530964851379395, -0.05261735990643501, -0.03768499195575714, 0.05321236699819565, 0.026374032720923424, 0.03150587156414986, 0.01224300917237997, -0.06467913836240768, 0.008697654120624065, -0.12436781078577042, 0.030259355902671814, 0.014220179989933968, 0.18211260437965393, -0.054379452019929886, -0.02738173119723797, -0.06273163110017776, -0.13831235468387604, -0.0538741834461689, -0.018917499110102654, 0.06333119422197342, 0.05724382773041725, 0.07307508587837219, 0.03492817282676697, -0.005750736221671104, -0.05767156556248665, 0.06922630220651627, -0.014463681727647781, -0.0007009675027802587, -0.05483097955584526, 0.0412774384021759, -0.011129775084555149, 0.05616335943341255, 0.008912776596844196, 0.009235442616045475, -0.1026371568441391, -0.028077255934476852, 0.03327084332704544, 0.03211040422320366, 0.006148970685899258, -0.06024022027850151, -0.07212037593126297, 0.009187224321067333, 0.008768036030232906, -0.029731132090091705, 0.0056741852313280106, 0.01796852983534336, -0.07434682548046112, -0.019834795966744423, 0.07640539854764938, 0.07253699749708176, -0.050575140863657, -0.017145857214927673, 0.016875021159648895, 0.05766858905553818, -0.05700075998902321, 0.0682041198015213, 0.09608007222414017, 0.06101122871041298, 0.0451572947204113, -0.09001121670007706, 0.02622094750404358, -0.0017839147476479411, -0.042133674025535583, 0.012836993671953678, 4.603202817041461e-33, 0.11807607859373093, 0.010685110464692116, -0.07291441410779953, -0.03532705083489418, -0.014259926974773407, 0.06579800695180893, 0.003912977408617735, 0.06602124869823456, -0.06698029488325119, 0.04436350241303444, -0.07014963775873184, -0.037581004202365875, 0.04526114463806152, -0.06842827051877975, 0.009866823442280293, -0.016599923372268677, 0.02848961390554905, 0.02787969820201397, -0.047757718712091446, 0.06913290917873383, 0.05033070594072342, 0.003045284654945135, 0.01640922576189041, 0.007347595412284136, 0.017059635370969772, 0.029050135985016823, -0.03406587615609169, -0.0282722320407629, -0.00004933298259857111, -0.007866029627621174, -0.016392746940255165, -0.06419163197278976, 0.09473086893558502, 0.06798701733350754, 0.026339268311858177, -0.03820887207984924, 0.009579196572303772, -0.008234438486397266, -0.09593980759382248, -0.07798851281404495, -0.07027365267276764, 0.018657417967915535, -0.045038506388664246, -0.03233418986201286, 0.010453247465193272, -0.028569787740707397, -0.06990884989500046, -0.013917804695665836, 0.009831205941736698, -0.09691163152456284, 0.02090933360159397, 0.0967293381690979, 0.04803238809108734, 0.00913459062576294, -0.007645176257938147, -0.07222424447536469, -0.03170137107372284, 0.06257734447717667, 0.011088470928370953, 0.06118328124284744, -0.06508725136518478, 0.031488265842199326, -0.020759576931595802, -0.08785267919301987, 0.07606222480535507, 0.013915046118199825, 0.01703503355383873, 0.06655863672494888, -0.003324979217723012, 0.021401839330792427, 0.022530151531100273, 0.08347731828689575, -0.0374695360660553, -0.029485514387488365, 0.028408285230398178, -0.07267488539218903, 0.016357507556676865, -0.034410472959280014, 0.04321823641657829, -0.053281258791685104, -0.02540707401931286, -0.06092160940170288, -0.026259303092956543, 0.0009146834490820765, -0.042731575667858124, 0.06564415991306305, 0.03530498221516609, -0.05324411764740944, -0.05117250233888626, 0.003504804102703929, 0.014183970168232918, 0.022757280617952347, 0.021825719624757767, -0.10317235440015793, -0.0022778024431318045, -4.454450251758639e-33, 0.0031020999886095524, -0.037861984223127365, -0.048800721764564514, 0.020619938150048256, 0.06258206814527512, -0.05072931945323944, 0.03527332469820976, -0.05995922535657883, 0.04137807339429855, -0.01438060775399208, 0.0027591309044510126, -0.033966805785894394, 0.016733884811401367, -0.0820959135890007, 0.08310087025165558, 0.04831014201045036, -0.08608930557966232, -0.037010252475738525, 0.030730459839105606, 0.10481671988964081, -0.02043229714035988, 0.05009317770600319, -0.05521739274263382, 0.017172155901789665, 0.004690771456807852, 0.016685882583260536, 0.03427741676568985, -0.007307057268917561, 0.0034329898189753294, -0.02393176406621933, -0.0006435103714466095, -0.024108238518238068, -0.11915634572505951, -0.015504944138228893, -0.05802656337618828, 0.014258760958909988, 0.009971996769309044, 0.07732024043798447, -0.001017385977320373, 0.04074063524603844, 0.02350551076233387, 0.02002033218741417, -0.04779050126671791, 0.09124462306499481, 0.005214373581111431, 0.003465311834588647, -0.05031663551926613, -0.02401459403336048, -0.07771316915750504, 0.03611637279391289, 0.022262049838900566, -0.023002760484814644, -0.046919096261262894, 0.05488249287009239, -0.03945114463567734, -0.026751529425382614, 0.017393413931131363, -0.041867710649967194, -0.13707897067070007, 0.010428197681903839, 0.026546787470579147, -0.011242012493312359, 0.004824141971766949, -0.007644666824489832, 0.12067262828350067, 0.015055721625685692, -0.03500756248831749, -0.029876388609409332, -0.04015608876943588, 0.015724515542387962, -0.03788589686155319, 0.0020042506512254477, 0.0018697967752814293, -0.026596026495099068, 0.08931142836809158, 0.03551435098052025, -0.013357691466808319, -0.05884607136249542, 0.04059537127614021, 0.13882146775722504, -0.10120724886655807, 0.03415242210030556, 0.042101118713617325, 0.05740555003285408, 0.029923204332590103, -0.035676248371601105, 0.005786733701825142, 0.16938182711601257, 0.005972709506750107, -0.05010396987199783, 0.006167187821120024, -0.015717485919594765, 0.03921598568558693, 0.0005251680850051343, 0.03793573006987572, -5.88733932715968e-8, -0.0006159371696412563, -0.05121513456106186, -0.09195666015148163, 0.09462618082761765, 0.05627993121743202, 0.04978472739458084, -0.022391123697161674, 0.012035065330564976, -0.04203255474567413, 0.02397949993610382, 0.057521089911460876, 0.03354576975107193, -0.004187918733805418, -0.018716437742114067, 0.038902487605810165, -0.09727994352579117, -0.05407041311264038, 0.05467569828033447, -0.051834411919116974, -0.09166482836008072, -0.00835659634321928, 0.025238940492272377, -0.023914653807878494, 0.04533375799655914, -0.00009846242028288543, -0.0161912739276886, 0.03797915205359459, -0.018832886591553688, 0.032390642911195755, 0.01647537387907505, 0.010437174700200558, -0.06710530817508698, 0.033814091235399246, 0.04083816334605217, 0.0019360420992597938, 0.09002988785505295, 0.019550764933228493, 0.06355447322130203, 0.014619952067732811, 0.05837838351726532, 0.03278812766075134, 0.033777810633182526, -0.05513272434473038, 0.07300733774900436, -0.007231776602566242, -0.06516769528388977, 0.006370994262397289, 0.002414587652310729, 0.09066151082515717, -0.04346900433301926, 0.02620879001915455, -0.027641894295811653, 0.05554764345288277, 0.019545651972293854, 0.0012958768056705594, 0.021748635917901993, 0.06976879388093948, -0.05705088749527931, 0.00867884699255228, 0.036627259105443954, 0.031632810831069946, -0.059670012444257736, 0.031122218817472458, 0.04864460229873657 ]
0.052906
{pull}26591[#26591] (issues: {issue}26573[#26573], {issue}26630[#26630], {issue}26666[#26666]) \* Move `UNASSIGNED\_SEQ\_NO` and `NO\_OPS\_PERFORMED` to SequenceNumbers` {pull}26494[#26494] (issue: {issue}10708[#10708]) \* Move primary term from ReplicationRequest to ConcreteShardRequest {pull}25822[#25822] \* Add reason to global checkpoint updates on replica {pull}25612[#25612] (issue: {issue}10708[#10708]) \* Introduce primary/replica mode for GlobalCheckPointTracker {pull}25468[#25468] \* Throw back replica local checkpoint on new primary {pull}25452[#25452] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Update global checkpoint when increasing primary term on replica {pull}25422[#25422] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Enable a long translog retention policy by default {pull}25294[#25294] (issues: {issue}10708[#10708], {issue}25147[#25147]) \* Introduce primary context {pull}25122[#25122] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Block older operations on primary term transition {pull}24779[#24779] (issue: {issue}10708[#10708]) \* Block global checkpoint advances when recovering {pull}24404[#24404] (issue: {issue}10708[#10708]) \* Add primary term to doc write response {pull}24171[#24171] (issue: {issue}10708[#10708]) \* Preserve multiple translog generations {pull}24015[#24015] (issue: {issue}10708[#10708]) \* Introduce translog generation rolling {pull}23606[#23606] (issue: {issue}10708[#10708]) \* Replicate write failures {pull}23314[#23314] \* Introduce sequence-number-aware translog {pull}22822[#22822] (issue: {issue}10708[#10708]) \* Introduce translog no-op {pull}22291[#22291] (issue: {issue}10708[#10708]) \* Tighten sequence numbers recovery {pull}22212[#22212] (issue: {issue}10708[#10708]) \* Add BWC layer to seq no infra and enable BWC tests {pull}22185[#22185] (issue: {issue}21670[#21670]) \* Add internal \_primary\_term doc values field, fix \_seq\_no indexing {pull}21637[#21637] (issues: {issue}10708[#10708], {issue}21480[#21480]) \* Add global checkpoint to translog checkpoints {pull}21254[#21254] \* Sequence numbers commit data for Lucene uses Iterable interface {pull}20793[#20793] (issue: {issue}10708[#10708]) \* Simplify GlobalCheckpointService and properly hook it for cluster state updates {pull}20720[#20720] \* Fill gaps on primary promotion {pull}24945[#24945] (issue: {issue}10708[#10708]) \* Introduce clean transition on primary promotion {pull}24925[#24925] (issue: {issue}10708[#10708]) \* Guarantee that translog generations are seqNo conflict free {pull}24825[#24825] (issues: {issue}10708[#10708], {issue}24779[#24779]) \* Inline global checkpoints {pull}24513[#24513] (issue: {issue}10708[#10708]) Settings:: \* Add disk threshold settings validation {pull}25600[#25600] (issue: {issue}25560[#25560]) \* Enable cross-setting validation {pull}25560[#25560] (issue: {issue}25541[#25541]) \* Validate `transport.profiles.\*` settings {pull}25508[#25508] \* Cleanup network / transport related settings {pull}25489[#25489] \* Emit settings deprecation logging at most once {pull}25457[#25457] \* IndexMetaData: Introduce internal format index setting {pull}25292[#25292] \* Persist created keystore on startup unless keystore is present {pull}26253[#26253] (issue: {issue}26126[#26126]) \* Settings: Add keystore.seed auto generated secure setting {pull}26149[#26149] \* Settings: Add keystore creation to add commands {pull}26126[#26126] Snapshot/Restore:: \* Fixed references to Multi Index Syntax {pull}27283[#27283] \* Improves snapshot logging and snapshot deletion error handling {pull}25264[#25264] \* Enhances get snapshots API to allow retrieving repository index only {pull}24477[#24477] (issue: {issue}24288[#24288]) Stats:: \* Update `IndexShard#refreshMetric` via a `ReferenceManager.RefreshListener` {pull}25083[#25083] (issues: {issue}24806[#24806], {issue}25052[#25052]) \* Expose disk usage estimates in nodes stats {pull}22081[#22081] (issue: {issue}8686[#8686]) Store:: \* Remote support for lucene versions without checksums {pull}24021[#24021] Suggesters:: \* Remove deprecated \_suggest endpoint {pull}22203[#22203] (issue: {issue}20305[#20305]) Task Manager:: \* Add descriptions to bulk tasks {pull}22059[#22059] (issue: {issue}21768[#21768]) Translog:: \* Translog file recovery should not rely on lucene commits {pull}25005[#25005] (issue: {issue}24950[#24950]) [float] === Bug Fixes Aggregations:: \* Do not delegate a null scorer to LeafBucketCollectors {pull}26747[#26747] (issue: {issue}26611[#26611]) \* Create weights lazily in filter and filters aggregation {pull}26983[#26983] \* Fix IndexOutOfBoundsException in histograms for NaN doubles (#26787) {pull}26856[#26856] (issue: {issue}26787[#26787]) \* Scripted\_metric \_agg parameter disappears if params are provided {pull}19863[#19863] (issue: {issue}19768[#19768]) \* Fixes array out of bounds for value count agg {pull}26038[#26038] (issue: {issue}17379[#17379]) \* Aggregations bug: Significant\_text fails on arrays of text. {pull}25030[#25030] (issue: {issue}25029[#25029]) \* Check bucket metric ages point to a multi bucket agg {pull}26215[#26215] (issue: {issue}25775[#25775]) \* Terms aggregation should remap global ordinal buckets when a sub-aggregator is used to sort the terms {pull}24941[#24941] (issue: {issue}24788[#24788]) \* Correctly set doc\_count when MovAvg "predicts" values on existing buckets {pull}24892[#24892] (issue: {issue}24327[#24327]) \* DateHistogram: Fix `extended\_bounds` with `offset` {pull}23789[#23789] (issue: {issue}23776[#23776]) \* Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query {pull}23241[#23241] (issue: {issue}22881[#22881]) Aliases:: \* mget with an alias shouldn't ignore alias
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.044888533651828766, -0.06871503591537476, 0.024033084511756897, -0.061794836074113846, 0.014620805159211159, -0.02157694473862648, -0.01727655716240406, -0.06876872479915619, 0.012856452725827694, 0.07156608998775482, 0.013923357240855694, -0.042490195482969284, 0.01980166882276535, -0.038563016802072525, -0.015687450766563416, 0.02905450388789177, -0.01604825258255005, -0.0152499470859766, -0.02605367824435234, 0.023194123059511185, -0.059577155858278275, 0.02833017148077488, -0.008507506921887398, 0.10930538177490234, -0.041310958564281464, -0.05378168821334839, -0.08560233563184738, 0.029244141653180122, 0.026163630187511444, -0.045110322535037994, -0.014839736744761467, 0.07662039250135422, -0.10656590014696121, 0.015572463162243366, 0.1287224143743515, 0.0650360956788063, -0.051155101507902145, -0.04455895349383354, -0.014446565881371498, -0.05839355289936066, 0.1260063797235489, -0.06367020308971405, -0.034334681928157806, -0.02396535687148571, -0.022459615021944046, -0.011968519538640976, -0.015181616879999638, 0.020899884402751923, -0.021265516057610512, 0.009443807415664196, -0.04264501854777336, -0.013331161811947823, 0.0014007710851728916, 0.060085177421569824, 0.03583936393260956, 0.007274917792528868, 0.028669696301221848, -0.008372677490115166, 0.0859113484621048, 0.0032196170650422573, 0.07174321264028549, -0.0640130341053009, -0.060537055134773254, -0.040000367909669876, 0.05562034994363785, 0.014512303285300732, 0.07391851395368576, -0.010812494903802872, 0.03116200491786003, 0.05741308629512787, -0.03677550330758095, 0.06523232907056808, -0.05258359760046005, -0.020825738087296486, 0.0012742156395688653, 0.06962710618972778, -0.059568945318460464, 0.011303117498755455, -0.002734071109443903, -0.09648481011390686, -0.03580222651362419, -0.016759194433689117, 0.02980172447860241, 0.03201252222061157, -0.04423356428742409, -0.012926035560667515, -0.02228384278714657, -0.005885798018425703, 0.059966105967760086, 0.028750509023666382, 0.008817980997264385, 0.001323424163274467, 0.09732530266046524, -0.019419649615883827, 0.017007583752274513, 0.008465465158224106, 0.024898642674088478, 0.050825200974941254, 0.03699227795004845, 0.05098264664411545, 0.046325672417879105, 0.03360249474644661, 0.005827182438224554, 0.015749454498291016, 0.004395082127302885, -0.007499424275010824, -0.03799889236688614, -0.04442724585533142, -0.03601408749818802, -0.000059241057897452265, 0.0006518344744108617, 0.02922239527106285, 0.08806014060974121, -0.015609930269420147, -0.008435915224254131, 0.015112225897610188, 0.03490520268678665, -0.021326690912246704, -0.09674195200204849, 0.03395940735936165, 0.06942279636859894, -0.052792441099882126, 0.01484624296426773, 0.04769062623381615, -0.04416274651885033, -0.021032337099313736, -0.0008125459426082671, 6.913924959698619e-33, 0.09948113560676575, -0.01079147681593895, 0.06811686605215073, 0.011357901617884636, 0.08686350286006927, 0.021433675661683083, -0.012462461367249489, -0.010767674073576927, -0.09276311844587326, -0.07222365587949753, -0.023227039724588394, 0.0006400474812835455, -0.007578844670206308, -0.02462591789662838, -0.023752447217702866, -0.11455243080854416, 0.02800286002457142, 0.1158474013209343, -0.02544911950826645, 0.09194332361221313, 0.04792272299528122, -0.10325659811496735, -0.07604685425758362, -0.00022058861213736236, -0.01706540770828724, 0.06912609189748764, -0.019521018490195274, 0.027934804558753967, -0.011142638511955738, 0.028351176530122757, -0.04959576949477196, 0.029454564675688744, 0.007691287901252508, 0.05548211559653282, 0.04225979372859001, -0.07142220437526703, 0.055378757417201996, -0.05381407216191292, -0.057880718261003494, -0.08926592022180557, -0.02712348848581314, 0.013108192943036556, -0.06840498000383377, -0.00723669957369566, -0.010027527809143066, -0.09251020848751068, 0.039224859327077866, -0.03966061398386955, 0.07203830778598785, -0.026679309085011482, 0.043373268097639084, -0.030456047505140305, 0.0073211234994232655, -0.18026432394981384, -0.0550127774477005, -0.08303698152303696, -0.0011646749917417765, -0.008322467096149921, -0.04669024422764778, 0.07998019456863403, 0.002044237917289138, 0.017547892406582832, -0.072122722864151, 0.015155916102230549, 0.07812416553497314, 0.0671471580862999, -0.03233090788125992, 0.0458965003490448, 0.02843778394162655, 0.03704100474715233, -0.012971995398402214, 0.022050414234399796, 0.06773082166910172, 0.02782384306192398, 0.06362002342939377, -0.029636360704898834, -0.04120523855090141, 0.0007028059917502105, -0.08289605379104614, 0.01942855305969715, -0.03681928664445877, 0.011403695680201054, -0.12836384773254395, -0.025643067434430122, -0.07327815145254135, -0.004489339422434568, 0.057185735553503036, -0.014257535338401794, -0.053817570209503174, -0.0260790903121233, -0.018362103030085564, -0.06660263240337372, 0.05943400785326958, 0.00269124167971313, -0.04976317659020424, -7.086585243367242e-33, 0.010679882951080799, -0.04910113662481308, 0.05201215296983719, -0.0032771839760243893, 0.04449118301272392, -0.03988124057650566, 0.015964766964316368, 0.02840569242835045, 0.04258375242352486, -0.037342462688684464, -0.04753079265356064, -0.0456542931497097, 0.0021907074842602015, 0.04449297860264778, -0.01307549700140953, -0.028652586042881012, -0.0018961024470627308, -0.059499070048332214, -0.05356936901807785, 0.039252910763025284, 0.09177752584218979, 0.008302715606987476, -0.08624664694070816, 0.07272163033485413, 0.018456537276506424, 0.042427465319633484, 0.0031759359408169985, 0.06841150671243668, 0.07719452679157257, -0.023253431543707848, -0.06283436715602875, 0.013093213550746441, -0.046398766338825226, 0.02935701422393322, 0.02841316908597946, -0.002353331772610545, 0.03371251001954079, 0.12206998467445374, -0.060170769691467285, 0.00336589477956295, 0.048747867345809937, -0.009565423242747784, -0.05815692991018295, 0.01680746302008629, 0.05930624157190323, 0.012832405045628548, 0.013264315202832222, 0.09037034213542938, -0.043305616825819016, -0.017269525676965714, 0.016997087746858597, 0.031095609068870544, -0.015142083168029785, 0.0999351441860199, 0.004862981848418713, 0.09840533137321472, -0.005510436370968819, -0.000406548468163237, -0.037641797214746475, -0.0538516528904438, 0.027348903939127922, 0.025038285180926323, -0.04581420496106148, -0.03781028091907501, 0.09659326076507568, -0.045592084527015686, -0.017031313851475716, -0.0810280293226242, -0.05262976139783859, -0.012093279510736465, -0.016790764406323433, -0.004092725925147533, -0.01678592711687088, -0.050444867461919785, 0.09543042629957199, -0.060857776552438736, -0.052490610629320145, -0.11580021679401398, -0.009418620727956295, 0.11209137737751007, -0.11999496072530746, 0.030105847865343094, 0.02125300094485283, 0.08250723034143448, 0.013408408500254154, 0.014658872038125992, 0.06190814450383186, 0.12918467819690704, -0.013324987143278122, 0.009100144729018211, -0.04300203174352646, -0.06264473497867584, -0.026576047763228416, 0.03588613495230675, -0.0407288484275341, -5.604012542903547e-8, -0.01602417789399624, 0.01639746129512787, -0.060418155044317245, 0.05943187698721886, 0.06488575041294098, 0.040932636708021164, -0.03161223605275154, -0.055192768573760986, 0.02593149244785309, -0.02807675488293171, -0.04734627902507782, 0.026518594473600388, 0.0036809786688536406, 0.013848853297531605, 0.004896812606602907, -0.07153366506099701, -0.0037280407268553972, -0.03212665021419525, -0.06894705444574356, -0.07502653449773788, -0.06262270361185074, 0.024067599326372147, 0.02385154739022255, 0.011447484605014324, -0.08385924994945526, -0.019864821806550026, 0.053892284631729126, 0.07947168499231339, 0.010422696359455585, -0.013413339853286743, 0.022775491699576378, -0.0653742253780365, -0.0004399821918923408, -0.017724983394145966, -0.09721537679433823, 0.09250038862228394, 0.003651849925518036, 0.057708512991666794, 0.04197314754128456, 0.000700532691553235, 0.0643698126077652, 0.03585127741098404, -0.08815042674541473, 0.05923062190413475, -0.03124706633388996, -0.037946101278066635, -0.10137593001127243, -0.007119240704923868, 0.04124358296394348, -0.07035587728023529, -0.002956478390842676, -0.08335723727941513, 0.017684847116470337, 0.07369659841060638, 0.012785768136382103, 0.04918008670210838, 0.031024277210235596, -0.05894386023283005, 0.06644724309444427, 0.1102316603064537, 0.11587782204151154, -0.03550593927502632, 0.00769527442753315, -0.01922636292874813 ]
0.065974
terms {pull}24941[#24941] (issue: {issue}24788[#24788]) \* Correctly set doc\_count when MovAvg "predicts" values on existing buckets {pull}24892[#24892] (issue: {issue}24327[#24327]) \* DateHistogram: Fix `extended\_bounds` with `offset` {pull}23789[#23789] (issue: {issue}23776[#23776]) \* Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query {pull}23241[#23241] (issue: {issue}22881[#22881]) Aliases:: \* mget with an alias shouldn't ignore alias routing {pull}25697[#25697] (issue: {issue}25696[#25696]) \* GET aliases should 404 if aliases are missing {pull}25043[#25043] (issue: {issue}24644[#24644]) Allocation:: \* Fix DiskThresholdMonitor flood warning {pull}26204[#26204] (issue: {issue}26201[#26201]) \* Allow wildcards for shard IP filtering {pull}26187[#26187] (issues: {issue}22591[#22591], {issue}26184[#26184]) Analysis:: \* Pre-configured shingle filter should disable graph analysis {pull}25853[#25853] (issue: {issue}25555[#25555]) \* PatternAnalyzer should lowercase wildcard queries when `lowercase` is true. {pull}24967[#24967] CAT API:: \* Fix NPE for /\_cat/indices when no primary shard {pull}26953[#26953] (issue: {issue}26942[#26942]) CRUD:: \* Serialize and expose timeout of acknowledged requests in REST layer {pull}26189[#26189] (issue: {issue}26213[#26213]) \* Fix silent loss of last command to \_bulk and \_msearch due to missing newline {pull}25740[#25740] (issue: {issue}7601[#7601]) Cache:: \* Reduce the default number of cached queries. {pull}26949[#26949] (issue: {issue}26938[#26938]) \* fix bug of weight computation {pull}24856[#24856] Circuit Breakers:: \* Checks the circuit breaker before allocating bytes for a new big array {pull}25010[#25010] (issue: {issue}24790[#24790]) Cluster:: \* Register setting `cluster.indices.tombstones.size` {pull}26193[#26193] (issue: {issue}26191[#26191]) Core:: \* Correctly encode warning headers {pull}27269[#27269] (issue: {issue}27244[#27244]) \* Fix cache compute if absent for expired entries {pull}26516[#26516] \* Timed runnable should delegate to abstract runnable {pull}27095[#27095] (issue: {issue}27069[#27069]) \* Stop invoking non-existent syscall {pull}27016[#27016] (issue: {issue}20179[#20179]) \* MetaData Builder doesn't properly prevent an alias with the same name as an index {pull}26804[#26804] \* Release operation permit on thread-pool rejection {pull}25930[#25930] (issue: {issue}25863[#25863]) \* Node should start up despite of a lingering `.es\_temp\_file` {pull}21210[#21210] (issue: {issue}21007[#21007]) \* Fix cache expire after access {pull}24546[#24546] Dates:: \* Fix typo in date format {pull}26503[#26503] (issue: {issue}26500[#26500]) Discovery:: \* MasterNodeChangePredicate should use the node instance to detect master change {pull}25877[#25877] (issue: {issue}25471[#25471]) Engine:: \* Die with dignity while merging {pull}27265[#27265] (issue: {issue}19272[#19272]) \* Engine - do not index operations with seq# lower than the local checkpoint into lucene {pull}25827[#25827] (issues: {issue}1[#1], {issue}2[#2], {issue}25592[#25592]) Geo:: \* Fix typo in GeoUtils#isValidLongitude {pull}25121[#25121] Highlighting:: \* Fix percolator highlight sub fetch phase to not highlight query twice {pull}26622[#26622] \* FastVectorHighlighter should not cache the field query globally {pull}25197[#25197] (issue: {issue}25171[#25171]) \* Higlighters: Fix MultiPhrasePrefixQuery rewriting {pull}25103[#25103] (issue: {issue}25088[#25088]) \* Fix nested query highlighting {pull}26305[#26305] (issue: {issue}26230[#26230]) Index APIs:: \* Shrink API should ignore templates {pull}25380[#25380] (issue: {issue}25035[#25035]) \* Rollover max docs should only count primaries {pull}24977[#24977] (issue: {issue}24217[#24217]) \* Validates updated settings on closed indices {pull}24487[#24487] (issue: {issue}23787[#23787]) Ingest:: \* date processor should not fail if timestamp is specified as json number {pull}26986[#26986] (issue: {issue}26967[#26967]) \* date\_index\_name processor should not fail if timestamp is specified as json number {pull}26910[#26910] (issue: {issue}26890[#26890]) \* Sort Processor does not have proper behavior with targetField {pull}25237[#25237] (issue: {issue}24133[#24133]) \* fix grok's pattern parsing to validate pattern names in expression {pull}25063[#25063] (issue: {issue}22831[#22831]) \* Remove support for Visio and potm files {pull}22079[#22079] (issue: {issue}22077[#22077]) \* Fix floating-point error when DateProcessor parses UNIX {pull}24947[#24947] \* add option for \_ingest.timestamp to use new ZonedDateTime (5.x backport) {pull}24030[#24030] (issues: {issue}23168[#23168], {issue}23174[#23174]) Inner Hits:: \* Do not allow inner hits that fetch \_source and have a non nested object field as parent {pull}25749[#25749] (issue: {issue}25315[#25315]) \* When fetching nested inner hits only access stored fields when needed {pull}25864[#25864] (issue: {issue}6[#6]) \* If size / offset are out of bounds just do a plain count {pull}20556[#20556] (issue: {issue}20501[#20501]) \* Fix Source filtering in new field collapsing feature {pull}24068[#24068] (issue: {issue}24063[#24063]) Internal:: \* Bump version to 6.0.1 [OPEN] {pull}27386[#27386] \* `IndexShard.routingEntry` should only be updated once all
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.04571171849966049, 0.010612689889967442, 0.05090204253792763, 0.03739568218588829, -0.01688559353351593, -0.031076181679964066, 0.023375673219561577, -0.0002808601420838386, -0.02026829682290554, 0.019176170229911804, -0.015972530469298363, -0.07308981567621231, 0.08062069118022919, -0.040453728288412094, -0.025345738977193832, 0.08938153833150864, -0.09765288978815079, -0.011814882047474384, -0.030368013307452202, -0.007750449702143669, 0.04601224884390831, 0.19669154286384583, -0.04099593684077263, 0.02619594894349575, -0.038540810346603394, -0.008828272111713886, -0.09830564260482788, 0.023309653624892235, 0.013050738722085953, -0.024904372170567513, 0.04181762784719467, 0.15709149837493896, -0.09926865249872208, 0.052434589713811874, 0.030452905222773552, 0.03063071519136429, -0.05439009889960289, 0.02985398843884468, 0.050139814615249634, 0.0060110511258244514, 0.07627855241298676, -0.005049586296081543, 0.07804805040359497, -0.04094303771853447, -0.05572778731584549, -0.04001186415553093, 0.015271032229065895, -0.036336492747068405, -0.052367083728313446, 0.037916399538517, -0.07443243265151978, -0.044072724878787994, 0.0018488912610337138, 0.060756865888834, 0.035644516348838806, -0.018577512353658676, -0.0850718691945076, 0.02705349773168564, -0.003067457117140293, -0.08552214503288269, -0.07568284869194031, -0.07830791175365448, -0.02791382186114788, -0.05215686187148094, -0.07352260500192642, -0.040426358580589294, 0.038630567491054535, 0.01428899634629488, 0.04005898907780647, 0.04788454994559288, -0.02454899623990059, 0.051933884620666504, -0.11397575587034225, -0.0009562777704559267, -0.007458667736500502, 0.13553214073181152, 0.024538559839129448, 0.003290222492069006, -0.009593836963176727, -0.09628584235906601, -0.05566868931055069, -0.02244712971150875, 0.00398819288238883, -0.013616899028420448, 0.026797764003276825, -0.03879409655928612, -0.009250539354979992, -0.003595363814383745, 0.10057678818702698, -0.0120445117354393, 0.0006852729129604995, -0.09384839236736298, 0.05945594608783722, 0.041236571967601776, 0.09451443701982498, 0.01259154174476862, 0.02479798160493374, -0.050374094396829605, 0.07841332256793976, 0.08562228083610535, 0.006255366839468479, 0.014275096356868744, -0.06792669743299484, -0.025762148201465607, -0.004553266800940037, 0.009172258898615837, -0.013730693608522415, -0.05160657688975334, -0.03579556569457054, 0.037169087678194046, -0.01799914985895157, 0.051217615604400635, 0.09100108593702316, -0.06695681810379028, 0.01916719414293766, -0.01442844606935978, 0.038707755506038666, -0.011921791359782219, -0.08385362476110458, 0.02580801025032997, 0.04117155447602272, -0.0025103429798036814, 0.03425518795847893, -0.013342048972845078, -0.05000023916363716, 0.04289479926228523, -0.009589280933141708, 9.594274688816121e-33, 0.054660581052303314, -0.07809123396873474, 0.018890380859375, -0.057651445269584656, 0.0501982718706131, 0.06518162041902542, -0.009974164888262749, 0.0382017120718956, -0.023847432807087898, 0.016114620491862297, -0.04125093296170235, 0.04111013934016228, 0.012183794751763344, -0.04432796686887741, -0.02640608139336109, 0.015116972848773003, 0.09672187268733978, 0.033540915697813034, -0.03531196340918541, 0.04384185001254082, -0.007786609698086977, -0.08461938053369522, -0.06392068415880203, -0.0010764716425910592, -0.021293768659234047, 0.036539655178785324, -0.019355174154043198, 0.01235879771411419, 0.04737287014722824, 0.002486488549038768, -0.0042584300972521305, 0.06257417052984238, 0.05142547935247421, -0.01883622445166111, 0.08874456584453583, -0.01291041448712349, -0.020582666620612144, -0.030505750328302383, -0.06711755692958832, -0.05470503866672516, -0.06272480636835098, 0.0042155650444328785, -0.004090463742613792, -0.032012078911066055, 0.022622698917984962, -0.04515790566802025, 0.01820448413491249, -0.021345628425478935, 0.03791043907403946, 0.03756249323487282, -0.019570529460906982, -0.03854101896286011, -0.0029641850851476192, -0.035536643117666245, -0.01776168867945671, -0.09691453725099564, -0.07589834928512573, 0.030444536358118057, 0.0028638727962970734, 0.06980530917644501, -0.04992787539958954, 0.03516891598701477, 0.028648465871810913, -0.07640203088521957, 0.04736359789967537, 0.010514293797314167, 0.01376482006162405, 0.13050341606140137, -0.0127181401476264, 0.02685702219605446, 0.08028241991996765, 0.03795293718576431, 0.012921970337629318, 0.034425970166921616, 0.02803739719092846, -0.08682090789079666, 0.07323074340820312, -0.020614981651306152, 0.044206179678440094, -0.041075535118579865, 0.01770303025841713, -0.05740972235798836, 0.0029540862888097763, 0.007421131245791912, -0.0268800538033247, 0.017093105241656303, 0.01488296128809452, 0.007925301790237427, -0.07519295066595078, 0.019601522013545036, -0.05960497260093689, 0.006042407359927893, -0.06955122202634811, -0.020988285541534424, 0.002690110122784972, -9.895611930965445e-33, 0.05552342161536217, 0.04030846431851387, -0.0205509252846241, -0.030278081074357033, -0.02607778087258339, -0.08413704484701157, 0.11451204866170883, 0.07173430919647217, 0.05703369155526161, -0.07188256829977036, -0.07092756778001785, -0.025828741490840912, 0.008344599977135658, -0.03519356995820999, 0.0300570297986269, -0.024579381570219994, -0.06399255245923996, -0.13445322215557098, -0.043476589024066925, 0.05895516648888588, 0.005758452229201794, 0.009972180239856243, -0.1019853949546814, 0.06959131360054016, -0.03977110609412193, 0.030954448506236076, 0.018149420619010925, 0.006947628688067198, -0.10039811581373215, -0.0038868654519319534, 0.0031376820988953114, -0.10143183171749115, -0.12300213426351547, -0.02099384367465973, 0.05822953209280968, -0.09086695313453674, 0.00017285718058701605, 0.09367747604846954, -0.022249553352594376, 0.026151660829782486, 0.028012018650770187, 0.04626239836215973, -0.005658614914864302, 0.0595734603703022, 0.023449648171663284, 0.017668286338448524, 0.05909999459981918, 0.0825115293264389, 0.05950715020298958, -0.021776951849460602, 0.0022737649269402027, 0.011814186349511147, -0.010663570836186409, 0.051776595413684845, 0.0364343635737896, -0.0009713267791084945, 0.013305526226758957, -0.06525582075119019, -0.030865086242556572, -0.05111416056752205, 0.01345377042889595, 0.04817957058548927, -0.009948577731847763, -0.04033893719315529, 0.052690539509058, -0.057712532579898834, -0.05709969252347946, -0.034928686916828156, 0.014125664718449116, 0.0065302299335598946, -0.02826061099767685, -0.08381368219852448, -0.004099398851394653, -0.10143467038869858, 0.06442628800868988, -0.012501553632318974, -0.0034018580336123705, -0.08068264275789261, 0.05430126562714577, 0.09187629073858261, -0.053094442933797836, 0.06626927107572556, 0.03125257045030594, 0.015126543119549751, 0.01029555406421423, 0.06932418048381805, -0.02555779367685318, 0.07714341580867767, 0.0425739586353302, 0.01214118767529726, -0.02894037775695324, -0.029335465282201767, 0.006836826913058758, 0.0386955626308918, -0.03454931452870369, -6.038578703737585e-8, -0.008122548460960388, 0.0279537383466959, -0.058266155421733856, 0.05258888378739357, 0.06851615756750107, 0.03225954622030258, -0.07312777638435364, 0.04188092425465584, -0.023382795974612236, 0.03802509605884552, 0.0938677117228508, -0.0032844042871147394, -0.06272592395544052, 0.047836050391197205, 0.024752404540777206, -0.06636971980333328, -0.01596681773662567, 0.012868176214396954, -0.08907192945480347, -0.10016298294067383, -0.09193270653486252, -0.02605925127863884, 0.0024518670979887247, -0.004176697693765163, 0.03132307529449463, -0.05120404064655304, 0.006629617419093847, 0.03984779119491577, -0.010216179303824902, 0.028856251388788223, 0.012119357474148273, -0.017827993258833885, -0.02239970862865448, -0.002948477165773511, -0.03472086787223816, 0.04116535931825638, -0.018914762884378433, 0.01604289375245571, 0.0001487034314777702, -0.03386895731091499, 0.03706829249858856, 0.0038937691133469343, 0.04039858281612396, 0.05716916173696518, -0.038986917585134506, -0.054426562041044235, 0.010990501381456852, 0.046262048184871674, 0.11653999239206314, -0.04809756204485893, 0.0021978544536978006, -0.011111441068351269, 0.022670306265354156, 0.13600586354732513, 0.06643978506326675, -0.04378931596875191, 0.010566618293523788, -0.04674563556909561, -0.012819129042327404, 0.0022795635741204023, 0.04212040826678276, -0.14867016673088074, -0.043812789022922516, 0.05421404913067818 ]
-0.004968
when needed {pull}25864[#25864] (issue: {issue}6[#6]) \* If size / offset are out of bounds just do a plain count {pull}20556[#20556] (issue: {issue}20501[#20501]) \* Fix Source filtering in new field collapsing feature {pull}24068[#24068] (issue: {issue}24063[#24063]) Internal:: \* Bump version to 6.0.1 [OPEN] {pull}27386[#27386] \* `IndexShard.routingEntry` should only be updated once all internal state is ready {pull}26776[#26776] \* Catch exceptions and inform handler in RemoteClusterConnection#collectNodes {pull}26725[#26725] (issue: {issue}26700[#26700]) \* Internal: Add versionless alias for rest client codebase in policy files {pull}26521[#26521] \* Upgrade Lucene to version 7.0.1 {pull}26926[#26926] \* Fix BytesReferenceStreamInput#skip with offset {pull}25634[#25634] \* Fix race condition in RemoteClusterConnection node supplier {pull}25432[#25432] \* Initialise empty lists in BaseTaskResponse constructor {pull}25290[#25290] \* Extract a common base class for scroll executions {pull}24979[#24979] (issue: {issue}16555[#16555]) \* Obey lock order if working with store to get metadata snapshots {pull}24787[#24787] (issue: {issue}24481[#24481]) \* Fix Version based BWC and set correct minCompatVersion {pull}24732[#24732] \* Fix `\_field\_caps` serialization in order to support {ccs} {pull}24722[#24722] \* Avoid race when shutting down controller processes {pull}24579[#24579] \* Fix handling of document failure exception in InternalEngine {pull}22718[#22718] \* Ensure remote cluster is connected before fetching `\_field\_caps` {pull}24845[#24845] (issue: {issue}24763[#24763]) Java API:: \* BulkProcessor flush runnable preserves the thread context from creation time {pull}26718[#26718] (issue: {issue}26596[#26596]) Java High Level REST Client:: \* Make RestHighLevelClient's Request class public {pull}26627[#26627] (issue: {issue}26455[#26455]) \* Forbid direct usage of ContentType.create() methods {pull}26457[#26457] (issues: {issue}22769[#22769], {issue}26438[#26438]) \* Make ShardSearchTarget optional when parsing ShardSearchFailure {pull}27078[#27078] (issue: {issue}27055[#27055]) Java REST Client:: \* Better message text for ResponseException {pull}26564[#26564] \* rest-client-sniffer: configurable threadfactory {pull}26897[#26897] Logging:: \* Allow not configure logging without config {pull}26209[#26209] (issues: {issue}20575[#20575], {issue}24076[#24076]) Mapping:: \* Allow copying from a field to another field that belongs to the same nested object. {pull}26774[#26774] (issue: {issue}26763[#26763]) \* Fixed bug that mapper\_parsing\_exception is thrown for numeric field with ignore\_malformed=true when inserting "NaN" {pull}25967[#25967] (issue: {issue}25289[#25289]) \* Coerce decimal strings for whole number types by truncating the decimal part {pull}25835[#25835] (issue: {issue}25819[#25819]) \* Fix parsing of ip range queries. {pull}25768[#25768] (issue: {issue}25636[#25636]) \* Disable date field mapping changing {pull}25285[#25285] (issue: {issue}25271[#25271]) \* Correctly enable \_all for older 5.x indices {pull}25087[#25087] (issue: {issue}25068[#25068]) \* token\_count datatype should handle null value {pull}25046[#25046] (issue: {issue}24928[#24928]) \* keep \_parent field while updating child type mapping {pull}24407[#24407] (issue: {issue}23381[#23381]) \* ICUCollationKeywordFieldMapper use SortedSetDocValuesField {pull}26267[#26267] \* Fix serialization of the `\_all` field. {pull}26143[#26143] (issue: {issue}26136[#26136]) More Like This:: \* Pass over \_routing value with more\_like\_this items to be retrieved {pull}24679[#24679] (issue: {issue}23699[#23699]) NOT CLASSIFIED:: \* DocumentMissingException during Logstash scripted upsert [ISSUE] {pull}27148[#27148] \* An assertion trips when master opens an index from before 5.x [ISSUE] {pull}24809[#24809] Nested Docs:: \* In case of a single type the \_id field should be added to the nested document instead of \_uid field {pull}25149[#25149] \* Inner hits source filtering not working [ISSUE] {pull}23090[#23090] Network:: \* Fixed ByteBuf leaking in org.elasticsearch.http.netty4.Netty4HttpRequestHandler {pull}27222[#27222] (issues: {issue}3[#3], {issue}4[#4], {issue}5[#5], {issue}6[#6]) \* Check for closed connection while opening {pull}26932[#26932] \* Ensure pending transport handlers are invoked for all channel failures {pull}25150[#25150] \* Notify onConnectionClosed rather than onNodeDisconnect to prune transport handlers {pull}24639[#24639] (issues: {issue}24557[#24557], {issue}24575[#24575], {issue}24632[#24632]) \* Release pipelined http responses on close {pull}26226[#26226] \* Fix error message if an incompatible node connects {pull}24884[#24884] Packaging:: \* Fix handling of Windows paths containing parentheses {pull}26916[#26916] (issue: {issue}26454[#26454]) \* Exit Windows scripts promptly on failure {pull}25959[#25959] \* Pass config path as a system property {pull}25943[#25943] \* ES\_HOME needs to be made absolute before attempt at traversal {pull}25865[#25865] \* Fix elasticsearch-keystore handling of path.conf {pull}25811[#25811] \* Stop disabling explicit GC {pull}25759[#25759] \* Avoid failing install if system-sysctl is masked {pull}25657[#25657] (issue: {issue}24234[#24234]) \* Get short path name for native controllers {pull}25344[#25344]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ 0.007341495715081692, 0.010618087835609913, 0.04315926507115364, 0.02534669078886509, 0.019533779472112656, -0.010136211290955544, -0.05379965901374817, -0.006717083975672722, -0.03591672331094742, 0.07304174453020096, -0.036972422152757645, -0.014720756560564041, 0.002387055428698659, -0.04171956703066826, -0.011976654641330242, 0.0857694149017334, -0.06446408480405807, 0.02356984280049801, -0.0198647603392601, 0.01290107425302267, 0.015508757904171944, 0.127567857503891, -0.014696414582431316, 0.01858663000166416, -0.05187831446528435, -0.01727793738245964, -0.0961821898818016, -0.027849970385432243, 0.014287875965237617, -0.00677242549136281, -0.0265298280864954, 0.06942620128393173, -0.15785793960094452, 0.07857955992221832, 0.025462208315730095, 0.03529778867959976, 0.020284706726670265, 0.07286402583122253, 0.0012335049686953425, 0.056863460689783096, 0.11129552870988846, -0.01945735700428486, 0.08880994468927383, -0.047372717410326004, -0.04300785809755325, -0.09241686761379242, -0.01982172578573227, 0.006750363856554031, -0.03181450068950653, -0.009968926198780537, -0.04209524393081665, -0.003023793688043952, 0.009839254431426525, 0.0342080257833004, 0.10652761906385422, 0.01350416149944067, -0.03862180560827255, 0.031281404197216034, -0.036182951182127, -0.020404107868671417, 0.05280497670173645, -0.08567214012145996, 0.025219960138201714, -0.09014538675546646, -0.04691583290696144, -0.020871687680482864, 0.04838651791214943, -0.0316864512860775, 0.01827435940504074, -0.013394737616181374, -0.046055782586336136, 0.04460573568940163, -0.12002040445804596, -0.02405555360019207, 0.02154347114264965, 0.11407685279846191, -0.009183610789477825, 0.03152894228696823, 0.029502851888537407, -0.13235072791576385, 0.010789136402308941, -0.06203439459204674, 0.017779704183340073, 0.057255443185567856, -0.003240625374019146, -0.048046160489320755, 0.024416843429207802, -0.04168226942420006, 0.07158563286066055, 0.04057462140917778, 0.0576833114027977, -0.07470902800559998, 0.041011106222867966, -0.005724113900214434, 0.05011773109436035, 0.04263553395867348, -0.07139560580253601, 0.007689478807151318, -0.01752936840057373, 0.059219345450401306, 0.007161173969507217, -0.06307734549045563, -0.07899969816207886, 0.05280907824635506, -0.013927475549280643, -0.0011156718246638775, 0.029394520446658134, 0.038615431636571884, -0.03216361999511719, 0.0592404380440712, -0.018174147233366966, 0.08601074665784836, 0.029844162985682487, -0.0737944021821022, -0.0017350423149764538, 0.017967570573091507, 0.077772356569767, -0.01371658407151699, -0.08033031970262527, 0.07263214886188507, 0.05411122366786003, -0.0007654104847460985, 0.03681226074695587, 0.011626691557466984, -0.008321259170770645, 0.03410162776708603, 0.0572366900742054, 8.158259198440936e-33, 0.07543927431106567, 0.08672585338354111, -0.05450091511011124, -0.019763624295592308, 0.02438550628721714, 0.0008411353337578475, 0.06548432260751724, -0.002748513361439109, -0.05312734469771385, -0.025908442214131355, -0.06745831668376923, 0.05791909620165825, 0.0352136455476284, -0.12299794703722, 0.008787697181105614, -0.10491252690553665, 0.04807345196604729, 0.09189940243959427, 0.024853374809026718, -0.0021073054522275925, 0.00799698755145073, -0.09391742199659348, -0.02760104462504387, -0.006166120991110802, 0.01734597235918045, -0.008754003793001175, -0.040496788918972015, 0.056341785937547684, -0.02156270481646061, -0.005546383559703827, 0.0453062504529953, 0.038864731788635254, 0.09855174273252487, 0.029084311798214912, 0.009461154229938984, -0.09250738471746445, -0.03911581262946129, -0.022539246827363968, -0.010543090291321278, -0.08161100000143051, -0.007214908488094807, 0.026607345789670944, -0.0533299557864666, -0.01207828801125288, -0.003516698954626918, -0.03867384046316147, -0.0698346421122551, -0.019218361005187035, 0.05570881813764572, -0.040114376693964005, 0.03821675851941109, 0.013396038673818111, 0.0389670692384243, -0.057100165635347366, 0.039352476596832275, -0.0878867581486702, -0.037327662110328674, 0.025593573227524757, 0.01064784824848175, 0.04778238385915756, 0.010455441661179066, 0.014644610695540905, 0.0023167100735008717, -0.03681645542383194, 0.11853412538766861, 0.03357634320855141, -0.005796583369374275, 0.09808275103569031, -0.057385873049497604, -0.049749426543712616, -0.013890414498746395, 0.03819631412625313, 0.01870707981288433, 0.08979815989732742, 0.003883418859913945, -0.12433885782957077, -0.03898380696773529, -0.015788191929459572, 0.017327219247817993, -0.0950869768857956, -0.0462653711438179, 0.011807069182395935, 0.00553104979917407, -0.00505170039832592, 0.026165785267949104, 0.020323915407061577, -0.042689643800258636, 0.018939178436994553, -0.02558642253279686, 0.024817559868097305, -0.0011153054656460881, -0.05837048217654228, 0.010405777022242546, -0.03630512207746506, 0.03288803622126579, -7.060904365221622e-33, 0.0034673479385674, -0.05307304486632347, -0.031011244282126427, -0.021490877494215965, -0.030629104003310204, -0.06669279932975769, 0.060585446655750275, 0.07205718010663986, 0.02749054506421089, -0.04156305268406868, -0.026734156534075737, -0.03794826194643974, 0.01817183382809162, -0.04223064333200455, -0.032752636820077896, -0.009181756526231766, -0.03361032158136368, -0.09592372179031372, 0.008305591531097889, 0.06531741470098495, -0.01717895083129406, -0.01629050076007843, -0.14696969091892242, 0.0515577457845211, -0.04984115809202194, 0.03574831038713455, 0.020920485258102417, 0.0011352195870131254, -0.02568892575800419, -0.0657733604311943, 0.015718959271907806, -0.08177004754543304, -0.08250375837087631, 0.021088356152176857, -0.012789671309292316, -0.001254539005458355, -0.03190739452838898, 0.049113474786281586, -0.0037686116993427277, 0.03347985818982124, 0.05551421269774437, 0.020834362134337425, -0.04771710932254791, 0.0785178393125534, 0.04129759222269058, -0.04026331752538681, 0.06429074704647064, 0.06869161128997803, -0.11909482628107071, -0.05072018504142761, 0.0072821201756596565, 0.026430882513523102, 0.023496491834521294, 0.08858966827392578, -0.003905334509909153, 0.12221881747245789, 0.07423602044582367, -0.028729954734444618, -0.018987160176038742, 0.01684502512216568, 0.018326375633478165, 0.009855211712419987, -0.03309096395969391, -0.0040200985968112946, 0.07697868347167969, 0.000336286990204826, -0.03556912764906883, 0.032073862850666046, -0.05371851474046707, -0.018291179090738297, -0.004299684427678585, -0.09596939384937286, -0.03319653123617172, -0.020252307876944542, 0.1145624965429306, -0.029265299439430237, 0.05110587552189827, -0.04167449101805687, -0.006391027010977268, 0.08850421011447906, -0.10515622794628143, 0.04729817807674408, -0.025732990354299545, 0.01601523347198963, 0.062320444732904434, 0.024665363132953644, 0.039872147142887115, 0.08895029127597809, -0.015170824714004993, 0.012026323936879635, -0.04891211539506912, -0.041204288601875305, -0.001983004854992032, 0.0028630790766328573, 0.0015891605289652944, -5.8728772955873865e-8, 0.005807331297546625, 0.015919296070933342, -0.07655643671751022, 0.09336297959089279, 0.08252252638339996, 0.0674150213599205, -0.05173872411251068, 0.0012606160016730428, -0.04591868445277214, -0.01170690730214119, -0.018233496695756912, 0.07635075598955154, -0.029802590608596802, 0.01923014596104622, 0.017741508781909943, -0.11723249405622482, -0.009950142353773117, 0.06062580645084381, -0.0680476725101471, -0.03773484751582146, -0.10256519913673401, -0.020309586077928543, 0.015347560867667198, -0.036869294941425323, 0.014801953919231892, -0.0700225979089737, 0.054158009588718414, 0.019504941999912262, 0.017047081142663956, 0.05205652117729187, -0.04789260774850845, -0.009270449168980122, 0.00586779834702611, 0.032974723726511, -0.07457542419433594, 0.10858278721570969, -0.02698647975921631, 0.020207935944199562, 0.012595885433256626, 0.03354773297905922, 0.06629285961389542, 0.04486788064241409, -0.001411051256582141, 0.019792787730693817, -0.014015701599419117, -0.020573660731315613, -0.07364404201507568, -0.038055554032325745, 0.10082098841667175, -0.045665472745895386, -0.06106165796518326, -0.05143388360738754, 0.011257897131145, 0.10210830718278885, 0.06725011020898819, 0.013526305556297302, -0.03262609243392944, -0.07951784878969193, 0.011925517581403255, 0.06403633207082748, -0.003228329587727785, -0.05893396586179733, -0.009418195113539696, 0.024449361488223076 ]
0.04179
as a system property {pull}25943[#25943] \* ES\_HOME needs to be made absolute before attempt at traversal {pull}25865[#25865] \* Fix elasticsearch-keystore handling of path.conf {pull}25811[#25811] \* Stop disabling explicit GC {pull}25759[#25759] \* Avoid failing install if system-sysctl is masked {pull}25657[#25657] (issue: {issue}24234[#24234]) \* Get short path name for native controllers {pull}25344[#25344] \* When stopping via systemd only kill the JVM, not its control group {pull}25195[#25195] \* remove remaining references to scripts directory {pull}24771[#24771] \* Handle parentheses in batch file path {pull}24731[#24731] (issue: {issue}24712[#24712]) \* Detect modified keystore on package removal {pull}26300[#26300] \* Create keystore on RPM and Debian package install {pull}26282[#26282] \* Add safer empty variable checking for Windows {pull}26268[#26268] (issue: {issue}26261[#26261]) \* Export HOSTNAME environment variable {pull}26262[#26262] (issues: {issue}25807[#25807], {issue}26255[#26255]) \* Fix daemonization command status test {pull}26196[#26196] (issue: {issue}26080[#26080]) \* Set RuntimeDirectory in systemd service {pull}23526[#23526] Parent/Child:: \* The default \_parent field should not try to load global ordinals {pull}25851[#25851] (issue: {issue}25849[#25849]) Percolator:: \* Also support query extraction for queries wrapped inside a ESToParentBlockJoinQuery {pull}26754[#26754] \* Fix range queries with date range based on current time in percolator queries. {pull}24666[#24666] (issue: {issue}23921[#23921]) Plugin Analysis Kuromoji:: \* Fix kuromoji default stoptags {pull}26600[#26600] (issue: {issue}26519[#26519]) Plugin Analysis Phonetic:: \* Fix beidermorse phonetic token filter for unspecified `languageset` {pull}27112[#27112] (issue: {issue}26771[#26771]) Plugin Discovery File:: \* Fix discovery-file plugin to use custom config path {pull}26662[#26662] (issue: {issue}26660[#26660]) Plugin Ingest Attachment:: \* Add missing mime4j library {pull}22764[#22764] (issue: {issue}22077[#22077]) Plugin Lang Painless:: \* Painless: allow doubles to be casted to longs. {pull}25936[#25936] Plugin Repository Azure:: \* Azure snapshots can not be restored anymore {pull}26778[#26778] (issues: {issue}22858[#22858], {issue}26751[#26751], {issue}26777[#26777]) \* Snapshot : azure module - accelerate the listing of files (used in delete snapshot) {pull}25710[#25710] (issue: {issue}25424[#25424]) \* Use Azure upload method instead of our own implementation {pull}26751[#26751] \* Make calls to CloudBlobContainer#exists privileged {pull}25937[#25937] (issue: {issue}25931[#25931]) Plugin Repository GCS:: \* Ensure that gcs client creation is privileged {pull}25938[#25938] (issue: {issue}25932[#25932]) Plugin Repository HDFS:: \* Add Log4j to SLF4J binding for repository-hdfs {pull}26514[#26514] (issue: {issue}26512[#26512]) \* Upgrading HDFS Repository Plugin to use HDFS 2.8.1 Client {pull}25497[#25497] (issue: {issue}25450[#25450]) Plugin Repository S3:: \* Avoid SecurityException in repository-S3 on DefaultS3OutputStream.flush() {pull}25254[#25254] (issue: {issue}25192[#25192]) \* Wrap getCredentials() in a doPrivileged() block {pull}23297[#23297] (issues: {issue}22534[#22534], {issue}23271[#23271]) Plugins:: \* X-Pack plugin download fails on Windows desktop [ISSUE] {pull}24570[#24570] \* Fix plugin installation permissions {pull}24527[#24527] (issue: {issue}24480[#24480]) Query DSL:: \* Fixed incomplete JSON body on count request making org.elasticsearch.rest.action.RestActions#parseTopLevelQueryBuilder go into endless loop {pull}26680[#26680] (issue: {issue}26083[#26083]) \* SpanNearQueryBuilder should return the inner clause when a single clause is provided {pull}25856[#25856] (issue: {issue}25630[#25630]) \* Refactor field expansion for match, multi\_match and query\_string query {pull}25726[#25726] (issues: {issue}25551[#25551], {issue}25556[#25556]) \* WrapperQueryBuilder should also rewrite the parsed query {pull}25480[#25480] REST:: \* Rest test fixes {pull}27354[#27354] \* Fix inconsistencies in the rest api specs for cat.snapshots {pull}26996[#26996] (issues: {issue}25737[#25737], {issue}26923[#26923]) \* Fix inconsistencies in the rest api specs for \*\_script {pull}26971[#26971] (issue: {issue}26923[#26923]) \* exists template needs a template name {pull}25988[#25988] \* Fix handling of invalid error trace parameter {pull}25785[#25785] (issue: {issue}25774[#25774]) \* Fix handling of exceptions thrown on HEAD requests {pull}25172[#25172] (issue: {issue}21125[#21125]) \* Fixed NPEs caused by requests without content. {pull}23497[#23497] (issue: {issue}24701[#24701]) \* Fix get mappings HEAD requests {pull}23192[#23192] (issue: {issue}21125[#21125]) Recovery:: \* Close translog view after primary-replica resync {pull}25862[#25862] (issue: {issue}24841[#24841]) Reindex API:: \* Fix update\_by\_query's default size parameter {pull}26784[#26784] (issue: {issue}26761[#26761]) \* Reindex: don't duplicate \_source parameter {pull}24629[#24629] (issue: {issue}24628[#24628]) \* Add qa module that tests reindex-from-remote against pre-5.0 versions of Elasticsearch {pull}24561[#24561] (issues: {issue}23828[#23828], {issue}24520[#24520]) Scroll:: \* Fix single shard scroll within a cluster with nodes in version `>= 5.3` and `<= 5.3` {pull}24512[#24512] Search:: \* Fail query when a sort
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.03463885188102722, -0.012949887663125992, 0.007036631926894188, -0.048872727900743484, 0.03869369253516197, -0.023300377652049065, 0.016264893114566803, 0.02010335586965084, 0.003113544313237071, 0.10049021989107132, 0.051807038486003876, -0.01970120519399643, 0.0035690271761268377, -0.03408302366733551, 0.008145984262228012, 0.052791185677051544, -0.038693033158779144, 0.057407669723033905, 0.0026540509425103664, 0.04129962623119354, 0.013878541067242622, 0.12839557230472565, -0.0073374295607209206, 0.022942455485463142, -0.10336487740278244, -0.02504718489944935, -0.09939692169427872, -0.003541523590683937, -0.011161867529153824, -0.021313650533556938, 0.0672101378440857, -0.0529366098344326, -0.04003812000155449, 0.002121448516845703, 0.0575610026717186, 0.16774345934391022, 0.014403685927391052, 0.006682912353426218, -0.02335093729197979, 0.020161734893918037, 0.0902627483010292, 0.03414575010538101, 0.055936750024557114, -0.07489561289548874, -0.06701260805130005, -0.059542082250118256, -0.0675729289650917, -0.05281597375869751, -0.09108685702085495, 0.012230061925947666, -0.026064421981573105, 0.044761862605810165, 0.05877089500427246, -0.054348383098840714, 0.0045427437871694565, 0.037855979055166245, 0.012077263556420803, 0.061459437012672424, 0.05725045129656792, -0.04836045578122139, 0.08384095132350922, -0.039565861225128174, -0.05034464970231056, -0.07955049723386765, -0.034852322190999985, 0.00610840180888772, 0.05644533038139343, -0.06028475984930992, 0.07699622213840485, -0.03380461037158966, 0.06543771177530289, -0.04527885094285011, -0.02512790448963642, -0.051481928676366806, 0.008061600849032402, 0.07713089138269424, -0.039943378418684006, 0.012092305347323418, -0.000958973600063473, -0.12392690032720566, -0.03527398034930229, -0.08367783576250076, -0.011852343566715717, 0.05358365923166275, -0.06127052381634712, 0.02324584685266018, -0.013006760738790035, -0.019830089062452316, 0.14015616476535797, 0.08352737128734589, 0.055622704327106476, -0.10727648437023163, 0.06912755221128464, -0.01293347030878067, 0.11842630058526993, 0.02203473262488842, -0.024021226912736893, 0.0020357670728117228, -0.03999114781618118, 0.021851522848010063, -0.041691865772008896, 0.04352397844195366, -0.007710056379437447, 0.04380819573998451, 0.045928746461868286, 0.006848412565886974, -0.06263943016529083, 0.02283332683146, -0.07569972425699234, -0.03745820373296738, 0.017535611987113953, 0.028699805960059166, 0.02957742102444172, 0.055880144238471985, 0.047786515206098557, 0.01933979243040085, 0.10696727782487869, -0.026250960305333138, -0.04675101488828659, 0.10492052882909775, 0.08603039383888245, -0.04153364896774292, 0.030842749401926994, 0.0035100914537906647, -0.029176386073231697, 0.12017810344696045, 0.01710401475429535, 8.902434549903787e-33, 0.01609015092253685, -0.024006418883800507, -0.05929388478398323, 0.01778586581349373, 0.005249944049865007, 0.029201311990618706, 0.010395596735179424, 0.017186423763632774, -0.012115946970880032, 0.04037698358297348, -0.0769883468747139, -0.015563669614493847, 0.0009319253149442375, -0.02983148582279682, -0.03801236301660538, -0.039053674787282944, 0.05465005338191986, -0.05332288518548012, -0.0069693271070718765, -0.01610829308629036, 0.1104971393942833, 0.029415270313620567, -0.02388174459338188, -0.008977768942713737, -0.04713204875588417, -0.06232456862926483, -0.068557009100914, 0.09201925992965698, 0.030354510992765427, -0.004664089065045118, 0.030308162793517113, -0.008087088353931904, 0.04348969832062721, 0.026764001697301865, 0.006170047912746668, -0.03683219850063324, 0.044391121715307236, -0.02724614553153515, -0.03864578902721405, -0.07057713717222214, -0.007177103776484728, 0.006247722078114748, -0.06285865604877472, 0.045793622732162476, 0.022898534312844276, -0.07723428308963776, -0.02173731103539467, -0.06181979924440384, 0.017643922939896584, 0.06434418261051178, -0.04534706473350525, 0.01403307169675827, 0.03213382884860039, -0.09244124591350555, 0.020853500813245773, -0.08165910840034485, -0.01603606529533863, 0.06983596086502075, -0.014645308256149292, 0.024809962138533592, 0.021092984825372696, 0.06837766617536545, 0.06044107303023338, 0.0599907785654068, 0.08256329596042633, -0.08230022341012955, 0.002837472129613161, -0.02145698107779026, -0.054599080234766006, 0.014815348200500011, -0.022434735670685768, 0.020778415724635124, 0.08869846910238266, -0.013631057925522327, 0.10105018317699432, -0.135076105594635, 0.042196810245513916, 0.010938065126538277, -0.025473514571785927, -0.056602418422698975, -0.01944679766893387, 0.02134849689900875, -0.03806506469845772, 0.02957781031727791, 0.052643656730651855, 0.04304070025682449, -0.0830574780702591, -0.049618955701589584, 0.018496062606573105, -0.04080776497721672, 0.00436819763854146, -0.0006538668530993164, -0.028480658307671547, -0.0025100749917328358, -0.04767758771777153, -8.871934879603764e-33, 0.02796597220003605, -0.011512687429785728, 0.049213312566280365, 0.033247850835323334, -0.024022839963436127, -0.02621554769575596, -0.04786131531000137, 0.0082428939640522, -0.02668996900320053, -0.062220506370067596, 0.007185934577137232, 0.0070528811775147915, 0.015011991374194622, 0.033542852848768234, 0.0452280268073082, -0.004861184861510992, 0.008113766089081764, -0.07743965834379196, 0.005265592131763697, -0.01590663194656372, -0.031369179487228394, 0.040008701384067535, -0.05991162732243538, 0.10737261176109314, -0.01703447289764881, -0.04312517121434212, -0.004966896492987871, 0.028589051216840744, -0.07765480130910873, -0.0007962859235703945, 0.018992038443684578, 0.008836866356432438, -0.06088368222117424, 0.10612059384584427, -0.10966718941926956, -0.0136871337890625, -0.041985105723142624, 0.10898839682340622, -0.07737927883863449, 0.006673085503280163, -0.017117822542786598, -0.004723806399852037, -0.01894768327474594, 0.007053735200315714, -0.01277423556894064, 0.026375822722911835, 0.09488093852996826, 0.024236304685473442, -0.05657966434955597, -0.046399567276239395, 0.0005415943451225758, -0.0023782725911587477, 0.051815178245306015, 0.04766958951950073, -0.007898090407252312, 0.035869091749191284, 0.07170794904232025, 0.013010680675506592, -0.06759674102067947, 0.015315772965550423, 0.07934905588626862, -0.01557604968547821, -0.052818600088357925, -0.021788666024804115, 0.04575927183032036, -0.08257770538330078, -0.04910228028893471, 0.024209437891840935, -0.05352463945746422, -0.05220679193735123, -0.00715450756251812, -0.03586695343255997, 0.013093571178615093, -0.046490203589200974, 0.08298426121473312, 0.006681782193481922, -0.0907527506351471, -0.07949715107679367, 0.023660851642489433, 0.003873421112075448, -0.019361155107617378, 0.03076130338013172, -0.033639464527368546, 0.04630231112241745, 0.02765563689172268, -0.006905685644596815, -0.09076379984617233, 0.048477157950401306, -0.0354437530040741, 0.03226751089096069, -0.011264526285231113, -0.07274768501520157, 0.05176669731736183, -0.00005167230119695887, 0.008253385312855244, -6.241447891852658e-8, 0.06872551888227463, 0.0004571902099996805, -0.06486525386571884, 0.010029030963778496, 0.06370364129543304, 0.06153198331594467, -0.05755435302853584, 0.024164272472262383, -0.014198476448655128, 0.035402391105890274, 0.0033731006551533937, 0.06959079205989838, -0.05582338571548462, 0.10962945222854614, -0.05793500691652298, -0.06881140917539597, -0.02489597722887993, 0.10614042729139328, -0.03898560628294945, -0.006914021447300911, -0.04869036003947258, -0.03147558122873306, 0.0026061907410621643, -0.004738776478916407, 0.03350488469004631, -0.04573015123605728, 0.05262051895260811, 0.0469127893447876, 0.014066513627767563, 0.01963920332491398, -0.030990412458777428, -0.05400951951742172, -0.0169264804571867, 0.06914280354976654, -0.11372613906860352, 0.07192210108041763, 0.019438408315181732, 0.04346058517694473, 0.03479514643549919, 0.07611223310232162, -0.022898932918906212, 0.0389077253639698, -0.07544831186532974, 0.015832532197237015, -0.1348455399274826, 0.005838992074131966, -0.05856357887387276, 0.07281700521707535, -0.022434137761592865, -0.029117831960320473, -0.017663370817899704, -0.037185847759246826, 0.015041387639939785, 0.1083701103925705, 0.030579805374145508, -0.030074017122387886, 0.015548466704785824, -0.0688709169626236, 0.008135647512972355, 0.07996392995119095, 0.005359630100429058, -0.049990106374025345, -0.04527968540787697, -0.04301008954644203 ]
-0.016518
Reindex: don't duplicate \_source parameter {pull}24629[#24629] (issue: {issue}24628[#24628]) \* Add qa module that tests reindex-from-remote against pre-5.0 versions of Elasticsearch {pull}24561[#24561] (issues: {issue}23828[#23828], {issue}24520[#24520]) Scroll:: \* Fix single shard scroll within a cluster with nodes in version `>= 5.3` and `<= 5.3` {pull}24512[#24512] Search:: \* Fail query when a sort is provided in conjunction with rescorers {pull}26510[#26510] \* Let search phases override max concurrent requests {pull}26484[#26484] (issue: {issue}26198[#26198]) \* Avoid stack overflow on search phases {pull}27069[#27069] (issue: {issue}27042[#27042]) \* Fix search\_after with geo distance sorting {pull}26891[#26891] \* Fix serialization errors when {ccs} goes to a single shard {pull}26881[#26881] (issue: {issue}26833[#26833]) \* Early termination with index sorting should not set terminated\_early in the response {pull}26597[#26597] (issue: {issue}26408[#26408]) \* Format doc values fields. {pull}22146[#22146] \* Fix term(s) query for range field {pull}25918[#25918] \* Caching a MinDocQuery can lead to wrong results. {pull}25909[#25909] \* Fix random score generation when no seed is provided. {pull}25908[#25908] \* Merge FunctionScoreQuery and FiltersFunctionScoreQuery {pull}25889[#25889] (issues: {issue}15709[#15709], {issue}23628[#23628]) \* Respect cluster alias in `\_index` aggs and queries {pull}25885[#25885] (issue: {issue}25606[#25606]) \* First increment shard stats before notifying and potentially sending response {pull}25818[#25818] \* Remove assertion about deviation when casting to a float. {pull}25806[#25806] (issue: {issue}25330[#25330]) \* Prevent skipping shards if a suggest builder is present {pull}25739[#25739] (issue: {issue}25658[#25658]) \* Ensure remote cluster alias is preserved in inner hits aggs {pull}25627[#25627] (issue: {issue}25606[#25606]) \* Do not search locally if remote index pattern resolves to no indices {pull}25436[#25436] (issue: {issue}25426[#25426]) \* Adds check for negative search request size {pull}25397[#25397] (issue: {issue}22530[#22530]) \* Make sure range queries are correctly profiled. {pull}25108[#25108] \* Fix RangeFieldMapper rangeQuery to properly handle relations {pull}24808[#24808] (issue: {issue}24744[#24744]) \* Fix ExpandSearchPhase when response contains no hits {pull}24688[#24688] (issue: {issue}24672[#24672]) \* Refactor simple\_query\_string to handle text part like multi\_match and query\_string {pull}26145[#26145] (issue: {issue}25726[#25726]) \* Fix `\_exists\_` in query\_string on empty indices. {pull}25993[#25993] (issue: {issue}25956[#25956]) \* Fix script field sort returning Double.MAX\_VALUE for all documents {pull}24942[#24942] (issue: {issue}24940[#24940]) \* Compute the took time of the query after the expand phase of field collapsing {pull}24902[#24902] (issue: {issue}24900[#24900]) Sequence IDs:: \* Fire global checkpoint sync under system context {pull}26984[#26984] \* Fix pre-6.0 response to unknown replication actions {pull}25744[#25744] (issue: {issue}10708[#10708]) \* Track local checkpoint on primary immediately {pull}25434[#25434] (issues: {issue}10708[#10708], {issue}25355[#25355], {issue}25415[#25415]) \* Initialize max unsafe auto ID timestamp on shrink {pull}25356[#25356] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Use correct primary term for replicating NOOPs {pull}25128[#25128] \* Handle already closed while filling gaps {pull}25021[#25021] (issue: {issue}24925[#24925]) \* TranslogWriter.assertNoSeqNumberConflict failure [ISSUE] {pull}26710[#26710] \* Avoid losing ops in file-based recovery {pull}22945[#22945] (issue: {issue}22484[#22484]) \* Handle primary failure handling replica response {pull}24926[#24926] (issue: {issue}24935[#24935]) Settings:: \* Emit settings deprecation logging on empty update {pull}27017[#27017] (issue: {issue}26419[#26419]) \* Fix filtering for ListSetting {pull}26914[#26914] \* Fix settings serialization to not serialize secure settings or not take the total size into account {pull}25323[#25323] \* Keystore CLI should use the AddFileKeyStoreCommand for files {pull}25298[#25298] \* Allow resetting settings that use an IP validator {pull}24713[#24713] (issue: {issue}24709[#24709]) \* Updating an unrecognized setting should error out with that reason [ISSUE] {pull}25607[#25607] \* Settings: Fix setting groups to include secure settings {pull}25076[#25076] (issue: {issue}25069[#25069]) Similarities:: \* Add boolean similarity to built in similarity types {pull}26613[#26613] Snapshot/Restore:: \* Snapshot/Restore: better handle incorrect chunk\_size settings in FS repo {pull}26844[#26844] (issue: {issue}26843[#26843]) \* Snapshot/Restore: Ensure that shard failure reasons are correctly stored in CS {pull}25941[#25941] (issue: {issue}25878[#25878]) \* Output all empty snapshot info fields if in verbose mode {pull}25455[#25455] (issue: {issue}24477[#24477]) \* Remove redundant and broken MD5 checksum from repository-s3 {pull}25270[#25270] (issue: {issue}25269[#25269]) \* Consolidates the logic for cleaning up snapshots on master election {pull}24894[#24894] (issue: {issue}24605[#24605]) \* Removes completed snapshot from cluster state on
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.06279032677412033, -0.03082890249788761, 0.08282200247049332, 0.018466651439666748, -0.027479706332087517, 0.008915115147829056, -0.036865364760160446, -0.08278102427721024, 0.018814288079738617, 0.07864239811897278, -0.022463081404566765, 0.02257120981812477, 0.024506952613592148, -0.03318057581782341, -0.04289315268397331, 0.04715076833963394, -0.06759218126535416, 0.012745143845677376, -0.0905899628996849, 0.0048761325888335705, 0.03902875632047653, 0.10538191348314285, 0.0115754883736372, 0.01873183436691761, -0.0663970410823822, -0.07277654111385345, -0.1424565613269806, -0.0029108007438480854, 0.03911367058753967, -0.03994284197688103, 0.03573630005121231, 0.07558241486549377, -0.12578542530536652, 0.042349498718976974, -0.017854591831564903, 0.11495701968669891, -0.07349749654531479, -0.07661908119916916, -0.011204235255718231, 0.005112116690725088, 0.03144879639148712, 0.0013314910465851426, 0.02068573422729969, -0.05104681849479675, -0.05101988837122917, -0.06468044221401215, -0.05014246329665184, 0.014429998584091663, -0.010746320709586143, -0.046542081981897354, -0.08992715179920197, -0.026479380205273628, 0.05364437401294708, 0.040907133370637894, 0.04940933361649513, 0.034081440418958664, 0.01924806647002697, -0.024307508021593094, 0.02705525979399681, -0.023507215082645416, 0.053092632442712784, -0.0708046555519104, 0.015718523412942886, -0.03784790262579918, -0.003472018986940384, -0.026120847091078758, 0.08396058529615402, -0.008704205974936485, 0.04482758045196533, 0.047503065317869186, 0.04470241814851761, -0.0061229863204061985, -0.0992133766412735, 0.02519758604466915, 0.07728332281112671, 0.08471982926130295, -0.07764086872339249, -0.011045437306165695, -0.06038343533873558, -0.03979063779115677, -0.041225168853998184, -0.10461542010307312, -0.012024855241179466, 0.03992154821753502, 0.06052045896649361, -0.05095371976494789, -0.014082876034080982, -0.0816558301448822, 0.09830276668071747, -0.020266195759177208, 0.010609667748212814, -0.0027964310720562935, 0.019119475036859512, 0.0018827785970643163, 0.09153588861227036, -0.0094732865691185, 0.010447004809975624, 0.049171339720487595, 0.007370322942733765, -0.003544591600075364, 0.03590068593621254, -0.00354415038600564, -0.02954784408211708, 0.04301304370164871, -0.017065363004803658, -0.07020188122987747, -0.0358935184776783, 0.048836059868335724, -0.056672535836696625, -0.004521040711551905, 0.03822685033082962, 0.023922353982925415, 0.043347060680389404, -0.015864700078964233, -0.04415837302803993, 0.03952545300126076, 0.08159574866294861, -0.06923831254243851, -0.036856282502412796, 0.06498173624277115, 0.07387522608041763, 0.00261794519610703, -0.023757731541991234, -0.00855309795588255, 0.019737187772989273, 0.06270851194858551, -0.023973647505044937, 6.960667757875098e-33, 0.04294431954622269, 0.02424038201570511, -0.012470385991036892, -0.07230090349912643, -0.007176422048360109, 0.07126829773187637, 0.039445921778678894, 0.025035478174686432, -0.08119416981935501, -0.041892170906066895, -0.053813789039850235, 0.04491889476776123, 0.03252733126282692, -0.0739121288061142, -0.03611879423260689, -0.09176001697778702, 0.09867732971906662, 0.05671549215912819, -0.07935434579849243, 0.03494784235954285, 0.05872146040201187, -0.07894106209278107, -0.039607077836990356, -0.035268791019916534, -0.036021724343299866, -0.010548656806349754, -0.010958313941955566, -0.029257405549287796, 0.005221199709922075, -0.0053558265790343285, -0.06090197339653969, 0.02611609734594822, 0.03739172965288162, 0.051944389939308167, 0.023027146235108376, 0.016007665544748306, 0.0223410502076149, 0.03142611309885979, -0.078123539686203, -0.039498791098594666, 0.00156175356823951, 0.048228729516267776, -0.02458387054502964, -0.05007871612906456, 0.09943897277116776, -0.08882222324609756, -0.08314132690429688, -0.009778352454304695, 0.051139604300260544, -0.024080106988549232, 0.002293872879818082, 0.0750308409333229, 0.049716319888830185, -0.05082045495510101, 0.045855600386857986, -0.07658184319734573, 0.04927188158035278, 0.08013485372066498, -0.04132882133126259, 0.14024153351783752, 0.010023390874266624, 0.03976090997457504, 0.03450248762965202, -0.019791634753346443, 0.0583912655711174, -0.00942157581448555, 0.07585429400205612, 0.12232481688261032, -0.034081555902957916, 0.07564501464366913, -0.0027708320412784815, 0.08984719961881638, 0.05307323485612869, 0.005362598691135645, 0.033995356410741806, -0.09548567235469818, -0.016931898891925812, 0.015802159905433655, 0.07432689517736435, -0.09143708646297455, -0.014014037325978279, -0.05714583396911621, -0.004302858375012875, 0.04130185395479202, -0.030784061178565025, -0.022562304511666298, -0.007910439744591713, 0.041100870817899704, -0.02635219134390354, 0.0018699615029618144, 0.029097357764840126, -0.0015209809644147754, -0.014702903106808662, -0.031562261283397675, -0.02840610034763813, -5.8865355502402466e-33, -0.00748369051143527, -0.03581259399652481, 0.018201390281319618, 0.03942929953336716, 0.01835905760526657, -0.06680703163146973, -0.007794378791004419, 0.02918318286538124, 0.0185584407299757, -0.08929862827062607, 0.02130323462188244, -0.0278791356831789, 0.058508824557065964, 0.013862228021025658, -0.031193120405077934, 0.0503804087638855, -0.00850607268512249, -0.11418494582176208, -0.004298841580748558, 0.009710879996418953, 0.03006720170378685, -0.015561592765152454, -0.056979112327098846, 0.10959809273481369, -0.06771223992109299, 0.0034922307822853327, 0.0654529482126236, -0.031018372625112534, 0.011163772083818913, -0.045843664556741714, 0.023075612261891365, -0.06919693201780319, -0.12273663282394409, 0.001885928912088275, 0.0025427069049328566, -0.00833648070693016, -0.016000481322407722, 0.050341684371232986, -0.01751720905303955, 0.10814264416694641, 0.03842358663678169, 0.04683247581124306, -0.04368780925869942, 0.018743911758065224, 0.027228564023971558, -0.02895384654402733, -0.023904643952846527, 0.02179804816842079, -0.023519247770309448, -0.07800360023975372, 0.00533680897206068, 0.004292117431759834, -0.01916918158531189, 0.03242472931742668, 0.0036644369829446077, 0.017306389287114143, -0.025086896494030952, 0.1091042309999466, -0.05578375235199928, -0.011559302918612957, 0.05375467613339424, 0.0364820696413517, -0.05312984064221382, -0.029388826340436935, 0.06268876045942307, -0.028183074668049812, -0.028802501037716866, -0.0537906289100647, -0.05804140120744705, 0.037382107228040695, -0.04092692956328392, -0.006724509410560131, -0.00390238338150084, -0.012643665075302124, 0.04123464226722717, 0.04851328581571579, -0.008175889030098915, -0.020987411960959435, 0.06899736076593399, 0.08624506741762161, -0.055704277008771896, 0.06545552611351013, 0.01707741618156433, 0.0749603807926178, -0.0021458484698086977, 0.07446470111608505, -0.04773009195923805, 0.12752854824066162, -0.011855431832373142, -0.02402537688612938, -0.012897648848593235, -0.10735879838466644, -0.061946675181388855, 0.012816829606890678, -0.0045709977857768536, -5.449867757079119e-8, 0.043955206871032715, 0.003428500611335039, -0.10379315167665482, 0.07298387587070465, 0.093361034989357, 0.028829526156187057, -0.012136311270296574, 0.036845605820417404, -0.06224178895354271, 0.018454601988196373, -0.0011580509599298239, 0.07268403470516205, 0.018638847395777702, 0.06442565470933914, 0.016816113144159317, -0.07799775898456573, -0.014863220043480396, -0.013035552576184273, -0.05410271883010864, -0.1091720461845398, -0.06890009343624115, 0.049350786954164505, 0.04086257144808769, 0.014054547064006329, -0.01088580023497343, -0.030175697058439255, 0.05582040548324585, 0.06098486855626106, 0.01753806136548519, -0.04532255604863167, -0.0412348173558712, -0.06770136207342148, -0.01736070029437542, -0.012590880505740643, -0.05935346335172653, 0.06247006356716156, -0.036496568471193314, 0.06727197021245956, -0.024633735418319702, 0.03170425817370415, -0.014501825906336308, 0.018573351204395294, -0.013688713312149048, 0.04150376096367836, -0.004494027234613895, -0.0184883214533329, -0.04805108159780502, 0.01536377239972353, 0.06856639683246613, -0.0668819472193718, -0.02303246594965458, -0.10350308567285538, 0.04829180985689163, 0.10230493545532227, 0.026783710345625877, 0.034713562577962875, -0.027202574536204338, -0.01805776171386242, 0.01393610518425703, 0.018240705132484436, 0.09248126298189163, -0.10199157148599625, -0.0009937654249370098, 0.06195773556828499 ]
0.023852
(issue: {issue}25878[#25878]) \* Output all empty snapshot info fields if in verbose mode {pull}25455[#25455] (issue: {issue}24477[#24477]) \* Remove redundant and broken MD5 checksum from repository-s3 {pull}25270[#25270] (issue: {issue}25269[#25269]) \* Consolidates the logic for cleaning up snapshots on master election {pull}24894[#24894] (issue: {issue}24605[#24605]) \* Removes completed snapshot from cluster state on master change {pull}24605[#24605] (issue: {issue}24452[#24452]) \* Keep snapshot restore state and routing table in sync {pull}20836[#20836] (issue: {issue}19774[#19774]) \* Master failover during snapshotting could leave the snapshot incomplete [OPEN] [ISSUE] {pull}25281[#25281] \* Fix inefficient (worst case exponential) loading of snapshot repository {pull}24510[#24510] (issue: {issue}24509[#24509]) Stats:: \* Fix RestGetAction name typo {pull}27266[#27266] \* Keep cumulative elapsed scroll time in microseconds {pull}27068[#27068] (issue: {issue}27046[#27046]) \* \_nodes/stats should not fail due to concurrent AlreadyClosedException {pull}25016[#25016] (issue: {issue}23099[#23099]) \* Avoid double decrement on current query counter {pull}24922[#24922] (issues: {issue}22996[#22996], {issue}24872[#24872]) \* Adjust available and free bytes to be non-negative on huge FSes {pull}24911[#24911] (issues: {issue}23093[#23093], {issue}24453[#24453]) Suggesters:: \* Fix division by zero in phrase suggester that causes assertion to fail {pull}27149[#27149] \* Context suggester should filter doc values field {pull}25858[#25858] (issue: {issue}25404[#25404]) \* Fix context suggester to read values from keyword type field {pull}24200[#24200] (issue: {issue}24129[#24129]) Templates:: \* Tests: Fix FullClusterRestartIT.testSnapshotRestore test failing in 6.x {pull}27218[#27218] (issue: {issue}27213[#27213]) Translog:: \* Fix Translog.Delete serialization for sequence numbers {pull}22543[#22543] Upgrade API:: \* Upgrade API: fix excessive logging and unnecessary template updates {pull}26698[#26698] (issue: {issue}26673[#26673]) [float] === Regressions Bulk:: \* Only re-parse operation if a mapping update was needed {pull}23832[#23832] (issue: {issue}23665[#23665]) Highlighting:: \* Fix Fast Vector Highlighter NPE on match phrase prefix {pull}25116[#25116] (issue: {issue}25088[#25088]) Search:: \* Always use DisjunctionMaxQuery to build cross fields disjunction {pull}25115[#25115] (issue: {issue}23966[#23966]) Sequence IDs:: \* Indexing performance degradation in 6.0.0-beta1 [ISSUE] {pull}26339[#26339] //[float] //=== Known Issues [float] === Upgrades Core:: \* Upgrade to Lucene 7.0.0 {pull}26744[#26744] \* Upgrade to lucene-7.0.0-snapshot-d94a5f0. {pull}26441[#26441] \* Upgrade to lucene-7.0.0-snapshot-a128fcb. {pull}26090[#26090] \* Upgrade to a Lucene 7 snapshot {pull}24089[#24089] (issues: {issue}23966[#23966], {issue}24086[#24086], {issue}24087[#24087], {issue}24088[#24088]) Logging:: \* Upgrade to Log4j 2.9.1 {pull}26750[#26750] (issues: {issue}109[#109], {issue}26464[#26464], {issue}26467[#26467]) \* Upgrade to Log4j 2.9.0 {pull}26450[#26450] (issue: {issue}23798[#23798]) Network:: \* Upgrade to Netty 4.1.13.Final {pull}25581[#25581] (issues: {issue}24729[#24729], {issue}6866[#6866]) \* Upgrade to Netty 4.1.11.Final {pull}24652[#24652] Plugin Ingest Attachment:: \* Update to Tika 1.14 {pull}21591[#21591] (issue: {issue}20390[#20390]) Upgrade API:: \* Improve stability and logging of TemplateUpgradeServiceIT tests {pull}25386[#25386] (issue: {issue}25382[#25382]) [[release-notes-6.0.0-rc2]] == {es} version 6.0.0-rc2 [float] [[breaking-6.0.0-rc2]] === Breaking Changes Inner Hits:: \* Return the \_source of inner hit nested as is without wrapping it into its full path context {pull}26982[#26982] (issues: {issue}26102[#26102], {issue}26944[#26944]) //[float] //=== Breaking Java Changes //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Core:: \* Ignore .DS\_Store files on macOS {pull}27108[#27108] (issue: {issue}23982[#23982]) Index Templates:: \* Fix error message for a put index template request without index\_patterns {pull}27102[#27102] (issue: {issue}27100[#27100]) Mapping:: \* Don't detect source's XContentType in DocumentParser.parseDocument() {pull}26880[#26880] Network:: \* Add additional low-level logging handler {pull}26887[#26887] \* Unwrap causes when maybe dying {pull}26884[#26884] Plugins:: \* Adjust SHA-512 supported format on plugin install {pull}27093[#27093] REST:: \* Cat shards bytes {pull}26952[#26952] [float] === Bug Fixes Aggregations:: \* Create weights lazily in filter and filters aggregation {pull}26983[#26983] \* Fix IndexOutOfBoundsException in histograms for NaN doubles (#26787) {pull}26856[#26856] (issue: {issue}26787[#26787]) \* Scripted\_metric \_agg parameter disappears if params are provided {pull}19863[#19863] (issue: {issue}19768[#19768]) CAT API:: \* Fix NPE for /\_cat/indices when no primary shard {pull}26953[#26953] (issue: {issue}26942[#26942]) Cache:: \* Reduce the default number of cached queries. {pull}26949[#26949] (issue: {issue}26938[#26938]) Core:: \* Timed runnable should delegate to abstract runnable {pull}27095[#27095] (issue: {issue}27069[#27069]) \* Stop invoking non-existent syscall {pull}27016[#27016] (issue: {issue}20179[#20179]) \* MetaData Builder doesn't properly prevent an alias with the same name as an index {pull}26804[#26804] Ingest:: \* date processor should
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.022248636931180954, -0.009841064922511578, 0.022204309701919556, -0.016612021252512932, 0.11415126919746399, -0.0444442443549633, -0.06713879853487015, -0.09678720682859421, -0.04403780400753021, 0.06564707309007645, 0.032650742679834366, 0.032748106867074966, 0.06236084923148155, -0.09180542081594467, -0.043627962470054626, 0.05405205488204956, -0.10584710538387299, 0.004694479983299971, -0.05453973263502121, 0.03635021299123764, -0.08113903552293777, 0.007204235997051001, -0.0595899261534214, 0.06402650475502014, 0.02412022091448307, 0.05414818599820137, -0.06862348318099976, 0.017489584162831306, -0.05225149542093277, -0.08901520073413849, 0.04917513206601143, 0.08679621666669846, -0.07742269337177277, -0.008855420164763927, 0.11348029226064682, 0.12913982570171356, -0.03341367095708847, 0.028005419299006462, 0.009987412951886654, -0.05479015037417412, 0.09155438840389252, -0.023138247430324554, 0.011325603350996971, -0.05091361328959465, -0.04609543830156326, 0.0011946409940719604, -0.058014292269945145, -0.01467376109212637, -0.021027931943535805, -0.010426555760204792, -0.025654714554548264, 0.033658742904663086, 0.0021269593853503466, 0.04315512999892235, 0.054124943912029266, 0.06314612179994583, -0.008406202308833599, -0.0287888515740633, -0.06190498173236847, -0.02707667089998722, 0.02902284264564514, -0.012056277133524418, -0.023811858147382736, -0.03772610425949097, 0.07701309770345688, 0.062309928238391876, 0.03284554183483124, -0.05186081677675247, 0.054666876792907715, 0.03675570338964462, 0.006377307698130608, 0.04504518583416939, -0.04688521847128868, 0.00798267126083374, -0.042674750089645386, 0.050644293427467346, 0.0029402156360447407, 0.0348474457859993, -0.03929557651281357, -0.02859368361532688, -0.026561783626675606, -0.022577837109565735, -0.04834356904029846, 0.015033244155347347, -0.03593225032091141, -0.021392228081822395, -0.06255529820919037, -0.050469834357500076, 0.04628229886293411, -0.003217722289264202, -0.003708805190399289, 0.009663613513112068, 0.11092334240674973, -0.015328154899179935, 0.06788859516382217, 0.006996790412813425, -0.020399820059537888, 0.006040461827069521, 0.03611507639288902, 0.05634576827287674, -0.00874042697250843, 0.008334335871040821, 0.009938819333910942, -0.051046766340732574, -0.02988090179860592, 0.05099762976169586, -0.03733627125620842, -0.017064139246940613, -0.07104576379060745, 0.015016200952231884, 0.02558542601764202, 0.0241604782640934, 0.032670311629772186, -0.041531603783369064, 0.06126236170530319, 0.012112090364098549, 0.04068935289978981, -0.008485827594995499, -0.13396689295768738, 0.00971994549036026, 0.04460667818784714, -0.052834704518318176, 0.01631820760667324, -0.01337318867444992, -0.05003735050559044, -0.003675151616334915, 0.025185944512486458, 9.305783395869377e-33, 0.05017806962132454, -0.038458630442619324, 0.01493761595338583, 0.028015660122036934, 0.0882052555680275, 0.08271664381027222, 0.03919927775859833, -0.09338901191949844, -0.020472539588809013, -0.00679747061803937, -0.0785270482301712, 0.04463886842131615, -0.005802852567285299, -0.12610796093940735, -0.034495383501052856, -0.05367337912321091, 0.02371147833764553, 0.1014876514673233, -0.027683308348059654, 0.05072518438100815, 0.04486460238695145, -0.061101965606212616, -0.08018923550844193, -0.01671472378075123, 0.0289536751806736, 0.06745254993438721, 0.08284507691860199, 0.010155760683119297, -0.009994239546358585, -0.015520663000643253, -0.02556806616485119, 0.04044146463274956, 0.04139469191431999, 0.003212473588064313, 0.01836385391652584, -0.027881426736712456, 0.016816390678286552, -0.0675445944070816, -0.10799264907836914, -0.010332837700843811, 0.003065200988203287, 0.05842815712094307, -0.046304650604724884, 0.003320577321574092, 0.04134616628289223, -0.07121402025222778, 0.02556169405579567, -0.0352768748998642, 0.05891674757003784, 0.03430098295211792, 0.049455028027296066, -0.03371317684650421, 0.07214480638504028, -0.15111564099788666, -0.11510495096445084, -0.08211593329906464, 0.00829112809151411, 0.009886625222861767, 0.018353989347815514, 0.07882457971572876, 0.008293171413242817, -0.022043796256184578, -0.03744335100054741, -0.06826405227184296, 0.08985091000795364, 0.10474425554275513, -0.03503398969769478, 0.10893115401268005, 0.053620968014001846, -0.007237602490931749, -0.05026433244347572, 0.004005501978099346, 0.04689229652285576, 0.011532540433108807, 0.07243271917104721, -0.05528320372104645, -0.008654809556901455, -0.01675286330282688, 0.0355859100818634, 0.001598487375304103, -0.060098130255937576, -0.04936368763446808, -0.058574650436639786, -0.006964485626667738, 0.0019467700039967895, -0.016004342585802078, -0.02308492735028267, -0.03728855028748512, -0.04198722913861275, 0.06293673813343048, 0.006191969849169254, -0.043738849461078644, 0.02109437994658947, 0.003206866094842553, -0.02685447409749031, -8.53216999244209e-33, 0.013014952652156353, -0.0867064818739891, -0.015012615360319614, 0.03390199691057205, 0.004808868281543255, -0.020245231688022614, 0.00496711814776063, 0.09426238387823105, 0.01034990418702364, -0.04007596895098686, -0.008843322284519672, -0.04529489204287529, 0.00045021160622127354, -0.0655098706483841, -0.045346688479185104, 0.026027822867035866, 0.07119621336460114, -0.10925134271383286, -0.015268120914697647, 0.08593941479921341, 0.09063646197319031, 0.03142387792468071, 0.006087579298764467, 0.10554787516593933, -0.02436855435371399, 0.09790650755167007, 0.0024333118926733732, -0.05116037279367447, 0.0806291475892067, -0.022280197590589523, 0.06512399762868881, -0.07018064707517624, -0.04631068930029869, 0.04763447493314743, 0.05585159733891487, -0.01775495521724224, -0.012431811541318893, 0.07795190811157227, -0.004383202642202377, 0.0159763153642416, 0.012602736242115498, 0.022966111078858376, -0.031124290078878403, 0.08416195958852768, 0.027408599853515625, 0.009567520581185818, 0.04447546601295471, 0.08099393546581268, -0.035901643335819244, -0.030623536556959152, 0.00011399487993912771, -0.04345032200217247, -0.031148424372076988, 0.09785567224025726, 0.031553566455841064, 0.05009474605321884, 0.04021429643034935, 0.0017991880886256695, -0.059042252600193024, 0.036900512874126434, 0.010809593833982944, -0.001383341383188963, -0.0679931566119194, -0.016366934403777122, 0.0828947052359581, -0.02756389230489731, 0.0009462376474402845, -0.0024122409522533417, -0.041356269270181656, 0.041343238204717636, -0.057378098368644714, -0.0074136215262115, 0.05083653703331947, -0.02666417881846428, 0.1316845864057541, 0.006972244009375572, -0.04182064160704613, -0.03250741586089134, 0.0235823392868042, 0.047923844307661057, -0.09722819924354553, 0.00993341114372015, -0.06120328605175018, -0.019669897854328156, 0.037730928510427475, -0.005484104622155428, 0.002636692486703396, 0.05623682588338852, 0.08110694587230682, 0.007854804396629333, -0.08717992901802063, -0.03968047350645065, 0.004060171078890562, 0.016276096925139427, -0.017684895545244217, -5.510483802595445e-8, 0.041911281645298004, 0.023981351405382156, -0.07354032248258591, 0.022282153367996216, 0.08860711008310318, -0.007383141666650772, -0.06465897709131241, 0.0308171845972538, 0.03151925280690193, -0.06570768356323242, 0.06189047917723656, 0.03834350407123566, -0.09895240515470505, -0.05321125686168671, -0.003794793039560318, -0.09286832809448242, -0.018754126504063606, 0.014866871759295464, -0.0641961321234703, -0.05933147668838501, -0.03296946734189987, -0.036894675344228745, -0.061380624771118164, 0.025633124634623528, 0.0018348477315157652, 0.0024069345090538263, 0.031219519674777985, 0.062256135046482086, 0.015077775344252586, -0.021351201459765434, -0.013590526767075062, -0.022028502076864243, 0.03697260469198227, 0.02361534722149372, -0.047563642263412476, 0.0887598842382431, 0.0696912482380867, 0.056957900524139404, 0.03032051958143711, -0.001208026777021587, -0.03248480334877968, 0.06406635791063309, -0.05134307220578194, 0.008336597122251987, -0.08642837405204773, -0.025924788787961006, -0.03932642564177513, 0.024577680975198746, -0.004826308228075504, -0.09535003453493118, -0.06748311966657639, -0.10106397420167923, -0.05074099451303482, 0.08597502112388611, 0.011350834742188454, -0.035944752395153046, 0.015425571240484715, -0.06799056380987167, 0.1026826724410057, 0.007071096450090408, 0.07805949449539185, -0.07809168845415115, -0.02073379047214985, -0.002329255687072873 ]
0.000766
the default number of cached queries. {pull}26949[#26949] (issue: {issue}26938[#26938]) Core:: \* Timed runnable should delegate to abstract runnable {pull}27095[#27095] (issue: {issue}27069[#27069]) \* Stop invoking non-existent syscall {pull}27016[#27016] (issue: {issue}20179[#20179]) \* MetaData Builder doesn't properly prevent an alias with the same name as an index {pull}26804[#26804] Ingest:: \* date processor should not fail if timestamp is specified as json number {pull}26986[#26986] (issue: {issue}26967[#26967]) \* date\_index\_name processor should not fail if timestamp is specified as json number {pull}26910[#26910] (issue: {issue}26890[#26890]) Internal:: \* Upgrade Lucene to version 7.0.1 {pull}26926[#26926] Java High Level REST Client:: \* Make ShardSearchTarget optional when parsing ShardSearchFailure {pull}27078[#27078] (issue: {issue}27055[#27055]) Java REST Client:: \* rest-client-sniffer: configurable threadfactory {pull}26897[#26897] Mapping:: \* wrong link target for datatype murmur3 {pull}27143[#27143] Network:: \* Check for closed connection while opening {pull}26932[#26932] Packaging:: \* Fix handling of Windows paths containing parentheses {pull}26916[#26916] (issue: {issue}26454[#26454]) Percolator:: \* Also support query extraction for queries wrapped inside a ESToParentBlockJoinQuery {pull}26754[#26754] Plugin Analysis Phonetic:: \* Fix beidermorse phonetic token filter for unspecified `languageset` {pull}27112[#27112] (issue: {issue}26771[#26771]) Plugin Repository Azure:: \* Use Azure upload method instead of our own implementation {pull}26751[#26751] REST:: \* Fix inconsistencies in the rest api specs for cat.snapshots {pull}26996[#26996] (issues: {issue}25737[#25737], {issue}26923[#26923]) \* Fix inconsistencies in the rest api specs for \*\_script {pull}26971[#26971] (issue: {issue}26923[#26923]) \* exists template needs a template name {pull}25988[#25988] Reindex API:: \* Fix update\_by\_query's default size parameter {pull}26784[#26784] (issue: {issue}26761[#26761]) Search:: \* Avoid stack overflow on search phases {pull}27069[#27069] (issue: {issue}27042[#27042]) \* Fix search\_after with geo distance sorting {pull}26891[#26891] \* Fix serialization errors when {ccs} goes to a single shard {pull}26881[#26881] (issue: {issue}26833[#26833]) \* Early termination with index sorting should not set terminated\_early in the response {pull}26597[#26597] (issue: {issue}26408[#26408]) \* Format doc values fields. {pull}22146[#22146] Sequence IDs:: \* Fire global checkpoint sync under system context {pull}26984[#26984] Settings:: \* Emit settings deprecation logging on empty update {pull}27017[#27017] (issue: {issue}26419[#26419]) \* Fix filtering for ListSetting {pull}26914[#26914] Stats:: \* Keep cumulative elapsed scroll time in microseconds {pull}27068[#27068] (issue: {issue}27046[#27046]) Suggesters:: \* Fix division by zero in phrase suggester that causes assertion to fail {pull}27149[#27149] //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.0.0-rc1]] == {es} version 6.0.0-rc1 [float] [[breaking-6.0.0-rc1]] === Breaking Changes Packaging:: \* Configure heap dump path out of the box {pull}26755[#26755] (issue: {issue}26665[#26665]) Query DSL:: \* Remove deprecated `type` and `slop` field in `match` query {pull}26720[#26720] \* Remove several parse field deprecations in query builders {pull}26711[#26711] \* Remove deprecated parameters from `ids\_query` {pull}26508[#26508] //[float] //=== Breaking Java Changes [float] === Deprecations Plugins:: \* Plugins: Add backcompat for sha1 checksums {pull}26748[#26748] (issue: {issue}26746[#26746]) //[float] //=== New Features [float] === Enhancements Core:: \* Allow `InputStreamStreamInput` array size validation where applicable {pull}26692[#26692] \* Refactor bootstrap check results and error messages {pull}26637[#26637] \* Add BootstrapContext to expose settings and recovered state to bootstrap checks {pull}26628[#26628] \* Unit testable index creation task on MetaDataCreateIndexService {pull}25961[#25961] Discovery:: \* Allow plugins to validate cluster-state on join {pull}26595[#26595] Mapping:: \* More efficient encoding of range fields. {pull}26470[#26470] (issue: {issue}26443[#26443]) Plugin Repository HDFS:: \* Add permission checks before reading from HDFS stream {pull}26716[#26716] (issue: {issue}26714[#26714]) Recovery:: \* Introduce a History UUID as a requirement for ops based recovery {pull}26577[#26577] (issue: {issue}10708[#10708]) Scripting:: \* ScriptService: Replace max compilation per minute setting with max compilation rate {pull}26399[#26399] Search:: \* Add soft limit on allowed number of script fields in request {pull}26598[#26598] (issue: {issue}26390[#26390]) \* Add a soft limit for the number of requested doc-value fields {pull}26574[#26574] (issue: {issue}26390[#26390]) Sequence IDs:: \* Restoring from snapshot should force generation of a new history uuid {pull}26694[#26694] (issues: {issue}10708[#10708], {issue}26544[#26544], {issue}26557[#26557], {issue}26577[#26577]) \* Add global checkpoint tracking on the primary {pull}26666[#26666] (issue: {issue}26591[#26591]) \* Introduce global checkpoint background sync
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.020495988428592682, 0.008164105005562305, 0.018126629292964935, 0.012194324284791946, -0.039251383394002914, -0.07398659735918045, -0.004689602646976709, 0.00047681486466899514, -0.04175936430692673, 0.012952997349202633, -0.04191197082400322, -0.07308993488550186, -0.002449377905577421, 0.04182511195540428, 0.012291235849261284, 0.04241429641842842, -0.028911806643009186, -0.021240510046482086, -0.0424957200884819, 0.056168146431446075, 0.03493845462799072, 0.10683174431324005, -0.008107112720608711, 0.04381808266043663, -0.06041816994547844, -0.026188859716057777, -0.1281856745481491, -0.042212627828121185, -0.006715164519846439, -0.0038855462335050106, -0.010108941234648228, 0.08122721314430237, -0.1155800148844719, 0.09712912142276764, 0.07992751151323318, 0.06184205412864685, 0.010143915191292763, 0.007223234046250582, 0.018365878611803055, -0.09086654335260391, 0.06304775923490524, -0.056633636355400085, 0.03595086187124252, -0.032135818153619766, -0.0837194100022316, -0.059787169098854065, 0.051195282489061356, -0.06506911665201187, -0.07650260627269745, 0.04864739626646042, -0.07596757262945175, 0.0041305688209831715, -0.012651274912059307, 0.011607220396399498, 0.1097722053527832, 0.05471938103437424, -0.03018953837454319, 0.02302108332514763, -0.02665543742477894, 0.03572044521570206, 0.002347186440601945, -0.07439267635345459, -0.037966880947351456, -0.03114994987845421, -0.05771586298942566, -0.03891778737306595, 0.06736986339092255, -0.09738916903734207, 0.1159442737698555, -0.03413957729935646, 0.04856245964765549, -0.010686172172427177, -0.07492203265428543, -0.0006499781738966703, 0.008828757330775261, 0.15669596195220947, 0.014973287470638752, -0.005117630586028099, 0.008124826475977898, -0.17253686487674713, -0.01925837993621826, -0.020524313673377037, -0.0029319932218641043, 0.038325149565935135, 0.045384034514427185, -0.011999666690826416, 0.031149156391620636, -0.04765796288847923, 0.11085911840200424, 0.01798797771334648, 0.03945939242839813, -0.056493617594242096, 0.035694483667612076, -0.03832542896270752, 0.07395381480455399, 0.01842981018126011, -0.0018190989503636956, 0.02642485871911049, -0.00019177960348315537, 0.0830809473991394, 0.0025841426104307175, 0.032450973987579346, -0.060924287885427475, 0.11521550267934799, 0.023977620527148247, -0.01090773195028305, -0.005709822755306959, -0.055851493030786514, -0.10116095840930939, 0.01808617077767849, 0.035271964967250824, 0.07534413039684296, 0.04642210155725479, -0.0870015025138855, 0.03553648293018341, 0.014971154741942883, 0.04886636883020401, -0.07902747392654419, 0.0006771076004952192, 0.07741658389568329, 0.0845683291554451, 0.0185854472219944, 0.017496980726718903, -0.036818020045757294, 0.028387190774083138, 0.0841282308101654, -0.03924010694026947, 8.886637375196674e-33, 0.08065344393253326, 0.0014254302950575948, 0.027876241132616997, -0.0259417574852705, -0.01853315345942974, -0.011367036029696465, 0.044927410781383514, 0.08613495528697968, 0.0029023815877735615, -0.003005297388881445, 0.014275540597736835, -0.029503706842660904, 0.00517665408551693, -0.051520105451345444, 0.04593464732170105, -0.031189916655421257, 0.051886286586523056, 0.04074682295322418, 0.026860229671001434, 0.02857019007205963, 0.02014235593378544, -0.04751915484666824, -0.07508261501789093, 0.02318890392780304, -0.002525371266528964, 0.016254331916570663, 0.004634082317352295, 0.01509968750178814, 0.019686948508024216, 0.02139876037836075, -0.009261472150683403, -0.05323156714439392, 0.04914775863289833, 0.04492419585585594, 0.03587227687239647, -0.02500290796160698, -0.0010978857753798366, 0.02393288165330887, -0.01970796473324299, -0.09100779891014099, -0.023662060499191284, 0.059897903352975845, -0.04881052300333977, -0.07138122618198395, -0.003979579545557499, -0.0691036581993103, -0.08476729691028595, -0.030098622664809227, 0.07196849584579468, -0.03388156741857529, 0.054697927087545395, -0.00733837578445673, 0.08781887590885162, -0.0030447114259004593, -0.004649379290640354, -0.028093798086047173, 0.011728482320904732, -0.020220724865794182, -0.009006690233945847, 0.03827706724405289, -0.05396512895822525, -0.024913378059864044, -0.01101185567677021, -0.03373173996806145, 0.05493476614356041, 0.06414656341075897, 0.09477581828832626, 0.06389700621366501, -0.03649458289146423, 0.04362962394952774, 0.00144158152397722, 0.0016385423950850964, -0.0003484146436676383, -0.03286923095583916, -0.000224941351916641, -0.07881547510623932, 0.03988638520240784, -0.027096686884760857, -0.05019647255539894, -0.0011371528962627053, 0.01114577054977417, -0.003497973084449768, 0.01759546622633934, 0.026478812098503113, -0.04105660691857338, -0.00914086401462555, -0.026268737390637398, 0.018075423315167427, 0.01917087286710739, -0.018081706017255783, 0.0629282221198082, 0.029902169480919838, 0.007744490634649992, 0.016993192955851555, -0.11814838647842407, -8.04240394459183e-33, 0.005407021380960941, -0.08462243527173996, -0.04072341322898865, 0.0058769481256604195, -0.0330200158059597, -0.07279548794031143, -0.03676967695355415, 0.039227195084095, 0.01454940065741539, -0.06228567287325859, 0.025887271389365196, -0.0357038751244545, 0.00041406002128496766, -0.04288480058312416, -0.02404751628637314, 0.07200600951910019, -0.027056455612182617, -0.14323823153972626, -0.011512475088238716, 0.10285995155572891, 0.03257087990641594, 0.07888906449079514, -0.07652593404054642, 0.04566049575805664, 0.008279918693006039, -0.018974775448441505, -0.007075055036693811, 0.02346510998904705, -0.005236423574388027, -0.03677089512348175, 0.05512581020593643, -0.06733055412769318, -0.03765633702278137, -0.060660265386104584, 0.01380388904362917, -0.02154337428510189, -0.028062786906957626, 0.003263161052018404, -0.03039650060236454, 0.028671177104115486, 0.04767755791544914, 0.06012726575136185, -0.006026773247867823, 0.06006699800491333, 0.019400037825107574, -0.030289696529507637, -0.01891905441880226, 0.02725224196910858, -0.06476449966430664, -0.049208953976631165, 0.028590844944119453, -0.053579483181238174, 0.027238374575972557, 0.025622664019465446, -0.005260751117020845, 0.004387021064758301, 0.0441116988658905, -0.014642148278653622, -0.057306721806526184, 0.03378298506140709, 0.0514160692691803, -0.029854625463485718, -0.10423125326633453, -0.061693932861089706, 0.04186008870601654, -0.009097178466618061, -0.07201104611158371, -0.05541926994919777, -0.12287484109401703, 0.0051714228466153145, -0.0016763536259531975, -0.0729440450668335, -0.06199076026678085, -0.015110739506781101, 0.009189963340759277, 0.039429280906915665, 0.03151824697852135, -0.023871388286352158, -0.005626935977488756, 0.09696826338768005, -0.03972102701663971, 0.12915180623531342, 0.0031418283469974995, 0.02325289696455002, -0.013744845986366272, 0.006209646817296743, -0.020027875900268555, 0.14498259127140045, -0.07428146153688431, -0.011914962902665138, -0.002367344219237566, -0.08904924243688583, -0.040023695677518845, 0.0679549053311348, 0.008306371048092842, -6.505193539396714e-8, 0.029565354809165, 0.05095373094081879, -0.08157946169376373, 0.08125277608633041, 0.06693020462989807, -0.004239140544086695, -0.05051061511039734, 0.01216977834701538, 0.022243637591600418, 0.013189857825636864, 0.08886217325925827, 0.025285299867391586, -0.041716672480106354, 0.027135951444506645, 0.025856519117951393, -0.14733657240867615, -0.019742203876376152, 0.048802539706230164, -0.0952412560582161, -0.09342297911643982, -0.09725937247276306, 0.02046610414981842, -0.008024165406823158, -0.0880868136882782, -0.0036719294730573893, 0.011509515345096588, 0.05949796363711357, 0.015614301897585392, 0.03420397266745567, 0.05917787179350853, -0.04137494042515755, 0.008703816682100296, 0.04673998802900314, 0.0003421054279897362, -0.08026576042175293, 0.03664570301771164, -0.0013910048874095082, 0.0012307766592130065, -0.003929805010557175, 0.039004743099212646, 0.04349573701620102, 0.008783559314906597, -0.039165839552879333, 0.03257271647453308, -0.049028508365154266, 0.02069302648305893, -0.06400956213474274, 0.034601908177137375, 0.09287095814943314, 0.008379947394132614, -0.01148245483636856, 0.0005509660113602877, 0.04197457432746887, 0.06610385328531265, 0.012900400906801224, -0.004286269657313824, 0.00006827552715549245, 0.004138777032494545, 0.02430308796465397, -0.017838185653090477, 0.12067515403032303, -0.10807634890079498, 0.011052400805056095, 0.06145619601011276 ]
0.112541
a soft limit for the number of requested doc-value fields {pull}26574[#26574] (issue: {issue}26390[#26390]) Sequence IDs:: \* Restoring from snapshot should force generation of a new history uuid {pull}26694[#26694] (issues: {issue}10708[#10708], {issue}26544[#26544], {issue}26557[#26557], {issue}26577[#26577]) \* Add global checkpoint tracking on the primary {pull}26666[#26666] (issue: {issue}26591[#26591]) \* Introduce global checkpoint background sync {pull}26591[#26591] (issues: {issue}26573[#26573], {issue}26630[#26630], {issue}26666[#26666]) \* Move `UNASSIGNED\_SEQ\_NO` and `NO\_OPS\_PERFORMED` to SequenceNumbers` {pull}26494[#26494] (issue: {issue}10708[#10708]) [float] === Bug Fixes Aggregations:: \* Do not delegate a null scorer to LeafBucketCollectors {pull}26747[#26747] (issue: {issue}26611[#26611]) Core:: \* Fix cache compute if absent for expired entries {pull}26516[#26516] Dates:: \* Fix typo in date format {pull}26503[#26503] (issue: {issue}26500[#26500]) Highlighting:: \* Fix percolator highlight sub fetch phase to not highlight query twice {pull}26622[#26622] Inner Hits:: \* Do not allow inner hits that fetch \_source and have a non nested object field as parent {pull}25749[#25749] (issue: {issue}25315[#25315]) Internal:: \* `IndexShard.routingEntry` should only be updated once all internal state is ready {pull}26776[#26776] \* Catch exceptions and inform handler in RemoteClusterConnection#collectNodes {pull}26725[#26725] (issue: {issue}26700[#26700]) \* Internal: Add versionless alias for rest client codebase in policy files {pull}26521[#26521] Java API:: \* BulkProcessor flush runnable preserves the thread context from creation time {pull}26718[#26718] (issue: {issue}26596[#26596]) Java High Level REST Client:: \* Make RestHighLevelClient's Request class public {pull}26627[#26627] (issue: {issue}26455[#26455]) \* Forbid direct usage of ContentType.create() methods {pull}26457[#26457] (issues: {issue}22769[#22769], {issue}26438[#26438]) Java REST Client:: \* Better message text for ResponseException {pull}26564[#26564] Mapping:: \* Allow copying from a field to another field that belongs to the same nested object. {pull}26774[#26774] (issue: {issue}26763[#26763]) Plugin Analysis Kuromoji:: \* Fix kuromoji default stoptags {pull}26600[#26600] (issue: {issue}26519[#26519]) Plugin Discovery File:: \* Fix discovery-file plugin to use custom config path {pull}26662[#26662] (issue: {issue}26660[#26660]) Plugin Repository Azure:: \* Azure snapshots can not be restored anymore {pull}26778[#26778] (issues: {issue}22858[#22858], {issue}26751[#26751], {issue}26777[#26777]) \* Snapshot : azure module - accelerate the listing of files (used in delete snapshot) {pull}25710[#25710] (issue: {issue}25424[#25424]) Plugin Repository HDFS:: \* Add Log4j to SLF4J binding for repository-hdfs {pull}26514[#26514] (issue: {issue}26512[#26512]) Query DSL:: \* Fixed incomplete JSON body on count request making org.elasticsearch.rest.action.RestActions#parseTopLevelQueryBuilder go into endless loop {pull}26680[#26680] (issue: {issue}26083[#26083]) Search:: \* Fail query when a sort is provided in conjunction with rescorers {pull}26510[#26510] \* Let search phases override max concurrent requests {pull}26484[#26484] (issue: {issue}26198[#26198]) Similarities:: \* Add boolean similarity to built in similarity types {pull}26613[#26613] Upgrade API:: \* Upgrade API: fix excessive logging and unnecessary template updates {pull}26698[#26698] (issue: {issue}26673[#26673]) //[float] //=== Regressions //[float] //=== Known Issues [float] === Upgrades Core:: \* Upgrade to Lucene 7.0.0 {pull}26744[#26744] \* Upgrade to lucene-7.0.0-snapshot-d94a5f0. {pull}26441[#26441] Logging:: \* Upgrade to Log4j 2.9.1 {pull}26750[#26750] (issues: {issue}109[#109], {issue}26464[#26464], {issue}26467[#26467]) \* Upgrade to Log4j 2.9.0 {pull}26450[#26450] (issue: {issue}23798[#23798]) [[release-notes-6.0.0-beta2]] == {es} version 6.0.0-beta2 [float] [[breaking-6.0.0-beta2]] === Breaking Changes Analysis:: \* Do not allow custom analyzers to have the same names as built-in analyzers {pull}22349[#22349] (issue: {issue}22263[#22263]) Cluster:: \* Disallow : in cluster and index/alias names {pull}26247[#26247] (issue: {issue}23892[#23892]) Inner Hits:: \* Unfiltered nested source should keep its full path {pull}26102[#26102] (issues: {issue}18567[#18567], {issue}23090[#23090]) Mapping:: \* Reject out of range numbers for float, double and half\_float {pull}25826[#25826] (issue: {issue}25534[#25534]) Network:: \* Remove unused Netty-related settings {pull}26161[#26161] Packaging:: \* Rename CONF\_DIR to ES\_PATH\_CONF {pull}26197[#26197] (issue: {issue}26154[#26154]) Query DSL:: \* Throw exception in scroll requests using `from` {pull}26235[#26235] (issue: {issue}9373[#9373]) [float] === Breaking Java Changes Aggregations:: \* Fix NPE when `values` is omitted on percentile\_ranks agg {pull}26046[#26046] //[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Aggregations:: \* Support distance units in GeoHashGrid aggregation precision {pull}26291[#26291] (issue: {issue}5042[#5042]) \* Reject multiple methods in `percentiles` aggregation {pull}26163[#26163] (issue: {issue}26095[#26095]) \* Use `global\_ordinals\_hash` execution mode when sorting by sub aggregations. {pull}26014[#26014] (issue: {issue}24359[#24359]) \* Add a specialized deferring
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.04881729930639267, 0.03462885692715645, 0.007286065723747015, -0.018896114081144333, 0.04368438571691513, -0.04385434091091156, -0.03816445916891098, -0.022883577272295952, 0.019743958488106728, 0.03137494996190071, -0.017157992348074913, -0.011492541059851646, 0.06237419694662094, -0.05385971814393997, -0.07634741067886353, 0.0461600199341774, -0.10700025409460068, 0.012830579653382301, -0.05581879988312721, 0.029548214748501778, -0.08496857434511185, 0.0867624506354332, 0.00021025828027632087, 0.06362462043762207, -0.05944423750042915, -0.0026951818726956844, -0.0805908814072609, 0.0041089970618486404, -0.0014176969416439533, -0.05068624019622803, 0.0378955714404583, 0.06619899719953537, -0.05761484056711197, 0.043764226138591766, 0.08339535444974899, 0.10597070306539536, -0.025991244241595268, -0.019651958718895912, 0.020425494760274887, -0.0012526832288131118, 0.05069153755903244, -0.059914711862802505, 0.026605479419231415, 0.04488975554704666, -0.007947820238769054, -0.030716190114617348, -0.015924671664834023, 0.014228145591914654, -0.0017338935285806656, 0.04033762216567993, -0.03304246813058853, 0.044728975743055344, 0.02321593090891838, 0.05649341642856598, 0.0394582599401474, -0.012258916161954403, 0.004269119817763567, 0.000015138557500904426, -0.035288888961076736, -0.009976724162697792, 0.011623366735875607, -0.028176888823509216, -0.008707668632268906, -0.07615748047828674, 0.008804057724773884, 0.02438703551888466, 0.014172559604048729, -0.014607124030590057, 0.0428648516535759, 0.07297994941473007, -0.002856133272871375, 0.07350237667560577, -0.0373239703476429, -0.013317137025296688, 0.008619928732514381, 0.1094546839594841, -0.06282921880483627, 0.040595367550849915, -0.09744329750537872, -0.1570911854505539, 0.013336250558495522, -0.04351527616381645, 0.0156289990991354, -0.028819793835282326, -0.04416431114077568, -0.04206058755517006, 0.002966315485537052, 0.015409822575747967, 0.0452040396630764, 0.054038532078266144, 0.021728068590164185, -0.07591255009174347, 0.14211732149124146, -0.006719679106026888, 0.07026269286870956, 0.05912017822265625, 0.041394248604774475, 0.02502857893705368, 0.07208509743213654, 0.026566127315163612, 0.027238434180617332, 0.041941650211811066, 0.03935978189110756, 0.003472935641184449, -0.0026722236070781946, -0.004784076940268278, -0.04708140343427658, -0.04943469539284706, -0.1215464249253273, -0.04884497448801994, 0.00974924024194479, 0.06139934062957764, 0.03157881274819374, -0.0324716679751873, 0.08691088855266571, -0.001284969737753272, 0.011945974081754684, -0.018848424777388573, -0.11370662599802017, 0.06379488855600357, 0.09565708041191101, -0.010246328078210354, 0.042661264538764954, 0.0392349436879158, -0.044828277081251144, 0.02817554585635662, 0.0647367611527443, 6.0917283747518466e-33, 0.11543545126914978, -0.006131737492978573, -0.015782764181494713, 0.0029834380839020014, 0.03660100698471069, 0.0520821250975132, -0.004458406008780003, 0.021943578496575356, -0.047761835157871246, -0.016336530447006226, -0.01892063207924366, 0.025959661230444908, 0.01451350748538971, -0.06151880696415901, 0.023317519575357437, -0.08147478848695755, -0.010788725689053535, 0.08506709337234497, -0.04028737172484398, 0.06452140212059021, 0.022926688194274902, -0.10645781457424164, -0.06426669657230377, 0.014977128244936466, 0.04453343152999878, 0.04613201692700386, -0.002611437812447548, 0.0453706718981266, -0.01666334643959999, -0.03198534995317459, -0.04608695209026337, 0.014662424102425575, 0.0548880510032177, 0.009532785974442959, 0.03977585211396217, -0.01891876757144928, -0.0012946921633556485, -0.048534195870161057, -0.00989951565861702, -0.0552135668694973, -0.020671585574746132, 0.05304170772433281, -0.04684170335531235, 0.023958174511790276, 0.017058243975043297, -0.06279327720403671, 0.03557838872075081, -0.0002394330222159624, -0.05397051200270653, -0.010337756015360355, 0.06591534614562988, 0.03309091925621033, 0.0029185570310801268, -0.16511088609695435, -0.020993558689951897, -0.1347922384738922, -0.036499056965112686, -0.0028510589618235826, -0.021626288071274757, 0.06964189559221268, 0.06740529090166092, -0.009745841845870018, -0.04052944853901863, -0.018875377252697945, 0.0706995278596878, 0.010204019024968147, 0.0018909870414063334, 0.14854870736598969, 0.02286425605416298, 0.019640592858195305, 0.020861178636550903, 0.02513395994901657, -0.03526771813631058, -0.06055661663413048, 0.04127464443445206, -0.030000420287251472, 0.04871411621570587, -0.038385480642318726, -0.0654657706618309, -0.035283058881759644, -0.09387847036123276, -0.010613557882606983, -0.06167254596948624, -0.037277933210134506, 0.00796221848577261, 0.03850186616182327, -0.004293343052268028, 0.03917377069592476, -0.11163362860679626, -0.04248961806297302, 0.014870313927531242, -0.0412721149623394, 0.00016193627379834652, -0.06571090221405029, 0.0001722031011013314, -6.24284992849356e-33, 0.010707588866353035, -0.08237853646278381, -0.011750888079404831, 0.02420257031917572, 0.048693351447582245, -0.05016917362809181, 0.017819587141275406, 0.09165602177381516, 0.00042419746750965714, -0.03508814051747322, -0.03458619862794876, -0.05144388601183891, 0.023036468774080276, -0.021778063848614693, -0.023981284350156784, -0.0059113455936312675, -0.046384844928979874, -0.050632741302251816, -0.01772504858672619, 0.07981667667627335, 0.06423134356737137, 0.03655014932155609, -0.021937819197773933, 0.1469155102968216, -0.043854549527168274, 0.04503161087632179, -0.0020852850284427404, -0.023154795169830322, 0.0181659497320652, -0.0014636842533946037, 0.011980469338595867, -0.04024721682071686, -0.06513078510761261, 0.07904757559299469, 0.03987818956375122, -0.05318174138665199, 0.025549989193677902, 0.09809008985757828, -0.023447230458259583, 0.10523075610399246, 0.06355136632919312, 0.04608611389994621, -0.08680880069732666, 0.032885272055864334, -0.031034713611006737, 0.05149463936686516, 0.020373493432998657, 0.05417592450976372, -0.0799320787191391, -0.024048414081335068, -0.026285367086529732, -0.006728059612214565, 0.02291552908718586, 0.05346383526921272, 0.015085735358297825, 0.01712210848927498, -0.0008327795076183975, -0.03964654356241226, -0.048418786376714706, 0.0293519776314497, -0.0023828819394111633, 0.07590097934007645, -0.048112817108631134, -0.021452177315950394, 0.051459312438964844, -0.06655950844287872, -0.03274153545498848, -0.024703076109290123, -0.1388532817363739, 0.03580126538872719, 0.027112845331430435, -0.050769153982400894, -0.03281257674098015, -0.010482163168489933, 0.057012125849723816, -0.03742989897727966, -0.05489122122526169, -0.11434418708086014, -0.00010512481094338, 0.07286479324102402, -0.06375319510698318, 0.01596037670969963, 0.03865926340222359, 0.032350897789001465, -0.02635345235466957, 0.019447123631834984, 0.025821663439273834, 0.0712563544511795, 0.034767989069223404, 0.02797720953822136, -0.030507512390613556, -0.031888045370578766, -0.007633076515048742, -0.01345085445791483, -0.02998916432261467, -5.5479670635349976e-8, -0.011815914884209633, 0.01536607090383768, -0.0396047942340374, 0.054435860365629196, 0.09663286060094833, 0.003021301468834281, -0.08994292467832565, 0.06886473298072815, 0.006271207705140114, -0.05184602364897728, 0.01855732500553131, 0.0020206812769174576, -0.05679800733923912, -0.007827328518033028, -0.019820984452962875, -0.09107750654220581, 0.037118736654520035, -0.041817981749773026, -0.05498462915420532, -0.04850894585251808, -0.028923463076353073, 0.026385830715298653, -0.01598368212580681, 0.0008212548564188182, -0.0038661223370581865, -0.0052594272419810295, 0.07146971672773361, 0.04708191752433777, 0.06954608857631683, -0.07774120569229126, 0.04874416068196297, -0.06064753234386444, -0.020201701670885086, 0.0026974515058100224, -0.055238887667655945, 0.05541185289621353, 0.019728336483240128, 0.002286262111738324, 0.02638598158955574, -0.012978699058294296, -0.009756794199347496, 0.05038851872086525, -0.043727461248636246, 0.024405868723988533, -0.07395119220018387, -0.0726737380027771, -0.14058628678321838, -0.007752390578389168, 0.025956619530916214, -0.09853410720825195, -0.024032320827245712, -0.11299379914999008, 0.0927448496222496, 0.13620731234550476, 0.04207689315080643, 0.03206496313214302, 0.050103809684515, 0.017645230516791344, 0.06269299238920212, 0.019150445237755775, 0.06142522767186165, -0.04591892659664154, -0.0036058323457837105, 0.020590756088495255 ]
0.029496
//[float] //=== Deprecations //[float] //=== New Features [float] === Enhancements Aggregations:: \* Support distance units in GeoHashGrid aggregation precision {pull}26291[#26291] (issue: {issue}5042[#5042]) \* Reject multiple methods in `percentiles` aggregation {pull}26163[#26163] (issue: {issue}26095[#26095]) \* Use `global\_ordinals\_hash` execution mode when sorting by sub aggregations. {pull}26014[#26014] (issue: {issue}24359[#24359]) \* Add a specialized deferring collector for terms aggregator {pull}25190[#25190] Core:: \* Use Java 9 FilePermission model {pull}26302[#26302] (issue: {issue}21534[#21534]) \* Add friendlier message on bad keystore permissions {pull}26284[#26284] \* Epoch millis and second formats accept float implicitly {pull}26119[#26119] (issue: {issue}14641[#14641]) Internal:: \* Prevent cluster internal `ClusterState.Custom` impls to leak to a client {pull}26232[#26232] \* Use holder pattern for lazy deprecation loggers {pull}26218[#26218] (issue: {issue}26210[#26210]) \* Allow `ClusterState.Custom` to be created on initial cluster states {pull}26144[#26144] Java High Level REST Client:: \* Make RestHighLevelClient Closeable and simplify its creation {pull}26180[#26180] (issue: {issue}26086[#26086]) Mapping:: \* Loosen the restrictions on disabling \_all in 6.x {pull}26259[#26259] Percolator:: \* Store the QueryBuilder's Writable representation instead of its XContent representation {pull}25456[#25456] \* Add support for selecting percolator query candidate matches containing wildcard / prefix queries {pull}25351[#25351] Settings:: \* Persist created keystore on startup unless keystore is present {pull}26253[#26253] (issue: {issue}26126[#26126]) \* Settings: Add keystore.seed auto generated secure setting {pull}26149[#26149] \* Settings: Add keystore creation to add commands {pull}26126[#26126] [float] === Bug Fixes Aggregations:: \* Check bucket metric ages point to a multi bucket agg {pull}26215[#26215] (issue: {issue}25775[#25775]) Allocation:: \* Fix DiskThresholdMonitor flood warning {pull}26204[#26204] (issue: {issue}26201[#26201]) \* Allow wildcards for shard IP filtering {pull}26187[#26187] (issues: {issue}22591[#22591], {issue}26184[#26184]) CRUD:: \* Serialize and expose timeout of acknowledged requests in REST layer {pull}26189[#26189] (issue: {issue}26213[#26213]) \* Fix silent loss of last command to \_bulk and \_msearch due to missing newline {pull}25740[#25740] (issue: {issue}7601[#7601]) Cluster:: \* Register setting `cluster.indices.tombstones.size` {pull}26193[#26193] (issue: {issue}26191[#26191]) Highlighting:: \* Fix nested query highlighting {pull}26305[#26305] (issue: {issue}26230[#26230]) Logging:: \* Allow not configure logging without config {pull}26209[#26209] (issues: {issue}20575[#20575], {issue}24076[#24076]) Mapping:: \* ICUCollationKeywordFieldMapper use SortedSetDocValuesField {pull}26267[#26267] \* Fix serialization of the `\_all` field. {pull}26143[#26143] (issue: {issue}26136[#26136]) Network:: \* Release pipelined http responses on close {pull}26226[#26226] Packaging:: \* Detect modified keystore on package removal {pull}26300[#26300] \* Create keystore on RPM and Debian package install {pull}26282[#26282] \* Add safer empty variable checking for Windows {pull}26268[#26268] (issue: {issue}26261[#26261]) \* Export HOSTNAME environment variable {pull}26262[#26262] (issues: {issue}25807[#25807], {issue}26255[#26255]) \* Fix daemonization command status test {pull}26196[#26196] (issue: {issue}26080[#26080]) \* Set RuntimeDirectory in systemd service {pull}23526[#23526] Search:: \* Refactor simple\_query\_string to handle text part like multi\_match and query\_string {pull}26145[#26145] (issue: {issue}25726[#25726]) \* Fix `\_exists\_` in query\_string on empty indices. {pull}25993[#25993] (issue: {issue}25956[#25956]) //[float] //=== Regressions //[float] //=== Known Issues [float] === Upgrades Core:: \* Upgrade to lucene-7.0.0-snapshot-a128fcb. {pull}26090[#26090] [[release-notes-6.0.0-beta1]] == {es} version 6.0.0-beta1 [float] [[breaking-6.0.0-beta1]] === Breaking Changes Aggregations:: \* Change parsing of numeric `to` and `from` parameters in `date\_range` aggregation {pull}25376[#25376] (issue: {issue}17920[#17920]) Aliases:: \* Wrong behavior deleting alias {pull}23997[#23997] (issues: {issue}10106[#10106], {issue}23960[#23960]) Highlighting:: \* Remove the postings highlighter and make unified the default highlighter choice {pull}25028[#25028] Index APIs:: \* Remove (deprecated) support for '+' in index expressions {pull}25274[#25274] (issue: {issue}24515[#24515]) \* Delete index API to work only against concrete indices {pull}25268[#25268] (issues: {issue}2318[#2318], {issue}23997[#23997]) Indexed Scripts/Templates:: \* Scripting: Remove search template actions {pull}25717[#25717] Ingest:: \* update ingest-user-agent regexes.yml {pull}25608[#25608] \* remove ingest.new\_date\_format {pull}25583[#25583] Java REST Client:: \* Remove deprecated created and found from index, delete and bulk {pull}25516[#25516] (issues: {issue}19566[#19566], {issue}19630[#19630], {issue}19633[#19633]) Packaging:: \* Remove support for ES\_INCLUDE {pull}25804[#25804] \* Setup: Change default heap to 1G {pull}25695[#25695] \* Use config directory to find jvm.options {pull}25679[#25679] (issue: {issue}23004[#23004]) \* Remove implicit 32-bit support {pull}25435[#25435] \* Remove default path settings {pull}25408[#25408] (issue: {issue}25357[#25357]) \* Remove path.conf setting {pull}25392[#25392] (issue: {issue}25357[#25357]) \* Honor masking of systemd-sysctl.service {pull}24234[#24234] (issues:
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.043082837015390396, 0.06723464280366898, 0.03215140104293823, -0.05083798989653587, -0.06671381741762161, -0.043242260813713074, -0.031212706118822098, 0.05563608556985855, -0.014608222991228104, 0.020442591980099678, 0.027208207175135612, -0.004542811308056116, 0.06405123323202133, -0.015780897811055183, -0.051993221044540405, 0.009966392070055008, -0.03219449147582054, 0.07785123586654663, -0.1002907007932663, -0.0910835787653923, 0.01628241129219532, 0.009038482792675495, 0.013025367632508278, 0.03181871026754379, 0.014186573214828968, 0.02711435966193676, -0.09732508659362793, 0.04127446562051773, 0.01645175740122795, -0.029002560302615166, -0.04262228310108185, 0.08414772897958755, -0.023412281647324562, 0.04856002703309059, -0.029879311099648476, 0.040550801903009415, -0.03201482072472572, -0.005576462019234896, 0.043758537620306015, -0.06389684975147247, -0.012165405787527561, -0.00145622284617275, 0.026116371154785156, -0.04257838428020477, -0.0917837992310524, -0.04535438120365143, -0.03956383839249611, 0.02852616272866726, -0.09140904992818832, 0.011661996133625507, -0.00941510684788227, 0.06765978783369064, 0.01687701605260372, 0.036658428609371185, 0.028643107041716576, 0.018816882744431496, -0.032798174768686295, -0.09332718700170517, -0.036772988736629486, -0.05901991203427315, -0.06767135858535767, -0.058342840522527695, -0.032342299818992615, -0.0557149201631546, -0.008960822597146034, -0.07112540304660797, 0.09654594212770462, 0.06426259875297546, -0.013638392090797424, 0.02478804625570774, 0.07824152708053589, 0.010791083797812462, -0.034709956496953964, 0.01742464117705822, -0.0026916624046862125, 0.12058496475219727, -0.058652449399232864, -0.058040883392095566, -0.011975015513598919, -0.0880369246006012, -0.0533997043967247, -0.0010654912330210209, 0.00578310526907444, 0.005339992698282003, 0.05382297933101654, -0.06891366094350815, 0.012397191487252712, -0.06598187983036041, 0.01668250560760498, 0.04622870311141014, 0.024739131331443787, 0.03193454071879387, 0.058179598301649094, 0.01684407889842987, 0.10913222283124924, 0.044012170284986496, -0.004593265242874622, -0.014067312702536583, 0.030351122841238976, 0.0848047137260437, -0.011372167617082596, 0.06799207627773285, 0.007881838828325272, -0.09046674519777298, 0.05907851457595825, -0.03482072427868843, -0.0020459096413105726, 0.027505209669470787, -0.020576296374201775, -0.00528008071705699, -0.017710236832499504, -0.04616902023553848, -0.024788077920675278, -0.05088565871119499, -0.024781014770269394, 0.020121434703469276, 0.08385232090950012, 0.022998632863163948, -0.009488224051892757, -0.05293833836913109, 0.01909581758081913, 0.032677631825208664, 0.01482580229640007, 0.005351141095161438, 0.05641075223684311, 0.14063431322574615, -0.031573712825775146, 8.18942669646902e-33, 0.03244151920080185, -0.04818098247051239, 0.03676344454288483, -0.07600555568933487, -0.05365706980228424, 0.059247054159641266, -0.06458589434623718, 0.03465772792696953, -0.012560552917420864, -0.01754871755838394, -0.048573628067970276, 0.08236683905124664, -0.01370193436741829, -0.08374062180519104, 0.0914791151881218, -0.05197836086153984, 0.10127279907464981, 0.05141742527484894, -0.06709661334753036, -0.036975011229515076, 0.05201917514204979, -0.07440678775310516, -0.0067447759211063385, -0.03171520680189133, -0.019045181572437286, 0.012719172984361649, -0.058749210089445114, -0.0268088448792696, -0.02869919314980507, 0.04091719537973404, 0.04818733036518097, -0.02233203314244747, -0.0020608464255928993, -0.016286851838231087, 0.08697319030761719, -0.043095339089632034, 0.029367677867412567, -0.023225480690598488, -0.012678729370236397, -0.1350087672472, -0.05508366972208023, -0.01779843121767044, -0.030643561854958534, -0.04871021956205368, 0.039390143007040024, 0.03128666803240776, -0.004038493148982525, 0.030960768461227417, 0.03195394575595856, 0.053525615483522415, 0.009753824211657047, -0.0008323268266394734, 0.05832058936357498, 0.04173101857304573, -0.0062109497375786304, -0.07695123553276062, 0.039199020713567734, 0.03122617118060589, 0.011874010786414146, 0.03725583851337433, -0.07617951929569244, 0.09603577852249146, -0.024950793012976646, -0.06007210910320282, 0.0684008076786995, -0.046394020318984985, 0.029727807268500328, 0.07052105665206909, -0.001178017002530396, 0.023338107392191887, 0.018359526991844177, 0.08060944080352783, 0.009495288133621216, 0.06067490205168724, 0.025337444618344307, -0.07425462454557419, 0.11581341922283173, 0.011112960055470467, 0.011317016556859016, -0.1351061463356018, -0.0009166190284304321, -0.026526445522904396, 0.03287724032998085, 0.011962924152612686, -0.044035568833351135, 0.09478408843278885, 0.0031843078322708607, 0.01986781880259514, 0.010920737870037556, -0.005917261354625225, -0.06644272804260254, 0.01597711257636547, -0.0017145188758149743, -0.03678477555513382, -0.05378714203834534, -7.511437554429218e-33, -0.0032824964728206396, 0.006809951737523079, 0.03325231373310089, 0.03272588178515434, 0.07115589827299118, -0.05420168489217758, -0.01600617915391922, 0.006137752439826727, 0.03350372239947319, -0.04434635490179062, -0.06817378848791122, -0.028968917205929756, 0.044920388609170914, -0.05274337902665138, 0.11672557145357132, -0.0004633924982044846, -0.07179657369852066, -0.09323718398809433, -0.03243855759501457, 0.05148930475115776, 0.01300200168043375, 0.03938955441117287, 0.022595340386033058, 0.11507278680801392, 0.01315861102193594, 0.013144569471478462, 0.027226483449339867, -0.0008443424594588578, -0.01593112386763096, -0.015649136155843735, 0.03211384639143944, -0.004961745347827673, -0.05821014195680618, -0.06458006054162979, 0.011235471814870834, -0.17534607648849487, 0.013603930361568928, 0.04319906607270241, -0.06748509407043457, 0.07077416032552719, -0.04161334037780762, -0.009108327329158783, -0.030250634998083115, 0.002016998128965497, 0.025400565937161446, 0.0036860292311757803, 0.09121007472276688, 0.03191080316901207, -0.030690789222717285, -0.06502936780452728, -0.007463268004357815, -0.010694817639887333, 0.019653387367725372, 0.10028986632823944, 0.031039351597428322, 0.03424367681145668, 0.03298104554414749, 0.0030568253714591265, -0.051172640174627304, 0.006857133004814386, 0.019312886521220207, -0.0328187420964241, 0.028855934739112854, 0.0028678346425294876, 0.03891514614224434, -0.03735183924436569, -0.026617873460054398, -0.022741774097085, -0.09813296049833298, 0.008189287036657333, -0.05463701859116554, -0.05735761299729347, -0.019637219607830048, -0.0756630226969719, 0.011811044998466969, -0.0008843545219860971, 0.0002472821215633303, -0.01634596846997738, 0.044132839888334274, 0.02149367704987526, -0.0499793142080307, 0.07459937036037445, 0.015175899490714073, 0.0627952441573143, 0.031311631202697754, -0.042113542556762695, 0.035167574882507324, 0.06256603449583054, -0.05057602375745773, 0.001489007379859686, -0.03673011064529419, 0.0027648191899061203, 0.007635504473000765, 0.04579371213912964, 0.02613804303109646, -5.835950034338566e-8, -0.014142079278826714, -0.04766130447387695, -0.0012034497922286391, 0.06049920246005058, 0.10481247305870056, 0.03935730457305908, -0.1146523654460907, 0.06197049841284752, -0.011302031576633453, 0.022749610245227814, 0.08521481603384018, 0.05381346866488457, -0.08946774899959564, -0.041435208171606064, 0.018680427223443985, -0.09145651757717133, -0.004086117725819349, 0.008876388892531395, -0.1034293994307518, -0.07455211132764816, -0.0504591129720211, 0.010803637094795704, 0.0398426353931427, -0.04094519838690758, -0.026196256279945374, 0.00828211847692728, 0.08749424666166306, 0.0389566533267498, 0.07865118235349655, 0.020908337086439133, 0.058510422706604004, -0.003937195986509323, 0.07233834266662598, -0.00859727244824171, -0.006110016722232103, 0.07750440388917923, -0.028941135853528976, 0.08402273058891296, -0.020326441153883934, 0.00537978345528245, -0.0408208966255188, 0.04423075541853905, -0.03130700811743736, 0.058898355811834335, 0.014853895641863346, -0.04809867963194847, -0.03177808225154877, 0.0690416619181633, 0.0912632867693901, 0.015749480575323105, -0.06518039107322693, -0.035979874432086945, -0.012549781240522861, 0.056402742862701416, -0.012797461822628975, 0.005794122815132141, 0.007269140798598528, -0.09713873267173767, 0.019462404772639275, -0.011042756028473377, 0.10367969423532486, -0.17083922028541565, -0.0689239352941513, 0.07928839325904846 ]
-0.00545
support for ES\_INCLUDE {pull}25804[#25804] \* Setup: Change default heap to 1G {pull}25695[#25695] \* Use config directory to find jvm.options {pull}25679[#25679] (issue: {issue}23004[#23004]) \* Remove implicit 32-bit support {pull}25435[#25435] \* Remove default path settings {pull}25408[#25408] (issue: {issue}25357[#25357]) \* Remove path.conf setting {pull}25392[#25392] (issue: {issue}25357[#25357]) \* Honor masking of systemd-sysctl.service {pull}24234[#24234] (issues: {issue}21899[#21899], {issue}806[#806]) Plugin Analysis ICU:: \* Upgrade icu4j for the ICU analysis plugin to 59.1 {pull}25243[#25243] (issue: {issue}21425[#21425]) Plugin Discovery Azure Classic:: \* Remove `discovery.type` BWC layer from the EC2/Azure/GCE plugins {pull}25080[#25080] (issue: {issue}24543[#24543]) Plugin Repository GCS:: \* GCS Repository: Remove specifying credential file on disk {pull}24727[#24727] Plugins:: \* Make plugin loading stricter {pull}25405[#25405] Query DSL:: \* Refactor QueryStringQuery for 6.0 {pull}25646[#25646] (issue: {issue}25574[#25574]) \* Change `split\_on\_whitespace` default to false {pull}25570[#25570] (issue: {issue}25470[#25470]) \* Remove deprecated template query {pull}24577[#24577] (issue: {issue}19390[#19390]) REST:: \* IndexClosedException to return 400 rather than 403 {pull}25752[#25752] \* Remove comma-separated feature parsing for GetIndicesAction {pull}24723[#24723] (issue: {issue}24437[#24437]) \* Improve REST error handling when endpoint does not support HTTP verb, add OPTIONS support {pull}24437[#24437] (issues: {issue}0[#0], {issue}15335[#15335], {issue}17916[#17916]) Scripting:: \* remove lang url parameter from stored script requests {pull}25779[#25779] (issue: {issue}22887[#22887]) \* Disallow lang to be used with Stored Scripts {pull}25610[#25610] \* Remove Deprecated Script Settings {pull}24756[#24756] (issue: {issue}24532[#24532]) \* Scripting: Remove native scripts {pull}24726[#24726] (issue: {issue}19966[#19966]) \* Scripting: Remove file scripts {pull}24627[#24627] (issue: {issue}21798[#21798]) Search:: \* Make `index` in TermsLookup mandatory {pull}25753[#25753] (issue: {issue}25750[#25750]) \* Removes FieldStats API {pull}25628[#25628] (issue: {issue}25577[#25577]) \* Remove deprecated fielddata\_fields from search request {pull}25566[#25566] (issue: {issue}25537[#25537]) \* Removes deprecated fielddata\_fields {pull}25537[#25537] (issue: {issue}19027[#19027]) Settings:: \* Settings: Remove shared setting property {pull}24728[#24728] \* Settings: Remove support for yaml and json config files {pull}24664[#24664] (issue: {issue}19391[#19391]) Similarities:: \* Similarity should accept dynamic settings when possible {pull}20339[#20339] (issue: {issue}6727[#6727]) [float] === Breaking Java Changes Aggregations:: \* Remove the unused SignificantTerms.compareTerm() method {pull}24714[#24714] \* Make SignificantTerms.Bucket an interface rather than an abstract class {pull}24670[#24670] (issue: {issue}24492[#24492]) Internal:: \* Collapses package structure for some bucket aggs {pull}25579[#25579] (issue: {issue}22868[#22868]) Java API:: \* Remove deprecated IdsQueryBuilder ctor {pull}25529[#25529] \* Removing unneeded getTookInMillis method {pull}23923[#23923] Java High Level REST Client:: \* Unify the result interfaces from get and search in Java client {pull}25361[#25361] (issue: {issue}16440[#16440]) \* Allow RestHighLevelClient to use plugins {pull}25024[#25024] Java REST Client:: \* Rename client artifacts {pull}25693[#25693] (issue: {issue}20248[#20248]) Plugin Delete By Query:: \* Move DeleteByQuery and Reindex requests into core {pull}24578[#24578] Query DSL:: \* Remove QueryParseContext {pull}25486[#25486] \* Remove QueryParseContext from parsing QueryBuilders {pull}25448[#25448] REST:: \* Return index name and empty map for /`{index}`/\_alias with no aliases {pull}25114[#25114] (issues: {issue}24723[#24723], {issue}25090[#25090]) [float] === Deprecations Index APIs:: \* Deprecated use of + in index expressions {pull}24585[#24585] (issue: {issue}24515[#24515]) Indexed Scripts/Templates:: \* Scripting: Deprecate stored search template apis {pull}25437[#25437] (issue: {issue}24596[#24596]) Percolator:: \* Deprecate percolate query's document\_type parameter. {pull}25199[#25199] Scripting:: \* Scripting: Change keys for inline/stored scripts to source/id {pull}25127[#25127] \* Scripting: Deprecate native scripts {pull}24692[#24692] (issue: {issue}19966[#19966]) \* Scripting: Deprecate index lookup {pull}24691[#24691] (issue: {issue}19359[#19359]) \* Deprecate Fine Grain Settings for Scripts {pull}24573[#24573] (issue: {issue}24532[#24532]) \* Scripting: Deprecate file script settings {pull}24555[#24555] (issue: {issue}21798[#21798]) \* Scripting: Deprecate file scripts {pull}24552[#24552] (issue: {issue}21798[#21798]) Settings:: \* Settings: Update settings deprecation from yml to yaml {pull}24663[#24663] (issue: {issue}19391[#19391]) Tribe Node:: \* Deprecate tribe service {pull}24598[#24598] (issue: {issue}24581[#24581]) [float] === New Features Analysis:: \* Expose simplepattern and simplepatternsplit tokenizers {pull}25159[#25159] (issue: {issue}23363[#23363]) \* Parse synonyms with the same analysis chain {pull}8049[#8049] (issue: {issue}7199[#7199]) Parent/Child:: \* Move parent\_id query to the parent-join module {pull}25072[#25072] (issue: {issue}20257[#20257]) \* Introduce ParentJoinFieldMapper, a field mapper that creates parent/child relation within documents of the same index {pull}24978[#24978] (issue: {issue}20257[#20257]) Search:: \* Automatically early terminate search query based on index sorting {pull}24864[#24864] (issue: {issue}6720[#6720]) Sequence
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.055297352373600006, 0.020215919241309166, 0.0006852795486338437, -0.043142907321453094, 0.04327534884214401, -0.042709678411483765, 0.004695963114500046, 0.03199492022395134, -0.04005557298660278, 0.012627998366951942, 0.04113577678799629, -0.009799443185329437, -0.013713115826249123, 0.06269420683383942, 0.018420172855257988, -0.0009564714855514467, -0.06956348568201065, 0.03527126461267471, -0.02820957452058792, -0.03136182203888893, 0.03156033903360367, 0.11537418514490128, -0.05574474483728409, -0.02842666022479534, -0.06031203269958496, -0.011823411099612713, -0.04540475085377693, -0.009012896567583084, -0.03204263001680374, -0.031700149178504944, 0.0892329290509224, 0.029553771018981934, -0.0008076184894889593, -0.014598043635487556, 0.06010356545448303, 0.11767655611038208, 0.015913138166069984, 0.026221558451652527, -0.018547886982560158, 0.02853710576891899, 0.02246236242353916, 0.05652058497071266, 0.07170536369085312, -0.061172328889369965, -0.03590110316872597, -0.05935066193342209, -0.04958589747548103, -0.07649383693933487, -0.06735008955001831, 0.0021736000198870897, 0.026667539030313492, 0.05673639476299286, 0.04567136615514755, -0.01692459173500538, -0.01361136045306921, -0.06486992537975311, 0.0006291837780736387, 0.01673734188079834, -0.03694450855255127, 0.014001029543578625, -0.011899609118700027, -0.0033605319913476706, 0.005117049906402826, -0.004826601129025221, -0.06490487605333328, -0.033850304782390594, 0.059609554708004, 0.019376534968614578, 0.022859051823616028, -0.0018303593387827277, -0.006699397694319487, 0.020187316462397575, -0.047921400517225266, -0.0366329587996006, -0.004747459664940834, 0.12567941844463348, 0.01734466478228569, -0.02423221804201603, 0.007307781372219324, -0.1469949185848236, -0.004936651326715946, 0.004278277512639761, 0.032308824360370636, 0.0345282256603241, -0.02399151772260666, 0.02712436579167843, -0.06799205392599106, -0.016383139416575432, 0.05904598534107208, 0.04237476736307144, 0.07561493664979935, -0.09501147270202637, 0.014694715850055218, -0.004396797623485327, 0.16145147383213043, 0.015612676739692688, -0.013260859064757824, -0.050821010023355484, -0.04793399199843407, 0.06908388435840607, -0.06290767341852188, 0.03855503723025322, 0.029108801856637, 0.0925440713763237, 0.03510363772511482, -0.014491264708340168, -0.04032796248793602, 0.02868090383708477, -0.0847635567188263, -0.020530693233013153, 0.058549921959638596, 0.033888570964336395, 0.0390038937330246, -0.0423855222761631, 0.10230651497840881, -0.004921825602650642, 0.12230053544044495, -0.008829339407384396, -0.024804674088954926, 0.0874038115143776, 0.04413634538650513, -0.04326453059911728, 0.012479455210268497, 0.04248258098959923, 0.03324228152632713, 0.08887578547000885, -0.019894998520612717, 9.685481295496422e-33, 0.04459015280008316, -0.07146509736776352, -0.0009268335998058319, -0.012690050527453423, 0.011469836346805096, 0.004515272565186024, -0.006361993495374918, -0.024789340794086456, -0.008551840670406818, 0.08258844166994095, -0.06534925103187561, 0.023768752813339233, 0.021566947922110558, 0.0014492879854515195, -0.04462636262178421, -0.04528295248746872, 0.023200098425149918, 0.0038999479729682207, -0.05602141097187996, -0.027237243950366974, 0.055128518491983414, 0.027491632848978043, -0.04341830313205719, -0.013650667853653431, -0.018099216744303703, -0.004210005514323711, 0.02124619111418724, 0.04806557297706604, 0.008468739688396454, -0.008367661386728287, 0.026717374101281166, -0.020402036607265472, -0.004271708428859711, 0.061380498111248016, 0.04548318311572075, -0.01539791002869606, 0.024830510839819908, -0.0359463095664978, -0.07379591464996338, -0.04988327622413635, 0.03509336709976196, 0.05806165188550949, -0.061530403792858124, 0.022291790693998337, 0.024347621947526932, -0.0515933595597744, -0.053885363042354584, -0.09773801267147064, 0.07962212711572647, 0.0022962368093430996, -0.03870931267738342, 0.058669719845056534, 0.02368192747235298, -0.07685509324073792, 0.0020884154364466667, -0.0868711769580841, 0.002001244341954589, 0.07277444005012512, 0.07486262172460556, 0.040161583572626114, 0.011681023053824902, 0.05498125031590462, -0.01854819618165493, 0.014474843628704548, 0.0397658497095108, -0.02977772429585457, -0.01733674667775631, -0.05363835021853447, -0.08454228192567825, 0.0034907942172139883, -0.08106075972318649, 0.008465254679322243, 0.0724661573767662, 0.013169990852475166, 0.05842826887965202, -0.09215425699949265, 0.04733540117740631, 0.0059279948472976685, -0.005858135409653187, -0.1332927644252777, -0.045551180839538574, -0.00925937108695507, -0.012170485220849514, -0.004637816455215216, 0.06524399667978287, -0.010101948864758015, -0.059348732233047485, -0.002856777748093009, 0.028138307854533195, -0.040093451738357544, -0.002028526971116662, 0.035753972828388214, -0.013686157763004303, 0.011979388073086739, -0.11377456039190292, -9.407626757056681e-33, -0.008623574860394001, 0.02386612817645073, 0.032742977142333984, -0.004695212934166193, -0.016607271507382393, -0.0018414923688396811, 0.01568525843322277, -0.000547561387065798, 0.04624509811401367, -0.02012362889945507, -0.002992680761963129, -0.023979203775525093, 0.021328402683138847, -0.019022630527615547, 0.05990871042013168, 0.03770250827074051, -0.07660195231437683, -0.05637437850236893, -0.011394774541258812, 0.10072357207536697, -0.034721583127975464, 0.08687951415777206, 0.036830056458711624, 0.033120304346084595, -0.006826438475400209, -0.0008075230871327221, 0.00428655045107007, 0.00818209070712328, -0.006518874783068895, -0.042903248220682144, -0.01513842586427927, 0.03969245404005051, -0.16674281656742096, 0.031699225306510925, -0.10381972789764404, -0.059092067182064056, 0.0013971925945952535, 0.13379234075546265, -0.08833229541778564, 0.012668742798268795, -0.030484657734632492, 0.021765395998954773, -0.0844665989279747, 0.1376485526561737, -0.0061693089082837105, 0.04610159620642662, 0.05118101090192795, -0.00013176431821193546, -0.004150021821260452, -0.09831500798463821, -0.05164572224020958, -0.04240300506353378, 0.03705277666449547, 0.08683881908655167, 0.034363795071840286, 0.07782016694545746, 0.0801418125629425, 0.0025074698496609926, -0.0797356441617012, 0.015057943761348724, 0.061877839267253876, -0.06219392642378807, -0.05618257075548172, -0.14651645720005035, 0.08607891201972961, -0.03863213211297989, -0.02312580496072769, 0.023215293884277344, -0.07629458606243134, -0.008530770428478718, -0.009696566499769688, -0.04973010718822479, -0.004970811773091555, -0.07166238874197006, 0.07869526743888855, -0.0215314831584692, -0.07248217612504959, -0.10650670528411865, 0.04618033766746521, 0.07976676523685455, -0.038824357092380524, 0.011847561225295067, -0.041477713733911514, 0.023789338767528534, 0.053177595138549805, -0.03570987656712532, -0.05600230395793915, 0.05724694952368736, -0.061887819319963455, -0.02786663919687271, -0.011180846020579338, -0.007634135894477367, 0.022290904074907303, 0.03174779191613197, -0.010257399640977383, -6.504592420242261e-8, 0.06911512464284897, -0.08940427750349045, -0.056323934346437454, -0.03670360520482063, 0.028722403571009636, -0.02267523668706417, -0.05105204880237579, 0.039581649005413055, 0.008112708106637001, 0.04160327836871147, 0.06273519992828369, 0.10467361658811569, -0.044871196150779724, 0.02100183628499508, -0.018552763387560844, -0.03796318173408508, -0.07999490201473236, 0.12381340563297272, -0.06892963498830795, -0.01359834149479866, 0.0005888763698749244, 0.008245022036135197, 0.017413437366485596, -0.04373214393854141, 0.045870620757341385, -0.026373514905571938, 0.07390936464071274, 0.0544896200299263, 0.011589700356125832, 0.021057741716504097, -0.05774516612291336, -0.008233452215790749, -0.009333447553217411, -0.0020798691548407078, -0.02099132537841797, 0.05944470688700676, 0.018198756501078606, 0.03254849463701248, 0.07615809887647629, 0.06092623248696327, -0.05597243458032608, -0.0007776017300784588, -0.04736845940351486, 0.05523665249347687, -0.021189557388424873, 0.005293262656778097, -0.09079383313655853, 0.05086043104529381, -0.005370790604501963, -0.10038857161998749, -0.051083434373140335, 0.019050657749176025, 0.019812459126114845, 0.10644231736660004, 0.016893424093723297, 0.04694879800081253, 0.021122951060533524, -0.08901562541723251, 0.024461127817630768, 0.06688639521598816, 0.03907237946987152, -0.06581934541463852, -0.004943089559674263, -0.055000629276037216 ]
0.091711
chain {pull}8049[#8049] (issue: {issue}7199[#7199]) Parent/Child:: \* Move parent\_id query to the parent-join module {pull}25072[#25072] (issue: {issue}20257[#20257]) \* Introduce ParentJoinFieldMapper, a field mapper that creates parent/child relation within documents of the same index {pull}24978[#24978] (issue: {issue}20257[#20257]) Search:: \* Automatically early terminate search query based on index sorting {pull}24864[#24864] (issue: {issue}6720[#6720]) Sequence IDs:: \* Add a scheduled translog retention check {pull}25622[#25622] (issues: {issue}10708[#10708], {issue}25294[#25294]) \* Initialize sequence numbers on a shrunken index {pull}25321[#25321] (issue: {issue}10708[#10708]) \* Initialize primary term for shrunk indices {pull}25307[#25307] (issue: {issue}10708[#10708]) \* Introduce translog size and age based retention policies {pull}25147[#25147] (issue: {issue}10708[#10708]) Stats:: \* Adds nodes usage API to monitor usages of actions {pull}24169[#24169] Task Manager:: \* Task Management {pull}15117[#15117] Upgrade API:: \* TemplateUpgraders should be called during rolling restart {pull}25263[#25263] (issues: {issue}24379[#24379], {issue}24680[#24680]) [float] === Enhancements Aggregations:: \* Add strict parsing of aggregation ranges {pull}25769[#25769] \* Adds rewrite phase to aggregations {pull}25495[#25495] (issue: {issue}17676[#17676]) \* Tweak AggregatorBase.addRequestCircuitBreakerBytes {pull}25162[#25162] (issue: {issue}24511[#24511]) \* Add superset size to Significant Term REST response {pull}24865[#24865] \* Add document count to Matrix Stats aggregation response {pull}24776[#24776] \* Adds an implementation of LogLogBeta for the cardinality aggregation {pull}22323[#22323] (issue: {issue}22230[#22230]) Allocation:: \* Adjust status on bad allocation explain requests {pull}25503[#25503] (issue: {issue}25458[#25458]) \* Promote replica on the highest version node {pull}25277[#25277] (issue: {issue}10708[#10708]) Analysis:: \* [Analysis] Support normalizer in request param {pull}24767[#24767] (issue: {issue}23347[#23347]) \* Enforce validation for PathHierarchy tokenizer {pull}23510[#23510] \* [analysis-icu] Allow setting unicodeSetFilter {pull}20814[#20814] (issue: {issue}20820[#20820]) CAT API:: \* expand `/\_cat/nodes` to return information about hard drive {pull}21775[#21775] (issue: {issue}21679[#21679]) Cluster:: \* Validate a joining node's version with version of existing cluster nodes {pull}25808[#25808] \* Switch indices read-only if a node runs out of disk space {pull}25541[#25541] (issue: {issue}24299[#24299]) \* Add a cluster block that allows to delete indices that are read-only {pull}24678[#24678] Core:: \* Add max file size bootstrap check {pull}25974[#25974] \* Add compatibility versions to main action response {pull}25799[#25799] \* Index ids in binary form. {pull}25352[#25352] (issues: {issue}18154[#18154], {issue}24615[#24615]) \* Explicitly reject duplicate data paths {pull}25178[#25178] \* Use SPI in High Level Rest Client to load XContent parsers {pull}25097[#25097] \* Upgrade to lucene-7.0.0-snapshot-a0aef2f {pull}24775[#24775] \* Speed up PK lookups at index time. {pull}19856[#19856] Engine:: \* Add refresh stats tracking for realtime get {pull}25052[#25052] (issue: {issue}24806[#24806]) \* Introducing a translog deletion policy {pull}24950[#24950] Exceptions:: \* IllegalStateException: Only duplicated jar instead of classpath {pull}24953[#24953] Highlighting:: \* Picks offset source for the unified highlighter directly from the es mapping {pull}25747[#25747] (issue: {issue}25699[#25699]) Index APIs:: \* Let primary own its replication group {pull}25692[#25692] (issue: {issue}25485[#25485]) \* Create index request should return the index name {pull}25139[#25139] (issue: {issue}23044[#23044]) Ingest:: \* Add Ingest-Processor specific Rest Endpoints & Add Grok endpoint {pull}25059[#25059] (issue: {issue}24725[#24725]) \* Port support for commercial GeoIP2 databases from Logstash. {pull}24889[#24889] \* add `exclude\_keys` option to KeyValueProcessor {pull}24876[#24876] (issue: {issue}23856[#23856]) \* Allow removing multiple fields in ingest processor {pull}24750[#24750] (issue: {issue}24622[#24622]) \* Add target\_field parameter to ingest processors {pull}24133[#24133] (issues: {issue}23228[#23228], {issue}23682[#23682]) Inner Hits:: \* Reuse inner hit query weight {pull}24571[#24571] (issue: {issue}23917[#23917]) Internal:: \* Cleanup IndexFieldData visibility {pull}25900[#25900] \* Bump the min compat version to 5.6.0 {pull}25805[#25805] \* "shard started" should show index and shard ID {pull}25157[#25157] \* Break out clear scroll logic from TransportClearScrollAction {pull}25125[#25125] (issue: {issue}25094[#25094]) \* Add helper methods to TransportActionProxy to identify proxy actions and requests {pull}25124[#25124] \* Add remote cluster infrastructure to fetch discovery nodes. {pull}25123[#25123] (issue: {issue}25094[#25094]) \* Add the ability to set eager\_global\_ordinals in the new parent-join field {pull}25019[#25019] \* Disallow multiple parent-join fields per mapping {pull}25002[#25002] \* Remove the need for \_UNRELEASED suffix in versions {pull}24798[#24798] (issue: {issue}24768[#24768]) \* Optimize the order of bytes in uuids for better compression. {pull}24615[#24615] (issue: {issue}18209[#18209]) Java
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.09573236852884293, 0.0583171583712101, 0.06750931590795517, 0.050790004432201385, -0.005793757736682892, 0.05013063922524452, -0.05500569939613342, 0.02348889596760273, 0.031167594715952873, 0.014942246489226818, 0.0019509849371388555, 0.04645368084311485, -0.007641421165317297, 0.002117594238370657, -0.052649181336164474, 0.09741134941577911, -0.10299865156412125, 0.07647288590669632, -0.024450426921248436, -0.03885877504944801, 0.006320338696241379, 0.14484885334968567, 0.02910044975578785, -0.012066023424267769, -0.0985204204916954, 0.008381988853216171, -0.02742808312177658, -0.03129660710692406, -0.01975596509873867, -0.0009585198131389916, -0.017236294224858284, 0.04607696831226349, -0.046469248831272125, 0.05530580133199692, -0.020044682547450066, 0.08089441061019897, -0.03413577377796173, -0.03599052503705025, 0.04714369773864746, -0.016456203535199165, 0.09409113228321075, 0.012380287051200867, 0.0753660798072815, -0.06530258804559708, -0.01152536179870367, -0.06294631212949753, -0.0354345440864563, -0.0014479664387181401, -0.05496916174888611, 0.035196416079998016, -0.12549374997615814, 0.02760349214076996, 0.04387029632925987, 0.11311983317136765, 0.058179862797260284, 0.07577355951070786, 0.007990103214979172, -0.07272667437791824, -0.03551148995757103, 0.021644745022058487, 0.026948586106300354, -0.04025927931070328, -0.037149231880903244, -0.1518028974533081, -0.01999957673251629, -0.04766355827450752, 0.05786384642124176, 0.014995723031461239, 0.09114392101764679, 0.02218329906463623, 0.024462927132844925, 0.03322441503405571, -0.09940667450428009, 0.03664122149348259, 0.0015302137471735477, 0.14789889752864838, -0.02374844253063202, -0.004506996832787991, -0.02986537106335163, -0.14748632907867432, -0.0945342481136322, -0.05758606269955635, 0.017634868621826172, -0.02026875875890255, -0.026416240260004997, -0.06727749109268188, 0.031714074313640594, -0.06637007743120193, 0.06100297346711159, 0.002785885939374566, -0.009867226704955101, -0.0907445177435875, 0.0267608892172575, 0.010864583775401115, 0.09985411167144775, -0.017103563994169235, 0.027657410129904747, -0.00690687820315361, 0.029253173619508743, -0.011162715964019299, 0.04122390225529671, 0.09541343152523041, -0.011096259579062462, -0.033196017146110535, -0.04397869482636452, -0.03435944765806198, -0.04832741990685463, -0.009415384382009506, -0.11885310709476471, -0.03503695875406265, -0.01952230930328369, 0.009086474776268005, 0.055579785257577896, -0.0327831394970417, -0.03953726589679718, 0.023383861407637596, 0.04221431910991669, 0.017965305596590042, -0.03484273701906204, 0.10852466523647308, 0.12792406976222992, 0.03780556842684746, -0.047338441014289856, 0.0521705262362957, -0.04053351655602455, 0.012601661495864391, -0.007738831918686628, 6.306883513886665e-33, 0.04699767380952835, -0.0013516362523660064, -0.016983237117528915, 0.014885867945849895, -0.015070590190589428, 0.02853153459727764, 0.022874560207128525, 0.03148150444030762, -0.059523727744817734, 0.0331169068813324, -0.11772474646568298, 0.01551038958132267, -0.04690493270754814, -0.07653146237134933, -0.026198506355285645, -0.10058072954416275, 0.0008088222821243107, 0.05389272794127464, -0.05832764506340027, 0.04665973782539368, 0.01725054532289505, -0.0429813489317894, -0.05897369980812073, -0.005390541162341833, 0.07060424983501434, 0.025949273258447647, -0.0481998547911644, -0.024740176275372505, -0.028756670653820038, -0.01940763369202614, -0.042796965688467026, 0.038373835384845734, -0.0022105849348008633, -0.07159633934497833, 0.022604037076234818, -0.009738431312143803, 0.03284202516078949, -0.022359194234013557, -0.03765832260251045, -0.05294230207800865, -0.08469686657190323, -0.01444320660084486, -0.032408133149147034, -0.024474723264575005, 0.03673280403017998, -0.09557049721479416, -0.01055052224546671, -0.022797003388404846, 0.022937750443816185, 0.014781312085688114, 0.08879225701093674, -0.04450514167547226, 0.013032276183366776, -0.026348726823925972, 0.006578431464731693, -0.04209243133664131, 0.013918440788984299, 0.10102232545614243, 0.014556794427335262, 0.06471703201532364, 0.02036905102431774, -0.017594700679183006, -0.02168799564242363, -0.00357708684168756, -0.0013684022706001997, -0.04432210698723793, 0.041237544268369675, 0.08945850282907486, -0.030943170189857483, -0.021655142307281494, 0.03772883117198944, 0.04562367498874664, 0.010266639292240143, -0.08347070962190628, 0.03825930878520012, -0.04293566197156906, -0.002400171011686325, -0.025043224915862083, -0.007746660616248846, -0.038572926074266434, -0.04110460355877876, -0.00713516166433692, 0.053340960294008255, -0.0338716097176075, 0.0005328491679392755, 0.04079034924507141, -0.03256312757730484, 0.03780277445912361, -0.06519073992967606, -0.032347287982702255, 0.014983597211539745, 0.028950100764632225, -0.012287445366382599, 0.04071046784520149, 0.11834732443094254, -6.489063097745042e-33, 0.062367089092731476, -0.11057516932487488, 0.08332478255033493, -0.026182597503066063, 0.0592028871178627, -0.1227869838476181, 0.02690490521490574, -0.02879873849451542, -0.0032259186264127493, 0.013227427378296852, -0.02257295697927475, -0.06317496299743652, 0.0501539371907711, -0.026544060558080673, 0.03719552978873253, 0.00999272707849741, -0.015386627987027168, -0.04398772120475769, 0.015625882893800735, 0.07805369794368744, 0.05197519809007645, 0.05619805306196213, -0.08763614296913147, 0.10727517306804657, -0.017878687009215355, -0.0019421435426920652, 0.0261291041970253, 0.03607724979519844, -0.008866941556334496, 0.01483137160539627, -0.027700932696461678, -0.0850779265165329, -0.005761266686022282, 0.06244119629263878, 0.041226595640182495, -0.024534134194254875, -0.024393925443291664, 0.07484395056962967, -0.035062260925769806, 0.07114703953266144, 0.028715666383504868, 0.06009159982204437, -0.000030579016311094165, 0.05950772389769554, 0.027548043057322502, -0.028097113594412804, 0.050315845757722855, 0.08481550216674805, -0.03833555057644844, 0.00030775624327361584, -0.021378807723522186, 0.05066974461078644, -0.04009722173213959, -0.02632107585668564, -0.010825811885297298, 0.009624021127820015, -0.019751738756895065, -0.027997223660349846, -0.08413351327180862, 0.02385689690709114, 0.027417603880167007, 0.04729899764060974, -0.008943927474319935, -0.053426358848810196, 0.02642779052257538, -0.07187723368406296, -0.06404048949480057, -0.03890568017959595, -0.06751105189323425, -0.010251096449792385, 0.022152304649353027, -0.008939958177506924, 0.05169093981385231, 0.0044800168834626675, 0.08934057503938675, -0.03926679119467735, -0.03981916606426239, 0.016166027635335922, 0.055585406720638275, 0.05147808417677879, -0.0678006112575531, 0.03471099212765694, 0.0534181147813797, 0.06632141768932343, -0.06605885177850723, 0.022135591134428978, 0.01472022756934166, 0.07919356971979141, -0.011944367550313473, -0.05757097899913788, 0.03277388587594032, -0.08734036237001419, 0.03434506058692932, -0.06538804620504379, -0.010592312552034855, -5.355752463742647e-8, 0.0027460362762212753, 0.007021808996796608, -0.024519385769963264, 0.02107994817197323, 0.09171511232852936, -0.05600849911570549, -0.0285373292863369, 0.15601129829883575, -0.012043152935802937, -0.01200271025300026, -0.02706128917634487, 0.031122058629989624, -0.018693415448069572, 0.013586421497166157, 0.019271180033683777, -0.1205110028386116, 0.02193356119096279, -0.055920522660017014, -0.04074506834149361, -0.05246511101722717, -0.025495929643511772, 0.04046456143260002, 0.05280878767371178, 0.05756165832281113, -0.02995608188211918, -0.04200630635023117, 0.07569384574890137, 0.04413912445306778, 0.08508507162332535, -0.02559886872768402, 0.000741060939617455, -0.021958675235509872, -0.021545926108956337, 0.046385303139686584, -0.03636044263839722, 0.04594063758850098, 0.019939057528972626, 0.02045542001724243, -0.063772052526474, 0.000877022510394454, 0.06804130971431732, 0.05349011346697807, -0.026324041187763214, 0.015409698709845543, -0.03090815618634224, -0.04445578530430794, -0.05030955374240875, -0.0027158211451023817, 0.06627921760082245, -0.043017689138650894, -0.05381160229444504, -0.10865917056798935, 0.026664596050977707, 0.035897307097911835, 0.011194365099072456, 0.045854274183511734, 0.05318834260106087, -0.010981496423482895, -0.024799594655632973, 0.03229955583810806, 0.05519937723875046, -0.06053900718688965, 0.01695142686367035, 0.0512629970908165 ]
0.060594
(issue: {issue}25094[#25094]) \* Add the ability to set eager\_global\_ordinals in the new parent-join field {pull}25019[#25019] \* Disallow multiple parent-join fields per mapping {pull}25002[#25002] \* Remove the need for \_UNRELEASED suffix in versions {pull}24798[#24798] (issue: {issue}24768[#24768]) \* Optimize the order of bytes in uuids for better compression. {pull}24615[#24615] (issue: {issue}18209[#18209]) Java API:: \* Always Accumulate Transport Exceptions {pull}25017[#25017] (issue: {issue}23099[#23099]) Java High Level REST Client:: \* [DOCS] restructure java clients docs pages {pull}25517[#25517] \* Use SPI in High Level Rest Client to load XContent parsers {pull}25098[#25098] (issues: {issue}25024[#25024], {issue}25097[#25097]) \* Add support for clear scroll to high level REST client {pull}25038[#25038] \* Add search scroll method to high level REST client {pull}24938[#24938] (issue: {issue}23331[#23331]) \* Add search method to high level REST client {pull}24796[#24796] (issues: {issue}24794[#24794], {issue}24795[#24795]) Java REST Client:: \* Shade external dependencies in the rest client jar {pull}25780[#25780] (issue: {issue}25208[#25208]) \* RestClient uses system properties and system default SSLContext {pull}25757[#25757] (issue: {issue}23231[#23231]) Logging:: \* Prevent excessive disk consumption by log files {pull}25660[#25660] \* Use LRU set to reduce repeat deprecation messages {pull}25474[#25474] (issue: {issue}25457[#25457]) Mapping:: \* Better validation of `copy\_to`. {pull}25983[#25983] \* Optimize `terms` queries on `ip` addresses to use a `PointInSetQuery` whenever possible. {pull}25669[#25669] (issue: {issue}25667[#25667]) Network:: \* Move TransportStats accounting into TcpTransport {pull}25251[#25251] \* Simplify connection closing and cleanups in TcpTransport {pull}25250[#25250] \* Disable the Netty recycler in the client {pull}24793[#24793] (issues: {issue}22452[#22452], {issue}24721[#24721]) \* Remove Netty logging hack {pull}24653[#24653] (issues: {issue}24469[#24469], {issue}5624[#5624], {issue}6568[#6568], {issue}6696[#6696]) Packaging:: \* Remove memlock suggestion from systemd service {pull}25979[#25979] \* Set address space limit in systemd service file {pull}25975[#25975] \* Version option should display if snapshot {pull}25970[#25970] \* Ignore JVM options before checking Java version {pull}25969[#25969] \* Also skip JAVA\_TOOL\_OPTIONS on Windows {pull}25968[#25968] \* Introduce elasticsearch-env for Windows {pull}25958[#25958] \* Introduce elasticsearch-env {pull}25815[#25815] (issue: {issue}20286[#20286]) \* Stop exporting HOSTNAME from scripts {pull}25807[#25807] Parent/Child:: \* Remove ParentJoinFieldSubFetchPhase {pull}25550[#25550] (issue: {issue}25363[#25363]) \* Support parent id being specified as number in the \_source {pull}25547[#25547] Plugin Lang Painless:: \* Allow Custom Whitelists in Painless {pull}25557[#25557] \* Update Painless to Allow Augmentation from Any Class {pull}25360[#25360] \* Add Needs Methods to Painless Script Context Factories {pull}25267[#25267] \* Support Script Context Stateful Factory in Painless {pull}25233[#25233] \* Generate Painless Factory for Creating Script Instances {pull}25120[#25120] \* Update Painless to Use New Script Contexts {pull}25015[#25015] \* Optimize instance creation in LambdaBootstrap {pull}24618[#24618] Plugin Repository GCS:: \* GCS Repository: Add secure storage of credentials {pull}24697[#24697] Plugin Repository S3:: \* S3 Repository: Add back repository level credentials {pull}24609[#24609] Plugins:: \* Move tribe to a module {pull}25778[#25778] \* Plugins can register pre-configured char filters {pull}25000[#25000] (issue: {issue}23658[#23658]) \* Add purge option to remove plugin CLI {pull}24981[#24981] \* Allow plugins to register pre-configured tokenizers {pull}24751[#24751] (issues: {issue}24223[#24223], {issue}24572[#24572]) \* Move ReindexAction class to core {pull}24684[#24684] (issue: {issue}24578[#24578]) \* Make PreConfiguredTokenFilter harder to misuse {pull}24572[#24572] (issue: {issue}23658[#23658]) Query DSL:: \* Make slop optional when parsing `span\_near` query {pull}25677[#25677] (issue: {issue}25642[#25642]) \* Require a field when a `seed` is provided to the `random\_score` function. {pull}25594[#25594] (issue: {issue}25240[#25240]) REST:: \* Refactor PathTrie and RestController to use a single trie for all methods {pull}25459[#25459] (issue: {issue}24437[#24437]) \* Make ObjectParser support string to boolean conversion {pull}24668[#24668] (issue: {issue}21802[#21802]) Recovery:: \* Goodbye, Translog Views {pull}25962[#25962] \* Disallow multiple concurrent recovery attempts for same target shard {pull}25428[#25428] \* Live primary-replica resync (no rollback) {pull}24841[#24841] (issue: {issue}10708[#10708]) Scripting:: \* Scripting: Rename SearchScript.needsScores to needs\_score {pull}25235[#25235] \* Scripting: Add optional context parameter to put stored script requests {pull}25014[#25014] \* Add New Security Script Settings {pull}24637[#24637] (issue: {issue}24532[#24532]) Search:: \* Rewrite search requests on the coordinating nodes {pull}25814[#25814] (issue: {issue}25791[#25791]) \* Ensure query resources are fetched asynchronously during rewrite {pull}25791[#25791] \* Introduce a
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.07908444106578827, 0.09212011098861694, 0.06057456508278847, -0.07010491192340851, -0.025744037702679634, -0.04119543358683586, -0.05621400848031044, 0.02657334692776203, -0.01866687647998333, 0.0007342332974076271, -0.012650391086935997, -0.01192527636885643, 0.09430768340826035, -0.003289856482297182, -0.002130130073055625, 0.03677317500114441, -0.04985545575618744, 0.05671175941824913, -0.09339548647403717, 0.004252071492373943, -0.016369638964533806, 0.07935281842947006, 0.00376489176414907, -0.02065509930253029, -0.02782326377928257, 0.012266631238162518, -0.068061962723732, -0.020388556644320488, -0.029839733615517616, -0.004486241843551397, 0.0002584939356893301, 0.0648413673043251, -0.0992700532078743, 0.01506664976477623, 0.028629442676901817, 0.1029573604464531, 0.021071847528219223, -0.018267476931214333, 0.06495008617639542, 0.04883338510990143, 0.016076592728495598, -0.024034203961491585, 0.04489414766430855, 0.03401279076933861, -0.017680782824754715, -0.026995467022061348, -0.012189059518277645, 0.003360186005011201, -0.08261742442846298, 0.058246590197086334, -0.05782028287649155, 0.020398743450641632, 0.04094759747385979, 0.013097199611365795, 0.07144090533256531, -0.01915096864104271, -0.0952167809009552, -0.012393718585371971, -0.1222740188241005, 0.03065584972500801, -0.022197017446160316, -0.048336200416088104, -0.001403994276188314, -0.048472996801137924, -0.03776967525482178, -0.016186391934752464, 0.05888091400265694, 0.019713053479790688, 0.028773605823516846, -0.0017756740562617779, 0.03394699469208717, 0.06438252329826355, -0.10084173828363419, 0.011416496708989143, -0.012372023425996304, 0.12445851415395737, 0.02586461417376995, 0.01654563844203949, -0.009872118011116982, -0.16550156474113464, -0.023700987920165062, 0.000028358232157188468, -0.030059605836868286, -0.009130165912210941, -0.03090052306652069, -0.035090696066617966, 0.013541148044168949, -0.017059357836842537, -0.04880322515964508, 0.13241063058376312, -0.015372376888990402, -0.12114512175321579, 0.11745655536651611, 0.06285595148801804, 0.0708121508359909, 0.044647425413131714, 0.018215907737612724, -0.03381992131471634, -0.015276849269866943, 0.049231674522161484, -0.007800228428095579, 0.06231597438454628, 0.0507979579269886, 0.028618337586522102, -0.016448238864541054, -0.07558482140302658, -0.04595605283975601, 0.05410096049308777, -0.06302079558372498, -0.01316487230360508, -0.04359126091003418, 0.023428713902831078, -0.050114911049604416, -0.06695904582738876, -0.02664056234061718, 0.012005490250885487, 0.027775641530752182, 0.040987879037857056, -0.056241270154714584, 0.01533336378633976, 0.06722414493560791, -0.011696026660501957, -0.04019421711564064, 0.019465863704681396, -0.03305144980549812, -0.002488363767042756, -0.012272683903574944, 1.082470429875615e-32, 0.0833812728524208, 0.021101610735058784, 0.016230395063757896, 0.009869317524135113, -0.02001580223441124, 0.03387150913476944, 0.029512735083699226, 0.041180312633514404, -0.06949722021818161, -0.0034171962179243565, -0.07857658714056015, 0.026341624557971954, 0.021957041695713997, -0.0742911845445633, 0.032377175986766815, -0.06009611114859581, 0.06200610101222992, 0.0839427262544632, -0.01853961870074272, 0.05845039337873459, 0.018649665638804436, -0.024183357134461403, -0.017849605530500412, -0.040313828736543655, 0.026843100786209106, 0.015003872103989124, -0.02033142000436783, 0.008283423259854317, -0.032877109944820404, 0.0010651919292286038, 0.02673385664820671, -0.034811440855264664, 0.030385419726371765, 0.009531665593385696, 0.047217704355716705, -0.07732164114713669, 0.0178813599050045, -0.03592333942651749, -0.08180452138185501, -0.08430909365415573, -0.030411167070269585, 0.02838435024023056, -0.05225970223546028, 0.05585917830467224, 0.05364968255162239, -0.04149593412876129, -0.03380756080150604, -0.06621713936328888, -0.024967027828097343, -0.023175189271569252, 0.005558972712606192, 0.040828630328178406, 0.054853688925504684, -0.019689396023750305, 0.01464616134762764, -0.1230047270655632, 0.004365687258541584, 0.07927771657705307, -0.05899189040064812, 0.019395221024751663, -0.011864959262311459, 0.0350690595805645, -0.001829126151278615, -0.018211916089057922, 0.0626620426774025, -0.03956208750605583, 0.006932368502020836, 0.029359063133597374, -0.042765360325574875, -0.02362387254834175, 0.015747595578432083, 0.05153747648000717, -0.0014005759730935097, -0.015573201701045036, 0.004967317916452885, -0.1059361919760704, 0.05901770293712616, -0.018847882747650146, 0.05512431263923645, -0.12282875180244446, -0.02785682864487171, 0.0024986749049276114, 0.009711131453514099, 0.0020727943629026413, -0.052515797317028046, 0.09560941904783249, -0.003826351836323738, 0.08061578869819641, 0.01238131895661354, 0.013670708052814007, 0.027459409087896347, 0.018729697912931442, -0.013455462642014027, -0.06303447484970093, 0.04803411290049553, -9.133428006047997e-33, 0.031103884801268578, -0.09627556800842285, -0.008980588987469673, -0.053734395653009415, 0.03838222101330757, -0.08934830874204636, 0.002409418812021613, 0.09805966168642044, 0.026114806532859802, -0.004973674658685923, -0.036455195397138596, -0.05952490493655205, 0.038892779499292374, -0.08369088172912598, 0.037472594529390335, -0.010408117435872555, -0.06626804918050766, -0.07092460244894028, 0.02266073226928711, 0.07672636210918427, 0.021690048277378082, 0.05761820450425148, -0.01793108507990837, 0.06127296760678291, 0.0881873294711113, 0.008548962883651257, -0.06280561536550522, 0.05781416967511177, -0.02825089357793331, -0.023548755794763565, 0.03348097205162048, -0.06012498214840889, -0.07144271582365036, -0.020097050815820694, 0.023232441395521164, -0.05671011656522751, -0.003794270334765315, 0.1297161877155304, -0.013821450062096119, 0.042255423963069916, -0.04245568811893463, -0.005989799275994301, -0.00899843405932188, 0.09874897450208664, 0.049779146909713745, 0.038893721997737885, 0.03744760528206825, 0.05075948312878609, -0.03984147682785988, 0.06242648512125015, -0.006876784842461348, 0.0022780990693718195, -0.0010475361486896873, 0.00726223923265934, 0.059805892407894135, -0.008838159032166004, -0.03641417250037193, -0.023894641548395157, -0.04432900622487068, 0.006590221077203751, 0.04736015200614929, -0.014773499220609665, 0.0010724636958912015, 0.033136360347270966, 0.04311946779489517, -0.07393699139356613, -0.05154325067996979, -0.009818761609494686, -0.08721049129962921, -0.011700320057570934, -0.05529717355966568, -0.10168477147817612, -0.07499987632036209, -0.010003974661231041, 0.11125016212463379, -0.04303653538227081, -0.02728542685508728, -0.019948041066527367, 0.052782025188207626, 0.06338300555944443, -0.08625923842191696, 0.08938375115394592, 0.01536597404628992, 0.0870705246925354, 0.07692230492830276, -0.053786419332027435, 0.06525547802448273, 0.08026716858148575, -0.007307080086320639, -0.043795935809612274, 0.05263063684105873, 0.021527517586946487, 0.005251392722129822, 0.007944381795823574, -0.01826341822743416, -5.912082201575686e-8, -0.0024784503038972616, -0.05870484188199043, -0.07655275613069534, 0.03610176220536232, 0.09640730917453766, 0.029173104092478752, -0.09369194507598877, 0.10502540320158005, 0.05878398194909096, 0.007882777601480484, -0.010189277119934559, 0.044448867440223694, -0.024133149534463882, -0.05772801861166954, 0.04144818335771561, -0.12309413403272629, 0.00842468161135912, 0.06046326830983162, -0.09474116563796997, -0.058230362832546234, -0.021541545167565346, 0.011684944853186607, 0.021522877737879753, -0.017354266718029976, 0.03821101412177086, -0.05594673007726669, 0.15353575348854065, 0.018746376037597656, 0.061720509082078934, -0.019773822277784348, -0.04461095109581947, -0.041613463312387466, 0.014888253062963486, 0.011678575538098812, -0.017465384677052498, 0.07869503647089005, 0.0012422663858160377, 0.07084769755601883, -0.013411452062427998, 0.02110932394862175, 0.020788829773664474, 0.019014548510313034, -0.04207005351781845, 0.08145620673894882, 0.050727032124996185, -0.05587896332144737, -0.05291970446705818, 0.05241701006889343, 0.03778202459216118, -0.05016213282942772, -0.10262887924909592, -0.06922071427106857, 0.06155405938625336, -0.007383793592453003, -0.009346908889710903, 0.0564233772456646, -0.006137586198747158, -0.03608301654458046, 0.06295032799243927, 0.022257987409830093, 0.04375040531158447, -0.03605398163199425, 0.0002728104591369629, 0.04998558387160301 ]
0.047065
SearchScript.needsScores to needs\_score {pull}25235[#25235] \* Scripting: Add optional context parameter to put stored script requests {pull}25014[#25014] \* Add New Security Script Settings {pull}24637[#24637] (issue: {issue}24532[#24532]) Search:: \* Rewrite search requests on the coordinating nodes {pull}25814[#25814] (issue: {issue}25791[#25791]) \* Ensure query resources are fetched asynchronously during rewrite {pull}25791[#25791] \* Introduce a new Rewriteable interface to streamline rewriting {pull}25788[#25788] \* Reduce the scope of `QueryRewriteContext` {pull}25787[#25787] \* Reduce the overhead of timeouts and low-level search cancellation. {pull}25776[#25776] \* Reduce profiling overhead. {pull}25772[#25772] (issue: {issue}24799[#24799]) \* Prevent `can\_match` requests from sending to incompatible nodes {pull}25705[#25705] (issue: {issue}25704[#25704]) \* Add a shard filter search phase to pre-filter shards based on query rewriting {pull}25658[#25658] \* Ensure we rewrite common queries to `match\_none` if possible {pull}25650[#25650] \* Limit the number of concurrent shard requests per search request {pull}25632[#25632] \* Add cluster name validation to RemoteClusterConnection {pull}25568[#25568] \* Speed up sorted scroll when the index sort matches the search sort {pull}25138[#25138] (issue: {issue}6720[#6720]) \* Leverage scorerSupplier when applicable. {pull}25109[#25109] \* Add {ccs} support for scroll searches {pull}25094[#25094] \* Track EWMA[1] of task execution time in search threadpool executor {pull}24989[#24989] (issue: {issue}24915[#24915]) \* Query range fields by doc values when they are expected to be more efficient than points {pull}24823[#24823] (issue: {issue}24314[#24314]) \* Search: Fairer balancing when routing searches by session ID {pull}24671[#24671] (issue: {issue}24642[#24642]) Sequence IDs:: \* Move primary term from ReplicationRequest to ConcreteShardRequest {pull}25822[#25822] \* Add reason to global checkpoint updates on replica {pull}25612[#25612] (issue: {issue}10708[#10708]) \* Introduce primary/replica mode for GlobalCheckPointTracker {pull}25468[#25468] \* Throw back replica local checkpoint on new primary {pull}25452[#25452] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Update global checkpoint when increasing primary term on replica {pull}25422[#25422] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Enable a long translog retention policy by default {pull}25294[#25294] (issues: {issue}10708[#10708], {issue}25147[#25147]) \* Introduce primary context {pull}25122[#25122] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Block older operations on primary term transition {pull}24779[#24779] (issue: {issue}10708[#10708]) Settings:: \* Add disk threshold settings validation {pull}25600[#25600] (issue: {issue}25560[#25560]) \* Enable cross-setting validation {pull}25560[#25560] (issue: {issue}25541[#25541]) \* Validate `transport.profiles.\*` settings {pull}25508[#25508] \* Cleanup network / transport related settings {pull}25489[#25489] \* Emit settings deprecation logging at most once {pull}25457[#25457] \* IndexMetaData: Introduce internal format index setting {pull}25292[#25292] Snapshot/Restore:: \* Improves snapshot logging and snapshot deletion error handling {pull}25264[#25264] Stats:: \* Update `IndexShard#refreshMetric` via a `ReferenceManager.RefreshListener` {pull}25083[#25083] (issues: {issue}24806[#24806], {issue}25052[#25052]) Translog:: \* Translog file recovery should not rely on lucene commits {pull}25005[#25005] (issue: {issue}24950[#24950]) [float] === Bug Fixes Aggregations:: \* Fixes array out of bounds for value count agg {pull}26038[#26038] (issue: {issue}17379[#17379]) \* Aggregations bug: Significant\_text fails on arrays of text. {pull}25030[#25030] (issue: {issue}25029[#25029]) Aliases:: \* mget with an alias shouldn't ignore alias routing {pull}25697[#25697] (issue: {issue}25696[#25696]) \* GET aliases should 404 if aliases are missing {pull}25043[#25043] (issue: {issue}24644[#24644]) Analysis:: \* Pre-configured shingle filter should disable graph analysis {pull}25853[#25853] (issue: {issue}25555[#25555]) Circuit Breakers:: \* Checks the circuit breaker before allocating bytes for a new big array {pull}25010[#25010] (issue: {issue}24790[#24790]) Core:: \* Release operation permit on thread-pool rejection {pull}25930[#25930] (issue: {issue}25863[#25863]) \* Node should start up despite of a lingering `.es\_temp\_file` {pull}21210[#21210] (issue: {issue}21007[#21007]) Discovery:: \* MasterNodeChangePredicate should use the node instance to detect master change {pull}25877[#25877] (issue: {issue}25471[#25471]) Engine:: \* Engine - do not index operations with seq# lower than the local checkpoint into lucene {pull}25827[#25827] (issues: {issue}1[#1], {issue}2[#2], {issue}25592[#25592]) Geo:: \* Fix typo in GeoUtils#isValidLongitude {pull}25121[#25121] Highlighting:: \* FastVectorHighlighter should not cache the field query globally {pull}25197[#25197] (issue: {issue}25171[#25171]) \* Higlighters: Fix MultiPhrasePrefixQuery rewriting {pull}25103[#25103] (issue: {issue}25088[#25088]) Index APIs:: \* Shrink API should ignore templates {pull}25380[#25380] (issue: {issue}25035[#25035]) \* Rollover max docs should only count primaries {pull}24977[#24977] (issue: {issue}24217[#24217]) Ingest:: \* Sort Processor does not have proper behavior with targetField {pull}25237[#25237] (issue: {issue}24133[#24133]) \*
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.07210920751094818, 0.023736484348773956, -0.001386310555972159, 0.08517436683177948, -0.04341455176472664, -0.0013700791168957949, -0.039876826107501984, 0.03152408450841904, -0.04554227367043495, 0.03430817648768425, -0.07553796470165253, -0.043040305376052856, 0.04757041111588478, -0.05171848088502884, -0.01063762977719307, 0.09835497289896011, -0.07057343423366547, 0.0682855099439621, -0.0483318492770195, 0.0043929326348006725, 0.0394744798541069, 0.10411389172077179, 0.0002353259187657386, -0.04098418727517128, -0.10155811160802841, -0.028331823647022247, -0.07613375037908554, -0.07245532423257828, -0.018381619825959206, 0.03818081319332123, 0.0495433546602726, -0.0075412532314658165, -0.1180998831987381, 0.05425146967172623, 0.053961604833602905, 0.12629581987857819, 0.029010329395532608, -0.03224699944257736, -0.020555535331368446, 0.006297732703387737, 0.07622799277305603, 0.03130170702934265, 0.017276916652917862, -0.03228753060102463, -0.061523497104644775, -0.07282058894634247, -0.0411558672785759, -0.01926812343299389, -0.09315025061368942, 0.005346518941223621, -0.08412189781665802, -0.018326232209801674, -0.052470382302999496, -0.024173151701688766, 0.055387336760759354, 0.008307332172989845, -0.041476771235466, 0.00947866216301918, 0.005359746981412172, -0.019466634839773178, 0.041044000536203384, -0.08689172565937042, 0.041216615587472916, -0.05420039966702461, -0.027876343578100204, -0.0484350249171257, -0.033447541296482086, -0.011957229115068913, 0.09278377890586853, -0.01378613617271185, -0.011746497824788094, 0.06057898700237274, -0.09983376413583755, -0.052974119782447815, 0.015398875810205936, 0.028548788279294968, -0.040596380829811096, -0.009067279286682606, -0.022055024281144142, -0.12867869436740875, -0.010317320935428143, -0.0878482386469841, -0.02721746265888214, 0.05623744800686836, 0.09687788784503937, 0.001738965860567987, 0.05317746475338936, -0.0468001589179039, 0.12151940166950226, 0.07046357542276382, -0.03264401853084564, -0.013011584989726543, 0.012229755520820618, -0.05800919979810715, 0.035465117543935776, 0.05471344664692879, -0.022423774003982544, -0.062186796218156815, -0.013716989196836948, 0.03132569044828415, 0.04535219818353653, 0.041211072355508804, 0.01319805532693863, -0.07964646816253662, -0.03852445259690285, 0.025857780128717422, 0.010604825802147388, 0.11471708863973618, -0.05493146926164627, 0.0013293673982843757, -0.02463274449110031, 0.0947723463177681, 0.055615462362766266, -0.10411490499973297, 0.03229305148124695, -0.041063494980335236, 0.09968571364879608, -0.06034461781382561, -0.04736807197332382, 0.15993833541870117, 0.10944810509681702, 0.020973045378923416, -0.06981000304222107, -0.04733791947364807, 0.05240901559591293, 0.05276648700237274, -0.01798516884446144, 9.616407043390197e-33, 0.06518518924713135, 0.03763086721301079, -0.06098143756389618, -0.05052009969949722, -0.03837081417441368, 0.06858762353658676, 0.10108861327171326, 0.06179489567875862, -0.08633697777986526, -0.009443243965506554, -0.06693462282419205, 0.01026688702404499, -0.018459118902683258, -0.04060904681682587, -0.034903328865766525, -0.0654178187251091, 0.04745686054229736, 0.028894396498799324, 0.010815097950398922, 0.02454940788447857, 0.02431466057896614, -0.022546028718352318, -0.006548373494297266, -0.00948107149451971, 0.00039815608761273324, -0.033357445150613785, -0.02522583119571209, 0.042976438999176025, -0.05748198553919792, -0.020584728568792343, 0.018261168152093887, -0.019645152613520622, -0.006016118451952934, -0.023249760270118713, 0.029234671965241432, -0.03544531762599945, 0.08718208968639374, -0.02788180485367775, -0.01694677583873272, -0.0054405685514211655, -0.0501529835164547, 0.02737109735608101, -0.05934775993227959, -0.01977550983428955, 0.0209521297365427, -0.06425027549266815, -0.07141570001840591, -0.01552290003746748, 0.027084100991487503, -0.046555157750844955, 0.021853996440768242, 0.03833422437310219, 0.07394358515739441, -0.04888869822025299, 0.010382149368524551, -0.04954545572400093, -0.09721972048282623, 0.05111706256866455, 0.0012588348472490907, 0.07464437186717987, 0.0021757110953330994, 0.019571702927350998, 0.00952867604792118, -0.045508746057748795, 0.0797547921538353, -0.03999290242791176, 0.07278934866189957, 0.09657376259565353, -0.03741585463285446, -0.027130132541060448, 0.00624301191419363, 0.051281362771987915, 0.062197245657444, -0.007654165383428335, 0.008518516086041927, -0.10393780469894409, -0.01376783661544323, -0.004689553752541542, 0.08401375263929367, -0.021381165832281113, 0.020843541249632835, -0.023825787007808685, 0.05325718969106674, 0.03686235100030899, 0.08380743861198425, 0.032597050070762634, -0.04697078466415405, -0.07915985584259033, -0.009838026016950607, 0.015940163284540176, 0.06251975893974304, -0.027648767456412315, -0.05589136853814125, -0.06065966933965683, 0.023444272577762604, -8.741865695001309e-33, 0.0041987900622189045, -0.06116127595305443, -0.0562145859003067, 0.028820127248764038, 0.0182100348174572, -0.10006741434335709, -0.03703782707452774, -0.043991249054670334, 0.0431307889521122, -0.027606410905718803, -0.004582853056490421, -0.06655867397785187, -0.023300644010305405, -0.05936192348599434, 0.03310439735651016, 0.008386950939893723, -0.043002042919397354, -0.035476379096508026, 0.010945062153041363, -0.004250913858413696, -0.01085585355758667, 0.04275025427341461, -0.05149766430258751, 0.060543738305568695, -0.08208978921175003, 0.009783072397112846, -0.049982648342847824, -0.004208620171993971, -0.021400829777121544, 0.0064504919573664665, 0.0003787752357311547, -0.06145162135362625, -0.06592940539121628, 0.05131173133850098, 0.021931461989879608, 0.0024547530338168144, -0.05719862878322601, 0.04238561913371086, -0.02150576561689377, 0.08637039363384247, 0.06759566068649292, 0.056950610131025314, 0.0067138150334358215, 0.04139877110719681, 0.056303270161151886, 0.02790096588432789, -0.01992911845445633, 0.057513631880283356, -0.01791054755449295, -0.020649658516049385, -0.0036220690235495567, -0.028000608086586, -0.04818535968661308, 0.015059571713209152, -0.015733230859041214, -0.045576442033052444, 0.011652710847556591, -0.03704685717821121, -0.11097317934036255, 0.025143420323729515, 0.03340211510658264, 0.030847743153572083, -0.01700197532773018, -0.051209334284067154, 0.08039361983537674, -0.0627434104681015, 0.009185445494949818, -0.019701994955539703, -0.038633789867162704, -0.035080064088106155, -0.05511907488107681, -0.10961773246526718, 0.04294103756546974, -0.006311703938990831, 0.10634049028158188, 0.03842247277498245, -0.006700655911117792, -0.03096861019730568, 0.03322254493832588, 0.14935286343097687, -0.02944011054933071, 0.09148451685905457, -0.031797271221876144, 0.020816626027226448, 0.04180790111422539, 0.017816269770264626, -0.046289872378110886, 0.09537046402692795, -0.014851066283881664, -0.024961048737168312, 0.004151442553848028, -0.03409375250339508, 0.0009137128945440054, 0.01243781391531229, 0.009624439291656017, -6.369690908059056e-8, -0.022877143695950508, 0.05881020426750183, -0.05082552134990692, 0.05707647278904915, 0.02764805592596531, 0.07519281655550003, -0.022062743082642555, 0.07010363042354584, 0.011369194835424423, -0.006670204922556877, 0.04929634928703308, 0.016583524644374847, 0.05891675502061844, 0.0463017076253891, -0.01592332310974598, -0.0944308415055275, -0.030287960544228554, 0.0031936292070895433, -0.0714937224984169, -0.10442260652780533, -0.06861993670463562, 0.013224715366959572, -0.01787145622074604, 0.058677613735198975, 0.0396546833217144, -0.05538441613316536, 0.050227679312229156, 0.0256927702575922, -0.04262600094079971, 0.024001315236091614, -0.059358447790145874, -0.04904494434595108, 0.007971665821969509, 0.0464039146900177, 0.008513039909303188, 0.0787147656083107, 0.007876738905906677, 0.05386773496866226, -0.039034150540828705, 0.040546029806137085, 0.08965295553207397, 0.0834893062710762, 0.032989487051963806, 0.07005904614925385, -0.023248324170708656, -0.04750636965036392, -0.021255608648061752, 0.029946984723210335, 0.0808844268321991, -0.07062782347202301, 0.001543131424114108, -0.049976855516433716, -0.01148582436144352, 0.06933054327964783, 0.010703036561608315, 0.03252044692635536, -0.008836002089083195, -0.02260681614279747, -0.009202609769999981, 0.04398627206683159, 0.04517016187310219, -0.0057886745780706406, -0.000804852694272995, 0.04226648807525635 ]
0.033363
query globally {pull}25197[#25197] (issue: {issue}25171[#25171]) \* Higlighters: Fix MultiPhrasePrefixQuery rewriting {pull}25103[#25103] (issue: {issue}25088[#25088]) Index APIs:: \* Shrink API should ignore templates {pull}25380[#25380] (issue: {issue}25035[#25035]) \* Rollover max docs should only count primaries {pull}24977[#24977] (issue: {issue}24217[#24217]) Ingest:: \* Sort Processor does not have proper behavior with targetField {pull}25237[#25237] (issue: {issue}24133[#24133]) \* fix grok's pattern parsing to validate pattern names in expression {pull}25063[#25063] (issue: {issue}22831[#22831]) Inner Hits:: \* When fetching nested inner hits only access stored fields when needed {pull}25864[#25864] (issue: {issue}6[#6]) Internal:: \* Fix BytesReferenceStreamInput#skip with offset {pull}25634[#25634] \* Fix race condition in RemoteClusterConnection node supplier {pull}25432[#25432] \* Initialise empty lists in BaseTaskResponse constructor {pull}25290[#25290] \* Extract a common base class for scroll executions {pull}24979[#24979] (issue: {issue}16555[#16555]) \* Obey lock order if working with store to get metadata snapshots {pull}24787[#24787] (issue: {issue}24481[#24481]) \* Fix Version based BWC and set correct minCompatVersion {pull}24732[#24732] \* Fix `\_field\_caps` serialization in order to support {ccs} {pull}24722[#24722] \* Avoid race when shutting down controller processes {pull}24579[#24579] Mapping:: \* Fix parsing of ip range queries. {pull}25768[#25768] (issue: {issue}25636[#25636]) \* Disable date field mapping changing {pull}25285[#25285] (issue: {issue}25271[#25271]) \* Correctly enable \_all for older 5.x indices {pull}25087[#25087] (issue: {issue}25068[#25068]) \* token\_count datatype should handle null value {pull}25046[#25046] (issue: {issue}24928[#24928]) \* keep \_parent field while updating child type mapping {pull}24407[#24407] (issue: {issue}23381[#23381]) More Like This:: \* Pass over \_routing value with more\_like\_this items to be retrieved {pull}24679[#24679] (issue: {issue}23699[#23699]) Nested Docs:: \* In case of a single type the \_id field should be added to the nested document instead of \_uid field {pull}25149[#25149] Network:: \* Ensure pending transport handlers are invoked for all channel failures {pull}25150[#25150] \* Notify onConnectionClosed rather than onNodeDisconnect to prune transport handlers {pull}24639[#24639] (issues: {issue}24557[#24557], {issue}24575[#24575], {issue}24632[#24632]) Packaging:: \* Exit Windows scripts promptly on failure {pull}25959[#25959] \* Pass config path as a system property {pull}25943[#25943] \* ES\_HOME needs to be made absolute before attempt at traversal {pull}25865[#25865] \* Fix elasticsearch-keystore handling of path.conf {pull}25811[#25811] \* Stop disabling explicit GC {pull}25759[#25759] \* Avoid failing install if system-sysctl is masked {pull}25657[#25657] (issue: {issue}24234[#24234]) \* Get short path name for native controllers {pull}25344[#25344] \* When stopping via systemd only kill the JVM, not its control group {pull}25195[#25195] \* remove remaining references to scripts directory {pull}24771[#24771] \* Handle parentheses in batch file path {pull}24731[#24731] (issue: {issue}24712[#24712]) Parent/Child:: \* The default \_parent field should not try to load global ordinals {pull}25851[#25851] (issue: {issue}25849[#25849]) Percolator:: \* Fix range queries with date range based on current time in percolator queries. {pull}24666[#24666] (issue: {issue}23921[#23921]) Plugin Lang Painless:: \* Painless: allow doubles to be casted to longs. {pull}25936[#25936] Plugin Repository Azure:: \* Make calls to CloudBlobContainer#exists privileged {pull}25937[#25937] (issue: {issue}25931[#25931]) Plugin Repository GCS:: \* Ensure that gcs client creation is privileged {pull}25938[#25938] (issue: {issue}25932[#25932]) Plugin Repository HDFS:: \* Upgrading HDFS Repository Plugin to use HDFS 2.8.1 Client {pull}25497[#25497] (issue: {issue}25450[#25450]) Plugin Repository S3:: \* Avoid SecurityException in repository-S3 on DefaultS3OutputStream.flush() {pull}25254[#25254] (issue: {issue}25192[#25192]) Plugins:: \* X-Pack plugin download fails on Windows desktop {pull}24570[#24570] Query DSL:: \* SpanNearQueryBuilder should return the inner clause when a single clause is provided {pull}25856[#25856] (issue: {issue}25630[#25630]) \* Refactor field expansion for match, multi\_match and query\_string query {pull}25726[#25726] (issues: {issue}25551[#25551], {issue}25556[#25556]) \* WrapperQueryBuilder should also rewrite the parsed query {pull}25480[#25480] REST:: \* Fix handling of invalid error trace parameter {pull}25785[#25785] (issue: {issue}25774[#25774]) \* Fix handling of exceptions thrown on HEAD requests {pull}25172[#25172] (issue: {issue}21125[#21125]) \* Fixed NPEs caused by requests without content. {pull}23497[#23497] (issue: {issue}24701[#24701]) \* Fix get mappings HEAD requests {pull}23192[#23192] (issue: {issue}21125[#21125]) Recovery:: \* Close translog view after primary-replica resync {pull}25862[#25862] (issue: {issue}24841[#24841]) Reindex API:: \* Reindex: don't duplicate \_source parameter {pull}24629[#24629] (issue: {issue}24628[#24628]) \* Add qa module
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.0501369833946228, 0.05504255369305611, 0.08685360103845596, 0.015852531418204308, -0.024796392768621445, 0.017784608528017998, 0.0018572466215118766, 0.041283611208200455, -0.0064947097562253475, 0.04020858556032181, -0.012799971736967564, -0.005093737505376339, 0.020796146243810654, -0.04315507784485817, 0.008912123739719391, 0.11114995926618576, -0.11540680378675461, 0.04794427379965782, -0.12403993308544159, -0.024731924757361412, 0.029743246734142303, 0.07997743785381317, -0.034289222210645676, 0.0028804377652704716, -0.06828201562166214, 0.0057114833034574986, -0.14145366847515106, -0.0036130633670836687, 0.01744815707206726, -0.03849199041724205, -0.02135024033486843, 0.10861266404390335, -0.08979354053735733, 0.11428616940975189, 0.044660717248916626, 0.06564539670944214, -0.029593968763947487, -0.04351961612701416, 0.03501641005277634, -0.005633523687720299, 0.06906547397375107, -0.018100187182426453, 0.04981673136353493, -0.04919508844614029, -0.020020104944705963, -0.03076145052909851, -0.05762924253940582, -0.0076847802847623825, -0.09085366129875183, 0.0032008655834943056, -0.09340931475162506, 0.026465512812137604, 0.04304110258817673, 0.10944945365190506, 0.06294400244951248, -0.027284229174256325, -0.036828793585300446, -0.00488732336089015, -0.02867407724261284, -0.01769908331334591, 0.016969934105873108, -0.07595345377922058, -0.017394524067640305, -0.04196236655116081, -0.04207249730825424, -0.028877004981040955, 0.05124048888683319, -0.000011224374247831292, 0.04378657788038254, 0.024458372965455055, -0.0006148864631541073, 0.017518287524580956, -0.07492006570100784, 0.027360878884792328, 0.016810927540063858, 0.09381470829248428, -0.044871438294649124, -0.043866969645023346, -0.05756660923361778, -0.11094948649406433, -0.032513801008462906, -0.025883931666612625, -0.009710281156003475, -0.01565519906580448, 0.055399682372808456, -0.035631824284791946, -0.028433870524168015, -0.08721738308668137, 0.057405151426792145, 0.006183175835758448, 0.016251269727945328, -0.07595280557870865, 0.05190383270382881, 0.02014721930027008, 0.09997859597206116, 0.018641619011759758, 0.009719866327941418, -0.07450229674577713, -0.029373228549957275, 0.07053691148757935, 0.00503126485273242, 0.04060938209295273, 0.0447051115334034, -0.01527858804911375, -0.028803324326872826, -0.03429405391216278, -0.04119100794196129, -0.04132699593901634, -0.035612158477306366, -0.019220679998397827, -0.009568940848112106, 0.08355796337127686, 0.0588025264441967, -0.02828345075249672, 0.015310775488615036, -0.0007810926181264222, 0.0652569979429245, -0.02149396948516369, -0.005585686769336462, 0.11353258043527603, 0.0677315890789032, 0.05056765675544739, -0.031307462602853775, 0.045996129512786865, -0.004323035012930632, 0.1122419461607933, -0.015026792883872986, 1.0383777102446679e-32, 0.05156795307993889, -0.015417927876114845, -0.018245317041873932, -0.05312918871641159, -0.016222815960645676, 0.018158527091145515, 0.0336555577814579, 0.03537360578775406, -0.0470842644572258, 0.024231527000665665, 0.0031898231245577335, 0.044683583080768585, -0.034519586712121964, -0.04105186089873314, 0.0055348533205688, -0.0388927161693573, 0.01640261523425579, 0.07896842807531357, -0.07634314894676208, 0.06200879067182541, 0.01821519248187542, -0.08374352008104324, -0.07027257978916168, 0.0069252122193574905, -0.04819261655211449, 0.027523476630449295, -0.011455684900283813, -0.0016282061114907265, -0.007703184615820646, 0.007657053414732218, -0.005977928638458252, -0.04885561764240265, 0.04150422662496567, -0.009987236000597477, 0.02594217099249363, -0.029779212549328804, 0.04014362767338753, -0.021842384710907936, -0.051980286836624146, -0.04993174970149994, -0.05900205299258232, 0.02356147952377796, 0.029743660241365433, -0.07161208987236023, 0.03455767408013344, -0.055354855954647064, -0.03274625912308693, -0.03266240283846855, 0.031292881816625595, -0.07559430599212646, 0.01987323723733425, -0.001259475015103817, 0.05437230318784714, -0.013750554993748665, 0.0440312959253788, -0.055912844836711884, -0.02317136339843273, 0.04509790241718292, 0.012970809824764729, 0.07188518345355988, -0.04253635182976723, 0.02250748686492443, -0.0018792996415868402, -0.07598038762807846, 0.08047965914011002, -0.05266889929771423, 0.04309603199362755, 0.09255374222993851, -0.044830482453107834, 0.06543249636888504, 0.02623782679438591, 0.08558332175016403, 0.0022307129111140966, -0.04750978946685791, 0.06083105877041817, -0.07150612026453018, 0.07182139903306961, -0.0023966894950717688, 0.05620643123984337, -0.05191032588481903, -0.007206904236227274, -0.03338388353586197, 0.027990203350782394, -0.011798743158578873, -0.05531265214085579, 0.08384732156991959, -0.01693483255803585, -0.01841459609568119, -0.020392440259456635, -0.011739266104996204, 0.046994101256132126, -0.01555082481354475, -0.02334693633019924, -0.05329404026269913, -0.03698063641786575, -9.094023231356526e-33, 0.008602800779044628, -0.014731606468558311, -0.020904697477817535, -0.00290648709051311, 0.0022223342675715685, -0.07260999083518982, -0.04459219425916672, 0.022496016696095467, 0.086738720536232, -0.04283144697546959, 0.002008941490203142, -0.022808101028203964, 0.051508672535419464, -0.04330997169017792, 0.0852125883102417, 0.03300173208117485, -0.01828347146511078, -0.11163477599620819, 0.03325836360454559, 0.05267253890633583, 0.0038543653208762407, 0.03973010182380676, -0.071226567029953, 0.11370448768138885, -0.0454552099108696, 0.008866289630532265, 0.001550708431750536, 0.024658741429448128, 0.024685194715857506, -0.04107984900474548, 0.03481168672442436, -0.1007092148065567, -0.09229219704866409, 0.08351660519838333, -0.030978435650467873, -0.08847565948963165, -0.06638140231370926, 0.047739628702402115, 0.0031081370543688536, 0.04282655939459801, 0.01903192326426506, 0.03390849381685257, -0.03028961829841137, 0.061930201947689056, 0.0032352195121347904, -0.04494700953364372, -0.02470535784959793, 0.06428233534097672, 0.0029756948351860046, -0.05373801290988922, -0.04670541360974312, 0.012508329004049301, -0.05332566425204277, 0.024915661662817, -0.025619331747293472, 0.00797179900109768, 0.01702113077044487, -0.022970426827669144, -0.15130296349525452, -0.021705981343984604, -0.012794919312000275, 0.08865152299404144, -0.013788934797048569, -0.06676041334867477, 0.08276323229074478, -0.006715768948197365, -0.11768744885921478, -0.03713229298591614, -0.0945291519165039, -0.012721942737698555, -0.053172726184129715, -0.059088051319122314, 0.012681016698479652, -0.06655692309141159, 0.03542301803827286, 0.05212937667965889, -0.041821952909231186, -0.04724749177694321, 0.04036523029208183, 0.05329300835728645, -0.05643192678689957, 0.007113139610737562, 0.030104903504252434, 0.07156416773796082, -0.01226780191063881, -0.010650396347045898, -0.020667461678385735, 0.13120165467262268, -0.00022775947581976652, -0.009447633288800716, 0.016275864094495773, -0.05879876762628555, 0.004235008265823126, 0.01991192065179348, 0.0005518269608728588, -6.28381471301509e-8, -0.02804575487971306, 0.04252404347062111, -0.09666011482477188, 0.05466492101550102, 0.07549220323562622, -0.007141617592424154, -0.022541599348187447, 0.09973590075969696, -0.03402093052864075, 0.01998295821249485, 0.003635558532550931, 0.046245645731687546, -0.025434749200940132, 0.0127028813585639, 0.05301525816321373, -0.09295272827148438, -0.04992455989122391, 0.006703295279294252, -0.09299400448799133, -0.10189486294984818, -0.06215101107954979, 0.024726776406168938, 0.04655098915100098, -0.02883521281182766, -0.004837223794311285, 0.02048618532717228, 0.054499391466379166, 0.030261557549238205, 0.057793788611888885, 0.052860602736473083, 0.002806767588481307, 0.009093297645449638, -0.005327335558831692, 0.03666118532419205, 0.0157149787992239, 0.07373683899641037, 0.03838181123137474, 0.049263108521699905, -0.008414988406002522, 0.014928193762898445, 0.035482823848724365, 0.008190546184778214, -0.05274839699268341, 0.060605380684137344, -0.059353213757276535, -0.07238789647817612, -0.00684500252828002, 0.005958483554422855, 0.13746459782123566, -0.03433845937252045, -0.0126343397423625, -0.09565765410661697, 0.03207269310951233, 0.11510559171438217, -0.0055996570736169815, 0.06091013178229332, 0.0199346374720335, 0.004442951176315546, 0.041805196553468704, -0.017920369282364845, 0.034855518490076065, -0.07993150502443314, 0.05106544494628906, 0.12604069709777832 ]
0.075126
requests {pull}25172[#25172] (issue: {issue}21125[#21125]) \* Fixed NPEs caused by requests without content. {pull}23497[#23497] (issue: {issue}24701[#24701]) \* Fix get mappings HEAD requests {pull}23192[#23192] (issue: {issue}21125[#21125]) Recovery:: \* Close translog view after primary-replica resync {pull}25862[#25862] (issue: {issue}24841[#24841]) Reindex API:: \* Reindex: don't duplicate \_source parameter {pull}24629[#24629] (issue: {issue}24628[#24628]) \* Add qa module that tests reindex-from-remote against pre-5.0 versions of Elasticsearch {pull}24561[#24561] (issues: {issue}23828[#23828], {issue}24520[#24520]) Search:: \* Caching a MinDocQuery can lead to wrong results. {pull}25909[#25909] \* Fix random score generation when no seed is provided. {pull}25908[#25908] \* Merge FunctionScoreQuery and FiltersFunctionScoreQuery {pull}25889[#25889] (issues: {issue}15709[#15709], {issue}23628[#23628]) \* Respect cluster alias in `\_index` aggs and queries {pull}25885[#25885] (issue: {issue}25606[#25606]) \* First increment shard stats before notifying and potentially sending response {pull}25818[#25818] \* Remove assertion about deviation when casting to a float. {pull}25806[#25806] (issue: {issue}25330[#25330]) \* Prevent skipping shards if a suggest builder is present {pull}25739[#25739] (issue: {issue}25658[#25658]) \* Ensure remote cluster alias is preserved in inner hits aggs {pull}25627[#25627] (issue: {issue}25606[#25606]) \* Do not search locally if remote index pattern resolves to no indices {pull}25436[#25436] (issue: {issue}25426[#25426]) \* Adds check for negative search request size {pull}25397[#25397] (issue: {issue}22530[#22530]) \* Make sure range queries are correctly profiled. {pull}25108[#25108] \* Fix RangeFieldMapper rangeQuery to properly handle relations {pull}24808[#24808] (issue: {issue}24744[#24744]) \* Fix ExpandSearchPhase when response contains no hits {pull}24688[#24688] (issue: {issue}24672[#24672]) Sequence IDs:: \* Fix pre-6.0 response to unknown replication actions {pull}25744[#25744] (issue: {issue}10708[#10708]) \* Track local checkpoint on primary immediately {pull}25434[#25434] (issues: {issue}10708[#10708], {issue}25355[#25355], {issue}25415[#25415]) \* Initialize max unsafe auto ID timestamp on shrink {pull}25356[#25356] (issues: {issue}10708[#10708], {issue}25355[#25355]) \* Use correct primary term for replicating NOOPs {pull}25128[#25128] \* Handle already closed while filling gaps {pull}25021[#25021] (issue: {issue}24925[#24925]) Settings:: \* Fix settings serialization to not serialize secure settings or not take the total size into account {pull}25323[#25323] \* Keystore CLI should use the AddFileKeyStoreCommand for files {pull}25298[#25298] \* Allow resetting settings that use an IP validator {pull}24713[#24713] (issue: {issue}24709[#24709]) Snapshot/Restore:: \* Snapshot/Restore: Ensure that shard failure reasons are correctly stored in CS {pull}25941[#25941] (issue: {issue}25878[#25878]) \* Output all empty snapshot info fields if in verbose mode {pull}25455[#25455] (issue: {issue}24477[#24477]) \* Remove redundant and broken MD5 checksum from repository-s3 {pull}25270[#25270] (issue: {issue}25269[#25269]) \* Consolidates the logic for cleaning up snapshots on master election {pull}24894[#24894] (issue: {issue}24605[#24605]) \* Removes completed snapshot from cluster state on master change {pull}24605[#24605] (issue: {issue}24452[#24452]) Stats:: \* \_nodes/stats should not fail due to concurrent AlreadyClosedException {pull}25016[#25016] (issue: {issue}23099[#23099]) Suggesters:: \* Context suggester should filter doc values field {pull}25858[#25858] (issue: {issue}25404[#25404]) [float] === Regressions Highlighting:: \* Fix Fast Vector Highlighter NPE on match phrase prefix {pull}25116[#25116] (issue: {issue}25088[#25088]) Search:: \* Always use DisjunctionMaxQuery to build cross fields disjunction {pull}25115[#25115] (issue: {issue}23966[#23966]) //[float] //=== Known Issues [float] === Upgrades Network:: \* Upgrade to Netty 4.1.13.Final {pull}25581[#25581] (issues: {issue}24729[#24729], {issue}6866[#6866]) \* Upgrade to Netty 4.1.11.Final {pull}24652[#24652] Upgrade API:: \* Improve stability and logging of TemplateUpgradeServiceIT tests {pull}25386[#25386] (issue: {issue}25382[#25382]) [[release-notes-6.0.0-alpha2]] == {es} version 6.0.0-alpha2 [float] [[breaking-6.0.0-alpha2]] === Breaking Changes CRUD:: \* Deleting a document from a non-existing index creates the indexIf the index does not exist, delete document will not auto create it {pull}24518[#24518] (issue: {issue}15425[#15425]) Plugin Analysis ICU:: \* Upgrade icu4j to latest version {pull}24821[#24821] Plugin Repository S3:: \* Remove deprecated S3 settings {pull}24445[#24445] Scripting:: \* Remove script access to term statistics {pull}19462[#19462] (issue: {issue}19359[#19359]) [float] === Breaking Java Changes Aggregations:: \* Make Terms.Bucket an interface rather than an abstract class {pull}24492[#24492] \* Compound order for histogram aggregations {pull}22343[#22343] (issues: {issue}14771[#14771], {issue}20003[#20003], {issue}23613[#23613]) Plugins:: \* Drop name from TokenizerFactory {pull}24869[#24869] [float] === Deprecations Settings:: \* Deprecate settings in .yml and .json {pull}24059[#24059] (issue: {issue}19391[#19391]) [float] === New Features Aggregations:: \* SignificantText aggregation - like significant\_terms,
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.07608804851770401, 0.017077762633562088, 0.07628626376390457, 0.03745687007904053, 0.021870601922273636, -0.014720248058438301, -0.0650031790137291, -0.08610424399375916, 0.02991306409239769, 0.11282148212194443, -0.03537444770336151, -0.015762943774461746, 0.0029836695175617933, 0.006506575271487236, 0.01550713274627924, 0.04032476246356964, -0.05049885809421539, -0.003623451804742217, -0.04130370914936066, 0.05252403765916824, 0.02930334396660328, 0.11831450462341309, -0.015498999506235123, -0.0007584264385513961, -0.05376492068171501, -0.05098361894488335, -0.12133453041315079, -0.018358701840043068, 0.03425595909357071, -0.03901755064725876, 0.014138787053525448, 0.05977190285921097, -0.1599235236644745, 0.008171209134161472, 0.015324560925364494, 0.15404196083545685, -0.030559612438082695, -0.06791356205940247, 0.005881693214178085, -0.009790602140128613, 0.06952361017465591, 0.008564924821257591, -0.07049425691366196, -0.08880618214607239, -0.005012120585888624, -0.060739610344171524, -0.0030905583407729864, -0.0030325367115437984, -0.022637566551566124, -0.052995406091213226, -0.02871689945459366, -0.021758386865258217, 0.012228245846927166, 0.04448847472667694, 0.0581430122256279, 0.029209958389401436, 0.004634669981896877, -0.011635142378509045, 0.016925550997257233, 0.006975994911044836, 0.09500809013843536, -0.06314630061388016, 0.009607464075088501, -0.046960677951574326, -0.003404313698410988, -0.00048556970432400703, 0.027028102427721024, -0.016445232555270195, 0.10093861073255539, 0.005446882918477058, 0.034214891493320465, -0.0008899952517822385, -0.0942244604229927, -0.07473932206630707, 0.07532309740781784, 0.05679188668727875, -0.037883929908275604, -0.012042069807648659, -0.028221765533089638, -0.06694912910461426, -0.04167335107922554, -0.08782018721103668, -0.013497648760676384, 0.03901384025812149, 0.02366669848561287, -0.021678106859326363, 0.010033536702394485, -0.024200405925512314, 0.06788361817598343, -0.015620880760252476, -0.00913776084780693, -0.028904274106025696, 0.06619805097579956, -0.0037560942582786083, 0.07103215903043747, -0.006122093182057142, -0.026324648410081863, 0.05264664068818092, 0.03867301717400551, 0.009255929850041866, 0.06434264779090881, 0.00029474429902620614, -0.007074704393744469, 0.011067641898989677, -0.03544324263930321, -0.025694599375128746, -0.02668880857527256, 0.06859280914068222, -0.08518745005130768, 0.03494752198457718, -0.0030770190060138702, 0.0415499173104763, 0.030268996953964233, -0.004879200831055641, -0.03189960867166519, 0.05160217732191086, 0.04742126911878586, -0.03713344782590866, -0.07384943217039108, 0.08755075931549072, 0.10631038248538971, -0.022907055914402008, 0.04603338986635208, -0.008734502829611301, 0.0319199375808239, 0.06431476026773453, -0.007878715172410011, 8.729592064610785e-33, 0.04712323844432831, 0.05359968915581703, -0.02494530938565731, -0.029671693220734596, 0.02682841755449772, 0.045868005603551865, 0.09198616445064545, 0.027935883030295372, -0.05003172531723976, -0.0779012143611908, -0.046641167253255844, 0.10640720278024673, 0.005901038181036711, -0.03040185011923313, -0.10124175995588303, -0.0743907019495964, 0.031928904354572296, 0.04046529904007912, -0.01866096816956997, 0.06067166477441788, 0.05545950308442116, -0.045136500149965286, -0.05719860643148422, -0.019907711073756218, -0.013729708269238472, 0.004224823787808418, 0.011272200383245945, -0.005494873039424419, -0.06134744733572006, -0.02035161294043064, -0.014715270139276981, 0.03641430288553238, 0.061821259558200836, -0.006564917974174023, 0.008810917846858501, 0.004369921982288361, 0.04648781567811966, 0.018781865015625954, -0.12801331281661987, -0.050323110073804855, 0.02634536474943161, 0.06675504893064499, -0.049470748752355576, -0.07184650748968124, 0.03339754790067673, -0.0989978089928627, -0.04172927141189575, -0.012941583059728146, 0.06289557367563248, -0.03464535251259804, 0.04207073897123337, 0.035534296184778214, 0.038444675505161285, -0.09696628898382187, 0.006588151678442955, -0.05549491196870804, 0.007104093208909035, 0.029453324154019356, -0.03787555918097496, 0.07071439176797867, 0.07234404236078262, 0.02106698974967003, 0.03317037597298622, -0.0049844044260680676, 0.04286858066916466, 0.05183272063732147, 0.09415226429700851, 0.08658121526241302, -0.07879921793937683, 0.05559650808572769, -0.021217547357082367, 0.02073935978114605, 0.057602301239967346, -0.041164714843034744, 0.04446461796760559, -0.10886922478675842, -0.03720076382160187, 0.002170229097828269, 0.07449224591255188, -0.03829062730073929, -0.002026992617174983, -0.06546115130186081, -0.022729486227035522, 0.029253020882606506, -0.03060941956937313, -0.05384783074259758, 0.00781323853880167, -0.010447830893099308, 0.02040613815188408, -0.007851612754166126, 0.053131766617298126, 0.024082669988274574, -0.06370607018470764, -0.040927592664957047, -0.02245483361184597, -7.598125120014577e-33, -0.014673040248453617, -0.06542737036943436, 0.004786470904946327, 0.014491830952465534, -0.00844971090555191, -0.07024169713258743, 0.019313713535666466, 0.039806757122278214, 0.04301609471440315, -0.059230558574199677, 0.006746063940227032, -0.06421962380409241, 0.04011598974466324, 0.03995421156287193, -0.07153341174125671, 0.052122410386800766, -0.005983804352581501, -0.09786960482597351, -0.014569452963769436, 0.003510772017762065, 0.015371904708445072, 0.04174502193927765, -0.06404141336679459, 0.08089422434568405, -0.02751910500228405, 0.00622746953740716, 0.026774441823363304, -0.021052805706858635, 0.00870648492127657, -0.1005542054772377, 0.026615755632519722, -0.0963529646396637, -0.0876728817820549, -0.010964724235236645, 0.023873750120401382, 0.05089878290891647, -0.028733547776937485, 0.09501466900110245, -0.02755224145948887, 0.06651166826486588, 0.02437189593911171, 0.03014480695128441, -0.03397420048713684, 0.04246852174401283, 0.017177416011691093, -0.0453898049890995, -0.030901091173291206, 0.04606417939066887, -0.01549060270190239, -0.01763448864221573, 0.04353432357311249, -0.013643508777022362, -0.008331701159477234, 0.002921055303886533, -0.006088610738515854, 0.03322252258658409, -0.05231107026338577, 0.09328100830316544, -0.02390296943485737, 0.0011639852309599519, 0.08683475852012634, 0.00020633421081583947, -0.10688486695289612, -0.012105111964046955, 0.06811963766813278, -0.0630514845252037, -0.025960220023989677, -0.05627650395035744, -0.05682714283466339, -0.0007082447991706431, 0.01208439003676176, 0.007685537915676832, -0.036318302154541016, -0.021675467491149902, 0.10348477959632874, 0.03582296893000603, -0.05319817736744881, -0.07275492697954178, 0.026963867247104645, 0.07122594863176346, -0.09543578326702118, 0.040773503482341766, 0.004430823959410191, 0.09587863087654114, 0.012843618169426918, 0.06634525954723358, -0.040046900510787964, 0.09598598629236221, -0.002600007224828005, -0.01963655650615692, -0.01677146553993225, -0.08730778098106384, -0.08956333249807358, 0.055816370993852615, 0.01697051152586937, -5.7731639913072286e-8, 0.03387007117271423, 0.01583225280046463, -0.05698198452591896, 0.06164078414440155, 0.06052258238196373, 0.034084759652614594, -0.006592740770429373, 0.031521737575531006, -0.04365624114871025, 0.006670115049928427, -0.06056244671344757, 0.03293580189347267, -0.005573470611125231, 0.04616910219192505, 0.022517267614603043, -0.07789397239685059, 0.0026131686754524708, 0.020194323733448982, -0.053867753595113754, -0.1383591592311859, -0.07080959528684616, 0.052397217601537704, 0.024379843845963478, -0.005886569619178772, 0.004230170976370573, -0.01171098742634058, 0.10389257222414017, 0.0609435997903347, -0.008096601814031601, -0.04755411297082901, -0.030741682276129723, -0.05628994107246399, -0.004545561037957668, -0.034116581082344055, -0.030734354630112648, 0.08477377146482468, 0.0022051972337067127, 0.0755334347486496, -0.05738849565386772, 0.016042711213231087, 0.028160225600004196, 0.024911073967814445, -0.006256711669266224, 0.04910438135266304, -0.006250095088034868, -0.011317882686853409, -0.062150780111551285, 0.012533885426819324, 0.06434822082519531, -0.10000013560056686, 0.002250710502266884, -0.1331574022769928, -0.00509077962487936, 0.0933995395898819, -0.0017556557431817055, 0.048091668635606766, -0.00022657772933598608, -0.01631089113652706, 0.05801893025636673, 0.028546346351504326, 0.13244390487670898, -0.03902534395456314, 0.012049847282469273, 0.023844432085752487 ]
0.065263
interface rather than an abstract class {pull}24492[#24492] \* Compound order for histogram aggregations {pull}22343[#22343] (issues: {issue}14771[#14771], {issue}20003[#20003], {issue}23613[#23613]) Plugins:: \* Drop name from TokenizerFactory {pull}24869[#24869] [float] === Deprecations Settings:: \* Deprecate settings in .yml and .json {pull}24059[#24059] (issue: {issue}19391[#19391]) [float] === New Features Aggregations:: \* SignificantText aggregation - like significant\_terms, but for text {pull}24432[#24432] (issue: {issue}23674[#23674]) Internal:: \* Automatically adjust search threadpool queue\_size {pull}23884[#23884] (issue: {issue}3890[#3890]) Mapping:: \* Add new ip\_range field type {pull}24433[#24433] Plugin Analysis ICU:: \* Add ICUCollationFieldMapper {pull}24126[#24126] [float] === Enhancements Core:: \* Improve bootstrap checks error messages {pull}24548[#24548] Engine:: \* Move the IndexDeletionPolicy to be engine internal {pull}24930[#24930] (issue: {issue}10708[#10708]) Internal:: \* Add assertions enabled helper {pull}24834[#24834] Java High Level REST Client:: \* Add doc\_count to ParsedMatrixStats {pull}24952[#24952] (issue: {issue}24776[#24776]) \* Add fromXContent method to ClearScrollResponse {pull}24909[#24909] \* ClearScrollRequest to implement ToXContentObject {pull}24907[#24907] \* SearchScrollRequest to implement ToXContentObject {pull}24906[#24906] (issue: {issue}3889[#3889]) \* Add aggs parsers for high level REST Client {pull}24824[#24824] (issues: {issue}23965[#23965], {issue}23973[#23973], {issue}23974[#23974], {issue}24085[#24085], {issue}24160[#24160], {issue}24162[#24162], {issue}24182[#24182], {issue}24183[#24183], {issue}24208[#24208], {issue}24213[#24213], {issue}24239[#24239], {issue}24284[#24284], {issue}24312[#24312], {issue}24330[#24330], {issue}24365[#24365], {issue}24371[#24371], {issue}24442[#24442], {issue}24521[#24521], {issue}24524[#24524], {issue}24564[#24564], {issue}24583[#24583], {issue}24589[#24589], {issue}24648[#24648], {issue}24667[#24667], {issue}24675[#24675], {issue}24682[#24682], {issue}24700[#24700], {issue}24706[#24706], {issue}24717[#24717], {issue}24720[#24720], {issue}24738[#24738], {issue}24746[#24746], {issue}24789[#24789], {issue}24791[#24791], {issue}24794[#24794], {issue}24796[#24796], {issue}24822[#24822]) Mapping:: \* Identify documents by their `\_id`. {pull}24460[#24460] Packaging:: \* Set number of processes in systemd unit file {pull}24970[#24970] (issue: {issue}20874[#20874]) Plugin Lang Painless:: \* Make Painless Compiler Use an Instance Per Context {pull}24972[#24972] \* Make PainlessScript An Interface {pull}24966[#24966] Recovery:: \* Introduce primary context {pull}25031[#25031] (issue: {issue}10708[#10708]) Scripting:: \* Add StatefulFactoryType as optional intermediate factory in script contexts {pull}24974[#24974] (issue: {issue}20426[#20426]) \* Make contexts available to ScriptEngine construction {pull}24896[#24896] \* Make ScriptEngine.compile generic on the script context {pull}24873[#24873] \* Add instance and compiled classes to script contexts {pull}24868[#24868] Search:: \* Eliminate array access in tight loops when profiling is enabled. {pull}24959[#24959] \* Support Multiple Inner Hits on a Field Collapse Request {pull}24517[#24517] \* Expand {ccs} indices for search requests to the concrete index or to it's aliases {pull}24502[#24502] Search Templates:: \* Add max concurrent searches to multi template search {pull}24255[#24255] (issues: {issue}20912[#20912], {issue}21907[#21907]) Sequence IDs:: \* Fill gaps on primary promotion {pull}24945[#24945] (issue: {issue}10708[#10708]) \* Introduce clean transition on primary promotion {pull}24925[#24925] (issue: {issue}10708[#10708]) \* Guarantee that translog generations are seqNo conflict free {pull}24825[#24825] (issues: {issue}10708[#10708], {issue}24779[#24779]) \* Inline global checkpoints {pull}24513[#24513] (issue: {issue}10708[#10708]) Snapshot/Restore:: \* Enhances get snapshots API to allow retrieving repository index only {pull}24477[#24477] (issue: {issue}24288[#24288]) [float] === Bug Fixes Aggregations:: \* Terms aggregation should remap global ordinal buckets when a sub-aggregator is used to sort the terms {pull}24941[#24941] (issue: {issue}24788[#24788]) \* Correctly set doc\_count when MovAvg "predicts" values on existing buckets {pull}24892[#24892] (issue: {issue}24327[#24327]) \* DateHistogram: Fix `extended\_bounds` with `offset` {pull}23789[#23789] (issue: {issue}23776[#23776]) \* Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query {pull}23241[#23241] (issue: {issue}22881[#22881]) Analysis:: \* PatternAnalyzer should lowercase wildcard queries when `lowercase` is true. {pull}24967[#24967] Cache:: \* fix bug of weight computation {pull}24856[#24856] Core:: \* Fix cache expire after access {pull}24546[#24546] Index APIs:: \* Validates updated settings on closed indices {pull}24487[#24487] (issue: {issue}23787[#23787]) Ingest:: \* Fix floating-point error when DateProcessor parses UNIX {pull}24947[#24947] \* add option for \_ingest.timestamp to use new ZonedDateTime (5.x backport) {pull}24030[#24030] (issues: {issue}23168[#23168], {issue}23174[#23174]) Inner Hits:: \* Fix Source filtering in new field collapsing feature {pull}24068[#24068] (issue: {issue}24063[#24063]) Internal:: \* Ensure remote cluster is connected before fetching `\_field\_caps` {pull}24845[#24845] (issue: {issue}24763[#24763]) Network:: \* Fix error message if an incompatible node connects {pull}24884[#24884] Plugins:: \* Fix plugin installation permissions {pull}24527[#24527] (issue: {issue}24480[#24480]) Scroll:: \* Fix single shard scroll within a cluster with nodes in version `>= 5.3` and `<= 5.3` {pull}24512[#24512] Search:: \* Fix script field sort returning Double.MAX\_VALUE for all documents {pull}24942[#24942] (issue: {issue}24940[#24940])
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ 0.004609748255461454, 0.06972656399011612, 0.06381047517061234, 0.02061782218515873, -0.02833373472094536, 0.050868112593889236, 0.008981544524431229, 0.05683780089020729, -0.039404790848493576, -0.0249202661216259, 0.030975934118032455, -0.04641419276595116, -0.011807424016296864, 0.026300033554434776, 0.07503358274698257, 0.11344562470912933, -0.05886290222406387, 0.026095766574144363, -0.09398053586483002, -0.07261255383491516, 0.05435444414615631, 0.09752029925584793, -0.007832524366676807, -0.008406836539506912, -0.029961181804537773, 0.05480743199586868, -0.08319921046495438, 0.04573170840740204, 0.012996398843824863, 0.0011588669149205089, -0.050473857671022415, 0.10116539150476456, -0.019120147451758385, 0.08311322331428528, -0.019977444782853127, 0.030998891219496727, 0.0016629723832011223, 0.036897558718919754, 0.08746020495891571, -0.048687245696783066, 0.08744025975465775, -0.009931109845638275, 0.07802905887365341, -0.04443040490150452, -0.006192277185618877, -0.02404194138944149, -0.03694474697113037, -0.0039268918335437775, -0.011003758758306503, 0.020412174984812737, -0.04481341689825058, 0.046387095004320145, 0.06853661686182022, 0.006522034760564566, 0.023462237790226936, -0.05707443878054619, 0.002113908529281616, -0.05122975632548332, -0.0080995112657547, -0.03776249662041664, -0.024822773411870003, -0.055756404995918274, -0.007045181002467871, -0.03595687076449394, -0.0025092605501413345, -0.10558205097913742, 0.06605788320302963, 0.106247179210186, 0.0692412257194519, 0.04567461088299751, 0.037937622517347336, 0.036723289638757706, 0.011744069866836071, 0.012155873700976372, -0.011864446103572845, 0.09383227676153183, -0.08365779370069504, -0.023782450705766678, 0.0003351532213855535, -0.08656647056341171, 0.0037330607883632183, 0.033409278839826584, 0.08799721300601959, 0.05620758235454559, 0.02755645290017128, 0.0020115277729928493, -0.029116563498973846, -0.061088208109140396, -0.0319238044321537, 0.02432926930487156, 0.012324012815952301, -0.09779828041791916, 0.04247957095503807, 0.00008668935333844274, 0.053505077958106995, 0.009600689634680748, 0.03224233165383339, -0.0784810408949852, -0.019133232533931732, 0.1014867052435875, 0.056055620312690735, 0.03607233241200447, -0.008397513069212437, -0.035406067967414856, 0.0031180456280708313, -0.014522458426654339, -0.006758374627679586, -0.049626607447862625, -0.023768065497279167, 0.033404525369405746, -0.005664808675646782, -0.004287331365048885, -0.016305718570947647, -0.07406575977802277, -0.05160253122448921, -0.007835361175239086, 0.041466593742370605, 0.0008145266911014915, 0.012707870453596115, 0.0694655254483223, 0.04842107743024826, 0.011886673979461193, -0.057631198316812515, 0.03524196520447731, -0.009801389649510384, 0.06498735398054123, -0.0386926643550396, 1.0073011660919791e-32, 0.019908348098397255, -0.019021980464458466, -0.029105568304657936, -0.03161972761154175, -0.03543898090720177, -0.023623010143637657, -0.016351498663425446, 0.013449628837406635, -0.03655398637056351, -0.0006668874411843717, -0.04266428202390671, 0.11130025237798691, 0.0009216396720148623, -0.019264888018369675, -0.028423774987459183, -0.0534883514046669, 0.04318181052803993, 0.0676121711730957, 0.01817687787115574, -0.013533230870962143, -0.026423068717122078, -0.02038615569472313, -0.0014452335890382528, -0.001332864980213344, -0.010289834812283516, 0.021911825984716415, -0.013143779709935188, 0.017189059406518936, -0.07268598675727844, 0.03290369734168053, 0.010944121517241001, 0.009307190775871277, 0.07399687170982361, 0.028736978769302368, 0.09104789048433304, -0.08530258387327194, 0.013276050798594952, -0.058855414390563965, -0.052276361733675, -0.09032894670963287, -0.04896923527121544, 0.023006387054920197, -0.09287110716104507, -0.034922897815704346, -0.009086540900170803, -0.0028220012318342924, -0.023571008816361427, -0.010667189955711365, 0.07406371831893921, -0.03126075863838196, -0.007100196089595556, 0.022432846948504448, -0.02264421433210373, -0.028530046343803406, 0.05964142456650734, -0.06825459003448486, 0.05057801678776741, 0.10338592529296875, 0.05313124507665634, 0.02479715086519718, -0.10100031644105911, 0.11138719320297241, 0.018606653437018394, 0.012989367358386517, 0.07191005349159241, 0.055290110409259796, 0.040056031197309494, 0.0938715934753418, -0.07929021120071411, 0.004759340547025204, -0.0016201271209865808, 0.08723651617765427, 0.004245912656188011, -0.010158396326005459, 0.07424930483102798, -0.05395866930484772, 0.07188408076763153, -0.03879066929221153, 0.002195335691794753, -0.03251410275697708, 0.01716563291847706, -0.078914575278759, 0.01432057749480009, 0.00492978235706687, -0.06460665166378021, 0.08454807102680206, 0.05037948489189148, 0.0014940925175324082, 0.030249830335378647, 0.0005167883937247097, -0.00010204565478488803, 0.01308364886790514, -0.0679204910993576, -0.0429699681699276, -0.0321960411965847, -8.587636428069609e-33, -0.05141497775912285, 0.016708793118596077, -0.004483947064727545, -0.018388479948043823, 0.02804841846227646, -0.09407873451709747, 0.04679892212152481, 0.02745617739856243, 0.10108067095279694, 0.030839597806334496, -0.04854302480816841, -0.07413487136363983, -0.029711226001381874, -0.04964976757764816, 0.06784216314554214, 0.027218621224164963, -0.1391259729862213, -0.08296143263578415, -0.004052226431667805, 0.08382464200258255, -0.011611100286245346, 0.05628497526049614, -0.008367405273020267, 0.05893765389919281, -0.06044606491923332, 0.0012902618618682027, -0.006915880832821131, -0.0023368648253381252, 0.001594277680851519, -0.04264707863330841, 0.011154862120747566, -0.055327508598566055, -0.0880737453699112, 0.018408408388495445, -0.041813287883996964, -0.07104964554309845, -0.016454461961984634, 0.03936762362718582, -0.042032573372125626, 0.06607209146022797, -0.02885032258927822, 0.03417065367102623, -0.08976788818836212, 0.006968928501009941, 0.02188379503786564, -0.021293368190526962, -0.00919689703732729, 0.07131548970937729, 0.010320854373276234, -0.04142150655388832, -0.022722437977790833, 0.033138733357191086, -0.0722709372639656, 0.05916103348135948, -0.02564258873462677, -0.006921937223523855, 0.06543949246406555, -0.037533972412347794, -0.1338094025850296, 0.000017950553228729405, -0.022414781153202057, -0.09227403998374939, -0.020406214520335197, -0.002870758529752493, 0.09089280664920807, -0.07788421213626862, 0.004850335419178009, -0.05382267013192177, -0.04241508990526199, 0.0017522830748930573, -0.018807126209139824, -0.07306942343711853, 0.0026069453451782465, -0.057738013565540314, 0.03232419490814209, 0.040716253221035004, 0.0009038159623742104, -0.048481814563274384, -0.025854434818029404, 0.06539864093065262, -0.07392711937427521, 0.045109886676073074, 0.04129849746823311, 0.12713609635829926, 0.03676078841090202, 0.011824389919638634, -0.0042351833544671535, 0.1463773250579834, -0.010913921520113945, 0.03626805916428566, 0.04569724574685097, -0.008633697405457497, -0.019129332154989243, 0.10897763073444366, 0.026988549157977104, -6.474596148109413e-8, -0.059328000992536545, -0.05269375443458557, -0.03512630611658096, 0.047456204891204834, 0.04535764455795288, 0.02485472895205021, -0.09396055340766907, 0.04964880645275116, 0.009122177958488464, 0.0487871915102005, 0.0383627749979496, 0.09541594237089157, -0.11197517812252045, -0.044274698942899704, -0.007421477697789669, -0.1301606446504593, -0.01894255168735981, 0.03193600848317146, -0.07546082139015198, -0.08003772795200348, 0.011926151812076569, -0.0062776715494692326, 0.07307989150285721, -0.08208078145980835, -0.015142546966671944, -0.03444884717464447, -0.005738146137446165, 0.07783906906843185, -0.022140204906463623, -0.02717655524611473, 0.029193434864282608, 0.013643822632730007, -0.03334032744169235, 0.02941732108592987, -0.021312078461050987, 0.020284710451960564, 0.05218048766255379, 0.019238468259572983, -0.031126197427511215, 0.008685363456606865, 0.015618151053786278, 0.01491719763725996, -0.13917018473148346, 0.07464087009429932, 0.031214116141200066, -0.028941061347723007, -0.04090648889541626, 0.03310686722397804, 0.12457291781902313, -0.04004804044961929, -0.039722543209791183, -0.03562989458441734, 0.00035811043926514685, 0.09308774769306183, 0.013859307393431664, -0.01294218935072422, -0.022901562973856926, -0.007142016664147377, 0.012509889900684357, 0.021458357572555542, 0.06256871670484543, -0.10942873358726501, 0.01717749983072281, 0.002327350666746497 ]
0.137784
error message if an incompatible node connects {pull}24884[#24884] Plugins:: \* Fix plugin installation permissions {pull}24527[#24527] (issue: {issue}24480[#24480]) Scroll:: \* Fix single shard scroll within a cluster with nodes in version `>= 5.3` and `<= 5.3` {pull}24512[#24512] Search:: \* Fix script field sort returning Double.MAX\_VALUE for all documents {pull}24942[#24942] (issue: {issue}24940[#24940]) \* Compute the took time of the query after the expand phase of field collapsing {pull}24902[#24902] (issue: {issue}24900[#24900]) Sequence IDs:: \* Handle primary failure handling replica response {pull}24926[#24926] (issue: {issue}24935[#24935]) Snapshot/Restore:: \* Fix inefficient (worst case exponential) loading of snapshot repository {pull}24510[#24510] (issue: {issue}24509[#24509]) Stats:: \* Avoid double decrement on current query counter {pull}24922[#24922] (issues: {issue}22996[#22996], {issue}24872[#24872]) \* Adjust available and free bytes to be non-negative on huge FSes {pull}24911[#24911] (issues: {issue}23093[#23093], {issue}24453[#24453]) Suggesters:: \* Fix context suggester to read values from keyword type field {pull}24200[#24200] (issue: {issue}24129[#24129]) //[float] //=== Regressions //[float] //=== Known Issues [[release-notes-6.0.0-alpha1]] == {es} version 6.0.0-alpha1 [float] [[breaking-6.0.0-alpha1]] === Breaking Changes Allocation:: \* Remove `cluster.routing.allocation.snapshot.relocation\_enabled` setting {pull}20994[#20994] Analysis:: \* Removing query-string parameters in `\_analyze` API {pull}20704[#20704] (issue: {issue}20246[#20246]) CAT API:: \* Write -1 on unbounded queue in cat thread pool {pull}21342[#21342] (issue: {issue}21187[#21187]) CRUD:: \* Disallow `VersionType.FORCE` for GetRequest {pull}21079[#21079] (issue: {issue}20995[#20995]) \* Disallow `VersionType.FORCE` versioning for 6.x indices {pull}20995[#20995] (issue: {issue}20377[#20377]) Cluster:: \* No longer allow cluster name in data path {pull}20433[#20433] (issue: {issue}20391[#20391]) Core:: \* Simplify file store {pull}24402[#24402] (issue: {issue}24390[#24390]) \* Make boolean conversion strict {pull}22200[#22200] \* Remove the `default` store type. {pull}21616[#21616] \* Remove store throttling. {pull}21573[#21573] Geo:: \* Remove deprecated geo search features {pull}22876[#22876] \* Reduce GeoDistance Insanity {pull}19846[#19846] Index APIs:: \* Open/Close index api to allow\_no\_indices by default {pull}24401[#24401] (issues: {issue}24031[#24031], {issue}24341[#24341]) \* Remove support for controversial `ignore\_unavailable` and `allow\_no\_indices` from indices exists api {pull}20712[#20712] Index Templates:: \* Allows multiple patterns to be specified for index templates {pull}21009[#21009] (issue: {issue}20690[#20690]) Java API:: \* Enforce Content-Type requirement on the rest layer and remove deprecated methods {pull}23146[#23146] (issue: {issue}19388[#19388]) Mapping:: \* Enforce at most one type. {pull}24428[#24428] (issue: {issue}24317[#24317]) \* Disallow `include\_in\_all` for 6.0+ indices {pull}22970[#22970] (issue: {issue}22923[#22923]) \* Disable \_all by default, disallow configuring \_all on 6.0+ indices {pull}22144[#22144] (issues: {issue}19784[#19784], {issue}20925[#20925], {issue}21341[#21341]) \* Throw an exception on unrecognized "match\_mapping\_type" {pull}22090[#22090] (issue: {issue}17285[#17285]) Network:: \* Remove blocking TCP clients and servers {pull}22639[#22639] \* Remove `modules/transport\_netty\_3` in favor of `netty\_4` {pull}21590[#21590] \* Remove LocalTransport in favor of MockTcpTransport {pull}20695[#20695] Packaging:: \* Remove customization of ES\_USER and ES\_GROUP {pull}23989[#23989] (issue: {issue}23848[#23848]) Percolator:: \* Remove deprecated percolate and mpercolate apis {pull}22331[#22331] Plugin Delete By Query:: \* Require explicit query in \_delete\_by\_query API {pull}23632[#23632] (issue: {issue}23629[#23629]) Plugin Discovery EC2:: \* Ec2 Discovery: Cleanup deprecated settings {pull}24150[#24150] \* Discovery EC2: Remove region setting {pull}23991[#23991] (issue: {issue}22758[#22758]) \* AWS Plugins: Remove signer type setting {pull}23984[#23984] (issue: {issue}22599[#22599]) Plugin Lang JS:: \* Remove lang-python and lang-javascript {pull}20734[#20734] (issue: {issue}20698[#20698]) Plugin Mapper Attachment:: \* Remove mapper attachments plugin {pull}20416[#20416] (issue: {issue}18837[#18837]) Plugin Repository Azure:: \* Remove global `repositories.azure` settings {pull}23262[#23262] (issues: {issue}22800[#22800], {issue}22856[#22856]) \* Remove auto creation of container for azure repository {pull}22858[#22858] (issue: {issue}22857[#22857]) Plugin Repository S3:: \* S3 Repository: Cleanup deprecated settings {pull}24097[#24097] \* S3 Repository: Remove region setting {pull}22853[#22853] (issue: {issue}22758[#22758]) \* S3 Repository: Remove bucket auto create {pull}22846[#22846] (issue: {issue}22761[#22761]) \* S3 Repository: Remove env var and sysprop credentials support {pull}22842[#22842] Query DSL:: \* Remove deprecated `minimum\_number\_should\_match` in BoolQueryBuilder {pull}22416[#22416] \* Remove support for empty queries {pull}22092[#22092] (issue: {issue}17624[#17624]) \* Remove deprecated query names: in, geo\_bbox, mlt, fuzzy\_match and match\_fuzzy {pull}21852[#21852] \* The `terms` query should always map to a Lucene `TermsQuery`. {pull}21786[#21786] \* Be strict when parsing values searching for booleans {pull}21555[#21555] (issue: {issue}21545[#21545]) \* Remove collect payloads parameter {pull}20385[#20385] REST:: \* Remove ldjson
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.04476316645741463, 0.004544558934867382, 0.07215501368045807, 0.04199971631169319, 0.0030551659874618053, -0.03515041992068291, -0.05579635873436928, 0.022297123447060585, 0.007458668202161789, 0.070081427693367, 0.01493783388286829, 0.011696862988173962, 0.005515234544873238, -0.0588972344994545, -0.014134475961327553, 0.09034055471420288, -0.08643176406621933, -0.02219090238213539, -0.11972604691982269, -0.03619000315666199, -0.08127464354038239, 0.0399412102997303, -0.03844887763261795, 0.011359253898262978, -0.0316508449614048, -0.010209307074546814, -0.17185980081558228, 0.009891483932733536, -0.01293926127254963, -0.04033239930868149, -0.025354258716106415, 0.07974684983491898, -0.10141046345233917, 0.05030427500605583, 0.046067576855421066, 0.11485359072685242, -0.017695939168334007, -0.0292882788926363, -0.0279865600168705, -0.017732815816998482, 0.08444540202617645, -0.015062649734318256, 0.05518115311861038, -0.015505868010222912, -0.0028207055293023586, -0.028056558221578598, -0.0601608082652092, 0.01420055516064167, -0.033252421766519547, -0.03307433798909187, -0.048863667994737625, 0.034513574093580246, 0.059327132999897, 0.05439367517828941, 0.03697410970926285, 0.04686941206455231, -0.049054104834795, 0.03916336968541145, -0.03629133105278015, 0.03144705295562744, 0.045570485293865204, -0.08363284170627594, -0.007937747053802013, -0.06301745027303696, 0.02113778330385685, 0.014025827869772911, 0.058119941502809525, -0.07110503315925598, -0.008288932032883167, 0.04134365916252136, 0.03415170684456825, 0.03074158914387226, -0.13498689234256744, -0.01425525639206171, 0.0075118159875273705, 0.09846483916044235, -0.04802720993757248, 0.009595359675586224, -0.02276492305099964, -0.10920585691928864, -0.052828893065452576, -0.07303789258003235, -0.056082550436258316, 0.02963791973888874, -0.01938842236995697, -0.035009630024433136, 0.00205263146199286, -0.04026370868086815, 0.05818294361233711, 0.013017073273658752, -0.007535425014793873, -0.025714373216032982, 0.02682526782155037, 0.024608638137578964, 0.05871022492647171, 0.06806707382202148, 0.026681561022996902, 0.011877457611262798, 0.017797255888581276, 0.07042870670557022, 0.03612307831645012, 0.033664267510175705, 0.03777202591300011, -0.061944376677274704, -0.020240172743797302, -0.018534842878580093, -0.08810897916555405, 0.006092683412134647, -0.04850366339087486, -0.016595739871263504, 0.022757209837436676, 0.012089516036212444, 0.04419657588005066, -0.02755075693130493, 0.00665059732273221, 0.033967021852731705, 0.0868149921298027, -0.04981148988008499, -0.07690548896789551, 0.08460982888936996, 0.09240490198135376, 0.029448308050632477, -0.007036149967461824, -0.011320537887513638, -0.0517415776848793, 0.04303915053606033, -0.0040763248689472675, 1.0154901005501887e-32, 0.04702741652727127, -0.011057299561798573, 0.04392024874687195, -0.027923498302698135, 0.04869339242577553, 0.06011364981532097, -0.013020317070186138, 0.02358260191977024, -0.1222415342926979, -0.0211783517152071, -0.05772949010133743, 0.01811855100095272, 0.006137949414551258, -0.10270921885967255, -0.016243956983089447, -0.09979578107595444, 0.0912538692355156, 0.04680267348885536, -0.07911000400781631, 0.015964984893798828, 0.054031360894441605, -0.12874284386634827, -0.0632919892668724, 0.024342069402337074, 0.025893406942486763, 0.01706785336136818, 0.004020547494292259, 0.009288460947573185, 0.041627272963523865, -0.017055969685316086, -0.03249049186706543, 0.011698238551616669, 0.04989362508058548, 0.008895663544535637, 0.010190270841121674, -0.05863890424370766, 0.05416041985154152, -0.056755997240543365, -0.056891847401857376, -0.07821159809827805, -0.05462796613574028, 0.06565316021442413, -0.011087714694440365, -0.03570344299077988, 0.06137434393167496, -0.07378824800252914, -0.015954822301864624, -0.011452817358076572, 0.046121250838041306, -0.02563217468559742, -0.005305944476276636, 0.013958178460597992, 0.04972733184695244, -0.05600718408823013, 0.06210104376077652, -0.053553514182567596, -0.0038002203218638897, 0.0670144185423851, -0.02242331951856613, 0.07434813678264618, 0.0763334333896637, -0.021770283579826355, -0.003915640525519848, -0.0556844025850296, 0.07671792060136795, 0.030150212347507477, 0.026769578456878662, 0.08829262107610703, -0.0038638648111373186, 0.07977305352687836, -0.005860030185431242, 0.08206219226121902, 0.03402288258075714, -0.016389599069952965, 0.05022400990128517, -0.09601575136184692, 0.022366343066096306, -0.02379489503800869, 0.04373866319656372, 0.0017435828922316432, -0.09462575614452362, -0.07829378545284271, -0.01566912978887558, 0.002491533989086747, -0.05322005972266197, 0.021457169204950333, -0.010857025161385536, 0.056811537593603134, -0.08268437534570694, -0.01744738407433033, 0.0228132251650095, 0.051702700555324554, 0.017990803346037865, -0.0500868558883667, 0.011385067366063595, -8.918636535477964e-33, -0.030659029260277748, -0.039233967661857605, 0.034043729305267334, 0.044682811945676804, 0.07784292846918106, -0.09267447888851166, -0.050736382603645325, 0.02683979645371437, 0.07690467685461044, 0.003165182890370488, 0.029852045699954033, -0.0007633395143784583, 0.047387368977069855, -0.0553537979722023, 0.032017480581998825, 0.04508846998214722, -0.019895557314157486, -0.1187625601887703, 0.047638215124607086, 0.0867433100938797, 0.0706227570772171, 0.05012788251042366, -0.019980696961283684, 0.11413025110960007, -0.014534123241901398, -0.004423804115504026, 0.008313269354403019, -0.03150317817926407, 0.004936666693538427, -0.041577570140361786, 0.022911489009857178, -0.0359780378639698, -0.1688409149646759, 0.11286460608243942, 0.021280797198414803, -0.037656430155038834, -0.01666065864264965, 0.06736988574266434, -0.016593309119343758, 0.021274590864777565, 0.005428337957710028, 0.03245756775140762, -0.07655929774045944, 0.04554378613829613, 0.05433967709541321, -0.058267734944820404, 0.03942873328924179, 0.038807861506938934, 0.0025941815692931414, -0.04653095826506615, -0.025501292198896408, 0.007175282575190067, 0.037779293954372406, 0.10070963203907013, 0.000323197222314775, 0.019702445715665817, 0.009938632138073444, 0.014241045340895653, -0.13339382410049438, -0.03778648003935814, 0.01012198906391859, -0.030882159247994423, -0.0068876552395522594, -0.0205145962536335, 0.03129947558045387, -0.006035441067069769, -0.07814157754182816, -0.03257953003048897, -0.032580386847257614, 0.009839959442615509, 0.01812991127371788, -0.01337047666311264, 0.022124318405985832, -0.030736496672034264, 0.04180207476019859, 0.031070725992321968, -0.02992825396358967, -0.020691826939582825, 0.0362190343439579, 0.10412106662988663, -0.06269776076078415, 0.12059223651885986, -0.009276149794459343, 0.03207489848136902, -0.010092146694660187, -0.02655782550573349, -0.019833579659461975, 0.11071152985095978, 0.009021993726491928, -0.0029299508314579725, -0.03957899287343025, -0.053362999111413956, -0.04374568909406662, 0.007528569549322128, -0.06892099976539612, -6.479542946635775e-8, -0.014674701727926731, -0.006532361265271902, -0.12312525510787964, -0.001085364376194775, 0.17253059148788452, 0.01028668973594904, -0.053314659744501114, 0.09299495816230774, -0.024646645411849022, 0.02594374120235443, 0.03290649130940437, 0.047972485423088074, 0.002495488151907921, 0.03381476551294327, 0.03420129045844078, -0.05984676256775856, -0.019995899870991707, -0.022343842312693596, -0.06494169682264328, -0.08753279596567154, -0.03955652192234993, 0.013443254865705967, 0.009657308459281921, 0.011364351026713848, -0.056696243584156036, -0.024200569838285446, 0.028004810214042664, 0.05070263519883156, -0.011573418974876404, -0.02138710767030716, -0.0059937769547104836, -0.05887195095419884, -0.007062248419970274, 0.015790678560733795, -0.02629501186311245, 0.06699609011411667, 0.029025627300143242, 0.043657250702381134, -0.028351694345474243, 0.03399104252457619, 0.06632483005523682, 0.06134079024195671, -0.03138389810919762, 0.05255454406142235, -0.019568169489502907, -0.06684087961912155, 0.016024300828576088, 0.01064747292548418, 0.056033048778772354, -0.07540754228830338, 0.011267434805631638, -0.06253662705421448, 0.02185056358575821, 0.0490303672850132, -0.01216548215597868, 0.019073350355029106, 0.009136290289461613, 0.007955015636980534, 0.00006177742761792615, 0.023581048473715782, 0.024251988157629967, -0.08803270757198334, 0.011043941602110863, 0.040027860552072525 ]
0.038055
queries {pull}22092[#22092] (issue: {issue}17624[#17624]) \* Remove deprecated query names: in, geo\_bbox, mlt, fuzzy\_match and match\_fuzzy {pull}21852[#21852] \* The `terms` query should always map to a Lucene `TermsQuery`. {pull}21786[#21786] \* Be strict when parsing values searching for booleans {pull}21555[#21555] (issue: {issue}21545[#21545]) \* Remove collect payloads parameter {pull}20385[#20385] REST:: \* Remove ldjson support and document ndjson for bulk/msearch {pull}23049[#23049] (issue: {issue}23025[#23025]) \* Enable strict duplicate checks for all XContent types {pull}22225[#22225] (issues: {issue}19614[#19614], {issue}22073[#22073]) \* Enable strict duplicate checks for JSON content {pull}22073[#22073] (issue: {issue}19614[#19614]) \* Remove lenient stats parsing {pull}21417[#21417] (issues: {issue}20722[#20722], {issue}21410[#21410]) \* Remove allow unquoted JSON {pull}20388[#20388] (issues: {issue}17674[#17674], {issue}17801[#17801]) \* Remove FORCE version\_type {pull}20377[#20377] (issue: {issue}19769[#19769]) Scripting:: \* Make dates be ReadableDateTimes in scripts {pull}22948[#22948] (issue: {issue}22875[#22875]) \* Remove groovy scripting language {pull}21607[#21607] Search:: \* ProfileResult and CollectorResult should print machine readable timing information {pull}22561[#22561] \* Remove indices query {pull}21837[#21837] (issue: {issue}17710[#17710]) \* Remove ignored type parameter in search\_shards api {pull}21688[#21688] Sequence IDs:: \* Change certain replica failures not to fail the replica shard {pull}22874[#22874] (issue: {issue}10708[#10708]) Shadow Replicas:: \* Remove shadow replicas {pull}23906[#23906] (issue: {issue}22024[#22024]) [float] === Breaking Java Changes Java API:: \* Java api: ActionRequestBuilder#execute to return a PlainActionFuture {pull}24415[#24415] (issues: {issue}24412[#24412], {issue}9201[#9201]) Network:: \* Simplify TransportAddress {pull}20798[#20798] [float] === Deprecations Index Templates:: \* Restore deprecation warning for invalid match\_mapping\_type values {pull}22304[#22304] Internal:: \* Deprecate XContentType auto detection methods in XContentFactory {pull}22181[#22181] (issue: {issue}19388[#19388]) [float] === New Features Core:: \* Enable index-time sorting {pull}24055[#24055] (issue: {issue}6720[#6720]) [float] === Enhancements Aggregations:: \* Agg builder accessibility fixes {pull}24323[#24323] \* Remove support for the include/pattern syntax. {pull}23141[#23141] (issue: {issue}22933[#22933]) \* Promote longs to doubles when a terms agg mixes decimal and non-decimal numbers {pull}22449[#22449] (issue: {issue}22232[#22232]) Analysis:: \* Match- and MultiMatchQueryBuilder should only allow setting analyzer on string values {pull}23684[#23684] (issue: {issue}21665[#21665]) Bulk:: \* Simplify bulk request execution {pull}20109[#20109] CRUD:: \* Added validation for upsert request {pull}24282[#24282] (issue: {issue}16671[#16671]) Cluster:: \* Separate publishing from applying cluster states {pull}24236[#24236] \* Adds cluster state size to /\_cluster/state response {pull}23440[#23440] (issue: {issue}3415[#3415]) Core:: \* Remove connect SocketPermissions from core {pull}22797[#22797] \* Add repository-url module and move URLRepository {pull}22752[#22752] (issue: {issue}22116[#22116]) \* Remove accept SocketPermissions from core {pull}22622[#22622] (issue: {issue}22116[#22116]) \* Move IfConfig.logIfNecessary call into bootstrap {pull}22455[#22455] (issue: {issue}22116[#22116]) \* Remove artificial default processors limit {pull}20874[#20874] (issue: {issue}20828[#20828]) \* Simplify write failure handling {pull}19105[#19105] (issue: {issue}20109[#20109]) Engine:: \* Fill missing sequence IDs up to max sequence ID when recovering from store {pull}24238[#24238] (issue: {issue}10708[#10708]) \* Use sequence numbers to identify out of order delivery in replicas & recovery {pull}24060[#24060] (issue: {issue}10708[#10708]) \* Add replica ops with version conflict to translog {pull}22626[#22626] \* Clarify global checkpoint recovery {pull}21934[#21934] (issue: {issue}21254[#21254]) Internal:: \* Try to convince the JVM not to lose stacktraces {pull}24426[#24426] (issue: {issue}24376[#24376]) \* Make document write requests immutable {pull}23038[#23038] Java High Level REST Client:: \* Add info method to High Level Rest client {pull}23350[#23350] \* Add support for named xcontent parsers to high level REST client {pull}23328[#23328] \* Add BulkRequest support to High Level Rest client {pull}23312[#23312] \* Add UpdateRequest support to High Level Rest client {pull}23266[#23266] \* Add delete API to the High Level Rest Client {pull}23187[#23187] \* Add Index API to High Level Rest Client {pull}23040[#23040] \* Add get/exists method to RestHighLevelClient {pull}22706[#22706] \* Add fromxcontent methods to delete response {pull}22680[#22680] (issue: {issue}22229[#22229]) \* Add REST high level client gradle submodule and first simple method {pull}22371[#22371] Java REST Client:: \* Wrap rest httpclient with doPrivileged blocks {pull}22603[#22603] (issue: {issue}22116[#22116]) Mapping:: \* Date detection should not rely on a hardcoded set of characters. {pull}22171[#22171] (issue: {issue}1694[#1694]) Network:: \* Isolate SocketPermissions to Netty {pull}23057[#23057] \* Wrap netty accept/connect ops with doPrivileged {pull}22572[#22572]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.04714406654238701, -0.008014541119337082, 0.04727819934487343, -0.002754539716988802, -0.03469095751643181, -0.005487947724759579, 0.04489351436495781, -0.03758923336863518, -0.05918892100453377, -0.010721017606556416, 0.018507029861211777, -0.050442930310964584, 0.005542473401874304, -0.01625978946685791, -0.026487601920962334, 0.11718988418579102, -0.06291430443525314, -0.006558921188116074, -0.04460645467042923, 0.027022376656532288, 0.0432618111371994, 0.09217015653848648, -0.024900490418076515, -0.03533323109149933, -0.06418835371732712, -0.01633174903690815, -0.0945131778717041, -0.03979315981268883, -0.017567818984389305, 0.013341234996914864, 0.01623680628836155, 0.06311886012554169, -0.05142877623438835, 0.11440246552228928, 0.07169710844755173, 0.05901218578219414, -0.04708235710859299, -0.012875732034444809, 0.022193364799022675, -0.027705559507012367, 0.021026158705353737, -0.04309625178575516, 0.03274773061275482, -0.05573810636997223, -0.028632892295718193, -0.059004656970500946, -0.050541557371616364, -0.03888510912656784, 0.011097212322056293, 0.04186892881989479, -0.08462636172771454, 0.02149602398276329, -0.003644427517428994, 0.025518201291561127, 0.12837636470794678, -0.007406835909932852, -0.07780896127223969, -0.001922026975080371, -0.08094968646764755, -0.10386935621500015, 0.005201797001063824, -0.036998942494392395, -0.020904315635561943, -0.0122586190700531, -0.001990855671465397, -0.025850946083664894, -0.004824025556445122, -0.002113450551405549, 0.07316151261329651, -0.07062066346406937, 0.04219021275639534, 0.04456932470202446, -0.06507153809070587, -0.036716338247060776, 0.02790049836039543, 0.10820935666561127, 0.014405784197151661, -0.0550374761223793, -0.005930995102971792, -0.04510551318526268, -0.06624315679073334, -0.011131011880934238, 0.013648227788507938, 0.0579630583524704, -0.011331676505506039, -0.041861165314912796, 0.01263163611292839, -0.04407171532511711, 0.054967429488897324, 0.04878612235188484, 0.0529257170855999, -0.09875155240297318, 0.0712679997086525, 0.0246023740619421, 0.08196330070495605, -0.012184493243694305, 0.03511872887611389, 0.015537155792117119, 0.013956313021481037, 0.06160786375403404, 0.03207024186849594, 0.016412779688835144, -0.005895827431231737, -0.07702310383319855, -0.08298075199127197, -0.017028795555233955, -0.022788580507040024, 0.011695918627083302, -0.016229670494794846, -0.026675159111618996, -0.08540071547031403, 0.03092985972762108, 0.05683236941695213, -0.031031398102641106, -0.06839264929294586, -0.05478109419345856, 0.1210339143872261, 0.0032641179859638214, -0.05208523944020271, 0.05613097548484802, 0.05253378301858902, 0.0384654738008976, -0.04788295552134514, 0.0082418043166399, 0.007814649492502213, 0.028156934306025505, -0.03272296115756035, 7.854329991248049e-33, 0.06325140595436096, 0.013306954875588417, -0.006417361553758383, -0.06748297810554504, -0.09021017700433731, 0.03835112974047661, 0.039542652666568756, 0.08991876989603043, -0.051655467599630356, 0.0269694272428751, -0.0700598731637001, 0.06581603735685349, -0.04472540318965912, -0.057077083736658096, -0.012109220959246159, -0.0719703659415245, 0.02860269509255886, 0.018950944766402245, -0.018003283068537712, 0.08173877000808716, 0.03366342931985855, -0.03685769438743591, -0.02054058574140072, -0.007330319378525019, -0.04662558436393738, -0.03407678008079529, 0.025119785219430923, 0.040826309472322464, -0.06145744025707245, 0.009521404281258583, -0.011461333371698856, -0.041608598083257675, 0.03403959795832634, 0.069974884390831, 0.07733552902936935, 0.02408185414969921, 0.027787335216999054, -0.00405132258310914, -0.018164703622460365, -0.09267890453338623, -0.09315068274736404, 0.0012562685878947377, -0.02456863410770893, -0.056843969970941544, 0.06579605489969254, -0.018796226009726524, -0.05933991074562073, -0.07852283120155334, 0.017674582079052925, -0.014146598055958748, 0.016708632931113243, -0.004298511892557144, 0.010898386128246784, 0.018575124442577362, 0.037240199744701385, -0.06286733597517014, -0.02152949385344982, 0.07918885350227356, -0.009137934073805809, 0.07536206394433975, -0.03133426979184151, 0.008092962205410004, 0.03463725000619888, -0.056051790714263916, 0.08485019952058792, -0.042281173169612885, 0.023612983524799347, 0.11843029409646988, -0.09537158906459808, 0.0032139725517481565, 0.034325286746025085, 0.029567889869213104, 0.09348549693822861, -0.06910556554794312, 0.089706651866436, -0.07337259501218796, 0.05085616558790207, -0.01064363494515419, 0.042691800743341446, -0.09131323546171188, -0.021526934579014778, -0.04953688755631447, 0.03670781850814819, -0.006472551729530096, -0.002605560701340437, 0.09491076320409775, -0.01646694913506508, -0.019472574815154076, 0.01689850352704525, 0.01582418940961361, 0.008013706654310226, 0.010607331991195679, -0.0885065495967865, -0.0750061571598053, 0.01582108996808529, -7.328280840891721e-33, 0.008798847906291485, -0.09154549241065979, 0.0034676347859203815, -0.0519455187022686, 0.028769977390766144, -0.0830506980419159, -0.011139189824461937, 0.03869335725903511, 0.07305923849344254, -0.004196575377136469, -0.0015421550488099456, -0.08902682363986969, -0.00922796968370676, -0.03588445857167244, -0.012177042663097382, 0.0888456180691719, -0.04358460381627083, -0.034795064479112625, -0.046665824949741364, 0.10068073123693466, -0.024728868156671524, 0.07727213948965073, -0.10745669901371002, 0.08859067410230637, -0.028635580092668533, 0.019794533029198647, -0.01320192776620388, -0.015237554907798767, -0.01582631841301918, 0.03564516082406044, -0.0434269905090332, -0.03464299812912941, -0.05364063382148743, 0.04355083405971527, 0.013559248298406601, -0.06652180850505829, 0.029978331178426743, 0.06680139154195786, -0.043731097131967545, 0.047499917447566986, -0.03184717521071434, 0.06505576521158218, -0.005586542189121246, 0.028784630820155144, 0.06023047864437103, -0.029608100652694702, -0.07971923798322678, 0.07521557062864304, 0.007955702021718025, 0.03014400228857994, 0.038957107812166214, -0.044033464044332504, -0.00327086984179914, 0.04017700254917145, 0.006458031013607979, -0.002145234728232026, 0.0073048206977546215, -0.03556232526898384, -0.11408253759145737, -0.028208192437887192, -0.018891584128141403, 0.05087071657180786, -0.0648556649684906, -0.03595227375626564, 0.09018873423337936, -0.06592614203691483, -0.03314722329378128, 0.03380436450242996, -0.0682973861694336, -0.06733452528715134, -0.01409120112657547, -0.08244390785694122, 0.0026684068143367767, -0.05585850775241852, 0.09372072666883469, 0.01173695083707571, -0.01750749535858631, -0.0059548188000917435, 0.0340316966176033, 0.12427996098995209, 0.008669821545481682, 0.072972871363163, 0.09693104028701782, 0.09917337447404861, -0.005492018070071936, 0.05475813150405884, 0.006049215327948332, 0.07080535590648651, -0.08872254937887192, -0.06320345401763916, 0.015674414113163948, -0.028720540925860405, 0.026337195187807083, 0.03581938147544861, 0.03905956819653511, -5.7191993363403526e-8, -0.034220896661281586, 0.012480594217777252, -0.11749472469091415, 0.0552569180727005, 0.06273569166660309, 0.005775683559477329, -0.051770687103271484, 0.050890956073999405, -0.030155273154377937, 0.011307895183563232, 0.036007173359394073, 0.08955242484807968, -0.10064664483070374, -0.003290423657745123, 0.0541532039642334, -0.09940022975206375, -0.0647835060954094, 0.030610723420977592, -0.07282452285289764, -0.05188775807619095, -0.017432276159524918, 0.021373160183429718, 0.018001040443778038, 0.04468563571572304, 0.0312452744692564, -0.03276244178414345, 0.04925985261797905, 0.015461728908121586, 0.01604582741856575, 0.05892584100365639, -0.03309817612171173, -0.042456142604351044, -0.032365139573812485, -0.061962828040122986, 0.005320637486875057, 0.027693890035152435, 0.026956627145409584, -0.010962395928800106, 0.003567119361832738, 0.05917925015091896, 0.05184206739068031, 0.08248814940452576, 0.012244134210050106, 0.05502081289887428, -0.02070699632167816, -0.08694241940975189, 0.004035452846437693, 0.03730359300971031, 0.08925757557153702, -0.04917468875646591, -0.005954196210950613, -0.021421249955892563, 0.016107618808746338, 0.0653427317738533, 0.007054331712424755, 0.03824225068092346, 0.02375718019902706, 0.04135411977767944, 0.0006457457202486694, 0.026348747313022614, 0.0888344794511795, -0.05520867928862572, 0.046890221536159515, 0.09842127561569214 ]
0.027165
submodule and first simple method {pull}22371[#22371] Java REST Client:: \* Wrap rest httpclient with doPrivileged blocks {pull}22603[#22603] (issue: {issue}22116[#22116]) Mapping:: \* Date detection should not rely on a hardcoded set of characters. {pull}22171[#22171] (issue: {issue}1694[#1694]) Network:: \* Isolate SocketPermissions to Netty {pull}23057[#23057] \* Wrap netty accept/connect ops with doPrivileged {pull}22572[#22572] (issue: {issue}22116[#22116]) \* Replace Socket, ServerSocket, and HttpServer usages in tests with mocksocket versions {pull}22287[#22287] (issue: {issue}22116[#22116]) Plugin Discovery EC2:: \* Read ec2 discovery address from aws instance tags {pull}22743[#22743] (issue: {issue}22566[#22566]) Plugin Repository HDFS:: \* Add doPrivilege blocks for socket connect ops in repository-hdfs {pull}22793[#22793] (issue: {issue}22116[#22116]) Plugins:: \* Add doPrivilege blocks for socket connect operations in plugins {pull}22534[#22534] (issue: {issue}22116[#22116]) Recovery:: \* Peer Recovery: remove maxUnsafeAutoIdTimestamp hand off {pull}24243[#24243] (issue: {issue}24149[#24149]) \* Introduce sequence-number-based recovery {pull}22484[#22484] (issue: {issue}10708[#10708]) Search:: \* Add parsing from xContent to Suggest {pull}22903[#22903] \* Add parsing from xContent to ShardSearchFailure {pull}22699[#22699] Sequence IDs:: \* Block global checkpoint advances when recovering {pull}24404[#24404] (issue: {issue}10708[#10708]) \* Add primary term to doc write response {pull}24171[#24171] (issue: {issue}10708[#10708]) \* Preserve multiple translog generations {pull}24015[#24015] (issue: {issue}10708[#10708]) \* Introduce translog generation rolling {pull}23606[#23606] (issue: {issue}10708[#10708]) \* Replicate write failures {pull}23314[#23314] \* Introduce sequence-number-aware translog {pull}22822[#22822] (issue: {issue}10708[#10708]) \* Introduce translog no-op {pull}22291[#22291] (issue: {issue}10708[#10708]) \* Tighten sequence numbers recovery {pull}22212[#22212] (issue: {issue}10708[#10708]) \* Add BWC layer to seq no infra and enable BWC tests {pull}22185[#22185] (issue: {issue}21670[#21670]) \* Add internal \_primary\_term doc values field, fix \_seq\_no indexing {pull}21637[#21637] (issues: {issue}10708[#10708], {issue}21480[#21480]) \* Add global checkpoint to translog checkpoints {pull}21254[#21254] \* Sequence numbers commit data for Lucene uses Iterable interface {pull}20793[#20793] (issue: {issue}10708[#10708]) \* Simplify GlobalCheckpointService and properly hook it for cluster state updates {pull}20720[#20720] Stats:: \* Expose disk usage estimates in nodes stats {pull}22081[#22081] (issue: {issue}8686[#8686]) Store:: \* Remote support for lucene versions without checksums {pull}24021[#24021] Suggesters:: \* Remove deprecated \_suggest endpoint {pull}22203[#22203] (issue: {issue}20305[#20305]) Task Manager:: \* Add descriptions to bulk tasks {pull}22059[#22059] (issue: {issue}21768[#21768]) [float] === Bug Fixes Ingest:: \* Remove support for Visio and potm files {pull}22079[#22079] (issue: {issue}22077[#22077]) Inner Hits:: \* If size / offset are out of bounds just do a plain count {pull}20556[#20556] (issue: {issue}20501[#20501]) Internal:: \* Fix handling of document failure exception in InternalEngine {pull}22718[#22718] Plugin Ingest Attachment:: \* Add missing mime4j library {pull}22764[#22764] (issue: {issue}22077[#22077]) Plugin Repository S3:: \* Wrap getCredentials() in a doPrivileged() block {pull}23297[#23297] (issues: {issue}22534[#22534], {issue}23271[#23271]) Sequence IDs:: \* Avoid losing ops in file-based recovery {pull}22945[#22945] (issue: {issue}22484[#22484]) Snapshot/Restore:: \* Keep snapshot restore state and routing table in sync {pull}20836[#20836] (issue: {issue}19774[#19774]) Translog:: \* Fix Translog.Delete serialization for sequence numbers {pull}22543[#22543] [float] === Regressions Bulk:: \* Only re-parse operation if a mapping update was needed {pull}23832[#23832] (issue: {issue}23665[#23665]) //[float] //=== Known Issues [float] === Upgrades Core:: \* Upgrade to a Lucene 7 snapshot {pull}24089[#24089] (issues: {issue}23966[#23966], {issue}24086[#24086], {issue}24087[#24087], {issue}24088[#24088]) Plugin Ingest Attachment:: \* Update to Tika 1.14 {pull}21591[#21591] (issue: {issue}20390[#20390]) [[release-notes-6.0.0-alpha1-5x]] == {es} version 6.0.0-alpha1 (Changes previously released in 5.x) The changes listed below were first released in the 5.x series. Changes released for the first time in Elasticsearch 6.0.0-alpha1 are listed in <>. [float] [[breaking-6.0.0-alpha1-5x]] === Breaking Changes Aliases:: \* Validate alias names the same as index names {pull}20771[#20771] (issue: {issue}20748[#20748]) CRUD:: \* Fixed naming inconsistency for fields/stored\_fields in the APIs {pull}20166[#20166] (issues: {issue}18943[#18943], {issue}20155[#20155]) Core:: \* Add system call filter bootstrap check {pull}21940[#21940] \* Remove ignore system bootstrap checks {pull}20511[#20511] Internal:: \* `\_flush` should block by default {pull}20597[#20597] (issue: {issue}20569[#20569]) Packaging:: \* Rename service.bat to elasticsearch-service.bat {pull}20496[#20496] (issue: {issue}17528[#17528]) Plugin Lang Painless:: \* Remove all date 'now' methods from Painless {pull}20766[#20766] (issue: {issue}20762[#20762]) Query DSL:: \* Fix name of `enabled\_position\_increments` {pull}22895[#22895] REST:: \* Change separator for
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.0772717073559761, 0.06526821851730347, 0.041462499648332596, -0.02799672819674015, -0.010236325673758984, -0.029305551201105118, -0.07793788611888885, 0.021098507568240166, -0.023610297590494156, 0.01636914350092411, 0.029547909274697304, -0.07705272734165192, 0.029665499925613403, 0.014719263650476933, 0.07639344036579132, 0.018213557079434395, 0.011798820458352566, 0.024467306211590767, 0.021817142143845558, -0.03578377887606621, 0.0023278750013560057, 0.07579413056373596, -0.0037326235324144363, -0.04665530472993851, -0.07746019959449768, 0.05257098749279976, -0.06528982520103455, 0.01737508364021778, -0.007235495839267969, -0.026675809174776077, 0.051531240344047546, 0.015438665635883808, -0.13158634305000305, 0.012662605382502079, 0.016580289229750633, 0.06226605921983719, 0.047686588019132614, -0.02235269732773304, 0.013099386356770992, 0.0772678479552269, 0.06542953848838806, -0.0633196160197258, 0.04613262042403221, -0.04163626581430435, 0.012265275232493877, -0.03794632852077484, 0.02479306049644947, 0.004209644161164761, -0.0734066590666771, -0.04473095387220383, 0.03866766393184662, 0.02405846305191517, 0.045022137463092804, 0.056476034224033356, 0.0859009176492691, -0.0734165832400322, -0.03719702363014221, -0.01276901550590992, 0.04065943881869316, -0.002393788192421198, 0.03549725189805031, -0.0902138203382492, 0.018378259614109993, -0.05997801944613457, -0.02041584812104702, -0.019806260243058205, 0.04170875996351242, 0.036246106028556824, 0.04325393959879875, -0.01761770248413086, -0.006718557793647051, 0.008275988511741161, -0.0795368179678917, 0.0173360463231802, 0.08071402460336685, 0.1345149278640747, -0.015439427457749844, 0.0006614550366066396, 0.030264362692832947, -0.15711799263954163, 0.00047304053441621363, -0.07948051393032074, -0.08933846652507782, 0.09199394285678864, -0.05916088446974754, -0.021898329257965088, 0.03991078957915306, 0.01668236218392849, -0.006497139576822519, 0.054430846124887466, 0.03568055108189583, -0.06784801185131073, -0.0051799435168504715, 0.062317751348018646, 0.049641113728284836, -0.002982348669320345, -0.010551554150879383, 0.018989382311701775, -0.021580001339316368, 0.08311110734939575, 0.050915952771902084, 0.03152323514223099, -0.04514903947710991, -0.03138053044676781, 0.02300012856721878, -0.04186162352561951, -0.005360845476388931, -0.007168970536440611, 0.023875555023550987, -0.009718790650367737, -0.035596564412117004, 0.0016869071405380964, 0.018010292202234268, -0.035664837807416916, 0.009972128085792065, -0.01025959849357605, 0.0515020489692688, 0.0414712131023407, -0.010812253691256046, 0.09117807447910309, 0.08118116855621338, -0.005597853567451239, 0.06232109293341637, 0.007042356301099062, -0.014021378010511398, 0.07013596594333649, 0.021014854311943054, 1.3050571912331262e-32, 0.07196089625358582, -0.03366496413946152, -0.03116009011864662, 0.024114951491355896, 0.06306781619787216, 0.014504862017929554, -0.025073446333408356, 0.05061393603682518, 0.005748294293880463, -0.03407953679561615, -0.06174265593290329, -0.06858723610639572, 0.009964588098227978, -0.06477218121290207, -0.009166973643004894, 0.020042967051267624, 0.03782160207629204, -0.03739560768008232, 0.008776022121310234, 0.058420270681381226, 0.03456662967801094, -0.0898551270365715, 0.01857658103108406, -0.023634638637304306, -0.030124438926577568, -0.07048593461513519, -0.040279824286699295, 0.005503421649336815, -0.01988488808274269, 0.008755629882216454, 0.024525895714759827, -0.0006470184889622033, 0.02912088669836521, 0.05426167696714401, 0.028784485533833504, -0.07180159538984299, 0.051386065781116486, -0.01950600929558277, -0.0724911019206047, -0.06881805509328842, -0.014106584712862968, -0.05770913511514664, -0.060053855180740356, 0.01475843321532011, 0.0713479295372963, -0.09792691469192505, -0.0706683024764061, -0.02997654676437378, 0.08758166432380676, 0.03746652603149414, -0.05242449790239334, 0.02467954345047474, 0.07276247441768646, -0.15300484001636505, 0.037272848188877106, -0.06555143743753433, 0.01928851008415222, 0.10078009217977524, 0.019526556134223938, 0.016399215906858444, -0.06238356605172157, 0.10702333599328995, 0.013102816417813301, -0.03218015655875206, 0.01871977373957634, 0.07288558036088943, -0.06133231520652771, 0.03214730694890022, -0.08972771465778351, 0.001310974475927651, 0.022944515570998192, 0.07550741732120514, 0.002420407021418214, 0.049700651317834854, -0.024752140045166016, -0.05710515007376671, 0.07677469402551651, 0.07119204849004745, 0.10537448525428772, -0.06439208984375, 0.037771862000226974, 0.015207157470285892, 0.001741362502798438, 0.027252012863755226, -0.11348145455121994, 0.016718048602342606, -0.016671733930706978, -0.02074778825044632, 0.05168655514717102, 0.020105183124542236, 0.0014517996460199356, 0.013341703452169895, -0.027013596147298813, -0.03803139552474022, 0.03862755373120308, -1.0926929695607471e-32, 0.009615152142941952, 0.01810358464717865, -0.06209373101592064, -0.004982244689017534, 0.046585384756326675, -0.1364392340183258, -0.025831006467342377, 0.05895433947443962, 0.0218588225543499, 0.04510142281651497, 0.03589412197470665, -0.0803159698843956, 0.004393559414893389, -0.0925806388258934, 0.025308817625045776, -0.04694224148988724, -0.07031690329313278, -0.10707944631576538, 0.0277695432305336, 0.02633456140756607, -0.04574720561504364, 0.013056444935500622, -0.004229883663356304, -0.018824106082320213, 0.05510355159640312, 0.05055779963731766, -0.021356545388698578, 0.03955280780792236, 0.002047867514193058, -0.08099447935819626, -0.02392481081187725, 0.03144674375653267, -0.0980418398976326, 0.027436120435595512, -0.043487634509801865, 0.021387066692113876, 0.03452890366315842, 0.1561562716960907, 0.039960045367479324, -0.02109794318675995, -0.021959936246275902, 0.03606494888663292, -0.07965187728404999, 0.0336836613714695, 0.07119453698396683, 0.08024212718009949, 0.0457158088684082, -0.012354347854852676, -0.03354509174823761, -0.03940986841917038, 0.0064033749513328075, 0.014437351375818253, -0.009691040962934494, 0.0652654767036438, 0.008860386908054352, 0.05874725431203842, 0.019526617601513863, 0.0010155673371627927, -0.01912355236709118, 0.0036872790660709143, 0.030757734552025795, -0.1108185425400734, -0.019796185195446014, 0.009549862705171108, 0.033867232501506805, -0.10927470028400421, -0.05469449982047081, -0.04231412336230278, -0.006327241193503141, -0.0001861142518464476, -0.0010585937416180968, -0.0515795536339283, -0.044805508106946945, -0.10617570579051971, 0.10513536632061005, 0.004383452236652374, -0.06232425570487976, -0.04001203551888466, -0.011380120180547237, 0.05326416715979576, -0.12246708571910858, 0.017929265275597572, -0.10384221374988556, 0.01851598545908928, 0.01936814747750759, 0.023330608382821083, -0.01626460812985897, 0.1026790663599968, -0.03988444805145264, -0.04739798977971077, -0.055093370378017426, -0.024321191012859344, -0.04640376940369606, 0.07298165559768677, 0.018977563828229904, -6.334659730100611e-8, 0.023479323834180832, -0.05094205215573311, -0.029799453914165497, 0.044599685817956924, 0.06682971119880676, 0.08134344220161438, -0.10565175861120224, -0.0524013414978981, 0.08728557825088501, 0.03138215094804764, -0.03752928599715233, 0.02391781657934189, 0.00465018255636096, -0.03418242186307907, 0.02405071258544922, -0.05008397623896599, 0.006512440741062164, 0.019069191068410873, -0.04886347055435181, -0.006939296144992113, 0.0401003323495388, -0.05738747492432594, 0.04755689948797226, 0.02869420126080513, -0.01618807762861252, 0.012426379136741161, 0.05592774599790573, 0.07790415734052658, -0.05763865262269974, -0.024978386238217354, 0.005087506026029587, -0.024299222975969315, 0.0021834790240973234, -0.0076422011479735374, -0.04297744110226631, 0.06643085926771164, -0.047192350029945374, 0.043891243636608124, -0.03425880894064903, 0.07932420819997787, 0.017978133633732796, -0.01769866980612278, -0.09956829994916916, 0.06974136084318161, 0.0065917326137423515, -0.08759928494691849, 0.0033913124352693558, 0.07061730325222015, -0.025434304028749466, -0.05393199250102043, 0.008329655043780804, -0.09132597595453262, 0.05162176862359047, 0.010085377842187881, 0.025980785489082336, 0.02203451097011566, 0.06306347250938416, -0.06867716461420059, -0.0053506591357290745, 0.07766246795654297, -0.011823023669421673, -0.017412522807717323, -0.023966804146766663, -0.011229448951780796 ]
0.041183
system bootstrap checks {pull}20511[#20511] Internal:: \* `\_flush` should block by default {pull}20597[#20597] (issue: {issue}20569[#20569]) Packaging:: \* Rename service.bat to elasticsearch-service.bat {pull}20496[#20496] (issue: {issue}17528[#17528]) Plugin Lang Painless:: \* Remove all date 'now' methods from Painless {pull}20766[#20766] (issue: {issue}20762[#20762]) Query DSL:: \* Fix name of `enabled\_position\_increments` {pull}22895[#22895] REST:: \* Change separator for shards preference {pull}20786[#20786] (issues: {issue}20722[#20722], {issue}20769[#20769]) Search:: \* Remove DFS\_QUERY\_AND\_FETCH as a search type {pull}22787[#22787] Settings:: \* Remove support for default settings {pull}24093[#24093] (issues: {issue}23981[#23981], {issue}24052[#24052], {issue}24074[#24074]) [float] === Breaking Java Changes Aggregations:: \* Move getProperty method out of MultiBucketsAggregation.Bucket interface {pull}23988[#23988] \* Remove getProperty method from Aggregations interface and impl {pull}23972[#23972] \* Move getProperty method out of Aggregation interface {pull}23949[#23949] Allocation:: \* Cluster Explain API uses the allocation process to explain shard allocation decisions {pull}22182[#22182] (issues: {issue}20347[#20347], {issue}20634[#20634], {issue}21103[#21103], {issue}21662[#21662], {issue}21691[#21691]) Cluster:: \* Remove PROTO-based custom cluster state components {pull}22336[#22336] (issue: {issue}21868[#21868]) Core:: \* Remove ability to plug-in TransportService {pull}20505[#20505] Discovery:: \* Remove pluggability of ElectMasterService {pull}21031[#21031] Exceptions:: \* Remove `IndexTemplateAlreadyExistsException` and `IndexShardAlreadyExistsException` {pull}21539[#21539] (issue: {issue}21494[#21494]) \* Replace IndexAlreadyExistsException with ResourceAlreadyExistsException {pull}21494[#21494] Ingest:: \* Change type of ingest doc meta-data field 'TIMESTAMP' to `Date` {pull}22234[#22234] (issue: {issue}22074[#22074]) Internal:: \* Replace SearchExtRegistry with namedObject {pull}22492[#22492] \* Replace Suggesters with namedObject {pull}22491[#22491] \* Consolidate the last easy parser construction {pull}22095[#22095] \* Introduce XContentParser#namedObject {pull}22003[#22003] \* Pass executor name to request interceptor to support async intercept calls {pull}21089[#21089] \* Remove TransportService#registerRequestHandler leniency {pull}20469[#20469] (issue: {issue}20468[#20468]) Java API:: \* Fold InternalSearchHits and friends into their interfaces {pull}23042[#23042] Network:: \* Remove HttpServer and HttpServerAdapter in favor of a simple dispatch method {pull}22636[#22636] (issue: {issue}18482[#18482]) \* Unguice Transport and friends {pull}20526[#20526] Plugins:: \* Deguice rest handlers {pull}22575[#22575] \* Plugins: Replace Rest filters with RestHandler wrapper {pull}21905[#21905] \* Plugins: Remove support for onModule {pull}21416[#21416] \* Cleanup sub fetch phase extension point {pull}20382[#20382] Query DSL:: \* Resolve index names in indices\_boost {pull}21393[#21393] (issue: {issue}4756[#4756]) Scripting:: \* Refactor ScriptType to be a Top-Level Class {pull}21136[#21136] Search:: \* Remove QUERY\_AND\_FETCH search type {pull}22996[#22996] \* Cluster search shards improvements: expose ShardId, adjust visibility of some members {pull}21752[#21752] [float] === Deprecations Java API:: \* Add BulkProcessor methods with XContentType parameter {pull}23078[#23078] (issue: {issue}22691[#22691]) \* Deprecate and remove "minimumNumberShouldMatch" in BoolQueryBuilder {pull}22403[#22403] Plugin Repository S3:: \* S3 Repository: Deprecate remaining `repositories.s3.\*` settings {pull}24144[#24144] (issue: {issue}24143[#24143]) \* Deprecate specifying credentials through env vars, sys props, and remove profile files {pull}22567[#22567] (issues: {issue}21041[#21041], {issue}22479[#22479]) Query DSL:: \* Add deprecation logging message for 'fuzzy' query {pull}20993[#20993] (issue: {issue}15760[#15760]) REST:: \* Optionally require a valid content type for all rest requests with content {pull}22691[#22691] (issue: {issue}19388[#19388]) Scripting:: \* Change Namespace for Stored Script to Only Use Id {pull}22206[#22206] Shadow Replicas:: \* Add a deprecation notice to shadow replicas {pull}22647[#22647] (issue: {issue}22024[#22024]) Stats:: \* Deprecate \_field\_stats endpoint {pull}23914[#23914] [float] === New Features Aggregations:: \* Initial version of an adjacency matrix using the Filters aggregation {pull}22239[#22239] (issue: {issue}22169[#22169]) Analysis:: \* Adds pattern keyword marker filter support {pull}23600[#23600] (issue: {issue}4877[#4877]) \* Expose WordDelimiterGraphTokenFilter {pull}23327[#23327] (issue: {issue}23104[#23104]) \* Synonym Graph Support (LUCENE-6664) {pull}21517[#21517] \* Expose Lucenes Ukrainian analyzer {pull}21176[#21176] (issue: {issue}19433[#19433]) CAT API:: \* Provides a cat api endpoint for templates. {pull}20545[#20545] (issue: {issue}20467[#20467]) CRUD:: \* Allow an index to be partitioned with custom routing {pull}22274[#22274] (issue: {issue}21585[#21585]) Highlighting:: \* Integrate UnifiedHighlighter {pull}21621[#21621] (issue: {issue}21376[#21376]) Index APIs:: \* Add FieldCapabilities (\_field\_caps) API {pull}23007[#23007] (issue: {issue}22438[#22438]) Ingest:: \* introduce KV Processor in Ingest Node {pull}22272[#22272] (issue: {issue}22222[#22222]) Mapping:: \* Add the ability to set a normalizer on keyword fields. {pull}21919[#21919] (issue: {issue}18064[#18064]) \* Add RangeFieldMapper for numeric and date range types {pull}21002[#21002] (issue: {issue}20999[#20999]) Plugin Discovery File:: \* File-based discovery plugin {pull}20394[#20394] (issue: {issue}20323[#20323]) Query DSL:: \* Add "all fields" execution
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.06317315995693207, 0.0727064460515976, 0.07509373873472214, 0.025389645248651505, 0.005199226550757885, -0.0035966557916253805, -0.046148695051670074, -0.03909730538725853, 0.03648616001009941, 0.07355379313230515, -0.00015507930947933346, 0.02501993626356125, -0.020823946222662926, 0.023840611800551414, -0.047989554703235626, -0.015435812994837761, -0.10773807764053345, -0.020175384357571602, -0.026127101853489876, 0.06413774937391281, 0.041602447628974915, 0.10540163516998291, -0.027915917336940765, 0.038729000836610794, -0.06993510574102402, -0.011677033267915249, -0.14010630548000336, -0.008931363932788372, -0.010370535776019096, -0.062240567058324814, 0.02623765543103218, 0.05701413378119469, 0.0023988615721464157, -0.007270761765539646, 0.06526156514883041, 0.07467485219240189, -0.009696533903479576, -0.02271943725645542, -0.03991876542568207, -0.005276023410260677, 0.08233475685119629, -0.0971444621682167, 0.04261021316051483, -0.09736450761556625, -0.025859998539090157, -0.06551828235387802, -0.002568488474935293, -0.03850244730710983, -0.02232029102742672, 0.02145318314433098, -0.04061831906437874, -0.001647165627218783, 0.007717390079051256, -0.005016463343054056, 0.04965168237686157, -0.016422899439930916, 0.018850460648536682, 0.01984945498406887, -0.01575130969285965, -0.07909321039915085, 0.10227565467357635, -0.055229853838682175, -0.028747204691171646, -0.044347699731588364, -0.019686296582221985, -0.014690489508211613, 0.029117051512002945, -0.05136721581220627, 0.0506114698946476, 0.024936189875006676, -0.024427084252238274, 0.0022171023301780224, -0.015776855871081352, -0.009733321145176888, 0.054998356848955154, 0.12740519642829895, 0.01418957021087408, 0.07062387466430664, 0.037248995155096054, -0.10682941228151321, 0.009528230875730515, -0.10219088941812515, -0.019295116886496544, 0.07107378542423248, -0.07203013449907303, -0.034121982753276825, -0.03321855515241623, -0.10629710555076599, 0.10786431282758713, -0.06788814812898636, 0.01778869889676571, -0.06736253947019577, 0.05970995873212814, 0.012402703054249287, 0.018966324627399445, -0.038689401000738144, -0.033117763698101044, 0.07540323585271835, -0.028375810012221336, 0.054936300963163376, 0.01703082211315632, 0.03211669996380806, -0.043169256299734116, -0.016045378521084785, -0.01668521575629711, -0.037454210221767426, -0.07901965081691742, 0.025705359876155853, -0.07064882665872574, -0.03542181849479675, 0.047715622931718826, 0.07004524767398834, -0.00818211305886507, 0.016090642660856247, 0.01139045599848032, -0.011301614344120026, 0.015393595211207867, -0.027088450267910957, 0.01709291897714138, 0.09120582789182663, 0.10538708418607712, -0.019665805622935295, -0.03256264701485634, -0.016123011708259583, -0.015982255339622498, 0.10620813071727753, 0.05043961480259895, 9.188969379440381e-33, 0.08491852134466171, -0.013134343549609184, -0.03757141903042793, -0.03828214854001999, 0.05831492319703102, 0.009808092378079891, 0.02799168974161148, 0.04604201391339302, -0.004101184196770191, 0.05928168445825577, -0.036585357040166855, 0.004653537645936012, 0.030776286497712135, -0.039342645555734634, -0.02920760214328766, -0.05252792686223984, 0.08689458668231964, -0.0031245723366737366, -0.0011687158839777112, 0.023377420380711555, 0.13354143500328064, 0.002181094838306308, -0.07436955720186234, -0.06062338501214981, 0.013583782128989697, -0.013365482911467552, -0.0570489838719368, -0.04134693741798401, -0.01876625418663025, -0.013427995145320892, 0.00890648178756237, -0.015400905162096024, 0.02901248075067997, 0.06827159970998764, 0.008007837459445, -0.0010279255220666528, -0.016973178833723068, 0.006057251710444689, -0.0784815177321434, -0.06502561271190643, -0.00024447485338896513, -0.0010138987563550472, -0.07426831126213074, -0.008163968101143837, 0.04035482183098793, 0.007281343452632427, -0.007079444359987974, -0.07348629087209702, 0.055815573781728745, -0.02379029616713524, -0.03290334716439247, 0.05896562337875366, 0.05192364752292633, -0.04001640900969505, -0.014636287465691566, -0.03341013565659523, 0.01342664286494255, 0.04309065267443657, -0.013439659960567951, -0.055792421102523804, 0.017598118633031845, 0.012507875449955463, 0.08664265275001526, -0.004255922511219978, 0.03667861968278885, -0.0195746012032032, 0.051566384732723236, 0.06167979538440704, -0.030275212600827217, 0.03053734265267849, -0.027900904417037964, 0.045123036950826645, 0.0583522692322731, -0.004014643840491772, 0.018026871606707573, -0.13815642893314362, 0.11759689450263977, -0.015088902786374092, 0.0611678846180439, 0.006336156278848648, -0.01064528338611126, -0.07213675230741501, -0.0057438574731349945, 0.03831661492586136, 0.0207259189337492, 0.015681294724345207, -0.008407384157180786, 0.009013030678033829, 0.08505729585886002, -0.05466192960739136, -0.0123754246160388, -0.01373589038848877, -0.04814670979976654, -0.055539339780807495, -0.006873686332255602, -8.310305719299953e-33, 0.08998272567987442, -0.0596449114382267, 0.01021725032478571, 0.033646710216999054, -0.011508178897202015, -0.06279204785823822, 0.00685144355520606, 0.06724058836698532, 0.042018260806798935, -0.016588052734732628, 0.06444215029478073, -0.00716538866981864, -0.01999897137284279, -0.062186043709516525, -0.04727547615766525, 0.09073182940483093, -0.056627433747053146, -0.11495999246835709, -0.04920852929353714, 0.02980555035173893, -0.04966195672750473, 0.08878818899393082, -0.07391490042209625, 0.09427674114704132, -0.03490690141916275, -0.056978702545166016, 0.05879897624254227, -0.011326084844768047, -0.0286357831209898, -0.022928182035684586, -0.020154662430286407, 0.019416624680161476, -0.09056384861469269, 0.07000826299190521, -0.08812656998634338, 0.009014198556542397, -0.034813057631254196, 0.08540317416191101, 0.012635862454771996, 0.02342095598578453, -0.002891207579523325, 0.039809536188840866, -0.06386514753103256, 0.03875641152262688, 0.03580225259065628, 0.015664050355553627, -0.02232099324464798, 0.01902303658425808, -0.0013789531076326966, 0.00039378402289003134, -0.0075164311565458775, -0.01711430214345455, -0.02092044986784458, 0.06618700176477432, 0.033784590661525726, 0.004910579416900873, -0.014746380969882011, -0.03685709461569786, -0.15550023317337036, 0.02213098295032978, 0.01526820007711649, 0.06518596410751343, -0.0778818428516388, -0.07818596810102463, 0.061241257935762405, -0.042785558849573135, -0.05706416070461273, -0.01747281663119793, -0.07560749351978302, -0.061067212373018265, -0.013336310163140297, -0.043986860662698746, 0.013363161124289036, 0.022570259869098663, 0.0740930587053299, -0.009029985405504704, -0.01822194643318653, -0.04350215569138527, 0.02614082582294941, 0.04994877800345421, -0.044060174375772476, 0.04676292836666107, 0.017497742548584938, 0.07342994958162308, -0.09879544377326965, 0.04600733891129494, -0.025676807388663292, 0.13549697399139404, -0.05877293646335602, -0.0030276402831077576, 0.0132919205352664, -0.08747243881225586, -0.013825098052620888, 0.059344176203012466, 0.007392117753624916, -6.291166698702e-8, 0.023879680782556534, 0.02741868980228901, -0.03979405760765076, 0.060251522809267044, 0.049641139805316925, 0.025402141734957695, -0.03102494589984417, 0.09759915620088577, 0.012095196172595024, -0.03152099996805191, 0.003136645769700408, 0.09065451472997665, -0.022681988775730133, -0.01708870194852352, -0.053716886788606644, -0.04894319921731949, -0.024161262437701225, 0.07381834834814072, -0.05446784943342209, -0.06176978349685669, -0.02881135791540146, 0.004884736146777868, 0.07647286355495453, -0.03106588125228882, 0.0421934500336647, 0.011583653278648853, -0.016193630173802376, 0.03903432935476303, 0.03702138364315033, 0.028561586514115334, -0.013724041171371937, -0.03248698264360428, 0.022782694548368454, 0.0202332790941, -0.016617631539702415, 0.07424847036600113, 0.03325672075152397, 0.027960818260908127, -0.051642753183841705, 0.07976490259170532, 0.026582542806863785, 0.06525394320487976, -0.08296240866184235, 0.020911524072289467, -0.1473841816186905, -0.06944560259580612, -0.09062904119491577, 0.036489587277173996, 0.009906415827572346, -0.06482722610235214, -0.002510311082005501, 0.02083977311849594, 0.03405652567744255, 0.08856581896543503, 0.049717411398887634, 0.027800044044852257, 0.044834766536951065, -0.038466233760118484, -0.004235360771417618, 0.10356118530035019, 0.07241927087306976, -0.08737899363040924, 0.0043852548114955425, -0.01621202379465103 ]
0.042936
in Ingest Node {pull}22272[#22272] (issue: {issue}22222[#22222]) Mapping:: \* Add the ability to set a normalizer on keyword fields. {pull}21919[#21919] (issue: {issue}18064[#18064]) \* Add RangeFieldMapper for numeric and date range types {pull}21002[#21002] (issue: {issue}20999[#20999]) Plugin Discovery File:: \* File-based discovery plugin {pull}20394[#20394] (issue: {issue}20323[#20323]) Query DSL:: \* Add "all fields" execution mode to simple\_query\_string query {pull}21341[#21341] (issues: {issue}19784[#19784], {issue}20925[#20925]) \* Add support for `quote\_field\_suffix` to `simple\_query\_string`. {pull}21060[#21060] (issue: {issue}18641[#18641]) \* Add "all field" execution mode to query\_string query {pull}20925[#20925] (issue: {issue}19784[#19784]) Reindex API:: \* Add automatic parallelization support to reindex and friends {pull}20767[#20767] (issue: {issue}20624[#20624]) Search:: \* Introduce incremental reduction of TopDocs {pull}23946[#23946] \* Add federated {ccs} capabilities {pull}22502[#22502] (issue: {issue}21473[#21473]) \* Add field collapsing for search request {pull}22337[#22337] (issue: {issue}21833[#21833]) Settings:: \* Add infrastructure for elasticsearch keystore {pull}22335[#22335] Similarities:: \* Adds boolean similarity to Elasticsearch {pull}23637[#23637] (issue: {issue}6731[#6731]) [float] === Enhancements Aggregations:: \* Add `count` to rest output of `geo\_centroid` {pull}24387[#24387] (issue: {issue}24366[#24366]) \* Allow scripted metric agg to access `\_score` {pull}24295[#24295] \* Add BucketMetricValue interface {pull}24188[#24188] \* Move aggs CommonFields and TYPED\_KEYS\_DELIMITER from InternalAggregation to Aggregation {pull}23987[#23987] \* Use ParseField for aggs CommonFields rather than String {pull}23717[#23717] \* Share XContent rendering code in terms aggs {pull}23680[#23680] \* Add unit tests for ParentToChildAggregator {pull}23305[#23305] (issue: {issue}22278[#22278]) \* First step towards incremental reduction of query responses {pull}23253[#23253] \* `value\_type` is useful regardless of scripting. {pull}22160[#22160] (issue: {issue}20163[#20163]) \* Support for partitioning set of terms {pull}21626[#21626] (issue: {issue}21487[#21487]) \* Rescorer should be applied in the TopHits aggregation {pull}20978[#20978] (issue: {issue}19317[#19317]) Aliases:: \* Handle multiple aliases in \_cat/aliases api {pull}23698[#23698] (issue: {issue}23661[#23661]) Allocation:: \* Trigger replica recovery restarts by master when primary relocation completes {pull}23926[#23926] (issue: {issue}23904[#23904]) \* Makes the same\_shard host dynamically updatable {pull}23397[#23397] (issue: {issue}22992[#22992]) \* Include stale replica shard info when explaining an unassigned primary {pull}22826[#22826] \* Adds setting level to allocation decider explanations {pull}22268[#22268] (issue: {issue}21771[#21771]) \* Improves allocation decider decision explanation messages {pull}21771[#21771] \* Prepares allocator decision objects for use with the allocation explain API {pull}21691[#21691] \* Balance step in BalancedShardsAllocator for a single shard {pull}21103[#21103] \* Process more expensive allocation deciders last {pull}20724[#20724] (issue: {issue}12815[#12815]) \* Separates decision making from decision application in BalancedShardsAllocator {pull}20634[#20634] Analysis:: \* Support Keyword type in Analyze API {pull}23161[#23161] \* Expose FlattenGraphTokenFilter {pull}22643[#22643] \* Analyze API Position Length Support {pull}22574[#22574] \* Remove AnalysisService and reduce it to a simple name to analyzer mapping {pull}20627[#20627] (issues: {issue}19827[#19827], {issue}19828[#19828]) CAT API:: \* Adding built-in sorting capability to \_cat apis. {pull}20658[#20658] (issue: {issue}16975[#16975]) \* Add health status parameter to cat indices API {pull}20393[#20393] CRUD:: \* Use correct block levels for TRA subclasses {pull}22224[#22224] \* Make index and delete operation execute as a single bulk item {pull}21964[#21964] Cache:: \* Do not cache term queries. {pull}21566[#21566] (issues: {issue}16031[#16031], {issue}20116[#20116]) \* Parse alias filters on the coordinating node {pull}20916[#20916] Circuit Breakers:: \* Closing a ReleasableBytesStreamOutput closes the underlying BigArray {pull}23941[#23941] \* Add used memory amount to CircuitBreakingException message (#22521) {pull}22693[#22693] (issue: {issue}22521[#22521]) \* Cluster Settings Updates should not trigger circuit breakers. {pull}20827[#20827] Cluster:: \* Extract a common base class to allow services to listen to remote cluster config updates {pull}24367[#24367] \* Prevent nodes from joining if newer indices exist in the cluster {pull}23843[#23843] \* Connect to new nodes concurrently {pull}22984[#22984] (issue: {issue}22828[#22828]) \* Keep NodeConnectionsService in sync with current nodes in the cluster state {pull}22509[#22509] \* Add a generic way of checking version before serializing custom cluster object {pull}22376[#22376] (issue: {issue}22313[#22313]) \* Add validation for supported index version on node join, restore, upgrade & open index {pull}21830[#21830] (issue: {issue}21670[#21670]) \* Let ClusterStateObserver only hold onto state that's needed for change detection {pull}21631[#21631] (issue: {issue}21568[#21568]) \* Cache successful shard
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.009048564359545708, 0.03973884880542755, 0.04823053255677223, 0.05027126148343086, -0.05086798593401909, 0.06917133182287216, -0.0023764786310493946, 0.05273166671395302, -0.06920727342367172, 0.03187153860926628, 0.021676789969205856, -0.04221613332629204, -0.012280291877686977, -0.01137763261795044, 0.04298999905586243, 0.11512795835733414, -0.10918370634317398, 0.010255133733153343, -0.10289934277534485, -0.039178796112537384, 0.0160013847053051, 0.1514570116996765, -0.033236563205718994, -0.01224583201110363, -0.02676902711391449, -0.013573907315731049, -0.08854690939188004, 0.037665896117687225, 0.02772042714059353, 0.025436459109187126, -0.014612709172070026, 0.11039526760578156, -0.028511272743344307, 0.08378853648900986, 0.06622520834207535, 0.04928188398480415, 0.0005302051431499422, 0.010111580602824688, -0.016433367505669594, -0.024691803380846977, 0.08320014923810959, -0.05798009783029556, 0.037822842597961426, -0.016740653663873672, -0.019279146566987038, -0.05817211791872978, -0.03758107125759125, 0.0005178229184821248, -0.019672878086566925, -0.03543604165315628, -0.06375273317098618, 0.031964704394340515, 0.02816992811858654, 0.0022258542012423277, 0.04500415921211243, -0.005178386345505714, -0.035440217703580856, -0.016328910365700722, -0.017382897436618805, 0.0202642735093832, -0.02357342280447483, -0.07399541884660721, -0.037102870643138885, -0.08638844639062881, -0.047086067497730255, -0.03720538690686226, -0.008970873430371284, 0.03370262682437897, 0.07348230481147766, -0.013519841246306896, -0.007976400665938854, 0.002333546755835414, -0.06059567257761955, -0.02448531799018383, -0.004230302292853594, 0.1225469559431076, -0.05714105814695358, -0.007330150343477726, -0.02232077531516552, -0.13486911356449127, -0.018084287643432617, -0.08932257443666458, 0.05659199133515358, 0.05524049699306488, 0.04543628916144371, -0.0018797360826283693, -0.044358160346746445, -0.023011142387986183, 0.01782248727977276, 0.01668846420943737, -0.05504531413316727, -0.11568579077720642, 0.01268223486840725, 0.005351336672902107, 0.039033710956573486, 0.02203681878745556, 0.010431675240397453, -0.045789189636707306, 0.0399240218102932, 0.02757229655981064, 0.028236806392669678, 0.029818421229720116, -0.022880276665091515, -0.06534683704376221, -0.03932426869869232, -0.01710651069879532, -0.03838704898953438, -0.054435957223176956, -0.035034582018852234, 0.004048617091029882, -0.018743297085165977, 0.05444294586777687, 0.020443033427000046, -0.07571253180503845, 0.01375033799558878, -0.026705563068389893, 0.01652524061501026, -0.05005376413464546, -0.010780196636915207, 0.07669886201620102, 0.0608333945274353, 0.02363024652004242, -0.08838638663291931, 0.03765588998794556, -0.014707602560520172, 0.043456319719552994, 0.036453135311603546, 8.528135842766862e-33, 0.1065899133682251, -0.03167553246021271, 0.006691344082355499, -0.002741781063377857, -0.01521320641040802, 0.0340094119310379, -0.0026257724966853857, 0.03778652474284172, -0.05109284445643425, 0.054204992949962616, 0.025902362540364265, -0.01493089459836483, -0.0709703341126442, -0.0931166261434555, 0.012172703631222248, -0.01980261318385601, -0.0065239956602454185, -0.008177046664059162, -0.002140274504199624, -0.0030097647104412317, 0.03603961318731308, -0.07312683016061783, -0.0947861447930336, 0.031165577471256256, 0.02970830537378788, 0.02942618355154991, 0.014498445205390453, -0.020994029939174652, -0.014615783467888832, -0.016424324363470078, 0.02046389691531658, -0.02823488414287567, 0.06586074829101562, 0.023910431191325188, 0.01572970300912857, -0.021237622946500778, 0.02301100641489029, 0.027368884533643723, -0.0835832953453064, -0.05573298782110214, -0.04112330824136734, 0.051378943026065826, 0.03443427383899689, -0.08601333200931549, 0.06336655467748642, -0.012683788314461708, -0.03380424901843071, -0.010582816787064075, 0.024881264194846153, -0.05672025680541992, -0.00021571374963968992, 0.03337891027331352, 0.033594027161598206, -0.047385577112436295, 0.10854536294937134, -0.042939070612192154, 0.02055910974740982, 0.04135890305042267, 0.0035062574315816164, 0.008462293073534966, -0.0021360255777835846, 0.03631732240319252, -0.017322780564427376, -0.05329403281211853, 0.04395516961812973, 0.056634966284036636, 0.07086022198200226, 0.06533999741077423, -0.06589382141828537, 0.09781250357627869, 0.03163684532046318, 0.04788216948509216, -0.019160347059369087, -0.027424629777669907, 0.023425588384270668, -0.03877175226807594, 0.08137814700603485, 0.0013432370033115149, 0.06398822367191315, -0.039281126111745834, -0.08812862634658813, -0.0564773790538311, -0.01690407656133175, 0.11021921038627625, -0.07204987853765488, 0.013792132027447224, -0.05609479919075966, 0.01275753416121006, 0.022531816735863686, -0.06556428968906403, 0.03104017861187458, 0.06583818048238754, -0.10346847772598267, -0.02753760851919651, -0.027236467227339745, -7.265156794252564e-33, 0.055118098855018616, -0.022648142650723457, -0.0435466393828392, 0.06639519333839417, 0.054999835789203644, -0.09896375238895416, 0.0019827308133244514, 0.07089333981275558, 0.14064353704452515, 0.001871794811449945, -0.011210230179131031, -0.042191918939352036, 0.02953753061592579, -0.1002342700958252, 0.07633780688047409, 0.0038325227797031403, -0.10359630733728409, -0.022560374811291695, 0.0037623108364641666, 0.08578979969024658, -0.04438837245106697, 0.10183650255203247, -0.04234341159462929, 0.04010661691427231, 0.05228998139500618, -0.02980721741914749, -0.00834457203745842, 0.011064448393881321, -0.014022513292729855, -0.03641369566321373, 0.001056046923622489, -0.05382469296455383, -0.09134943783283234, 0.023956792429089546, -0.07362687587738037, -0.05343277007341385, -0.004751950036734343, 0.05428290367126465, 0.04248124733567238, 0.04776487499475479, -0.05959055572748184, 0.08854374289512634, -0.04352807253599167, 0.06857066601514816, 0.0509723499417305, 0.005377680994570255, 0.02028447762131691, -0.0001349184021819383, 0.0014269539387896657, -0.05061230808496475, 0.01961943693459034, -0.01038525253534317, -0.04652175307273865, 0.03668959438800812, -0.027072032913565636, 0.006906601600348949, 0.08375339210033417, -0.07725542038679123, -0.116158127784729, -0.038890302181243896, 0.009717469103634357, 0.01580727845430374, 0.0011277608573436737, -0.0548078790307045, 0.05172678083181381, -0.05422070622444153, -0.06548123061656952, 0.004679902922362089, -0.031264614313840866, -0.08336219191551208, -0.015591729432344437, -0.06955589354038239, -0.010883222334086895, -0.003526674583554268, 0.02193317376077175, -0.013689360581338406, -0.03609031066298485, -0.01884743571281433, 0.04344066604971886, 0.0579683780670166, -0.04603895917534828, 0.055574968457221985, 0.02616945467889309, 0.10715832561254501, 0.010132696479558945, 0.05656623840332031, -0.051375728100538254, 0.0958600640296936, 0.028564324602484703, -0.012986782938241959, -0.014290129765868187, -0.02722698636353016, -0.07791450619697571, 0.09417079389095306, -0.027265271171927452, -6.05426890842864e-8, -0.10772748291492462, 0.046072348952293396, -0.08366283029317856, 0.027869556099176407, 0.09180738031864166, -0.01852414943277836, -0.037879474461078644, 0.11228171736001968, 0.0431225448846817, 0.05041893199086189, -0.010546354576945305, 0.0329391211271286, -0.04560013860464096, -0.029091214761137962, 0.044563569128513336, -0.04468565434217453, -0.029375214129686356, 0.026334859430789948, -0.06614616513252258, -0.04073149710893631, 0.03083857148885727, 0.021220361813902855, 0.014800389297306538, -0.023169489577412605, 0.013287458568811417, -0.022827912122011185, -0.05247956141829491, 0.04948663339018822, 0.06680671125650406, 0.035522084683179855, 0.048312894999980927, -0.014367754571139812, 0.047144632786512375, 0.02645529806613922, -0.04097200930118561, 0.05583900585770607, 0.024999231100082397, 0.0006375045632012188, -0.08123563230037689, 0.010652019642293453, 0.06212100014090538, -0.013382656499743462, -0.08315971493721008, 0.04666201397776604, -0.08939443528652191, -0.08788052946329117, 0.027155322954058647, 0.0054838103242218494, 0.1101580485701561, 0.03468623012304306, 0.026614606380462646, -0.03264559060335159, 0.10936011373996735, 0.01982940547168255, 0.0026580984704196453, 0.05860232189297676, 0.09833203256130219, -0.03203459456562996, 0.04504288360476494, -0.02256728522479534, 0.051817480474710464, -0.06304029375314713, 0.0046625202521681786, 0.10595009475946426 ]
0.0897
generic way of checking version before serializing custom cluster object {pull}22376[#22376] (issue: {issue}22313[#22313]) \* Add validation for supported index version on node join, restore, upgrade & open index {pull}21830[#21830] (issue: {issue}21670[#21670]) \* Let ClusterStateObserver only hold onto state that's needed for change detection {pull}21631[#21631] (issue: {issue}21568[#21568]) \* Cache successful shard deletion checks {pull}21438[#21438] \* Remove mutable status field from cluster state {pull}21379[#21379] \* Skip shard management code when updating cluster state on client/tribe nodes {pull}20731[#20731] \* Add clusterUUID to RestMainAction output {pull}20503[#20503] Core:: \* Regex upgrades {pull}24316[#24316] (issue: {issue}24226[#24226]) \* Detect remnants of path.data/default.path.data bug {pull}24099[#24099] (issues: {issue}23981[#23981], {issue}24052[#24052], {issue}24074[#24074], {issue}24093[#24093]) \* Await termination after shutting down executors {pull}23889[#23889] \* Add early-access check {pull}23743[#23743] (issue: {issue}23668[#23668]) \* Adapter action future should restore interrupts {pull}23618[#23618] (issue: {issue}23617[#23617]) \* Disable bootstrap checks for single-node discovery {pull}23598[#23598] (issues: {issue}23585[#23585], {issue}23595[#23595]) \* Enable explicitly enforcing bootstrap checks {pull}23585[#23585] (issue: {issue}21864[#21864]) \* Add equals/hashcode method to ReplicationResponse {pull}23215[#23215] \* Simplify ElasticsearchException rendering as a XContent {pull}22611[#22611] \* Remove setLocalNode from ClusterService and TransportService {pull}22608[#22608] \* Rename bootstrap.seccomp to bootstrap.system\_call\_filter {pull}22226[#22226] (issue: {issue}21940[#21940]) \* Cleanup random stats serialization code {pull}22223[#22223] \* Avoid corruption when deserializing booleans {pull}22152[#22152] \* Reduce memory pressure when sending large terms queries. {pull}21776[#21776] \* Install a security manager on startup {pull}21716[#21716] \* Log node ID on startup {pull}21673[#21673] \* Ensure source filtering automatons are only compiled once {pull}20857[#20857] (issue: {issue}20839[#20839]) \* Improve scheduling fairness when batching cluster state changes with equal priority {pull}20775[#20775] (issue: {issue}20768[#20768]) \* Add production warning for pre-release builds {pull}20674[#20674] \* Add serial collector bootstrap check {pull}20558[#20558] \* Do not log full bootstrap checks exception {pull}19989[#19989] Dates:: \* Improve error handling for epoch format parser with time zone (#22621) {pull}23689[#23689] Discovery:: \* Introduce single-node discovery {pull}23595[#23595] \* UnicastZenPing shouldn't ping the address of the local node {pull}23567[#23567] \* MasterFaultDetection can start after the initial cluster state has been processed {pull}23037[#23037] (issue: {issue}22828[#22828]) \* Simplify Unicast Zen Ping {pull}22277[#22277] (issues: {issue}19370[#19370], {issue}21739[#21739], {issue}22120[#22120], {issue}22194[#22194]) \* Prefer joining node with conflicting transport address when becoming master {pull}22134[#22134] (issues: {issue}22049[#22049], {issue}22120[#22120]) Engine:: \* Engine: store maxUnsafeAutoIdTimestamp in commit {pull}24149[#24149] \* Replace EngineClosedException with AlreadyClosedExcpetion {pull}22631[#22631] Exceptions:: \* Add BWC layer for Exceptions {pull}21694[#21694] (issue: {issue}21656[#21656]) Geo:: \* Optimize geo-distance sorting. {pull}20596[#20596] (issue: {issue}20450[#20450]) Highlighting:: \* Add support for fragment\_length in the unified highlighter {pull}23431[#23431] \* Add BreakIteratorBoundaryScanner support {pull}23248[#23248] Index APIs:: \* Open and close index to honour allow\_no\_indices option {pull}24222[#24222] (issue: {issue}24031[#24031]) \* Wildcard cluster names for {ccs} {pull}23985[#23985] (issue: {issue}23893[#23893]) \* Indexing: Add shard id to indexing operation listener {pull}22606[#22606] \* Better error when can't auto create index {pull}22488[#22488] (issues: {issue}21448[#21448], {issue}22435[#22435]) \* Add date-math support to `\_rollover` {pull}20709[#20709] Ingest:: \* Lazy load the geoip databases {pull}23337[#23337] \* add `ignore\_missing` flag to ingest plugins {pull}22273[#22273] \* Added ability to remove pipelines via wildcards (#22149) {pull}22191[#22191] (issue: {issue}22149[#22149]) \* Enables the ability to inject serialized json fields into root of document {pull}22179[#22179] (issue: {issue}21898[#21898]) \* compile ScriptProcessor inline scripts when creating ingest pipelines {pull}21858[#21858] (issue: {issue}21842[#21842]) \* add `ignore\_missing` option to SplitProcessor {pull}20982[#20982] (issues: {issue}19995[#19995], {issue}20840[#20840]) \* add ignore\_missing option to convert,trim,lowercase,uppercase,grok,rename {pull}20194[#20194] (issue: {issue}19995[#19995]) \* introduce the JSON Processor {pull}20128[#20128] (issue: {issue}20052[#20052]) Internal:: \* Add cross cluster support to `\_field\_caps` {pull}24463[#24463] (issue: {issue}24334[#24334]) \* Log JVM arguments on startup {pull}24451[#24451] \* Preserve cluster alias throughout search execution to lookup nodes by cluster and ID {pull}24438[#24438] \* Move RemoteClusterService into TransportService {pull}24424[#24424] \* Enum related performance additions. {pull}24274[#24274] (issue: {issue}24226[#24226]) \* Add a dedicated TransportRemoteInfoAction for consistency {pull}24040[#24040] (issue: {issue}23969[#23969]) \* Simplify sorted top docs merging in SearchPhaseController {pull}23881[#23881] \* Synchronized CollapseTopFieldDocs with lucenes relatives {pull}23854[#23854] \* Cleanup SearchPhaseController interface {pull}23844[#23844]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ 0.03517461195588112, 0.03470884636044502, 0.022834204137325287, -0.003984082955867052, 0.04116416350007057, 0.0017187355551868677, -0.06367305666208267, -0.07006111741065979, -0.023624246940016747, 0.03355167806148529, -0.008251074701547623, -0.039639007300138474, -0.0052178651094436646, -0.022866254672408104, -0.02058589644730091, 0.009119204245507717, -0.004755860194563866, 0.03287363052368164, -0.027581317350268364, 0.04178870841860771, -0.031244900077581406, -0.016386039555072784, -0.020249314606189728, 0.05532423034310341, -0.06820768862962723, 0.016784053295850754, -0.01450661476701498, -0.006186963990330696, -0.0080418037250638, -0.018313923850655556, -0.020227879285812378, 0.07533305138349533, -0.036365922540426254, 0.023116089403629303, 0.06795971095561981, 0.10691777616739273, 0.01745481975376606, -0.021742217242717743, -0.011037242598831654, -0.028504572808742523, 0.08002761751413345, -0.023201238363981247, -0.0005924322758801281, -0.027397379279136658, -0.025961145758628845, -0.0586148202419281, -0.08749575167894363, -0.010741501115262508, -0.0989437997341156, -0.03634387627243996, 0.05920201539993286, -0.019768396392464638, -0.005916527006775141, 0.026239769533276558, 0.06416302174329758, 0.008352672681212425, 0.009088777005672455, -0.0018118093721568584, 0.015262037515640259, -0.05904116481542587, 0.0696389451622963, -0.08053557574748993, 0.07479517161846161, -0.11561533063650131, -0.008410821668803692, 0.030444374307990074, 0.060511138290166855, -0.07137981802225113, 0.09578859061002731, -0.038275331258773804, -0.0022956321481615305, 0.008209615014493465, -0.06484731286764145, -0.0019262486603111029, -0.07589495927095413, 0.18839959800243378, 0.045234862715005875, 0.005488897208124399, -0.011922060512006283, -0.09631190448999405, -0.05235811322927475, -0.02985355444252491, 0.046416234225034714, 0.0063745672814548016, -0.025975417345762253, 0.026699526235461235, -0.031144583597779274, -0.05026311054825783, 0.046269915997982025, 0.00032361061312258244, -0.0014973882352933288, -0.0016620191745460033, 0.08248138427734375, -0.06523003429174423, 0.07400603592395782, 0.025449365377426147, -0.07273334264755249, 0.035684533417224884, 0.05527574568986893, 0.0735105350613594, 0.02985002100467682, -0.010838526301085949, -0.04657847061753273, -0.0038022894877940416, -0.014290409162640572, 0.016232891008257866, -0.005108576733618975, -0.014301763847470284, -0.05111607909202576, 0.019618283957242966, 0.011833933182060719, 0.10603662580251694, 0.014280634000897408, -0.03138352558016777, -0.02669777162373066, 0.030432354658842087, 0.12102232128381729, 0.003612017957493663, -0.08525706827640533, 0.0486714206635952, 0.12203390896320343, -0.06725221872329712, 0.06852459162473679, 0.04019894823431969, -0.023266427218914032, -0.000008875808816810604, -0.044650159776210785, 6.298666073690448e-33, 0.05256328731775284, 0.0017445936100557446, 0.00009903486352413893, -0.051203981041908264, 0.027989568188786507, -0.012481281533837318, 0.04311925545334816, -0.026616735383868217, -0.032674189656972885, -0.11421522498130798, -0.07812236994504929, 0.044529274106025696, 0.027246246114373207, -0.11109993606805801, 0.04657185450196266, -0.10352981835603714, 0.01814655028283596, 0.05912676081061363, 0.021663229912519455, 0.015291670337319374, 0.06548953801393509, -0.037489842623472214, -0.024523470550775528, -0.017008470371365547, -0.03324189409613609, -0.04601569101214409, 0.007158493623137474, -0.025111891329288483, 0.022620294243097305, -0.007454174105077982, -0.01154277566820383, -0.012814216315746307, 0.059521861374378204, 0.04999976605176926, -0.01707390509545803, -0.03813156858086586, 0.01710277609527111, -0.03121759183704853, -0.06898388266563416, -0.1403752565383911, 0.015332954935729504, 0.02908848226070404, -0.012228651903569698, 0.006400429178029299, 0.10207770019769669, -0.048907320946455, -0.05483382195234299, -0.049464497715234756, 0.06285905092954636, -0.10010148584842682, 0.029820717871189117, 0.02116178162395954, 0.04713426157832146, -0.1005871444940567, -0.05257139727473259, -0.06339593231678009, 0.06407207995653152, 0.005109777674078941, 0.0008459716918878257, 0.024027355015277863, 0.019688233733177185, 0.01257768552750349, -0.02759583294391632, 0.008240505121648312, 0.014408131130039692, 0.03757628798484802, -0.008355473168194294, 0.10331886261701584, -0.025307845324277878, 0.005712482146918774, -0.013876200653612614, 0.06916870176792145, -0.023183852434158325, 0.015004596672952175, -0.011707253754138947, -0.06717825680971146, 0.01885603368282318, 0.01661972887814045, -0.04695535823702812, -0.07400251179933548, 0.019932575523853302, -0.046256065368652344, -0.11302128434181213, 0.04868970066308975, -0.007795864250510931, -0.0175121258944273, -0.022459642961621284, 0.029840849339962006, -0.009922942146658897, 0.017047470435500145, 0.02704266458749771, -0.047609638422727585, 0.01163971982896328, -0.01486160047352314, -0.005538392346352339, -5.4482726853453115e-33, 0.0360400453209877, -0.06810890883207321, -0.013052737340331078, 0.01341587770730257, -0.02443608269095421, -0.07719270884990692, -0.02659188210964203, 0.10286886990070343, -0.03773120045661926, -0.05655800923705101, 0.018922965973615646, -0.08081545680761337, 0.018400344997644424, -0.01472294982522726, -0.07720126956701279, 0.05022093281149864, -0.056378498673439026, -0.09283629804849625, 0.03332770615816116, 0.07857796549797058, 0.026694772765040398, 0.0279371477663517, -0.04915772005915642, 0.10309062153100967, -0.03861350566148758, 0.04635890573263168, -0.03210105746984482, -0.019972363486886024, -0.0016565639525651932, -0.027145445346832275, -0.0027989682275801897, -0.03419552743434906, -0.04296594485640526, 0.018257930874824524, 0.024973532184958458, -0.04901615530252457, 0.014273300766944885, 0.001738935592584312, -0.007082764524966478, 0.03375295549631119, -0.007416158448904753, 0.018842022866010666, -0.08243127912282944, 0.09139443188905716, 0.040127985179424286, 0.0209329966455698, 0.06563470512628555, 0.05666970834136009, -0.034852828830480576, -0.047633275389671326, -0.021949511021375656, -0.05091632902622223, 0.03278996795415878, 0.09082061797380447, 0.0007270019268617034, 0.05131695792078972, 0.046524107456207275, 0.019022798165678978, -0.13305234909057617, 0.05608154460787773, 0.025587784126400948, -0.039183683693408966, -0.00970897451043129, -0.019515806809067726, 0.04295504838228226, -0.01569892279803753, 0.013926428742706776, -0.028509842231869698, -0.0342019684612751, 0.033045876771211624, 0.0015657360199838877, -0.003754324745386839, -0.094306580722332, 0.02276631072163582, 0.08015549927949905, -0.055185478180646896, -0.002814501291140914, -0.05272341147065163, 0.02819424867630005, 0.061898455023765564, -0.12058530002832413, 0.030006512999534607, -0.016414284706115723, 0.05591290444135666, 0.061268337070941925, -0.024045296013355255, 0.03157370910048485, 0.10116024315357208, 0.00023015095212031156, 0.03864506259560585, -0.05515803396701813, -0.04755115509033203, -0.06348074227571487, -0.03795928508043289, -0.05958453565835953, -5.0790561090252595e-8, -0.008961496874690056, -0.006440397351980209, -0.09281664341688156, 0.07276427745819092, 0.08048412203788757, 0.03939882293343544, -0.07842937111854553, -0.029239676892757416, 0.03800605237483978, -0.038739413022994995, 0.00025405603810213506, 0.04179416596889496, -0.06365344673395157, -0.05656266212463379, 0.06575506925582886, -0.03647006303071976, 0.01814725622534752, 0.05767977982759476, -0.0243990495800972, -0.009120992384850979, -0.0736384317278862, 0.028452197089791298, 0.02957930974662304, 0.019597351551055908, -0.016213012859225273, -0.006500077433884144, 0.0704016387462616, 0.04451049864292145, 0.016233189031481743, 0.015883754938840866, 0.00607008021324873, -0.0257180854678154, 0.070321224629879, 0.04284300282597542, -0.050741542130708694, 0.11796323210000992, 0.014287048950791359, 0.10222423076629639, 0.11184217780828476, 0.08181518316268921, 0.07718802988529205, 0.09018497914075851, -0.12099386751651764, 0.04620187729597092, 0.02479020692408085, -0.008164240047335625, -0.03417014703154564, 0.0020551951602101326, -0.00031650185701437294, -0.05784102529287338, -0.028042782098054886, -0.07724449038505554, -0.010173243470489979, 0.07918550819158554, -0.04474790766835213, 0.020950064063072205, -0.020721571519970894, -0.03938354179263115, 0.10752961784601212, 0.04201763868331909, 0.12675993144512177, -0.052550364285707474, 0.039398666471242905, -0.017124831676483154 ]
0.119029
by cluster and ID {pull}24438[#24438] \* Move RemoteClusterService into TransportService {pull}24424[#24424] \* Enum related performance additions. {pull}24274[#24274] (issue: {issue}24226[#24226]) \* Add a dedicated TransportRemoteInfoAction for consistency {pull}24040[#24040] (issue: {issue}23969[#23969]) \* Simplify sorted top docs merging in SearchPhaseController {pull}23881[#23881] \* Synchronized CollapseTopFieldDocs with lucenes relatives {pull}23854[#23854] \* Cleanup SearchPhaseController interface {pull}23844[#23844] \* Do not create String instances in 'Strings' methods accepting StringBuilder {pull}22907[#22907] \* Improve connection closing in `RemoteClusterConnection` {pull}22804[#22804] (issue: {issue}22803[#22803]) \* Remove some more usages of ParseFieldMatcher {pull}22437[#22437] (issues: {issue}19552[#19552], {issue}22130[#22130]) \* Remove some more usages of ParseFieldMatcher {pull}22398[#22398] (issues: {issue}19552[#19552], {issue}22130[#22130]) \* Remove some more usages of ParseFieldMatcher {pull}22395[#22395] (issues: {issue}19552[#19552], {issue}22130[#22130]) \* Remove some ParseFieldMatcher usages {pull}22389[#22389] (issues: {issue}19552[#19552], {issue}22130[#22130]) \* Introduce ToXContentObject interface {pull}22387[#22387] (issue: {issue}16347[#16347]) \* Add infrastructure to manage network connections outside of Transport/TransportService {pull}22194[#22194] \* Replace strict parsing mode with response headers assertions {pull}22130[#22130] (issues: {issue}11859[#11859], {issue}19552[#19552], {issue}20993[#20993]) \* Start using `ObjectParser` for aggs. {pull}22048[#22048] (issue: {issue}22009[#22009]) \* Don't output null source node in RecoveryFailedException {pull}21963[#21963] \* ClusterService should expose "applied" cluster states (i.e., remove ClusterStateStatus) {pull}21817[#21817] \* Rename ClusterState#lookupPrototypeSafe to `lookupPrototype` and remove "unsafe" unused variant {pull}21686[#21686] \* ShardActiveResponseHandler shouldn't hold to an entire cluster state {pull}21470[#21470] (issue: {issue}21394[#21394]) \* Remove unused ClusterService dependency from SearchPhaseController {pull}21421[#21421] \* Remove special case in case no action filters are registered {pull}21251[#21251] \* Use TimveValue instead of long for CacheBuilder methods {pull}20887[#20887] \* Remove SearchContext#current and all it's threadlocals {pull}20778[#20778] (issue: {issue}19341[#19341]) \* Remove poor-mans compression in InternalSearchHit and friends {pull}20472[#20472] Java API:: \* Added types options to DeleteByQueryRequest {pull}23265[#23265] (issue: {issue}21984[#21984]) \* prevent NPE when trying to uncompress a null BytesReference {pull}22386[#22386] Java High Level REST Client:: \* Add utility method to parse named XContent objects with typed prefix {pull}24240[#24240] (issue: {issue}22965[#22965]) \* Convert suggestion response parsing to use NamedXContentRegistry {pull}23355[#23355] \* UpdateRequest implements ToXContent {pull}23289[#23289] \* Add javadoc for DocWriteResponse.Builders {pull}23267[#23267] \* Expose WriteRequest.RefreshPolicy string representation {pull}23106[#23106] \* Use `typed\_keys` parameter to prefix suggester names by type in search responses {pull}23080[#23080] (issue: {issue}22965[#22965]) \* Add parsing from xContent to MainResponse {pull}22934[#22934] \* Parse elasticsearch exception's root causes {pull}22924[#22924] \* Add parsing method to BytesRestResponse's error {pull}22873[#22873] \* Add parsing methods to BulkItemResponse {pull}22859[#22859] \* Add parsing method for ElasticsearchException.generateFailureXContent() {pull}22815[#22815] \* Add parsing method for ElasticsearchException.generateThrowableXContent() {pull}22783[#22783] \* Add parsing methods for UpdateResponse {pull}22586[#22586] \* Add parsing from xContent to InternalSearchHit and InternalSearchHits {pull}22429[#22429] \* Add fromxcontent methods to index response {pull}22229[#22229] \* Add fromXContent() methods for ReplicationResponse {pull}22196[#22196] (issue: {issue}22082[#22082]) \* Add parsing method for ElasticsearchException {pull}22143[#22143] \* Add fromXContent method to GetResponse {pull}22082[#22082] Java REST Client:: \* move ignore parameter support from yaml test client to low level rest client {pull}22637[#22637] \* Warn log deprecation warnings received from server {pull}21895[#21895] \* Support Preemptive Authentication with RestClient {pull}21336[#21336] \* Provide error message when rest request path is null {pull}21233[#21233] (issue: {issue}21232[#21232]) Logging:: \* Log deleting indices at info level {pull}22627[#22627] (issue: {issue}22605[#22605]) \* Expose logs base path {pull}22625[#22625] \* Log failure to connect to node at info instead of debug {pull}21809[#21809] (issue: {issue}6468[#6468]) \* Truncate log messages from the end {pull}21609[#21609] (issue: {issue}21602[#21602]) \* Ensure logging is initialized in CLI tools {pull}20575[#20575] \* Give useful error message if log config is missing {pull}20493[#20493] \* Complete Elasticsearch logger names {pull}20457[#20457] (issue: {issue}20326[#20326]) \* Logging shutdown hack {pull}20389[#20389] (issue: {issue}20304[#20304]) \* Disable console logging {pull}20387[#20387] \* Warn on not enough masters during election {pull}20063[#20063] (issue: {issue}8362[#8362]) Mapping:: \* Do not index `\_type` when there is at most one type. {pull}24363[#24363] \* Only allow one type on 6.0 indices {pull}24317[#24317] (issue: {issue}15613[#15613]) \* token\_count type : add an option to count tokens (fix #23227) {pull}24175[#24175]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.016109174117445946, -0.012912743724882603, -0.00415008794516325, 0.02101202867925167, -0.031867463141679764, 0.01474644336849451, -0.02574075758457184, 0.03801196813583374, -0.04333876818418503, 0.05422255024313927, -0.028296643868088722, 0.009769872762262821, 0.0208022128790617, -0.03308144584298134, -0.032353706657886505, 0.0268925242125988, -0.05488596111536026, -0.0192470233887434, -0.07036828994750977, -0.033285658806562424, -0.005297181662172079, 0.09727019816637039, -0.06532780826091766, 0.009921643882989883, -0.07338767498731613, 0.03007306531071663, -0.14565163850784302, -0.03507135063409805, 0.006410030648112297, 0.0012847190955653787, -0.016687242314219475, 0.036841828376054764, -0.06737000495195389, 0.09332948178052902, 0.011584412306547165, 0.08743744343519211, 0.045221518725156784, 0.03625044971704483, 0.024267153814435005, -0.05218999460339546, 0.1238158568739891, -0.04017933830618858, 0.03529185801744461, -0.03792806714773178, -0.07219544053077698, -0.022335322573781013, -0.06201711669564247, -0.015383315272629261, -0.009306010790169239, -0.05350928008556366, -0.11685559898614883, 0.031086809933185577, -0.004636484198272228, 0.02869396097958088, 0.02950073406100273, 0.11363931000232697, 0.03689265623688698, -0.002101746853441, -0.01485966145992279, -0.036886025220155716, 0.0393977016210556, -0.07374806702136993, -0.0035749750677496195, -0.0709654837846756, 0.04129444807767868, -0.06355220824480057, 0.07336307317018509, 0.011336768977344036, 0.07263670116662979, -0.05648140236735344, 0.026672126725316048, 0.052589550614356995, -0.08434561640024185, 0.02210027538239956, -0.023239361122250557, 0.12645506858825684, -0.01881290413439274, 0.046681392937898636, -0.034423284232616425, -0.10444491356611252, -0.048303212970495224, -0.08112088590860367, -0.029080582782626152, 0.046521566808223724, -0.0022424152120947838, -0.0330180823802948, -0.01988992467522621, -0.0691869780421257, 0.058498118072748184, 0.030473344027996063, 0.007025218103080988, -0.054008785635232925, 0.058966174721717834, -0.007417868822813034, 0.0575629398226738, 0.04798031225800514, -0.017797579988837242, -0.009292620234191418, 0.04592622444033623, 0.048272013664245605, -0.02714819461107254, 0.03172530606389046, -0.024682151153683662, -0.057522356510162354, -0.10989654064178467, -0.012964760884642601, -0.006856055930256844, 0.027309181168675423, -0.016738437116146088, -0.012720680795609951, -0.008346793241798878, 0.0549909770488739, 0.022538339719176292, -0.018980858847498894, -0.0632261410355568, 0.042563702911138535, 0.07836683839559555, -0.05056891590356827, -0.051637087017297745, 0.08226879686117172, 0.02851637825369835, -0.029591552913188934, -0.010198629461228848, -0.011267097666859627, 0.012448620982468128, 0.06659997999668121, 0.006493963301181793, 1.1998954829618473e-32, 0.021765340119600296, 0.03559482842683792, -0.020331190899014473, -0.01722876727581024, -0.010989727452397346, 0.024941155686974525, 0.023209791630506516, 0.0334157831966877, -0.06067817658185959, -0.01538625918328762, -0.08556334674358368, 0.08411859720945358, 0.023710494861006737, -0.13033366203308105, -0.037961527705192566, -0.10487940162420273, 0.07318326830863953, 0.13294197618961334, -0.06803351640701294, -0.01879318244755268, 0.042587634176015854, 0.012158273719251156, -0.014713078737258911, -0.037808388471603394, 0.02017895318567753, -0.02950272709131241, -0.023023825138807297, -0.0207385141402483, 0.04663894325494766, 0.0036721653304994106, 0.03153954818844795, -0.027597390115261078, -0.05309412255883217, 0.07405497133731842, 0.042651765048503876, -0.028055641800165176, -0.006837634835392237, -0.06316275894641876, -0.04240354895591736, -0.06626781821250916, -0.10066892206668854, 0.02215367741882801, -0.06830110400915146, -0.07516665011644363, -0.0023202227894216776, -0.023789256811141968, -0.024013983085751534, -0.04384465515613556, 0.07386663556098938, -0.02975405566394329, 0.018318669870495796, -0.036738310009241104, 0.025613868609070778, 0.015738794580101967, 0.025755716487765312, -0.040838636457920074, 0.06511487811803818, 0.04996299371123314, 0.030593477189540863, 0.06888247281312943, -0.013163111172616482, 0.006897123996168375, -0.023768285289406776, -0.044741466641426086, 0.16520395874977112, -0.023211369290947914, 0.07953274995088577, 0.03901705518364906, -0.034378714859485626, -0.013995299115777016, 0.021566973999142647, 0.07714298367500305, 0.04202431067824364, 0.04274176061153412, 0.08355547487735748, -0.10168182104825974, -0.004419152624905109, -0.03366086259484291, -0.006918002851307392, -0.08805727958679199, -0.04581602290272713, 0.02601432614028454, -0.027545442804694176, 0.01195597741752863, 0.015015357173979282, 0.03705277293920517, -0.034189578145742416, 0.03630640357732773, -0.02533135563135147, -0.01375642605125904, -0.036541976034641266, -0.03022204339504242, 0.010570642538368702, -0.026983147487044334, -0.019783319905400276, -9.206623835221793e-33, -0.01960441656410694, -0.05765005573630333, 0.039870381355285645, -0.010807519778609276, 0.052448611706495285, -0.019769776612520218, -0.005184128414839506, -0.0019523965893313289, -0.021014895290136337, -0.005430969409644604, 0.022369027137756348, -0.0473787859082222, 0.05314773693680763, -0.06529591977596283, -0.02258940599858761, 0.020079810172319412, 0.0513327494263649, -0.08844712376594543, 0.0085110142827034, 0.02407876029610634, 0.018776584416627884, 0.04063855856657028, -0.08118031919002533, 0.04553747549653053, -0.043650589883327484, 0.009543206542730331, 0.0018684683600440621, 0.05605510622262955, 0.009858914650976658, -0.030107609927654266, 0.03895094245672226, -0.02686247043311596, -0.10836717486381531, 0.036995477974414825, -0.043809592723846436, 0.03601600229740143, -0.01113572996109724, 0.03202742338180542, -0.007912359200417995, 0.012222263030707836, 0.02613281086087227, 0.03875149413943291, -0.049168508499860764, 0.027147267013788223, 0.05019000545144081, -0.08326280117034912, -0.05349672958254814, 0.03619972616434097, -0.06894821673631668, 0.029600616544485092, 0.045265261083841324, -0.009543417021632195, -0.04017462208867073, 0.04303920269012451, 0.00640947837382555, 0.09805512428283691, 0.09217259287834167, -0.0037441523745656013, -0.09565141052007675, -0.04470885172486305, 0.09867504239082336, -0.023859187960624695, -0.01601446606218815, 0.04173830524086952, 0.06569799780845642, -0.016592293977737427, -0.0020497310906648636, 0.024907248094677925, -0.07321874797344208, -0.033412571996450424, -0.027559790760278702, -0.030894450843334198, 0.03553776815533638, 0.027534527704119682, 0.0776994451880455, -0.014086006209254265, 0.05071156844496727, -0.0050308192148804665, 0.06929123401641846, 0.07347571104764938, -0.072787344455719, 0.09494270384311676, 0.0314074344933033, 0.04393588379025459, 0.06451956927776337, 0.02338734082877636, -0.010971908457577229, 0.1390526294708252, -0.008602099493145943, -0.013855071738362312, -0.040042661130428314, -0.0715460404753685, 0.06271851807832718, 0.06700067967176437, -0.0006014647078700364, -6.21338713813202e-8, -0.016710270196199417, -0.028945600613951683, -0.07542220503091812, 0.11446048319339752, 0.017907440662384033, 0.011390517465770245, -0.10245851427316666, 0.0760405883193016, -0.046642303466796875, 0.023356329649686813, -0.01621040143072605, 0.01316976360976696, -0.07139778137207031, 0.009272756986320019, 0.045929912477731705, -0.09371267259120941, -0.004856497514992952, -0.010146604850888252, -0.06509401649236679, -0.09029202163219452, 0.013011086732149124, -0.004867286887019873, 0.044954996556043625, 0.03710639104247093, 0.028395993635058403, -0.00857266690582037, 0.06561557203531265, 0.04822970926761627, -0.0009393732761964202, -0.01359048206359148, -0.014495667070150375, -0.012277636677026749, -0.039412688463926315, -0.00865069031715393, -0.03195316717028618, 0.09847334772348404, -0.023055948317050934, 0.04355171322822571, -0.04445032775402069, 0.06495647132396698, 0.10449676215648651, 0.09795042127370834, -0.061873577535152435, 0.058507855981588364, 0.05812821537256241, -0.00823088176548481, -0.04378657415509224, 0.008467775769531727, 0.07316063344478607, -0.09514587372541428, -0.06510854512453079, -0.083086758852005, 0.015428503975272179, 0.09029332548379898, -0.04521080479025841, 0.040956657379865646, -0.02565905824303627, -0.0717877447605133, 0.07159534096717834, 0.07115206867456436, 0.048789095133543015, -0.044764064252376556, -0.017921097576618195, 0.048782262951135635 ]
0.08377
{pull}20387[#20387] \* Warn on not enough masters during election {pull}20063[#20063] (issue: {issue}8362[#8362]) Mapping:: \* Do not index `\_type` when there is at most one type. {pull}24363[#24363] \* Only allow one type on 6.0 indices {pull}24317[#24317] (issue: {issue}15613[#15613]) \* token\_count type : add an option to count tokens (fix #23227) {pull}24175[#24175] (issue: {issue}23227[#23227]) \* Atomic mapping updates across types {pull}22220[#22220] \* Only update DocumentMapper if field type changes {pull}22165[#22165] \* Better error message when \_parent isn't an object {pull}21987[#21987] \* Create the QueryShardContext lazily in DocumentMapperParser. {pull}21287[#21287] Nested Docs:: \* Avoid adding unnecessary nested filters when ranges are used. {pull}23427[#23427] Network:: \* Set available processors for Netty {pull}24420[#24420] (issue: {issue}6224[#6224]) \* Adjust default Netty receive predictor size to 64k {pull}23542[#23542] (issue: {issue}23185[#23185]) \* Keep the pipeline handler queue small initially {pull}23335[#23335] \* Set network receive predictor size to 32kb {pull}23284[#23284] (issue: {issue}23185[#23185]) \* TransportService.connectToNode should validate remote node ID {pull}22828[#22828] (issue: {issue}22194[#22194]) \* Disable the Netty recycler {pull}22452[#22452] (issues: {issue}22189[#22189], {issue}22360[#22360], {issue}22406[#22406], {issue}5904[#5904]) \* Tell Netty not to be unsafe in transport client {pull}22284[#22284] \* Introduce a low level protocol handshake {pull}22094[#22094] \* Detach handshake from connect to node {pull}22037[#22037] \* Reduce number of connections per node depending on the nodes role {pull}21849[#21849] \* Add a connect timeout to the ConnectionProfile to allow per node connect timeouts {pull}21847[#21847] (issue: {issue}19719[#19719]) \* Grant Netty permission to read system somaxconn {pull}21840[#21840] \* Remove connectToNodeLight and replace it with a connection profile {pull}21799[#21799] \* Lazy resolve unicast hosts {pull}21630[#21630] (issues: {issue}14441[#14441], {issue}16412[#16412]) \* Fix handler name on message not fully read {pull}21478[#21478] \* Handle rejected pings on shutdown gracefully {pull}20842[#20842] \* Network: Allow to listen on virtual interfaces. {pull}19568[#19568] (issues: {issue}17473[#17473], {issue}19537[#19537]) Packaging:: \* Introduce Java version check {pull}23194[#23194] (issue: {issue}21102[#21102]) \* Improve the out-of-the-box experience {pull}21920[#21920] (issues: {issue}18317[#18317], {issue}21783[#21783]) \* Add empty plugins dir for archive distributions {pull}21204[#21204] (issue: {issue}20342[#20342]) \* Make explicit missing settings for Windows service {pull}21200[#21200] (issue: {issue}18317[#18317]) \* Change permissions on config files {pull}20966[#20966] \* Add quiet option to disable console logging {pull}20422[#20422] (issues: {issue}15315[#15315], {issue}16159[#16159], {issue}17220[#17220]) Percolator:: \* Allowing range queries with now ranges inside percolator queries {pull}23921[#23921] (issue: {issue}23859[#23859]) \* Add term extraction support for MultiPhraseQuery {pull}23176[#23176] Plugin Discovery EC2:: \* Settings: Migrate ec2 discovery sensitive settings to elasticsearch keystore {pull}23961[#23961] (issue: {issue}22475[#22475]) \* Add support for ca-central-1 region to EC2 and S3 plugins {pull}22458[#22458] (issue: {issue}22454[#22454]) \* Support for eu-west-2 (London) cloud-aws plugin {pull}22308[#22308] (issue: {issue}22306[#22306]) \* Add us-east-2 AWS region {pull}21961[#21961] (issue: {issue}21881[#21881]) \* Add setting to set read timeout for EC2 discovery and S3 repository plugins {pull}21956[#21956] (issue: {issue}19078[#19078]) Plugin Ingest GeoIp:: \* Cache results of geoip lookups {pull}22231[#22231] (issue: {issue}22074[#22074]) Plugin Lang Painless:: \* Allow painless to load stored fields {pull}24290[#24290] \* Start on custom whitelists for Painless {pull}23563[#23563] \* Fix Painless's implementation of interfaces returning primitives {pull}23298[#23298] (issue: {issue}22983[#22983]) \* Allow painless to implement more interfaces {pull}22983[#22983] \* Generate reference links for painless API {pull}22775[#22775] \* Painless: Add augmentation to String for base 64 {pull}22665[#22665] (issue: {issue}22648[#22648]) \* Improve painless's ScriptException generation {pull}21762[#21762] (issue: {issue}21733[#21733]) \* Add Debug.explain to painless {pull}21723[#21723] (issue: {issue}20263[#20263]) \* Implement the ?: operator in painless {pull}21506[#21506] \* In painless suggest a long constant if int won't do {pull}21415[#21415] (issue: {issue}21313[#21313]) \* Support decimal constants with trailing [dD] in painless {pull}21412[#21412] (issue: {issue}21116[#21116]) \* Implement reading from null safe dereferences {pull}21239[#21239] \* Painless negative offsets {pull}21080[#21080] (issue: {issue}20870[#20870]) \* Remove more equivalents of the now method from the Painless whitelist. {pull}21047[#21047] \* Disable regexes by default in painless {pull}20427[#20427] (issue: {issue}20397[#20397]) Plugin Repository Azure:: \* Add Backoff policy to azure repository {pull}23387[#23387] (issue: {issue}22728[#22728]) Plugin Repository S3:: \*
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.024052897468209267, 0.016279060393571854, 0.09252651035785675, 0.08016908913850784, 0.0034446550998836756, 0.04336028918623924, 0.0006769291940145195, 0.012983644381165504, -0.01904955320060253, 0.054335787892341614, -0.005328527186065912, -0.09021890163421631, 0.0008879902306944132, -0.050282638520002365, 0.022810770198702812, 0.1209685429930687, -0.0710500106215477, 0.029711682349443436, 0.012189931236207485, 0.049277469515800476, 0.01680784858763218, 0.08738893270492554, -0.04337713122367859, 0.012888242490589619, -0.07002020627260208, 0.04884636774659157, -0.0952121838927269, -0.04341088980436325, -0.006207853090018034, 0.0018757703946903348, -0.09323497116565704, 0.07750778645277023, -0.10778583586215973, 0.08382349461317062, 0.07212935388088226, 0.028903180733323097, -0.004270881414413452, 0.034317564219236374, 0.0734061524271965, -0.006965962704271078, 0.06248024106025696, -0.03345092758536339, 0.08845735341310501, -0.029839079827070236, -0.03759006783366203, -0.03886159509420395, -0.006753559689968824, 0.001017429050989449, -0.098074771463871, -0.016665197908878326, -0.044247742742300034, 0.05810774117708206, -0.015559757128357887, -0.0014744946965947747, 0.0984509065747261, 0.007096956949681044, -0.04742371290922165, -0.0021898846607655287, 0.01112298108637333, -0.008687270805239677, -0.022421345114707947, -0.028664233162999153, -0.0100138820707798, -0.1253868043422699, -0.008009192533791065, 0.020460842177271843, 0.048341624438762665, -0.014323307201266289, 0.08974386006593704, 0.025595035403966904, 0.015939250588417053, 0.03674725815653801, -0.0434919111430645, -0.026806145906448364, 0.02495327591896057, 0.05750413239002228, 0.0011129208141937852, 0.011934730224311352, 0.013275648467242718, -0.16040238738059998, -0.07524914294481277, -0.025760525837540627, 0.04177876189351082, 0.015348457731306553, 0.01204777229577303, -0.0500422865152359, 0.012170318514108658, -0.05188577622175217, 0.10035721957683563, 0.11249655485153198, -0.0334198959171772, -0.057522356510162354, 0.10566449165344238, 0.06682197749614716, 0.08811425417661667, 0.009904720820486546, -0.0068773142993450165, 0.01729194074869156, 0.043748050928115845, 0.07874667644500732, 0.017094062641263008, 0.03661783039569855, 0.0025210645981132984, -0.041733983904123306, -0.01866074837744236, -0.0497702956199646, -0.02137642726302147, -0.06749683618545532, -0.06498947739601135, -0.03956485912203789, -0.0007491411524824798, 0.04493914172053337, -0.013987474143505096, -0.04902321845293045, -0.06773734837770462, -0.028829386457800865, 0.017703957855701447, -0.008230926468968391, -0.03298906609416008, 0.139753520488739, 0.09339956939220428, -0.0397658534348011, 0.049700986593961716, -0.012955905869603157, -0.04768404737114906, 0.034434180706739426, -0.0013581195380538702, 7.766487502463007e-33, 0.03648703545331955, 0.002932820236310363, -0.022863861173391342, 0.026475517079234123, -0.014851094223558903, 0.06290014833211899, 0.04874217510223389, 0.01086170319467783, -0.03356417268514633, -0.04605374112725258, -0.03565011918544769, 0.05321850627660751, -0.0666390210390091, -0.02360602281987667, 0.0651654452085495, -0.026600617915391922, 0.011859125457704067, 0.04285973310470581, -0.0719873234629631, -0.00041442361543886364, 0.04657983034849167, 0.045705992728471756, -0.0747222974896431, -0.040649112313985825, 0.01850038208067417, 0.029185524210333824, -0.032893575727939606, -0.00516181904822588, -0.022449305281043053, 0.01856326498091221, 0.017556428909301758, -0.061128370463848114, 0.041101206094026566, -0.020294824615120888, 0.06114939972758293, -0.014316930435597897, 0.005591195542365313, -0.029048580676317215, -0.024118127301335335, -0.13340090215206146, -0.04718242585659027, -0.012716014869511127, -0.04602186754345894, -0.02076537348330021, 0.0341852568089962, -0.055733297020196915, -0.043457359075546265, -0.016974804922938347, -0.005107363220304251, -0.034496381878852844, 0.060282137244939804, 0.01598646678030491, 0.03538242354989052, -0.03615380451083183, 0.02739262394607067, -0.06255283206701279, -0.028968099504709244, 0.1131243109703064, 0.048029765486717224, 0.04605868086218834, -0.02457170933485031, 0.027164772152900696, 0.059533506631851196, -0.0665455237030983, 0.01814364455640316, 0.032800499349832535, -0.027009617537260056, 0.043410249054431915, -0.03644854575395584, -0.04936550185084343, 0.042040470987558365, 0.09503310173749924, -0.04488913342356682, -0.022102953866124153, -0.019481133669614792, -0.07350191473960876, -0.0037142063956707716, -0.024678733199834824, -0.049587491899728775, -0.02542680688202381, -0.03999176621437073, -0.05586184188723564, 0.08064968138933182, -0.015963979065418243, -0.03836541250348091, 0.029765695333480835, -0.07293698936700821, 0.019250413402915, 0.0508364662528038, -0.005040582735091448, 0.032860901206731796, -0.037790697067976, -0.057451847940683365, -0.05058532580733299, -0.019907381385564804, -7.563619952714128e-33, -0.04052088409662247, -0.08518871665000916, -0.017117423936724663, 0.015187812969088554, 0.002048205817118287, -0.07380323112010956, 0.004796320106834173, 0.00781636405736208, 0.017788277938961983, -0.039306528866291046, 0.00023158507246989757, -0.038542311638593674, -0.002293346216902137, -0.01468664687126875, 0.024435754865407944, -0.006909969728440046, -0.12018375098705292, -0.036524683237075806, 0.019397297874093056, 0.08393346518278122, 0.017443694174289703, 0.0284616369754076, -0.05090570077300072, 0.13532963395118713, -0.030555006116628647, 0.023989064618945122, -0.05809835344552994, 0.048129428178071976, 0.014799832366406918, -0.024158045649528503, 0.019640114158391953, -0.025571653619408607, -0.056177251040935516, 0.04051714390516281, 0.03048650734126568, -0.06315735727548599, 0.03386229649186134, 0.0883198007941246, -0.045867711305618286, 0.10172256827354431, -0.0059201386757195, 0.01639518328011036, 0.005296671763062477, 0.013117976486682892, 0.03394631668925285, 0.023195495828986168, 0.07280813157558441, 0.04713889956474304, -0.021141186356544495, 0.01734398677945137, 0.04116831719875336, -0.033170368522405624, -0.0029639541171491146, 0.015036818571388721, -0.0319356843829155, -0.002453651512041688, 0.018922140821814537, -0.09647399932146072, -0.096340611577034, 0.05277380347251892, -0.03149086609482765, -0.04821862280368805, -0.024955663830041885, -0.01779448613524437, 0.06750358641147614, -0.09903907775878906, -0.07190492749214172, -0.08364434540271759, -0.0676565021276474, 0.00343514047563076, 0.030634984374046326, -0.07480297237634659, -0.03107626922428608, -0.041710130870342255, 0.10483656078577042, -0.020148009061813354, 0.03701142594218254, -0.029810935258865356, 0.04242764413356781, -0.0000262798694166122, -0.04228072986006737, 0.04204489663243294, 0.07673124969005585, 0.06578412652015686, 0.0042153820395469666, 0.0482247993350029, 0.03228858485817909, 0.07272221148014069, -0.08362124115228653, 0.010789602994918823, 0.0022167626302689314, -0.06726304441690445, -0.0004999416996724904, -0.011317144148051739, -0.05588765814900398, -5.55778036925858e-8, -0.033283162862062454, -0.018777841702103615, -0.09177005290985107, 0.0519263781607151, 0.09277554601430893, -0.006459519267082214, -0.10733724385499954, 0.03267538174986839, -0.007125272881239653, -0.01198928989470005, 0.004136629868298769, 0.012684846296906471, -0.012544965371489525, -0.02585790306329727, 0.07770607620477676, -0.1254633367061615, -0.0010257214307785034, -0.009414545260369778, -0.0827542245388031, -0.06074405089020729, -0.01212949026376009, -0.00988218653947115, 0.037978123873472214, 0.018059629946947098, 0.02383950911462307, 0.0029439283534884453, 0.07572328299283981, 0.07137137651443481, -0.0008779334020800889, 0.025935104116797447, -0.02946719340980053, 0.009477614425122738, -0.04669459909200668, 0.07709279656410217, -0.029412871226668358, 0.13625846803188324, 0.08563859015703201, -0.005781029351055622, -0.04556248337030411, 0.0366763211786747, 0.0840124785900116, 0.029135828837752342, -0.06657776981592178, 0.04348894953727722, -0.0003449000942055136, -0.012475171126425266, -0.024222569540143013, 0.005867665633559227, 0.08903896808624268, -0.04627085104584694, -0.10304802656173706, -0.025823203846812248, 0.006858265493065119, 0.09486430138349533, -0.03268725052475929, 0.061571404337882996, 0.04384639114141464, 0.0019930913113057613, 0.029451526701450348, 0.06048702076077461, 0.07906708121299744, -0.09359266608953476, 0.007932906039059162, 0.06532330065965652 ]
0.077732
safe dereferences {pull}21239[#21239] \* Painless negative offsets {pull}21080[#21080] (issue: {issue}20870[#20870]) \* Remove more equivalents of the now method from the Painless whitelist. {pull}21047[#21047] \* Disable regexes by default in painless {pull}20427[#20427] (issue: {issue}20397[#20397]) Plugin Repository Azure:: \* Add Backoff policy to azure repository {pull}23387[#23387] (issue: {issue}22728[#22728]) Plugin Repository S3:: \* Removes the retry mechanism from the S3 blob store {pull}23952[#23952] (issue: {issue}22845[#22845]) \* S3 Repository: Eagerly load static settings {pull}23910[#23910] \* S3 repository: Add named configurations {pull}22762[#22762] (issues: {issue}22479[#22479], {issue}22520[#22520]) \* Make the default S3 buffer size depend on the available memory. {pull}21299[#21299] Plugins:: \* Plugins: Add support for platform specific plugins {pull}24265[#24265] \* Plugins: Remove leniency for missing plugins dir {pull}24173[#24173] \* Modify permissions dialog for plugins {pull}23742[#23742] \* Plugins: Add plugin cli specific exit codes {pull}23599[#23599] (issue: {issue}15295[#15295]) \* Plugins: Output better error message when existing plugin is incompatible {pull}23562[#23562] (issue: {issue}20691[#20691]) \* Add the ability to define search response listeners in search plugin {pull}22682[#22682] \* Pass ThreadContext to transport interceptors to allow header modification {pull}22618[#22618] (issue: {issue}22585[#22585]) \* Provide helpful error message if a plugin exists {pull}22305[#22305] (issue: {issue}22084[#22084]) \* Add shutdown hook for closing CLI commands {pull}22126[#22126] (issue: {issue}22111[#22111]) \* Allow plugins to install bootstrap checks {pull}22110[#22110] \* Clarify that plugins can be closed {pull}21669[#21669] \* Plugins: Convert custom discovery to pull based plugin {pull}21398[#21398] \* Removing plugin that isn't installed shouldn't trigger usage information {pull}21272[#21272] (issue: {issue}21250[#21250]) \* Remove pluggability of ZenPing {pull}21049[#21049] \* Make UnicastHostsProvider extension pull based {pull}21036[#21036] \* Revert "Display plugins versions" {pull}20807[#20807] (issues: {issue}18683[#18683], {issue}20668[#20668]) \* Provide error message when plugin id is missing {pull}20660[#20660] Query DSL:: \* Make it possible to validate a query on all shards instead of a single random shard {pull}23697[#23697] (issue: {issue}18254[#18254]) \* QueryString and SimpleQueryString Graph Support {pull}22541[#22541] \* Additional Graph Support in Match Query {pull}22503[#22503] (issue: {issue}22490[#22490]) \* RangeQuery WITHIN case now normalises query {pull}22431[#22431] (issue: {issue}22412[#22412]) \* Un-deprecate fuzzy query {pull}22088[#22088] (issue: {issue}15760[#15760]) \* support numeric bounds with decimal parts for long/integer/short/byte datatypes {pull}21972[#21972] (issue: {issue}21600[#21600]) \* Using ObjectParser in MatchAllQueryBuilder and IdsQueryBuilder {pull}21273[#21273] \* Expose splitOnWhitespace in `Query String Query` {pull}20965[#20965] (issue: {issue}20841[#20841]) \* Throw error if query element doesn't end with END\_OBJECT {pull}20528[#20528] (issue: {issue}20515[#20515]) \* Remove `lowercase\_expanded\_terms` and `locale` from query-parser options. {pull}20208[#20208] (issue: {issue}9978[#9978]) REST:: \* Allow passing single scrollID in clear scroll API body {pull}24242[#24242] (issue: {issue}24233[#24233]) \* Validate top-level keys when parsing mget requests {pull}23746[#23746] (issue: {issue}23720[#23720]) \* Cluster stats should not render empty http/transport types {pull}23735[#23735] \* Add parameter to prefix aggs name with type in search responses {pull}22965[#22965] \* Add a REST spec for the create API {pull}20924[#20924] \* Add response params to REST params did you mean {pull}20753[#20753] (issues: {issue}20722[#20722], {issue}20747[#20747]) \* Add did you mean to strict REST params {pull}20747[#20747] (issue: {issue}20722[#20722]) Reindex API:: \* Increase visibility of doExecute so it can be used directly {pull}22614[#22614] \* Improve error message when reindex-from-remote gets bad json {pull}22536[#22536] (issue: {issue}22330[#22330]) \* Reindex: Better error message for pipeline in wrong place {pull}21985[#21985] \* Timeout improvements for rest client and reindex {pull}21741[#21741] (issue: {issue}21707[#21707]) \* Add "simple match" support for reindex-from-remote whitelist {pull}21004[#21004] \* Make reindex-from-remote ignore unknown fields {pull}20591[#20591] (issue: {issue}20504[#20504]) Scripting:: \* Expose multi-valued dates to scripts and document painless's date functions {pull}22875[#22875] (issue: {issue}22162[#22162]) \* Wrap VerifyError in ScriptException {pull}21769[#21769] \* Log ScriptException's xcontent if file script compilation fails {pull}21767[#21767] (issue: {issue}21733[#21733]) \* Support binary field type in script values {pull}21484[#21484] (issue: {issue}14469[#14469]) \* Mustache: Add {{#url}}{{/url}} function to URL encode strings {pull}20838[#20838] \* Expose `ctx.\_now` in update scripts {pull}20835[#20835] (issue: {issue}17895[#17895]) Search:: \* Remove leniency when merging fetched hits in a search response
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.08377879858016968, 0.005933747161179781, -0.020290840417146683, 0.0098060742020607, 0.010948682203888893, 0.041012801229953766, 0.031879547983407974, -0.08775605261325836, 0.02978222817182541, 0.12214381992816925, 0.05689562112092972, 0.0023371679708361626, 0.058094799518585205, 0.03265969455242157, 0.024157943204045296, 0.11796686798334122, -0.0371311791241169, 0.01305314339697361, -0.09258099645376205, 0.05669200047850609, 0.022986888885498047, 0.07231395691633224, -0.053479548543691635, 0.07986748963594437, -0.011491692624986172, -0.010852213948965073, -0.11689915508031845, -0.004163633566349745, -0.014041860587894917, -0.006976558361202478, 0.021292580291628838, 0.021410303190350533, -0.024004600942134857, -0.0127418152987957, 0.11874358355998993, 0.040460191667079926, -0.05769655108451843, -0.008138797245919704, -0.0595124289393425, 0.03631100431084633, 0.09545468538999557, 0.02937113121151924, 0.013809725642204285, -0.04439106956124306, -0.007052954751998186, -0.002059763064607978, -0.009356961585581303, -0.030729932710528374, -0.02964051254093647, -0.01452114712446928, 0.05364995822310448, -0.04150497168302536, -0.02206491492688656, 0.03683874383568764, 0.053500451147556305, -0.018962521106004715, 0.031679049134254456, 0.015114611014723778, -0.005993973463773727, -0.028549015522003174, 0.08258389681577682, -0.1511671543121338, -0.03806186839938164, -0.061404041945934296, 0.008644118905067444, 0.06531213223934174, -0.018416346982121468, 0.0009523842018097639, 0.043781381100416183, 0.04632679000496864, -0.03768099099397659, 0.02959836833178997, -0.11233264207839966, 0.0045215170830488205, 0.014244469814002514, 0.09788515418767929, 0.014503246173262596, 0.051146626472473145, -0.007819280959665775, -0.13204076886177063, 0.0557466484606266, -0.08866908401250839, 0.08429455012083054, 0.09591619670391083, -0.0015378124080598354, 0.029747992753982544, -0.05045966058969498, -0.005360699724406004, 0.05374070629477501, 0.004986189305782318, -0.017352325841784477, -0.04747900739312172, 0.1009545773267746, -0.01974305510520935, 0.03266208618879318, -0.02964194118976593, -0.0780973732471466, -0.0027772639878094196, -0.04901299253106117, 0.03211050108075142, 0.02792462147772312, 0.02833315171301365, -0.03588317707180977, 0.008316806517541409, 0.04527577757835388, -0.044775914400815964, -0.03156029060482979, 0.024070411920547485, -0.048583488911390305, 0.027112195268273354, -0.013176154345273972, 0.07179225981235504, 0.07865728437900543, -0.10049410909414291, -0.020692769438028336, 0.01684160903096199, 0.0637935921549797, 0.06954292953014374, -0.02955651469528675, 0.03504221886396408, 0.08430307358503342, -0.037853363901376724, -0.02948237955570221, -0.08814119547605515, 0.0008520382107235491, 0.038706209510564804, -0.014191939495503902, 9.679659659723975e-33, 0.09357321262359619, 0.00606722803786397, -0.07030939310789108, -0.0738169401884079, 0.048428021371364594, -0.04161732643842697, 0.02410685084760189, -0.00821323785930872, -0.04143557325005531, -0.018311336636543274, -0.06377598643302917, 0.010272216983139515, 0.011620420962572098, -0.003437213134020567, -0.030932223424315453, -0.03832440823316574, 0.07071567326784134, 0.017232175916433334, -0.0057368590496480465, 0.04846400395035744, 0.03640422970056534, -0.06515943259000778, -0.03317015990614891, -0.05680026113986969, -0.04592495039105415, -0.019086968153715134, 0.054527319967746735, -0.002663511084392667, 0.020279932767152786, -0.035979460924863815, 0.012428469955921173, 0.0032324132043868303, 0.08170603215694427, 0.011040098033845425, 0.0619206540286541, -0.06078663840889931, -0.058096446096897125, 0.010479704476892948, -0.040237292647361755, -0.000019567471099435352, 0.04999788478016853, 0.036528777331113815, -0.07335420697927475, 0.043338481336832047, 0.12247716635465622, -0.04971389099955559, -0.006554179359227419, -0.10509777069091797, 0.09999627619981766, -0.0359845869243145, 0.018324388191103935, 0.10817495733499527, 0.00623797532171011, -0.04693838208913803, -0.0701291486620903, -0.12795354425907135, -0.000669175002258271, 0.023171719163656235, -0.04109557718038559, 0.022555053234100342, 0.009338662959635258, 0.01692521944642067, -0.008133401162922382, -0.03917360305786133, 0.034537944942712784, 0.025321191176772118, -0.035537149757146835, 0.06172797083854675, -0.06449645757675171, -0.017412560060620308, 0.01785231940448284, -0.009097475558519363, 0.04122418165206909, -0.02112220786511898, -0.026478344574570656, -0.0794895812869072, 0.05763809010386467, 0.033288367092609406, 0.049979373812675476, -0.11115864664316177, -0.05831224098801613, -0.07413515448570251, -0.0023661069571971893, 0.08352383971214294, -0.10610116273164749, -0.015029843896627426, -0.0033302009105682373, -0.07717238366603851, 0.03643966093659401, -0.01323705818504095, -0.005166798364371061, -0.024370064958930016, -0.02566526085138321, -0.013192595914006233, -0.035216785967350006, -8.397575154588969e-33, 0.03315475583076477, -0.036991409957408905, -0.040565866976976395, 0.009438817389309406, -0.04392554983496666, -0.05706068128347397, -0.0024260161444544792, 0.08078304678201675, 0.09394717961549759, -0.028683554381132126, 0.009854885749518871, -0.003598663955926895, -0.019163139164447784, -0.04748605564236641, 0.01881222240626812, -0.017669886350631714, -0.034961722791194916, -0.05552849918603897, -0.021147582679986954, 0.02791808731853962, -0.011614983901381493, 0.043066710233688354, -0.044219970703125, 0.05201104283332825, -0.007036576047539711, 0.022407792508602142, 0.04849427565932274, -0.03306636959314346, 0.0451013445854187, -0.04071725159883499, -0.0533677339553833, -0.01175621896982193, -0.11114375293254852, 0.02379259467124939, -0.04081731662154198, -0.0228263009339571, -0.07139307260513306, 0.10108961910009384, -0.006295847240835428, 0.007104914169758558, 0.05604742094874382, 0.025080231949687004, -0.05652029067277908, 0.06835171580314636, 0.056926727294921875, 0.005594250280410051, -0.04700244218111038, 0.03406994417309761, 0.026842784136533737, -0.006958018988370895, -0.018238447606563568, -0.014705412089824677, 0.02912389673292637, 0.07956530153751373, 0.031221728771924973, -0.01708882674574852, 0.03774582967162132, -0.09036219120025635, -0.06653296947479248, -0.009184167720377445, 0.0032028178684413433, 0.04018870368599892, 0.013169360347092152, -0.04304368421435356, 0.07708979398012161, 0.06363517791032791, -0.01776946149766445, -0.01818414032459259, -0.024215098470449448, -0.03827828913927078, -0.0254422128200531, -0.02352927252650261, -0.08838614076375961, -0.06588635593652725, 0.04171891510486603, -0.024732038378715515, -0.09973254054784775, -0.06913667917251587, -0.018113858997821808, 0.053232304751873016, -0.08198155462741852, 0.07284031808376312, 0.00649684714153409, 0.0423714853823185, -0.0029178594704717398, 0.02401125058531761, -0.029162736609578133, 0.06280156970024109, -0.012474865652620792, -0.017547933384776115, -0.023805715143680573, -0.016126591712236404, -0.0039368728175759315, 0.09559856355190277, -0.016111323609948158, -5.7626230898222275e-8, -0.0035701075103133917, -0.0039043601136654615, -0.03232121467590332, 0.009235740639269352, 0.03719145059585571, 0.045244887471199036, -0.04520619288086891, 0.06098088622093201, 0.02261112444102764, 0.010904577560722828, -0.02521764300763607, -0.008775440976023674, -0.048846323043107986, -0.036390818655490875, 0.010080705396831036, 0.00009456113912165165, 0.03425297141075134, 0.026605982333421707, -0.0733955129981041, -0.05842891335487366, -0.07091469317674637, 0.04413958266377449, 0.05653452128171921, -0.05688939243555069, -0.007756341248750687, 0.042139310389757156, 0.039136625826358795, 0.09460943937301636, 0.039082255214452744, 0.012275884859263897, 0.06488453596830368, -0.055483587086200714, -0.017238246276974678, 0.000876365345902741, -0.025495853275060654, 0.07341621071100235, 0.03325141221284866, 0.03500538319349289, 0.03498995676636696, 0.03529396280646324, -0.01849718578159809, 0.019602254033088684, -0.023637861013412476, 0.07994957268238068, -0.05968840792775154, -0.12481892853975296, -0.050623297691345215, -0.016495080664753914, 0.020778460428118706, -0.024759342893958092, 0.006555485539138317, -0.09058982878923416, -0.01443514320999384, 0.1407865583896637, 0.033026233315467834, 0.026227163150906563, 0.02110535092651844, -0.09535227715969086, 0.0245230533182621, 0.16102783381938934, 0.07464546710252762, -0.10481923073530197, 0.04982692375779152, 0.024969004094600677 ]
0.054822
if file script compilation fails {pull}21767[#21767] (issue: {issue}21733[#21733]) \* Support binary field type in script values {pull}21484[#21484] (issue: {issue}14469[#14469]) \* Mustache: Add {{#url}}{{/url}} function to URL encode strings {pull}20838[#20838] \* Expose `ctx.\_now` in update scripts {pull}20835[#20835] (issue: {issue}17895[#17895]) Search:: \* Remove leniency when merging fetched hits in a search response phase {pull}24158[#24158] \* Set shard count limit to unlimited {pull}24012[#24012] \* Streamline shard index availability in all SearchPhaseResults {pull}23788[#23788] \* Search took time should use a relative clock {pull}23662[#23662] \* Prevent negative `from` parameter in SearchSourceBuilder {pull}23358[#23358] (issue: {issue}23324[#23324]) \* Remove unnecessary result sorting in SearchPhaseController {pull}23321[#23321] \* Expose `batched\_reduce\_size` via `\_search` {pull}23288[#23288] (issue: {issue}23253[#23253]) \* Adding fromXContent to Suggest and Suggestion class {pull}23226[#23226] (issue: {issue}23202[#23202]) \* Adding fromXContent to Suggestion.Entry and subclasses {pull}23202[#23202] \* Add CollapseSearchPhase as a successor for the FetchSearchPhase {pull}23165[#23165] \* Integrate IndexOrDocValuesQuery. {pull}23119[#23119] \* Detach SearchPhases from AbstractSearchAsyncAction {pull}23118[#23118] \* Fix GraphQuery expectation after Lucene upgrade to 6.5 {pull}23117[#23117] (issue: {issue}23102[#23102]) \* Nested queries should avoid adding unnecessary filters when possible. {pull}23079[#23079] (issue: {issue}20797[#20797]) \* Add xcontent parsing to completion suggestion option {pull}23071[#23071] \* Add xcontent parsing to suggestion options {pull}23018[#23018] \* Separate reduce (aggs, suggest and profile) from merging fetched hits {pull}23017[#23017] \* Add a setting to disable remote cluster connections on a node {pull}23005[#23005] \* First step towards separating individual search phases {pull}22802[#22802] \* Add parsing from xContent to SearchProfileShardResults and nested classes {pull}22649[#22649] \* Move SearchTransportService and SearchPhaseController creation outside of TransportSearchAction constructor {pull}21754[#21754] \* Don't carry ShardRouting around when not needed in AbstractSearchAsyncAction {pull}21753[#21753] \* ShardSearchRequest to take ShardId constructor argument rather than the whole ShardRouting {pull}21750[#21750] \* Use index uuid as key in the alias filter map rather than the index name {pull}21749[#21749] \* Add indices and filter information to search shards api output {pull}21738[#21738] (issue: {issue}20916[#20916]) \* remove pointless catch exception in TransportSearchAction {pull}21689[#21689] \* Optimize query with types filter in the URL (t/t/\_search) {pull}20979[#20979] \* Makes search action cancelable by task management API {pull}20405[#20405] Search Templates:: \* Add profile and explain parameters to template API {pull}20451[#20451] Settings:: \* Add secure file setting to keystore {pull}24001[#24001] \* Add a property to mark setting as final {pull}23872[#23872] \* Remove obsolete index setting `index.version.minimum\_compatible`. {pull}23593[#23593] \* Provide a method to retrieve a closeable char[] from a SecureString {pull}23389[#23389] \* Update indices settings api to support CBOR and SMILE format {pull}23309[#23309] (issues: {issue}23242[#23242], {issue}23245[#23245]) \* Improve setting deprecation message {pull}23156[#23156] (issue: {issue}22849[#22849]) \* Add secure settings validation on startup {pull}22894[#22894] \* Allow comma delimited array settings to have a space after each entry {pull}22591[#22591] (issue: {issue}22297[#22297]) \* Allow affix settings to be dynamic / updatable {pull}22526[#22526] \* Allow affix settings to delegate to actual settings {pull}22523[#22523] \* Make s3 repository sensitive settings use secure settings {pull}22479[#22479] \* Speed up filter and prefix settings operations {pull}22249[#22249] \* Add precise logging on unknown or invalid settings {pull}20951[#20951] (issue: {issue}20946[#20946]) Snapshot/Restore:: \* Ensure every repository has an incompatible-snapshots blob {pull}24403[#24403] (issue: {issue}22267[#22267]) \* Change snapshot status error to use generic SnapshotException {pull}24355[#24355] (issue: {issue}24225[#24225]) \* Duplicate snapshot name throws InvalidSnapshotNameException {pull}22921[#22921] (issue: {issue}18228[#18228]) \* Fixes retrieval of the latest snapshot index blob {pull}22700[#22700] \* Use general cluster state batching mechanism for snapshot state updates {pull}22528[#22528] (issue: {issue}14899[#14899]) \* Synchronize snapshot deletions on the cluster state {pull}22313[#22313] (issue: {issue}19957[#19957]) \* Abort snapshots on a node that leaves the cluster {pull}21084[#21084] (issue: {issue}20876[#20876]) Stats:: \* Show JVM arguments {pull}24450[#24450] \* Add {ccs} remote cluster info API {pull}23969[#23969] (issue: {issue}23925[#23925]) \* Add geo\_point to FieldStats {pull}21947[#21947] (issue: {issue}20707[#20707]) \* Include unindexed field in FieldStats response {pull}21821[#21821] (issue: {issue}21952[#21952]) \* Remove load average leniency {pull}21380[#21380] \* Strengthen handling of
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.05719970539212227, 0.056260060518980026, 0.05775092914700508, -0.01615823246538639, -0.014766166917979717, 0.01584697887301445, -0.06717454642057419, -0.009879744611680508, 0.031834784895181656, -0.006761568132787943, -0.0024475096724927425, 0.00023199156566988677, 0.01996746100485325, -0.06445062905550003, -0.028433123603463173, 0.07070998102426529, -0.09126541018486023, 0.01034889928996563, -0.03609583154320717, 0.005455296486616135, 0.026553964242339134, 0.08999916911125183, 0.004609110299497843, -0.0010498574702069163, -0.041543424129486084, -0.013167259283363819, -0.11421813070774078, -0.06280462443828583, 0.023425158113241196, -0.029772015288472176, 0.03137420117855072, -0.0016711750067770481, -0.053325798362493515, 0.021346895024180412, 0.06608592718839645, 0.1129089742898941, -0.01810598559677601, 0.016604939475655556, -0.005743384826928377, 0.02568248100578785, 0.02449769712984562, 0.004356855992227793, 0.0025298588443547487, -0.008207736536860466, -0.07703639566898346, -0.03793605417013168, -0.04118504002690315, -0.024991514161229134, -0.11066435277462006, -0.03866887092590332, -0.09971334785223007, 0.0025640882086008787, 0.025778068229556084, -0.037580136209726334, 0.04391499236226082, -0.00007180217653512955, -0.03953346982598305, 0.014813746325671673, -0.0009293911862187088, -0.04919508472084999, 0.0166899673640728, -0.06065545976161957, -0.02442876435816288, -0.07937584072351456, 0.05328680947422981, 0.021082889288663864, 0.0019187018042430282, -0.036219753324985504, 0.030442791059613228, 0.015842709690332413, -0.061786551028490067, 0.010328581556677818, -0.09472765773534775, 0.02209816500544548, 0.017655324190855026, 0.10174554586410522, -0.005329873878508806, 0.016231786459684372, 0.00802503153681755, -0.12454421073198318, -0.045016802847385406, -0.16003239154815674, 0.05631682276725769, 0.006407688371837139, 0.06183857098221779, -0.009394040331244469, 0.03065948188304901, 0.015919161960482597, 0.08828457444906235, 0.012335240840911865, 0.011240671388804913, -0.007553945295512676, 0.06065267696976662, 0.005958786234259605, 0.14836490154266357, 0.012901837937533855, -0.011140074580907822, 0.07847446203231812, -0.010431399568915367, 0.03198261186480522, 0.021733922883868217, 0.019396072253584862, 0.002439497271552682, -0.06731455773115158, 0.001195019343867898, 0.02665243297815323, 0.005663112737238407, 0.0854002982378006, -0.007065645419061184, -0.05897059291601181, -0.010966855101287365, -0.01337264571338892, 0.05218704789876938, -0.1329185664653778, 0.00020642727031372488, 0.04345918074250221, 0.0412273071706295, -0.0548715740442276, -0.08606483042240143, 0.11688210070133209, 0.09449709951877594, -0.005660295952111483, -0.03743685409426689, 0.011040212586522102, -0.0018908479250967503, -0.014195416122674942, 0.007548324763774872, 8.635403375699242e-33, 0.042621586471796036, 0.0466761440038681, -0.08404699712991714, -0.032464638352394104, 0.03677085041999817, 0.041195496916770935, 0.046914614737033844, 0.02717137336730957, -0.07646442949771881, -0.023337695747613907, -0.07617247104644775, -0.007372737396508455, -0.06595619767904282, -0.08882759511470795, -0.035353269428014755, -0.02834595926105976, 0.10041461884975433, 0.03678731247782707, -0.013481837697327137, 0.001974306767806411, 0.0713374987244606, -0.011320064775645733, -0.028305966407060623, -0.04156756401062012, -0.03347010165452957, 0.02642104960978031, -0.009294102899730206, -0.014654750935733318, -0.03816957399249077, -0.011812248267233372, 0.025067731738090515, -0.02496531791985035, 0.013270086608827114, 0.01697496324777603, 0.06087632104754448, -0.06378538906574249, 0.026124143972992897, -0.014271200634539127, -0.06567855179309845, -0.01972850225865841, -0.03684722259640694, 0.04586942121386528, -0.02431543730199337, -0.052319325506687164, 0.017214179039001465, -0.09654536843299866, -0.07626459747552872, -0.010185991413891315, -0.026111362501978874, 0.013554750010371208, 0.08449695259332657, 0.08797977864742279, 0.0329129621386528, -0.020364150404930115, 0.028554029762744904, -0.018401212990283966, -0.04467650502920151, -0.0055281370878219604, -0.008694112300872803, 0.07114510238170624, 0.0959135964512825, 0.014328098855912685, 0.06722423434257507, -0.058268994092941284, 0.025103695690631866, -0.059951867908239365, 0.061718299984931946, 0.11632108688354492, -0.0061621288768947124, 0.10387157648801804, 0.0016395386774092913, 0.038666125386953354, 0.03404577821493149, 0.02937551960349083, 0.031419627368450165, -0.13094462454319, -0.0050012897700071335, -0.03592510521411896, 0.07409386336803436, -0.027747470885515213, 0.025510305538773537, -0.08413640409708023, 0.033372070640325546, -0.03738485276699066, 0.051498834043741226, -0.01148238219320774, -0.019850997254252434, -0.05263253301382065, -0.06949419528245926, 0.03348808363080025, 0.014369110576808453, -0.0317099466919899, -0.06668172776699066, -0.03778525069355965, -0.010075809434056282, -8.811315370615828e-33, 0.057187583297491074, -0.03449387103319168, -0.05991950258612633, 0.07279004156589508, -0.01660706289112568, -0.022311080247163773, 0.0004086493863724172, -0.005799181293696165, 0.06557095050811768, -0.017303630709648132, 0.06601354479789734, -0.00983322411775589, 0.03912189602851868, -0.07476332038640976, -0.0377814806997776, 0.03281911090016365, 0.008162414655089378, -0.0967245101928711, 0.01079089567065239, 0.005486345384269953, -0.01045079343020916, 0.016697492450475693, -0.0853697806596756, 0.12109192460775375, -0.0720258578658104, 0.05095059052109718, 0.027856504544615746, 0.005090266931802034, 0.0011414793552830815, 0.024411499500274658, -0.050188399851322174, 0.05531463772058487, -0.10962527245283127, 0.05886145308613777, -0.038176439702510834, 0.03578060492873192, -0.013853455893695354, 0.05345947667956352, 0.04447197914123535, 0.060728833079338074, 0.07934769243001938, 0.03703492134809494, -0.032812658697366714, 0.05188696086406708, 0.03226904571056366, -0.0025258744135499, 0.007031889632344246, 0.050277382135391235, 0.00675052497535944, -0.04985229671001434, 0.053091518580913544, -0.0025418561417609453, 0.030505690723657608, 0.042661577463150024, -0.006882162764668465, 0.029637739062309265, -0.056104354560375214, -0.008838090114295483, -0.15396974980831146, 0.08321703225374222, -0.03407754749059677, 0.003714957507327199, -0.0609017089009285, -0.09962679445743561, 0.009827961213886738, -0.031219448894262314, -0.08254892379045486, -0.012282494455575943, 0.024327417835593224, -0.041829243302345276, 0.007852680049836636, -0.02883194573223591, -0.02779231034219265, 0.0005590494256466627, 0.00685234135016799, 0.012633273378014565, 0.04103660583496094, -0.0004819492169190198, 0.06470498442649841, 0.09252866357564926, -0.07795203477144241, 0.11223086714744568, 0.026552818715572357, 0.017963238060474396, 0.014154215343296528, -0.0004907017573714256, -0.0723552331328392, 0.09221971780061722, -0.018039081245660782, -0.0822238028049469, -0.004279119893908501, 0.012652351520955563, -0.03813031315803528, 0.0724191963672638, 0.02548457682132721, -6.237641514417192e-8, 0.027416449040174484, 0.048381127417087555, -0.08730588853359222, 0.04688221961259842, 0.07908225059509277, 0.06881345808506012, -0.08803610503673553, 0.0021068009082227945, -0.03199813514947891, -0.012002542614936829, 0.07567456364631653, 0.02899482659995556, -0.02976336143910885, 0.06900404393672943, -0.0018174739088863134, -0.0557590052485466, -0.07570628821849823, 0.008194486610591412, -0.04918252304196358, -0.1295158565044403, -0.0478178896009922, 0.025184273719787598, 0.04412795603275299, 0.01008318830281496, -0.02693820931017399, -0.05540379881858826, 0.010099980048835278, 0.06506980210542679, -0.06267629563808441, 0.06186961755156517, 0.009720188565552235, -0.03166339918971062, -0.06957334280014038, -0.044240765273571014, -0.04639355465769768, 0.072579525411129, 0.018499592319130898, -0.011587867513298988, 0.012628491967916489, 0.022595811635255814, 0.098726287484169, 0.06481722742319107, -0.04797196015715599, 0.022184479981660843, -0.05872485041618347, -0.03208991140127182, 0.02118564583361149, -0.011236698366701603, 0.015965722501277924, -0.030647626146674156, 0.06774899363517761, -0.008448025211691856, 0.01563470996916294, 0.06731986999511719, 0.036929987370967865, 0.025710539892315865, 0.021503837779164314, -0.06512045860290527, -0.02818041481077671, 0.04796559736132622, 0.05875324085354805, -0.08978342264890671, 0.026661105453968048, -0.039019614458084106 ]
0.032532
leaves the cluster {pull}21084[#21084] (issue: {issue}20876[#20876]) Stats:: \* Show JVM arguments {pull}24450[#24450] \* Add {ccs} remote cluster info API {pull}23969[#23969] (issue: {issue}23925[#23925]) \* Add geo\_point to FieldStats {pull}21947[#21947] (issue: {issue}20707[#20707]) \* Include unindexed field in FieldStats response {pull}21821[#21821] (issue: {issue}21952[#21952]) \* Remove load average leniency {pull}21380[#21380] \* Strengthen handling of unavailable cgroup stats {pull}21094[#21094] (issue: {issue}21029[#21029]) \* Add basic cgroup CPU metrics {pull}21029[#21029] Suggesters:: \* Provide informative error message in case of unknown suggestion context. {pull}24241[#24241] \* Allow different data types for category in Context suggester {pull}23491[#23491] (issue: {issue}22358[#22358]) Task Manager:: \* Limit IndexRequest toString() length {pull}22832[#22832] \* Improve the error message if task and node isn't found {pull}22062[#22062] (issue: {issue}22027[#22027]) \* Add descriptions to create snapshot and restore snapshot tasks. {pull}21901[#21901] (issue: {issue}21768[#21768]) \* Add proper descriptions to reindex, update-by-query and delete-by-query tasks. {pull}21841[#21841] (issue: {issue}21768[#21768]) \* Add search task descriptions {pull}21740[#21740] Tribe Node:: \* Add support for merging custom meta data in tribe node {pull}21552[#21552] (issues: {issue}20544[#20544], {issue}20791[#20791], {issue}9372[#9372]) Upgrade API:: \* Allow plugins to upgrade templates and index metadata on startup {pull}24379[#24379] [float] === Bug Fixes Aggregations:: \* InternalPercentilesBucket should not rely on ordered percents array {pull}24336[#24336] (issue: {issue}24331[#24331]) \* Align behavior HDR percentiles iterator with percentile() method {pull}24206[#24206] \* The `filter` and `significant\_terms` aggregations should parse the `filter` as a filter, not a query. {pull}23797[#23797] \* Completion suggestion should also consider text if prefix/regex is missing {pull}23451[#23451] (issue: {issue}23340[#23340]) \* Fixes the per term error in the terms aggregation {pull}23399[#23399] \* Fixes terms error count for multiple reduce phases {pull}23291[#23291] (issue: {issue}23286[#23286]) \* Fix scaled\_float numeric type in aggregations {pull}22351[#22351] (issue: {issue}22350[#22350]) \* Allow terms aggregations on pure boolean scripts. {pull}22201[#22201] (issue: {issue}20941[#20941]) \* Fix numeric terms aggregations with includes/excludes and minDocCount=0 {pull}22141[#22141] (issue: {issue}22140[#22140]) \* Fix `missing` on aggs on `boolean` fields. {pull}22135[#22135] (issue: {issue}22009[#22009]) \* IP range masks exclude the maximum address of the range. {pull}22018[#22018] (issue: {issue}22005[#22005]) \* Fix `other\_bucket` on the `filters` agg to be enabled if a key is set. {pull}21994[#21994] (issue: {issue}21951[#21951]) \* Rewrite Queries/Filter in FilterAggregationBuilder and ensure client usage marks query as non-cachable {pull}21303[#21303] (issue: {issue}21301[#21301]) \* Percentiles bucket fails for 100th percentile {pull}21218[#21218] \* Thread safety for scripted significance heuristics {pull}21113[#21113] (issue: {issue}18120[#18120]) \* `ip\_range` aggregation should accept null bounds. {pull}21043[#21043] (issue: {issue}21006[#21006]) \* Fixes bug preventing script sort working on top\_hits aggregation {pull}21023[#21023] (issue: {issue}21022[#21022]) \* Fixed writeable name from range to geo\_distance {pull}20860[#20860] \* Fix date\_range aggregation to not cache if now is used {pull}20740[#20740] \* The `top\_hits` aggregation should compile scripts only once. {pull}20738[#20738] Allocation:: \* Discard stale node responses from async shard fetching {pull}24434[#24434] (issue: {issue}24007[#24007]) \* Cannot force allocate primary to a node where the shard already exists {pull}22031[#22031] (issue: {issue}22021[#22021]) \* Promote shadow replica to primary when initializing primary fails {pull}22021[#22021] \* Trim in-sync allocations set only when it grows {pull}21976[#21976] (issue: {issue}21719[#21719]) \* Allow master to assign primary shard to node that has shard store locked during shard state fetching {pull}21656[#21656] (issue: {issue}19416[#19416]) \* Keep a shadow replicas' allocation id when it is promoted to primary {pull}20863[#20863] (issue: {issue}20650[#20650]) \* IndicesClusterStateService should clean local started when re-assigns an initializing shard with the same aid {pull}20687[#20687] \* IndexRoutingTable.initializeEmpty shouldn't override supplied primary RecoverySource {pull}20638[#20638] (issue: {issue}20637[#20637]) \* Update incoming recoveries stats when shadow replica is reinitialized {pull}20612[#20612] \* `index.routing.allocation.initial\_recovery` limits replica allocation {pull}20589[#20589] Analysis:: \* AsciiFoldingFilter's multi-term component should never preserve the original token. {pull}21982[#21982] \* Pre-built analysis factories do not implement MultiTermAware correctly. {pull}21981[#21981] \* Can load non-PreBuiltTokenFilter in Analyze API {pull}20396[#20396] \* Named analyzer should close the analyzer that it wraps {pull}20197[#20197] Bulk:: \* Reject empty IDs {pull}24118[#24118] (issue:
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.042969752103090286, 0.030223950743675232, 0.0004276304389350116, 0.08089856058359146, 0.059344228357076645, 0.004960916005074978, 0.002286870963871479, 0.053127922117710114, -0.02575722336769104, 0.03331255912780762, 0.010869355872273445, -0.08909875899553299, 0.010098814032971859, -0.009600684978067875, 0.025061381980776787, 0.03437894210219383, -0.0452570840716362, -0.05021912604570389, -0.06624235957860947, -0.060842063277959824, -0.03808683529496193, 0.07691151648759842, -0.03998992592096329, 0.04701203107833862, -0.04867352545261383, 0.00905744917690754, -0.11833826452493668, 0.05873013660311699, -0.040019191801548004, -0.0041738576255738735, -0.07344783842563629, 0.07814261317253113, -0.030154699459671974, 0.08020821213722229, 0.04791752249002457, 0.11497271806001663, 0.00018384995928499848, 0.014354897662997246, -0.01742221601307392, -0.015899207442998886, 0.050152137875556946, -0.028696797788143158, 0.0774938315153122, -0.02272682450711727, -0.02088635228574276, -0.06377610564231873, -0.06488096714019775, 0.0011892252368852496, -0.038173723965883255, 0.03276431933045387, -0.08436734229326248, 0.0623096339404583, 0.0558200441300869, 0.002171281957998872, 0.031069623306393623, 0.02279706858098507, 0.005927698686718941, -0.03151850402355194, -0.0014927192823961377, -0.08656995743513107, 0.03438219800591469, -0.09056298434734344, 0.031994882971048355, -0.027341505512595177, -0.0060790651477873325, -0.019012946635484695, 0.006563286297023296, 0.05594479665160179, 0.04686535894870758, -0.04233585298061371, 0.03484243154525757, 0.025529976934194565, -0.13787148892879486, -0.03462263196706772, -0.0016138344071805477, 0.146904855966568, -0.08350659161806107, -0.002771634142845869, 0.013059642165899277, -0.0989186242222786, -0.024096151813864708, -0.027726149186491966, -0.020758893340826035, 0.04586566984653473, -0.001066918601281941, 0.034222375601530075, -0.017879299819469452, 0.03216137737035751, 0.039588816463947296, 0.0006288645672611892, 0.011672534979879856, -0.02315703220665455, -0.02726897783577442, 0.06066623702645302, 0.050343383103609085, 0.04147611930966377, -0.040836919099092484, -0.09186729788780212, -0.027259809896349907, 0.06689085066318512, 0.05978282913565636, 0.030302517116069794, -0.0026963697746396065, 0.021810639649629593, -0.049580369144678116, -0.03820351883769035, -0.048695869743824005, 0.047465164214372635, -0.04936780408024788, 0.03735620900988579, 0.012651992030441761, 0.09630881994962692, -0.07782603800296783, -0.07635243982076645, 0.001779024489223957, 0.01582210883498192, 0.12131880223751068, -0.025907695293426514, -0.07777474075555801, 0.07713107019662857, 0.1225808784365654, -0.0613369345664978, -0.03721258416771889, 0.03605222702026367, 0.0030033672228455544, 0.03364671766757965, -0.008183837868273258, 1.0234578216652529e-32, 0.026562077924609184, -0.03293876722455025, 0.0724584236741066, -0.05785265937447548, 0.016505928710103035, 0.02072937786579132, -0.05976955592632294, -0.0060685789212584496, -0.02686118893325329, -0.04246921092271805, -0.05340394377708435, 0.05378933995962143, 0.1117943823337555, -0.12295904010534286, -0.006164512597024441, -0.05061043053865433, 0.08210290968418121, 0.0747467577457428, -0.00115786655806005, 0.013972139917314053, 0.06694772094488144, -0.0389845035970211, -0.05239999294281006, 0.016395045444369316, 0.008316011168062687, 0.05071006342768669, -0.013901930302381516, 0.02445835806429386, -0.021700331941246986, -0.004007791168987751, 0.04522852599620819, 0.00010193432535743341, 0.015199454501271248, 0.007094124797731638, 0.06207595765590668, -0.055294062942266464, 0.023211106657981873, -0.07804536074399948, -0.04436415433883667, -0.08284657448530197, -0.020489223301410675, 0.03090033307671547, -0.03202791512012482, -0.044695012271404266, 0.06418551504611969, -0.053215961903333664, -0.0000013089860431136913, -0.0885016918182373, 0.03634271025657654, -0.0029492757748812437, 0.009459538385272026, 0.005408129189163446, 0.060420405119657516, -0.03625132516026497, 0.021089717745780945, -0.01834276132285595, -0.010870086029171944, 0.05670507624745369, 0.004717261530458927, 0.04888257756829262, -0.0050112465396523476, 0.04557523503899574, -0.04952466860413551, -0.11886388808488846, 0.010853426530957222, 0.003932383842766285, 0.0140425069257617, 0.12628816068172455, -0.03807017207145691, 0.04754223674535751, -0.0037590947467833757, 0.09304467588663101, 0.054883409291505814, 0.053857721388339996, -0.0044296202249825, -0.07020612806081772, 0.024339698255062103, -0.02699737623333931, -0.0007829892565496266, -0.041311100125312805, -0.031186429783701897, -0.0591629222035408, -0.03167214244604111, 0.0004360479360911995, 0.005113211926072836, 0.03556480631232262, 0.008793939836323261, 0.061523932963609695, -0.04752615466713905, -0.0165407657623291, 0.018014896661043167, 0.0475676953792572, -0.05465925857424736, 0.001779375714249909, -0.10434088855981827, -1.0077331602659063e-32, -0.03455131873488426, -0.029272399842739105, -0.028109028935432434, -0.07329539209604263, 0.03603371977806091, -0.047643329948186874, -0.0002803703537210822, 0.06506174057722092, 0.0806417465209961, -0.0059992666356265545, -0.062116701155900955, -0.06512451171875, -0.037050895392894745, -0.01610417105257511, 0.03267313167452812, 0.06358254700899124, -0.07558846473693848, -0.03782259672880173, 0.0009427484474144876, 0.09748303145170212, 0.008677850477397442, -0.016730230301618576, -0.013413898646831512, 0.04635486751794815, -0.04985475167632103, 0.03168047219514847, -0.0018035144312307239, -0.020895104855298996, -0.006491257343441248, -0.050454623997211456, 0.037839099764823914, -0.02170773223042488, -0.13217291235923767, 0.08415238559246063, 0.02769729495048523, -0.06517843902111053, -0.0011175492545589805, 0.07445047795772552, -0.018947351723909378, 0.05736347287893295, 0.03876436874270439, 0.06739971041679382, -0.07791932672262192, 0.05114046484231949, 0.015505493618547916, 0.03759434074163437, 0.06832814961671829, 0.02450968697667122, -0.07794952392578125, -0.02847428247332573, -0.02363276481628418, -0.027154048904776573, -0.011770308017730713, 0.10377638041973114, -0.05537359416484833, 0.06310947239398956, 0.03756815567612648, 0.006902699824422598, -0.08913761377334595, -0.047072555869817734, 0.04807324707508087, -0.07047148048877716, -0.08302786946296692, -0.02473638579249382, 0.11250735074281693, -0.0995296984910965, 0.010237790644168854, -0.021730905398726463, -0.10014336556196213, 0.012131965719163418, -0.022931242361664772, 0.02509738691151142, -0.046587005257606506, -0.07502251118421555, 0.06562165915966034, 0.03169932961463928, -0.02060873992741108, -0.09099098294973373, 0.007255168631672859, 0.04647621512413025, 0.0019730546046048403, 0.05369913578033447, 0.007619746029376984, 0.028864838182926178, 0.060480475425720215, 0.015580239705741405, -0.007634026929736137, 0.13786044716835022, 0.0035509385634213686, -0.03321731090545654, -0.06809722632169724, -0.0057230982929468155, 0.018158191815018654, 0.053333867341279984, -0.04975833743810654, -6.076994196746455e-8, 0.005666078068315983, -0.0399828776717186, -0.06656420230865479, 0.020140575245022774, 0.05784396827220917, 0.041378144174814224, -0.1284085363149643, 0.03417215868830681, 0.03377590700984001, 0.02505078725516796, 0.028127005323767662, 0.006285454612225294, -0.08276262879371643, -0.029889551922678947, 0.015182411298155785, -0.08206883072853088, -0.041211530566215515, 0.03686533123254776, -0.027167420834302902, -0.03514985740184784, -0.026492971926927567, -0.013749206438660622, -0.00951791275292635, -0.012843343429267406, -0.004149365238845348, -0.024460118263959885, 0.06055022031068802, 0.05318181961774826, -0.01017503347247839, -0.04377388209104538, -0.03196800500154495, -0.06606028974056244, 0.015987999737262726, 0.038318026810884476, -0.0024166356306523085, 0.05950089916586876, 0.019617784768342972, 0.05012306571006775, 0.0019380967132747173, 0.043518614023923874, 0.02383572794497013, 0.04172033816576004, -0.07179637253284454, 0.054790399968624115, 0.06434375047683716, -0.031008848920464516, -0.056402601301670074, 0.01726602390408516, 0.07062124460935593, -0.09843834489583969, -0.038290008902549744, -0.08365897089242935, -0.0346822552382946, 0.09897930920124054, 0.017523424699902534, 0.03297831863164902, -0.01385493390262127, -0.03403664380311966, 0.03537851944565773, 0.03900197893381119, 0.045677464455366135, -0.02312602289021015, -0.06395211815834045, 0.04513522610068321 ]
0.159356
allocation {pull}20589[#20589] Analysis:: \* AsciiFoldingFilter's multi-term component should never preserve the original token. {pull}21982[#21982] \* Pre-built analysis factories do not implement MultiTermAware correctly. {pull}21981[#21981] \* Can load non-PreBuiltTokenFilter in Analyze API {pull}20396[#20396] \* Named analyzer should close the analyzer that it wraps {pull}20197[#20197] Bulk:: \* Reject empty IDs {pull}24118[#24118] (issue: {issue}24116[#24116]) CAT API:: \* Consume `full\_id` request parameter early {pull}21270[#21270] (issue: {issue}21266[#21266]) CRUD:: \* Reject external versioning and explicit version numbers on create {pull}21998[#21998] \* MultiGet should not fail entirely if alias resolves to many indices {pull}20858[#20858] (issue: {issue}20845[#20845]) \* Fixed date math expression support in multi get requests. {pull}20659[#20659] (issue: {issue}17957[#17957]) Cache:: \* Invalidate cached query results if query timed out {pull}22807[#22807] (issue: {issue}22789[#22789]) \* Fix the request cache keys to not hold references to the SearchContext. {pull}21284[#21284] \* Prevent requests that use scripts or now() from being cached {pull}20750[#20750] (issue: {issue}20645[#20645]) Circuit Breakers:: \* ClusterState publishing shouldn't trigger circuit breakers {pull}20986[#20986] (issues: {issue}20827[#20827], {issue}20960[#20960]) Cluster:: \* Don't set local node on cluster state used for node join validation {pull}23311[#23311] (issues: {issue}21830[#21830], {issue}3[#3], {issue}4[#4], {issue}6[#6], {issue}9[#9]) \* Allow a cluster state applier to create an observer and wait for a better state {pull}23132[#23132] (issue: {issue}21817[#21817]) \* Cluster allocation explain to never return empty response body {pull}23054[#23054] \* IndicesService handles all exceptions during index deletion {pull}22433[#22433] \* Remove cluster update task when task times out {pull}21578[#21578] (issue: {issue}21568[#21568]) Core:: \* Check for default.path.data included in path.data {pull}24285[#24285] (issue: {issue}24283[#24283]) \* Improve performance of extracting warning value {pull}24114[#24114] (issue: {issue}24018[#24018]) \* Reject duplicate settings on the command line {pull}24053[#24053] \* Restrict build info loading to ES jar, not any jar {pull}24049[#24049] (issue: {issue}21955[#21955]) \* Streamline foreign stored context restore and allow to perserve response headers {pull}22677[#22677] (issue: {issue}22647[#22647]) \* Support negative numbers in readVLong {pull}22314[#22314] \* Add a StreamInput#readArraySize method that ensures sane array sizes {pull}21697[#21697] \* Use a buffer to do character to byte conversion in StreamOutput#writeString {pull}21680[#21680] (issue: {issue}21660[#21660]) \* Fix ShardInfo#toString {pull}21319[#21319] \* Protect BytesStreamOutput against overflows of the current number of written bytes. {pull}21174[#21174] (issue: {issue}21159[#21159]) \* Return target index name even if \_rollover conditions are not met {pull}21138[#21138] \* .es\_temp\_file remains after system crash, causing it not to start again {pull}21007[#21007] (issue: {issue}20992[#20992]) \* StoreStatsCache should also ignore AccessDeniedException when checking file size {pull}20790[#20790] (issue: {issue}17580[#17580]) Dates:: \* Fix time zone rounding edge case for DST overlaps {pull}21550[#21550] (issue: {issue}20833[#20833]) Discovery:: \* ZenDiscovery - only validate min\_master\_nodes values if local node is master {pull}23915[#23915] (issue: {issue}23695[#23695]) \* Close InputStream when receiving cluster state in PublishClusterStateAction {pull}22711[#22711] \* Do not reply to pings from another cluster {pull}21894[#21894] (issue: {issue}21874[#21874]) \* Add current cluster state version to zen pings and use them in master election {pull}20384[#20384] (issue: {issue}20348[#20348]) Engine:: \* Close and flush refresh listeners on shard close {pull}22342[#22342] \* Die with dignity on the Lucene layer {pull}21721[#21721] (issue: {issue}19272[#19272]) \* Fix `InternalEngine#isThrottled` to not always return `false`. {pull}21592[#21592] \* Retrying replication requests on replica doesn't call `onRetry` {pull}21189[#21189] (issue: {issue}20211[#20211]) \* Take refresh IOExceptions into account when catching ACE in InternalEngine {pull}20546[#20546] (issue: {issue}19975[#19975]) Exceptions:: \* Stop returning "es." internal exception headers as http response headers {pull}22703[#22703] (issue: {issue}17593[#17593]) \* Fixing shard recovery error message to report the number of docs correctly for each node {pull}22515[#22515] (issue: {issue}21893[#21893]) Highlighting:: \* Fix FiltersFunctionScoreQuery highlighting {pull}21827[#21827] \* Fix highlighting on a stored keyword field {pull}21645[#21645] (issue: {issue}21636[#21636]) \* Fix highlighting of MultiTermQuery within a FunctionScoreQuery {pull}20400[#20400] (issue: {issue}20392[#20392]) Index APIs:: \* Fixes restore of a shrunken index when initial recovery node is gone {pull}24322[#24322] (issue: {issue}24257[#24257]) \* Honor update request timeout {pull}23825[#23825] \* Ensure shrunk indices carry over version
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.07364671677350998, 0.0368175134062767, 0.0011307339882478118, -0.03817487880587578, 0.019397126510739326, -0.05614376440644264, -0.02406204864382744, -0.00847842451184988, -0.005712378770112991, 0.03480108082294464, -0.002321983687579632, -0.11669253557920456, -0.0314163975417614, -0.014393541030585766, -0.03985980525612831, 0.08510575443506241, -0.06416214257478714, -0.022121597081422806, -0.02366214618086815, -0.012778916396200657, 0.017097869887948036, 0.08395534753799438, -0.04763605445623398, -0.011041528545320034, -0.07621396332979202, -0.011435470543801785, -0.1035696268081665, -0.02401505783200264, 0.024483611807227135, -0.017574070021510124, 0.033530279994010925, 0.10352791100740433, -0.08707127720117569, 0.043101321905851364, 0.039207957684993744, 0.09346075356006622, -0.06578844785690308, 0.027128208428621292, 0.05663624405860901, 0.012747665867209435, 0.04865085706114769, 0.06253097951412201, -0.030701834708452225, -0.045938897877931595, -0.0699358582496643, -0.06928278505802155, -0.029311450198292732, -0.041406821459531784, -0.049447912722826004, -0.017712336033582687, -0.06310687959194183, 0.025594819337129593, 0.02208547107875347, 0.009265422821044922, 0.09343594312667847, -0.07229278981685638, -0.06879735738039017, -0.012147507630288601, -0.012999196536839008, -0.008613896556198597, -0.060299910604953766, -0.0630907490849495, 0.0017566445749253035, -0.057517364621162415, -0.008718214929103851, 0.016408799216151237, 0.010375802405178547, 0.016380777582526207, 0.08057619631290436, 0.016832029446959496, -0.005568046122789383, -0.014906419441103935, -0.09643108397722244, -0.07795578241348267, -0.0003755419747903943, 0.1397869884967804, 0.007594434544444084, 0.03459877148270607, 0.012940042652189732, -0.14529524743556976, -0.04234910383820534, -0.03320030868053436, 0.05457576736807823, -0.04512370005249977, -0.02282603457570076, 0.055113133043050766, -0.0028986462857574224, -0.09139839559793472, 0.09288378804922104, 0.07575956732034683, 0.050985172390937805, -0.0583961047232151, 0.07038817554712296, 0.07080702483654022, 0.09568219631910324, -0.07512667030096054, -0.00528381671756506, 0.04950377717614174, 0.02631865069270134, 0.09268468618392944, 0.018702439963817596, 0.01782132126390934, -0.008622477762401104, 0.023418786004185677, -0.050621721893548965, -0.056883685290813446, 0.06843728572130203, -0.05241365358233452, 0.013526201248168945, 0.03852226212620735, 0.011080331169068813, 0.05883370712399483, 0.02191116288304329, -0.035888757556676865, -0.01689559407532215, 0.017038321122527122, 0.05642342194914818, -0.03159664571285248, 0.011783769354224205, 0.05020015686750412, 0.04671970382332802, -0.023915639147162437, 0.028432970866560936, 0.013149295933544636, -0.01735594868659973, 0.04980812594294548, -0.018868479877710342, 7.339014573682667e-33, -0.01952788047492504, -0.011712299659848213, -0.03797047585248947, -0.026354709640145302, -0.03703155368566513, -0.021918142214417458, 0.04527375474572182, 0.040235571563243866, -0.08066711574792862, -0.007823248393833637, -0.009839510545134544, 0.09012344479560852, -0.08362848311662674, 0.02495967596769333, -0.005957263987511396, -0.05239728465676308, 0.07850315421819687, 0.0726410374045372, 0.015172909945249557, 0.03694547340273857, 0.021800294518470764, -0.06708862632513046, -0.07152796536684036, -0.05132526904344559, 0.037216730415821075, 0.003464962588623166, 0.049908168613910675, 0.010644152760505676, 0.010756179690361023, 0.026464715600013733, 0.0041975234635174274, 0.023152288049459457, 0.047877274453639984, 0.057929713279008865, 0.015837760642170906, -0.05471823364496231, -0.049970731139183044, 0.015801697969436646, -0.060823164880275726, -0.043202146887779236, -0.0013198757078498602, 0.034750863909721375, -0.01109752245247364, -0.07630523294210434, 0.031070737168192863, -0.10418914258480072, -0.04998381435871124, -0.025943631306290627, 0.08086385577917099, -0.027817731723189354, 0.001057006767950952, 0.024714715778827667, 0.017653781920671463, -0.036326028406620026, -0.02674879878759384, -0.08401104807853699, -0.05192120000720024, -0.01735096238553524, 0.06385277956724167, 0.04500727355480194, -0.06567158550024033, 0.0760752260684967, -0.0006082687759771943, -0.0011670432286337018, 0.07251755893230438, 0.03533744812011719, 0.010508362203836441, 0.06419149041175842, 0.022824857383966446, 0.040641508996486664, -0.0610138401389122, -0.003247056156396866, 0.026380110532045364, -0.028722643852233887, 0.06459172070026398, -0.10827481001615524, 0.04441538825631142, 0.06846310198307037, 0.04000728204846382, -0.0269258264452219, 0.027557948604226112, 0.0011991040082648396, 0.05941665172576904, -0.018267104402184486, -0.07090659439563751, 0.02218451537191868, -0.018532544374465942, -0.032314643263816833, 0.03458969667553902, 0.010259691625833511, 0.024161435663700104, -0.009308789856731892, -0.0967208594083786, -0.002169742714613676, -0.028610141947865486, -7.822236791418693e-33, 0.038293637335300446, -0.07833147048950195, -0.019992822781205177, -0.02948763407766819, -0.034809473901987076, -0.06450153887271881, -0.007825708016753197, 0.0265487153083086, 0.049200210720300674, -0.04590737447142601, -0.0179055817425251, -0.0121327955275774, 0.016784116625785828, -0.022925427183508873, 0.04937828704714775, 0.02530684322118759, -0.04684680700302124, -0.056134436279535294, 0.01031474769115448, 0.02466614358127117, -0.013927282765507698, 0.04105507954955101, -0.016210218891501427, 0.0235487949103117, -0.021481391042470932, 0.024236980825662613, -0.0032815649174153805, -0.016442865133285522, 0.0584196075797081, -0.07766357064247131, -0.03791424259543419, -0.052665598690509796, -0.0642562285065651, 0.02896195650100708, -0.015545765869319439, -0.0621979683637619, 0.0219736248254776, 0.1332034170627594, -0.012467040680348873, 0.002809470286592841, 0.001692871330305934, 0.0527707077562809, -0.03192058578133583, 0.05846141278743744, 0.018848726525902748, -0.015437943860888481, 0.03182685747742653, 0.04745372384786606, -0.01278415322303772, -0.03029877133667469, 0.03048606961965561, 0.005784926470369101, 0.025706373155117035, -0.016210190951824188, -0.009950732812285423, -0.04026966542005539, 0.1559695154428482, -0.04095757380127907, -0.09001302719116211, -0.015293600037693977, 0.021798444911837578, -0.04174427315592766, -0.023179486393928528, -0.05735645815730095, 0.08263558894395828, -0.02231576107442379, 0.00362414144910872, -0.02902902662754059, -0.017646972090005875, -0.03005547821521759, -0.0011223749024793506, -0.07153315097093582, -0.04596351087093353, -0.05180194601416588, 0.07626479864120483, -0.012889512814581394, -0.04433099925518036, -0.09126937389373779, 0.04892566055059433, 0.09630445390939713, -0.07995443046092987, 0.05695255473256111, 0.034581493586301804, 0.10339421033859253, 0.024869300425052643, -0.05402746796607971, 0.006031093653291464, 0.08913379907608032, -0.04386670142412186, 0.028072651475667953, 0.015343265607953072, -0.04591207578778267, -0.04862552508711815, 0.017264490947127342, 0.03445778787136078, -5.7683894993942886e-8, 0.06524277478456497, -0.007603127509355545, -0.05098379775881767, 0.08883632719516754, 0.07428807020187378, -0.009629646316170692, -0.1270851343870163, 0.0035437808837741613, -0.029208162799477577, 0.005750411655753851, 0.020091883838176727, 0.0469806045293808, -0.06439050287008286, -0.010560617782175541, -0.0026875853072851896, -0.10635390132665634, -0.0407310388982296, 0.0237803366035223, -0.06981857120990753, -0.03256545960903168, -0.11340358853340149, 0.04276719316840172, 0.05211077630519867, -0.06374125182628632, 0.029413975775241852, -0.011588447727262974, 0.11298816651105881, 0.06560614705085754, -0.036395613104104996, -0.014736421406269073, -0.02379663661122322, 0.015984997153282166, -0.03211754932999611, -0.02891349233686924, -0.050124648958444595, 0.04650354012846947, 0.001841469551436603, 0.03856630623340607, 0.033273737877607346, 0.039211779832839966, 0.01935984008014202, 0.05297759920358658, 0.01709664985537529, 0.05163255333900452, -0.032173752784729004, -0.06103496998548508, -0.11367376148700714, -0.03929438441991806, 0.08454526960849762, -0.006135508883744478, 0.005443021655082703, -0.010109348222613335, 0.012346611358225346, 0.15495875477790833, 0.046026185154914856, -0.009355258196592331, -0.05048003047704697, -0.05336008965969086, 0.03873584419488907, 0.07415502518415451, 0.16807852685451508, -0.08119522035121918, 0.03121119551360607, 0.030421625822782516 ]
0.097038
on a stored keyword field {pull}21645[#21645] (issue: {issue}21636[#21636]) \* Fix highlighting of MultiTermQuery within a FunctionScoreQuery {pull}20400[#20400] (issue: {issue}20392[#20392]) Index APIs:: \* Fixes restore of a shrunken index when initial recovery node is gone {pull}24322[#24322] (issue: {issue}24257[#24257]) \* Honor update request timeout {pull}23825[#23825] \* Ensure shrunk indices carry over version information from its source {pull}22469[#22469] (issue: {issue}22373[#22373]) \* Validate the `\_rollover` target index name early to also fail if dry\_run=true {pull}21330[#21330] (issue: {issue}21149[#21149]) \* Only negate index expression on all indices with preceding wildcard {pull}20898[#20898] (issues: {issue}19800[#19800], {issue}20033[#20033]) \* Fix IndexNotFoundException in multi index search request. {pull}20188[#20188] (issue: {issue}3839[#3839]) Index Templates:: \* Fix integer overflows when dealing with templates. {pull}21628[#21628] (issue: {issue}21622[#21622]) Ingest:: \* Improve missing ingest processor error {pull}23379[#23379] (issue: {issue}23392[#23392]) \* update \_ingest.timestamp to use new ZonedDateTime {pull}23174[#23174] (issue: {issue}23168[#23168]) \* fix date-processor to a new default year for every new pipeline execution {pull}22601[#22601] (issue: {issue}22547[#22547]) \* fix index out of bounds error in KV Processor {pull}22288[#22288] (issue: {issue}22272[#22272]) \* Fixes GrokProcessor's ignorance of named-captures with same name. {pull}22131[#22131] (issue: {issue}22117[#22117]) \* fix trace\_match behavior for when there is only one grok pattern {pull}21413[#21413] (issue: {issue}21371[#21371]) \* Stored scripts and ingest node configurations should be included into a snapshot {pull}21227[#21227] (issue: {issue}21184[#21184]) \* make painless the default scripting language for ScriptProcessor {pull}20981[#20981] (issue: {issue}20943[#20943]) \* no null values in ingest configuration error messages {pull}20616[#20616] \* JSON Processor was not properly added {pull}20613[#20613] Inner Hits:: \* Replace NestedChildrenQuery with ParentChildrenBlockJoinQuery {pull}24016[#24016] (issue: {issue}24009[#24009]) \* Changed DisMaxQueryBuilder to extract inner hits from leaf queries {pull}23512[#23512] (issue: {issue}23482[#23482]) \* Inner hits and ignore unmapped {pull}21693[#21693] (issue: {issue}21620[#21620]) \* Skip adding a parent field to nested documents. {pull}21522[#21522] (issue: {issue}21503[#21503]) Internal:: \* Fix NPE if field caps request has a field that exists not in all indices {pull}24504[#24504] \* Add infrastructure to mark contexts as system contexts {pull}23830[#23830] \* Always restore the ThreadContext for operations delayed due to a block {pull}23349[#23349] \* Index creation and setting update may not return deprecation logging {pull}22702[#22702] \* Rethrow ExecutionException from the loader to concurrent callers of Cache#computeIfAbsent {pull}21549[#21549] \* Restore thread's original context before returning to the ThreadPool {pull}21411[#21411] \* Fix NPE in SearchContext.toString() {pull}21069[#21069] \* Prevent AbstractArrays from release bytes more than once {pull}20819[#20819] \* Source filtering should treat dots in field names as sub objects. {pull}20736[#20736] (issue: {issue}20719[#20719]) \* IndicesAliasesRequest should not implement CompositeIndicesRequest {pull}20726[#20726] \* Ensure elasticsearch doesn't start with unuspported indices {pull}20514[#20514] (issue: {issue}20512[#20512]) Java API:: \* Don't output empty ext object in SearchSourceBuilder#toXContent {pull}22093[#22093] (issue: {issue}20969[#20969]) \* Transport client: Fix remove address to actually work {pull}21743[#21743] \* Add a HostFailureListener to notify client code if a node got disconnected {pull}21709[#21709] (issue: {issue}21424[#21424]) \* Fix InternalSearchHit#hasSource to return the proper boolean value {pull}21441[#21441] (issue: {issue}21419[#21419]) \* Null checked for source when calling sourceRef {pull}21431[#21431] (issue: {issue}19279[#19279]) \* ClusterAdminClient.prepareDeletePipeline method should accept pipeline id to delete {pull}21228[#21228] \* fix IndexResponse#toString to print out shards info {pull}20562[#20562] Java High Level REST Client:: \* Correctly parse BulkItemResponse.Failure's status {pull}23432[#23432] Java REST Client:: \* Make buffer limit configurable in HeapBufferedConsumerFactory {pull}23970[#23970] (issue: {issue}23958[#23958]) \* RestClient asynchronous execution should not throw exceptions {pull}23307[#23307] \* Don't use null charset in RequestLogger {pull}22197[#22197] (issue: {issue}22190[#22190]) \* Rest client: don't reuse the same HttpAsyncResponseConsumer across multiple retries {pull}21378[#21378] Logging:: \* Do not prematurely shutdown Log4j {pull}21519[#21519] (issue: {issue}21514[#21514]) \* Assert status logger does not warn on Log4j usage {pull}21339[#21339] \* Fix logger names for Netty {pull}21223[#21223] (issue: {issue}20457[#20457]) \* Fix logger when you can not create an azure storage client {pull}20670[#20670] (issues: {issue}20633[#20633], {issue}20669[#20669]) \* Avoid unnecessary creation of prefix loggers {pull}20571[#20571] (issue: {issue}20570[#20570]) \* Fix logging hierarchy configs
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.015316013246774673, 0.04156147688627243, 0.04103044420480728, 0.04666783660650253, 0.04381240904331207, 0.015215173363685608, 0.004684089682996273, -0.046742234379053116, -0.024355700239539146, 0.02586466073989868, -0.017103634774684906, -0.020557057112455368, 0.022639896720647812, -0.13138172030448914, -0.0023862714879214764, 0.07884401082992554, -0.10745839774608612, 0.09099598973989487, -0.1027306392788887, 0.002449014689773321, -0.007448188029229641, 0.07305452972650528, -0.05888361483812332, -0.018629781901836395, -0.09273514151573181, 0.006475986447185278, -0.06625605374574661, 0.02739560604095459, 0.007791324518620968, -0.004166444297879934, -0.032783787697553635, 0.06690014898777008, -0.0712478905916214, 0.10448844730854034, 0.022125402465462685, 0.06372302770614624, -0.09896401315927505, -0.007095363922417164, 0.0161836389452219, 0.04065181314945221, 0.05505385994911194, 0.018206942826509476, -0.007240904960781336, -0.022688213735818863, 0.021582964807748795, -0.0593472421169281, -0.0566709041595459, -0.02021738328039646, -0.07763949781656265, -0.01115330122411251, -0.0717853382229805, 0.025633670389652252, -0.006667638197541237, 0.016947578638792038, 0.06234155222773552, 0.020950861275196075, -0.04359613358974457, -0.021628955379128456, -0.03158628195524216, -0.014440489932894707, 0.035635173320770264, -0.05307626351714134, -0.024775037541985512, -0.09039490669965744, -0.01075552124530077, -0.04315371438860893, 0.10446126759052277, -0.06345725804567337, 0.07633105665445328, 0.013726501725614071, -0.0022513323929160833, 0.011713746003806591, -0.09200771152973175, -0.04537709429860115, -0.0337308831512928, 0.18085475265979767, -0.0063444157131016254, -0.027337078005075455, -0.045539457350969315, -0.09478043019771576, -0.018384255468845367, -0.08515740931034088, 0.048471834510564804, 0.002835693070665002, 0.02412712387740612, -0.034630537033081055, -0.04129370301961899, -0.09938009083271027, 0.0737779438495636, -0.000633740215562284, 0.035664889961481094, -0.09752359241247177, 0.07384920120239258, 0.0030181012116372585, 0.10483580827713013, 0.021373851224780083, -0.029227357357740402, 0.00041773999691940844, 0.002494865795597434, 0.0644126608967781, 0.0085767712444067, 0.007525682915002108, -0.02111906185746193, -0.0362684540450573, -0.02501390129327774, -0.008459367789328098, 0.019292129203677177, -0.017426425591111183, -0.06519166380167007, -0.03401019051671028, 0.010967083275318146, 0.0972648561000824, 0.06282313913106918, -0.038218505680561066, 0.03670680895447731, 0.022989660501480103, 0.04908065125346184, -0.0365028902888298, 0.015701932832598686, 0.09390845149755478, 0.0979536771774292, -0.004495367407798767, 0.023741398006677628, 0.008505534380674362, -0.07784326374530792, 0.03790482506155968, 0.02205420471727848, 1.0164176390613844e-32, 0.07537434995174408, -0.0033812341280281544, -0.023094376549124718, -0.07868598401546478, 0.024578779935836792, 0.030002029612660408, 0.07333400845527649, -0.014117644168436527, -0.06824502348899841, 0.006905664689838886, 0.01079986710101366, 0.08122866600751877, -0.02786100283265114, -0.023157821968197823, -0.05794049799442291, -0.09108567982912064, 0.04156791791319847, 0.08735639601945877, -0.016863340511918068, 0.07746662199497223, 0.05555855855345726, -0.0711449459195137, -0.045658428221940994, -0.004477078560739756, -0.013892986811697483, -0.01767653413116932, 0.00438669603317976, -0.004920924548059702, 0.016839150339365005, -0.003333954606205225, -0.0007495664176531136, -0.012914133258163929, 0.057311031967401505, -0.031462568789720535, 0.04605700075626373, -0.002643634332343936, -0.030855022370815277, -0.006679042708128691, -0.036595724523067474, -0.06108653545379639, -0.06927304714918137, 0.011166865937411785, -0.010378289967775345, -0.06111549958586693, 0.03706805035471916, -0.04588589817285538, -0.09570708870887756, -0.03609021380543709, 0.019718531519174576, -0.09312699735164642, 0.022729672491550446, 0.058098141103982925, 0.013184120878577232, -0.057990662753582, -0.01329492125660181, -0.004041074775159359, 0.03258799389004707, 0.05371278151869774, 0.013521869666874409, 0.03369700163602829, -0.06146037578582764, 0.014632311649620533, -0.021682998165488243, -0.04090196639299393, 0.061954595148563385, 0.046536415815353394, -0.007482490036636591, 0.039434053003787994, -0.023369040340185165, 0.031197747215628624, 0.030701743438839912, 0.06079372391104698, 0.035939257591962814, -0.05650375038385391, 0.04682182893157005, -0.06000613421201706, 0.025151243433356285, 0.04157476872205734, 0.05811675265431404, -0.10262615233659744, -0.007273431867361069, -0.026205599308013916, -0.0015562180196866393, -0.03131518512964249, 0.030786732211709023, 0.012165075168013573, -0.062350694090127945, -0.034784261137247086, -0.0633406862616539, -0.04838205873966217, 0.013605318032205105, 0.010252656415104866, -0.05303991958498955, -0.07961180061101913, -0.025693317875266075, -1.034895161293563e-32, 0.023144610226154327, -0.06143268570303917, -0.02160053886473179, 0.05180947482585907, -0.012006537057459354, -0.07357902824878693, -0.02742655761539936, 0.00950163509696722, 0.012323576956987381, -0.0639980211853981, -0.013732143677771091, -0.005716515239328146, 0.03199148178100586, -0.03366249427199364, 0.021959608420729637, 0.045519448816776276, -0.06195037439465523, -0.009015773423016071, 0.022313658148050308, 0.09290299564599991, 0.016615005210042, 0.040756236761808395, -0.05386386439204216, 0.14368967711925507, -0.04485001042485237, -0.04485611617565155, 0.02585878036916256, -0.004834117833524942, 0.0313037745654583, -0.03731931000947952, 0.015495926141738892, -0.0738193541765213, -0.054531704634428024, 0.07428935170173645, 0.020947972312569618, -0.03149932622909546, -0.03996151685714722, 0.004612013231962919, -0.05358061566948891, 0.12032777070999146, -0.00019743855227716267, 0.04049501568078995, -0.018162816762924194, 0.0606791228055954, 0.056209105998277664, -0.006289048120379448, -0.0068787019699811935, 0.07273396104574203, -0.005119680427014828, -0.06386923044919968, -0.0002566191542427987, -0.060674022883176804, 0.01778007298707962, 0.05517704784870148, 0.009330343455076218, -0.02314075455069542, -0.00032371655106544495, -0.04178668558597565, -0.14014248549938202, 0.035226970911026, -0.0062389071099460125, 0.06199437007308006, 0.02864629216492176, -0.06304549425840378, 0.0986824557185173, -0.025615816935896873, -0.04449673369526863, -0.05960417911410332, -0.07577270269393921, -0.025315742939710617, 0.035587411373853683, -0.051371823996305466, -0.04272763058543205, -0.026435084640979767, 0.06469840556383133, 0.01796889305114746, -0.06255578249692917, -0.04774074628949165, 0.01895812712609768, 0.10339976102113724, -0.06005397439002991, 0.02981564588844776, 0.06618527323007584, 0.07428392767906189, -0.04212736710906029, 0.02661604806780815, -0.00329501717351377, 0.12881845235824585, -0.0043493048287928104, -0.037443533539772034, 0.016017740592360497, -0.07000220566987991, -0.018874291330575943, -0.020550400018692017, -0.015929915010929108, -6.107385530640386e-8, -0.018381627276539803, 0.05078629404306412, -0.06808478385210037, 0.03205154091119766, 0.09027422964572906, -0.05543883889913559, -0.062116868793964386, 0.02514655329287052, -0.031631868332624435, -0.06451738625764847, 0.05016852170228958, 0.0017549664480611682, -0.050337400287389755, 0.02018827758729458, 0.041748497635126114, -0.06763283163309097, -0.06113577261567116, 0.03278782591223717, -0.05011368915438652, -0.007484095636755228, -0.09661228954792023, 0.07432791590690613, 0.06298220902681351, -0.023444073274731636, 0.01788019761443138, 0.0035608839243650436, 0.061856601387262344, 0.060806501656770706, 0.03824351727962494, 0.05606824904680252, 0.02219981700181961, -0.02114083431661129, 0.02651604637503624, -0.0027201713528484106, -0.0038071773014962673, 0.04831370338797569, 0.07403150945901871, 0.022560633718967438, 0.04518269747495651, 0.06553427129983902, 0.06167163699865341, 0.029140349477529526, 0.0037535661831498146, 0.06834015250205994, -0.0424225851893425, -0.046811543405056, -0.07647573947906494, -0.023591341450810432, 0.05546194687485695, -0.09471254050731659, -0.031215675175189972, -0.03407521918416023, -0.017552915960550308, 0.14479291439056396, 0.000803425267804414, 0.032210249453783035, 0.004951390437781811, 0.04510382562875748, 0.05664801225066185, 0.013747947290539742, 0.08210432529449463, -0.09300916641950607, -0.011373946443200111, 0.07611622661352158 ]
0.018707
Assert status logger does not warn on Log4j usage {pull}21339[#21339] \* Fix logger names for Netty {pull}21223[#21223] (issue: {issue}20457[#20457]) \* Fix logger when you can not create an azure storage client {pull}20670[#20670] (issues: {issue}20633[#20633], {issue}20669[#20669]) \* Avoid unnecessary creation of prefix loggers {pull}20571[#20571] (issue: {issue}20570[#20570]) \* Fix logging hierarchy configs {pull}20463[#20463] \* Fix prefix logging {pull}20429[#20429] Mapping:: \* Preserve response headers when creating an index {pull}23950[#23950] (issue: {issue}23947[#23947]) \* Improves disabled fielddata error message {pull}23841[#23841] (issue: {issue}22768[#22768]) \* Fix MapperService StackOverflowError {pull}23605[#23605] (issue: {issue}23604[#23604]) \* Fix NPE with scaled floats stats when field is not indexed {pull}23528[#23528] (issue: {issue}23487[#23487]) \* Range types causing `GetFieldMappingsIndexRequest` to fail due to `NullPointerException` in `RangeFieldMapper.doXContentBody` when `include\_defaults=true` is on the query string {pull}22925[#22925] \* Disallow introducing illegal object mappings (double '..') {pull}22891[#22891] (issue: {issue}22794[#22794]) \* The `\_all` default mapper is not completely configured. {pull}22236[#22236] \* Fix MapperService.allEnabled(). {pull}22227[#22227] \* Dynamic `date` fields should use the `format` that was used to detect it is a date. {pull}22174[#22174] (issue: {issue}9410[#9410]) \* Sub-fields should not accept `include\_in\_all` parameter {pull}21971[#21971] (issue: {issue}21710[#21710]) \* Mappings: Fix get mapping when no indexes exist to not fail in response generation {pull}21924[#21924] (issue: {issue}21916[#21916]) \* Fail to index fields with dots in field names when one of the intermediate objects is nested. {pull}21787[#21787] (issue: {issue}21726[#21726]) \* Uncommitted mapping updates should not efect existing indices {pull}21306[#21306] (issue: {issue}21189[#21189]) Nested Docs:: \* Fix bug in query builder rewrite that ignores the ignore\_unmapped option {pull}22456[#22456] Network:: \* Respect promises on pipelined responses {pull}23317[#23317] (issues: {issue}23310[#23310], {issue}23322[#23322]) \* Ensure that releasing listener is called {pull}23310[#23310] \* Pass `forceExecution` flag to transport interceptor {pull}22739[#22739] \* Ensure new connections won't be opened if transport is closed or closing {pull}22589[#22589] (issue: {issue}22554[#22554]) \* Prevent open channel leaks if handshake times out or is interrupted {pull}22554[#22554] \* Execute low level handshake in #openConnection {pull}22440[#22440] \* Handle connection close / reset events gracefully during handshake {pull}22178[#22178] \* Do not lose host information when pinging {pull}21939[#21939] (issue: {issue}21828[#21828]) \* DiscoveryNode and TransportAddress should preserve host information {pull}21828[#21828] \* Die with dignity on the network layer {pull}21720[#21720] (issue: {issue}19272[#19272]) \* Fix connection close header handling {pull}20956[#20956] (issue: {issue}20938[#20938]) \* Ensure port range is readable in the exception message {pull}20893[#20893] \* Prevent double release in TcpTransport if send listener throws an exception {pull}20880[#20880] Packaging:: \* Fall back to non-atomic move when removing plugins {pull}23548[#23548] (issue: {issue}35[#35]) \* Another fix for handling of paths on Windows {pull}22132[#22132] (issue: {issue}21921[#21921]) \* Fix handling of spaces in Windows paths {pull}21921[#21921] (issues: {issue}20809[#20809], {issue}21525[#21525]) \* Add option to skip kernel parameters on install {pull}21899[#21899] (issue: {issue}21877[#21877]) \* Set vm.max\_map\_count on systemd package install {pull}21507[#21507] \* Export ES\_JVM\_OPTIONS for SysV init {pull}21445[#21445] (issue: {issue}21255[#21255]) \* Debian: configure start-stop-daemon to not go into background {pull}21343[#21343] (issues: {issue}12716[#12716], {issue}21300[#21300]) \* Generate POM files with non-wildcard excludes {pull}21234[#21234] (issue: {issue}21170[#21170]) \* [Packaging] Do not remove scripts directory on upgrade {pull}20452[#20452] \* [Package] Remove bin/lib/modules directories on RPM uninstall/upgrade {pull}20448[#20448] Parent/Child:: \* Add null check in case of orphan child document {pull}22772[#22772] (issue: {issue}22770[#22770]) Percolator:: \* Fix memory leak when percolator uses bitset or field data cache {pull}24115[#24115] (issue: {issue}24108[#24108]) \* Fix NPE in percolator's 'now' range check for percolator queries with range queries {pull}22356[#22356] (issue: {issue}22355[#22355]) Plugin Analysis Stempel:: \* Fix thread safety of Stempel's token filter factory {pull}22610[#22610] (issue: {issue}21911[#21911]) Plugin Discovery EC2:: \* Fix ec2 discovery when used with IAM profiles. {pull}21048[#21048] (issue: {issue}21039[#21039]) Plugin Ingest GeoIp:: \* [ingest-geoip] update geoip to not include null-valued results from {pull}20455[#20455] Plugin Lang Painless:: \* painless: Fix method references to ctor with the new LambdaBootstrap and cleanup code {pull}24406[#24406] \* Fix Painless Lambdas
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.001850778004154563, 0.034858256578445435, 0.03825323283672333, 0.05178409442305565, 0.02606813795864582, -0.03715112805366516, 0.029872501268982887, -0.058273788541555405, 0.022175928577780724, 0.18593156337738037, 0.03174972906708717, -0.06774832308292389, 0.05754415690898895, 0.08517277240753174, -0.024894315749406815, 0.10753795504570007, -0.04813603684306145, 0.007129164412617683, -0.07892457395792007, 0.09298468381166458, 0.0336562879383564, 0.07220205664634705, -0.06248358637094498, 0.0433882474899292, -0.05949512869119644, -0.0561918243765831, -0.13377125561237335, 0.022133732214570045, -0.028808848932385445, -0.024635618552565575, -0.02314789779484272, 0.0351569764316082, -0.0643339678645134, 0.07611986994743347, 0.08654005080461502, 0.02731494791805744, 0.04723679646849632, 0.03511219099164009, -0.01473323069512844, 0.023480171337723732, 0.09757467359304428, -0.002786981640383601, 0.012654048390686512, -0.034181222319602966, -0.04558078572154045, -0.03701882064342499, 0.02247774228453636, -0.03586762025952339, -0.04924418777227402, 0.03281250596046448, -0.00478298170492053, 0.047123681753873825, 0.08508900552988052, 0.0019188117003068328, 0.002812145510688424, 0.023867279291152954, 0.00833960622549057, 0.009506836533546448, 0.008537914603948593, 0.024972427636384964, 0.0402185395359993, -0.0692533552646637, -0.017194509506225586, -0.1054530069231987, 0.01860705576837063, 0.04145278036594391, 0.0041275122202932835, 0.04136651009321213, 0.03690102696418762, 0.06057095155119896, -0.036369968205690384, 0.0547637939453125, -0.13945893943309784, -0.04393741860985756, -0.02135232649743557, 0.09799889475107193, -0.04150404408574104, 0.0330624133348465, 0.02877900004386902, -0.089016854763031, -0.05889524519443512, -0.027974961325526237, 0.052511394023895264, 0.029674112796783447, -0.023352907970547676, 0.010618404485285282, 0.009308666922152042, 0.04848962649703026, 0.014984075911343098, 0.0296123456209898, 0.02443937212228775, -0.0638810247182846, 0.03920409083366394, 0.027884358540177345, 0.06887552887201309, -0.03019261546432972, -0.08876795321702957, -0.028082624077796936, 0.027095776051282883, -0.00010013837163569406, 0.057546526193618774, 0.03707858547568321, -0.009369442239403725, -0.056636445224285126, 0.03281848132610321, -0.08007748425006866, 0.05822588503360748, -0.027718501165509224, -0.07564320415258408, 0.061100076884031296, 0.054104775190353394, 0.09157666563987732, -0.00899216067045927, 0.010842221789062023, 0.0798845887184143, 0.06586142629384995, 0.010525020770728588, 0.0010916744358837605, -0.10768099129199982, 0.06430716067552567, 0.06606242060661316, -0.058681800961494446, -0.004752047825604677, -0.011756464838981628, 0.022645065560936928, 0.06182426959276199, 0.04696856811642647, 9.554567959013283e-33, 0.1191941574215889, 0.07083507627248764, -0.007021540310233831, -0.007221092935651541, 0.08918117731809616, 0.0382334440946579, 0.06499259173870087, -0.013705373741686344, -0.042914725840091705, -0.021320698782801628, -0.07215872406959534, 0.03731890022754669, 0.04296359419822693, -0.06101908162236214, 0.01648302562534809, -0.02261960320174694, 0.058254458010196686, 0.01502726599574089, 0.012639641761779785, 0.05708645284175873, 0.0002597917919047177, -0.0681883692741394, 0.01458671223372221, -0.062152761965990067, 0.009975368157029152, -0.04647570848464966, 0.04461463913321495, 0.005537727847695351, 0.02968350611627102, -0.01761108636856079, 0.001245412859134376, -0.01863013580441475, 0.07050886750221252, 0.01791432499885559, 0.08549296110868454, -0.06905577331781387, -0.020371994003653526, 0.005228049587458372, -0.0776456966996193, -0.01166920643299818, -0.0047878073528409, -0.01911812834441662, -0.07255659997463226, 0.035181328654289246, 0.03754008561372757, -0.06894052028656006, -0.048333220183849335, -0.07140418887138367, 0.05274315923452377, -0.013003796339035034, 0.027111830189824104, 0.08330345898866653, 0.01151013933122158, -0.08136619627475739, -0.000256537547102198, -0.11286865919828415, 0.012591728940606117, -0.039555199444293976, -0.023705078288912773, 0.0023335563018918037, 0.012044657953083515, -0.05112040787935257, -0.017233382910490036, -0.07692938297986984, 0.017847323790192604, 0.023880844935774803, 0.050686050206422806, 0.03913607820868492, -0.08892153203487396, -0.03159000724554062, 0.028016623109579086, -0.11822512745857239, 0.03375939279794693, 0.01263765711337328, 0.014139821752905846, -0.07338684797286987, 0.02491820603609085, 0.05763331055641174, -0.01987599954009056, -0.061780527234077454, -0.023466309532523155, -0.027570508420467377, -0.027236757799983025, 0.035830605775117874, -0.10646570473909378, -0.04976119473576546, -0.005255510564893484, 0.013280236162245274, -0.02548840269446373, -0.017353057861328125, -0.02234446257352829, 0.04950810968875885, -0.022733785212039948, -0.03891449049115181, -0.05799184367060661, -8.26847795687785e-33, -0.004240746609866619, 0.007362624164670706, -0.03316197171807289, 0.0002076202363241464, -0.04510779678821564, -0.05608727037906647, 0.04128267988562584, 0.030186345800757408, 0.02094794251024723, -0.07829936593770981, 0.05118149146437645, -0.07463540136814117, -0.011840524151921272, 0.0529647134244442, -0.01247354969382286, 0.008651573210954666, -0.04426668584346771, -0.05122342333197594, 0.04025833681225777, 0.007919950410723686, 0.06544023752212524, 0.03471606597304344, -0.04039962589740753, 0.054488059133291245, -0.06383827328681946, 0.00865490734577179, -0.0062498664483428, -0.02668154425919056, -0.005359722301363945, -0.08546152710914612, 0.025075657293200493, 0.019551899284124374, -0.07364460825920105, -0.0053254058584570885, -0.00599186634644866, -0.07979103177785873, 0.031921084970235825, 0.05943158641457558, -0.04953717440366745, 0.08338022977113724, 0.05019792914390564, 0.01719900593161583, -0.00330478441901505, 0.022975245490670204, -0.0015069071669131517, -0.022568579763174057, 0.03149354085326195, -0.025246884673833847, -0.008724033832550049, 0.0029166312888264656, 0.0001296297850785777, -0.019180893898010254, 0.03332669287919998, 0.09642165899276733, -0.03156358376145363, 0.036389052867889404, 0.023684099316596985, -0.07588732242584229, -0.11580447852611542, -0.012723982334136963, 0.0038447307888418436, 0.004553003236651421, -0.017601409927010536, 0.030599767342209816, 0.03312153369188309, -0.06763192266225815, 0.01881885901093483, -0.016759419813752174, -0.046240709722042084, -0.0636393278837204, -0.0232519693672657, -0.050807733088731766, -0.03127063810825348, 0.018119052052497864, 0.05648157373070717, 0.007341860793530941, -0.04152318090200424, -0.11986670643091202, -0.00005579948265221901, 0.060840558260679245, -0.065338633954525, 0.06109923496842384, -0.05498253181576729, 0.01018915232270956, 0.021453743800520897, 0.0017031426541507244, 0.04037570208311081, 0.07955421507358551, -0.06145629659295082, 0.021965844556689262, -0.011532697826623917, -0.03718965873122215, -0.08399323374032974, 0.07503575086593628, -0.034356750547885895, -5.7691980970275836e-8, -0.03595258668065071, -0.0029962926637381315, -0.03570180386304855, -0.022208349779248238, 0.027768725529313087, 0.03719563037157059, -0.0006907695787958801, 0.026647597551345825, -0.013292322866618633, 0.031624987721443176, -0.06172723323106766, -0.0006885806214995682, -0.07378406077623367, -0.02745617926120758, 0.054489873349666595, -0.07699135690927505, 0.01730763539671898, -0.02932412177324295, -0.03433062508702278, -0.06919178366661072, 0.004698221106082201, 0.03900805115699768, 0.012142244726419449, -0.003914793487638235, -0.03622887656092644, 0.011318418197333813, 0.10862942039966583, 0.07184774428606033, -0.051506079733371735, -0.0021081832237541676, 0.04420993849635124, -0.006234623026102781, 0.026126449927687645, -0.050667405128479004, -0.055729884654283524, 0.15719468891620636, 0.05415775999426842, -0.014645615592598915, 0.041170328855514526, 0.038561660796403885, -0.08483869582414627, 0.016610993072390556, -0.017170315608382225, 0.012167352251708508, -0.028820956125855446, -0.10173320025205612, -0.04541165381669998, 0.05651397630572319, 0.03206738457083702, -0.04621521383523941, -0.04164602980017662, -0.014012040570378304, 0.027811912819743156, 0.1553477942943573, 0.02277928590774536, 0.04257398098707199, -0.008014620281755924, -0.1118781715631485, 0.061870139092206955, 0.09138350933790207, 0.12043000757694244, -0.07323183119297028, 0.020010048523545265, 0.000788083067163825 ]
0.048591
Discovery EC2:: \* Fix ec2 discovery when used with IAM profiles. {pull}21048[#21048] (issue: {issue}21039[#21039]) Plugin Ingest GeoIp:: \* [ingest-geoip] update geoip to not include null-valued results from {pull}20455[#20455] Plugin Lang Painless:: \* painless: Fix method references to ctor with the new LambdaBootstrap and cleanup code {pull}24406[#24406] \* Fix Painless Lambdas for Java 9 {pull}24070[#24070] (issue: {issue}23473[#23473]) \* Fix painless's regex lexer and error messages {pull}23634[#23634] \* Replace Painless's Cast with casting strategies {pull}23369[#23369] \* Fix Bad Casts In Painless {pull}23282[#23282] (issue: {issue}23238[#23238]) \* Don't allow casting from void to def in painless {pull}22969[#22969] (issue: {issue}22908[#22908]) \* Fix def invoked qualified method refs {pull}22918[#22918] \* Whitelist some ScriptDocValues in painless {pull}22600[#22600] (issue: {issue}22584[#22584]) \* Update Painless Loop Counter to be Higher {pull}22560[#22560] (issue: {issue}22508[#22508]) \* Fix some issues with painless's strings {pull}22393[#22393] (issue: {issue}22372[#22372]) \* Test fix for def equals in Painless {pull}21945[#21945] (issue: {issue}21801[#21801]) \* Fix a VerifyError bug in Painless {pull}21765[#21765] \* Fix Lambdas in Painless to be Able to Use Top-Level Variables Such as params and doc {pull}21635[#21635] (issues: {issue}20869[#20869], {issue}21479[#21479]) \* Fix String Concatenation Bug In Painless {pull}20623[#20623] Plugin Repository Azure:: \* Azure blob store's readBlob() method first checks if the blob exists {pull}23483[#23483] (issue: {issue}23480[#23480]) \* Fixes default chunk size for Azure repositories {pull}22577[#22577] (issue: {issue}22513[#22513]) \* readonly on azure repository must be taken into account {pull}22055[#22055] (issues: {issue}22007[#22007], {issue}22053[#22053]) Plugin Repository HDFS:: \* Fixing permission errors for `KERBEROS` security mode for HDFS Repository {pull}23439[#23439] (issue: {issue}22156[#22156]) Plugin Repository S3:: \* Handle BlobPath's trailing separator case. Add test cases to BlobPathTests.java {pull}23091[#23091] \* Fixes leading forward slash in S3 repository base\_path {pull}20861[#20861] Plugins:: \* Fix delete of plugin directory on remove plugin {pull}24266[#24266] (issue: {issue}24252[#24252]) \* Use a marker file when removing a plugin {pull}24252[#24252] (issue: {issue}24231[#24231]) \* Remove hidden file leniency from plugin service {pull}23982[#23982] (issue: {issue}12465[#12465]) \* Add check for null pluginName in remove command {pull}22930[#22930] (issue: {issue}22922[#22922]) \* Use sysprop like with es.path.home to pass conf dir {pull}18870[#18870] (issue: {issue}18689[#18689]) Query DSL:: \* FuzzyQueryBuilder should error when parsing array of values {pull}23762[#23762] (issue: {issue}23759[#23759]) \* Fix parsing for `max\_determinized\_states` {pull}22749[#22749] (issue: {issue}22722[#22722]) \* Fix script score function that combines \_score and weight {pull}22713[#22713] (issue: {issue}21483[#21483]) \* Fixes date range query using epoch with timezone {pull}21542[#21542] (issue: {issue}21501[#21501]) \* Allow overriding all-field leniency when `lenient` option is specified {pull}21504[#21504] (issues: {issue}20925[#20925], {issue}21341[#21341]) \* Max score should be updated when a rescorer is used {pull}20977[#20977] (issue: {issue}20651[#20651]) \* Fixes MultiMatchQuery so that it doesn't provide a null context {pull}20882[#20882] \* Fix silently accepting malformed queries {pull}20515[#20515] (issue: {issue}20500[#20500]) \* Fix match\_phrase\_prefix query with single term on \_all field {pull}20471[#20471] (issue: {issue}20470[#20470]) REST:: \* [API] change wait\_for\_completion default according to docs {pull}23672[#23672] \* Deprecate request\_cache for clear-cache {pull}23638[#23638] (issue: {issue}22748[#22748]) \* HTTP transport stashes the ThreadContext instead of the RestController {pull}23456[#23456] \* Fix date format in warning headers {pull}23418[#23418] (issue: {issue}23275[#23275]) \* Align REST specs for HEAD requests {pull}23313[#23313] (issue: {issue}21125[#21125]) \* Correct warning header to be compliant {pull}23275[#23275] (issue: {issue}22986[#22986]) \* Fix get HEAD requests {pull}23186[#23186] (issue: {issue}21125[#21125]) \* Handle bad HTTP requests {pull}23153[#23153] (issue: {issue}23034[#23034]) \* Fix get source HEAD requests {pull}23151[#23151] (issue: {issue}21125[#21125]) \* Properly encode location header {pull}23133[#23133] (issues: {issue}21057[#21057], {issue}23115[#23115]) \* Fix template HEAD requests {pull}23130[#23130] (issue: {issue}21125[#21125]) \* Fix index HEAD requests {pull}23112[#23112] (issue: {issue}21125[#21125]) \* Fix alias HEAD requests {pull}23094[#23094] (issue: {issue}21125[#21125]) \* Strict level parsing for indices stats {pull}21577[#21577] (issue: {issue}21024[#21024]) \* The routing query string param is supported by mget but was missing from the rest spec {pull}21357[#21357] \* fix thread\_pool\_patterns path variable definition {pull}21332[#21332] \* Read indices options in indices upgrade API {pull}21281[#21281] (issue: {issue}21099[#21099]) \*
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.05546044930815697, 0.018090741708874702, 0.05579933896660805, -0.015152025036513805, -0.04749463498592377, -0.011267884634435177, 0.031900566071271896, 0.00890516396611929, -0.050316113978624344, -0.004557692911475897, 0.057867519557476044, -0.09165087342262268, 0.014291912317276001, 0.03434038162231445, 0.034193385392427444, 0.04637882858514786, -0.004226264078170061, -0.020013121888041496, -0.019041724503040314, 0.05056769400835037, -0.011815786361694336, 0.07046004384756088, -0.0022242513950914145, 0.031895142048597336, -0.07062451541423798, 0.014811277389526367, -0.08866275101900101, -0.026601210236549377, 0.04041416943073273, -0.039413657039403915, 0.034348681569099426, 0.09094803035259247, -0.032543931156396866, -0.022253530099987984, 0.09515972435474396, 0.09768221527338028, -0.04183204472064972, -0.022761857137084007, -0.03132219240069389, -0.02737913653254509, 0.08568160235881805, -0.05169760063290596, -0.0073851621709764, -0.053384795784950256, 0.00926175806671381, -0.05415143072605133, 0.03187490999698639, -0.037080373615026474, -0.04776962473988533, -0.024405034258961678, 0.017047837376594543, -0.01030633132904768, 0.06408051401376724, 0.00689875241369009, 0.058672040700912476, -0.07571300119161606, 0.025895094498991966, -0.004264528397470713, 0.017296848818659782, -0.05335821583867073, 0.0653562843799591, -0.05023306608200073, -0.009940766729414463, 0.0020245194900780916, -0.07016266137361526, -0.005521224811673164, 0.05557594820857048, -0.04798448085784912, 0.01534710731357336, 0.012166976928710938, -0.08893046528100967, -0.025286899879574776, -0.021020038053393364, 0.046034518629312515, 0.04905523359775543, 0.10662658512592316, 0.004954448901116848, -0.011992823332548141, 0.01181465107947588, -0.10356432944536209, -0.019271131604909897, -0.06574997305870056, -0.008436928503215313, 0.07258578389883041, 0.0358109250664711, -0.010817790403962135, -0.0112757021561265, -0.08721890300512314, 0.07334453612565994, 0.10579995065927505, 0.027029234915971756, -0.07479145377874374, 0.06119604781270027, 0.01887051947414875, 0.012782967649400234, 0.007098261266946793, -0.02241080068051815, 0.0077593280002474785, -0.07349874079227448, 0.0659763365983963, -0.015949569642543793, 0.09886030852794647, -0.027106713503599167, 0.031008541584014893, -0.006331442855298519, -0.014856277965009212, -0.06322478502988815, -0.007850238122045994, 0.00020800656056962907, -0.02194570191204548, -0.0008401754312217236, 0.0044326987117528915, 0.05925590172410011, -0.04448216035962105, 0.000010557640962360892, -0.03210475668311119, 0.031702153384685516, -0.0027106450870633125, 0.005756312981247902, 0.10348477214574814, 0.01348678208887577, -0.05177636072039604, 0.00582585483789444, 0.007081872783601284, 0.0017352743307128549, 0.10690899193286896, -0.02020769938826561, 9.779902144542253e-33, 0.10235095024108887, 0.005293306894600391, -0.014159165322780609, -0.040712621062994, 0.010733600705862045, -0.02974422462284565, -0.1013522744178772, 0.05755851790308952, -0.009660197421908379, -0.0842345580458641, 0.024877922609448433, -0.047017812728881836, 0.08439923822879791, -0.0003501711180433631, -0.02120475471019745, 0.01524777989834547, 0.08919748663902283, 0.0445566363632679, -0.03834012895822525, 0.012611432000994682, 0.033045995980501175, -0.039023082703351974, -0.02143404819071293, -0.05477791652083397, -0.043328817933797836, 0.11152350157499313, -0.037905480712652206, -0.015049714595079422, 0.044173043221235275, 0.022975439205765724, 0.003736417507752776, -0.08174997568130493, 0.06952008605003357, 0.08155345171689987, 0.0463222861289978, -0.033804167062044144, 0.04380926117300987, -0.01995941810309887, -0.08378409594297409, -0.11435534805059433, -0.05438900738954544, 0.029299864545464516, -0.01617039181292057, -0.02154482528567314, 0.07669955492019653, -0.043396659195423126, -0.014976159669458866, 0.005044222809374332, 0.1112789511680603, 0.012142886407673359, -0.017393996939063072, 0.03833227604627609, 0.06374098360538483, -0.04316360503435135, 0.014255241490900517, 0.0057513415813446045, -0.06488426774740219, 0.028081193566322327, -0.026976335793733597, 0.029591046273708344, -0.0466512106359005, 0.10137709975242615, -0.034103263169527054, -0.04166756942868233, 0.04060165584087372, 0.04771144315600395, -0.05260857939720154, -0.0318317748606205, -0.055235352367162704, -0.03134419769048691, -0.04745151847600937, 0.07196620106697083, 0.07661408931016922, 0.10257897526025772, 0.057308413088321686, -0.12464640289545059, 0.03525481000542641, -0.010303851217031479, -0.012672703713178635, -0.020494632422924042, -0.07294932752847672, -0.03658043593168259, 0.0019976156763732433, 0.04722492769360542, -0.04445353150367737, -0.0408015251159668, 0.005233770702034235, -0.010636808350682259, 0.05990687757730484, 0.05356829985976219, -0.01155253779143095, 0.021085938438773155, -0.1522851288318634, 0.016189396381378174, -0.048368632793426514, -8.970081311057732e-33, -0.0028764100279659033, -0.014140789397060871, -0.05904766172170639, -0.014161068946123123, -0.02457747608423233, -0.08630622923374176, -0.02478383481502533, 0.047627776861190796, 0.09035369008779526, -0.009162060916423798, 0.0007952111191116273, -0.027960078790783882, -0.05026154965162277, -0.07888118922710419, 0.0029701918829232454, -0.028806930407881737, -0.10891727358102798, -0.0527397021651268, -0.005697259213775396, 0.08539809286594391, 0.029968880116939545, 0.06066480651497841, -0.06009432673454285, 0.04265247657895088, 0.012568091973662376, 0.034005098044872284, 0.031008174642920494, 0.05074849724769592, -0.012929373420774937, -0.01459798589348793, 0.043485671281814575, 0.0977921262383461, -0.13594630360603333, 0.004452322609722614, -0.08958583325147629, 0.026610011234879494, -0.036732304841279984, 0.09800881147384644, -0.023532621562480927, -0.02657938003540039, 0.06571663916110992, 0.04622553661465645, -0.10495326668024063, 0.07238271087408066, 0.07562070339918137, 0.011124769225716591, -0.029226722195744514, 0.06322343647480011, 0.008738381788134575, -0.06776849180459976, 0.02862381935119629, -0.03170002996921539, 0.030903594568371773, 0.06969369947910309, 0.004616929218173027, 0.01303517073392868, 0.04417525976896286, -0.054208919405937195, -0.06863545626401901, -0.009807352907955647, 0.006554606836289167, -0.0007267800392583013, 0.004899502731859684, -0.027795853093266487, 0.057160235941410065, -0.08932242542505264, 0.0013851298717781901, 0.036303870379924774, -0.03520811349153519, -0.059371333569288254, -0.04952248930931091, -0.008949581533670425, -0.019915910437703133, -0.09402886778116226, 0.10555155575275421, 0.017170652747154236, -0.0749078020453453, -0.09517372399568558, 0.004726282320916653, 0.002814249601215124, -0.0007394879357889295, 0.04932694137096405, 0.02292352356016636, 0.0427650511264801, 0.010731121525168419, 0.07229242473840714, -0.043904099613428116, 0.12305188179016113, -0.08123672008514404, -0.0027898410335183144, -0.02167765237390995, 0.014061576686799526, -0.010987103916704655, 0.08617746829986572, -0.05046040937304497, -6.262832386028094e-8, -0.0010597184300422668, -0.016507890075445175, -0.05195234343409538, 0.008398685604333878, 0.037847381085157394, 0.046960536390542984, -0.10366625338792801, 0.0289840679615736, -0.00011521574197104201, 0.0124227749183774, -0.05040293186903, 0.05231689661741257, -0.04484163224697113, 0.006100091617554426, 0.005317703355103731, -0.05521316081285477, -0.029969770461320877, 0.06583165377378464, -0.1153324693441391, -0.014143825508654118, -0.057560358196496964, -0.015709200873970985, -0.030383534729480743, -0.04869437590241432, 0.0237397700548172, -0.05501075088977814, 0.08810743689537048, -0.004473683889955282, -0.003925604745745659, -0.015148784033954144, 0.0037758522666990757, -0.003306288504973054, 0.002737932140007615, 0.056552063673734665, -0.05101555213332176, 0.05981050431728363, 0.02972080372273922, -0.008944632485508919, -0.030404988676309586, 0.09903128445148468, 0.020200040191411972, 0.06183598190546036, -0.07638324797153473, 0.032654330134391785, -0.026757653802633286, -0.05197029188275337, -0.03128319978713989, 0.028828278183937073, 0.046559859067201614, -0.04264890402555466, 0.029002394527196884, -0.06976456940174103, -0.016484888270497322, 0.01384227816015482, 0.05232765153050423, 0.012459849007427692, 0.0280737467110157, -0.0729145035147667, 0.03932971507310867, 0.10418880730867386, 0.06922810524702072, -0.10098470002412796, 0.051042430102825165, 0.010946722701191902 ]
0.082952
{pull}23094[#23094] (issue: {issue}21125[#21125]) \* Strict level parsing for indices stats {pull}21577[#21577] (issue: {issue}21024[#21024]) \* The routing query string param is supported by mget but was missing from the rest spec {pull}21357[#21357] \* fix thread\_pool\_patterns path variable definition {pull}21332[#21332] \* Read indices options in indices upgrade API {pull}21281[#21281] (issue: {issue}21099[#21099]) \* ensure the XContentBuilder is always closed in RestBuilderListener {pull}21124[#21124] \* Add correct Content-Length on HEAD requests {pull}21123[#21123] (issue: {issue}21077[#21077]) \* Make sure HEAD / has 0 Content-Length {pull}21077[#21077] (issue: {issue}21075[#21075]) \* Adds percent-encoding for Location headers {pull}21057[#21057] (issue: {issue}21016[#21016]) \* Whitelist node stats indices level parameter {pull}21024[#21024] (issue: {issue}20722[#20722]) \* Remove lenient URL parameter parsing {pull}20722[#20722] (issue: {issue}14719[#14719]) \* XContentBuilder: Avoid building self-referencing objects {pull}20550[#20550] (issues: {issue}19475[#19475], {issue}20540[#20540]) Recovery:: \* Provide target allocation id as part of start recovery request {pull}24333[#24333] (issue: {issue}24167[#24167]) \* Fix primary relocation for shadow replicas {pull}22474[#22474] (issue: {issue}20300[#20300]) \* Don't close store under CancellableThreads {pull}22434[#22434] (issue: {issue}22325[#22325]) \* Use a fresh recovery id when retrying recoveries {pull}22325[#22325] (issue: {issue}22043[#22043]) \* Allow flush/force\_merge/upgrade on shard marked as relocated {pull}22078[#22078] (issue: {issue}22043[#22043]) \* Fix concurrency issues between cancelling a relocation and marking shard as relocated {pull}20443[#20443] Reindex API:: \* Fix throttled reindex\_from\_remote {pull}23953[#23953] (issues: {issue}23828[#23828], {issue}23945[#23945]) \* Fix reindex with a remote source on a version before 2.0.0 {pull}23805[#23805] \* Make reindex wait for cleanup before responding {pull}23677[#23677] (issue: {issue}23653[#23653]) \* Reindex: do not log when can't clear old scroll {pull}22942[#22942] (issue: {issue}22937[#22937]) \* Fix reindex-from-remote from <2.0 {pull}22931[#22931] (issue: {issue}22893[#22893]) \* Fix reindex from remote clearing scroll {pull}22525[#22525] (issue: {issue}22514[#22514]) \* Fix source filtering in reindex-from-remote {pull}22514[#22514] (issue: {issue}22507[#22507]) \* Remove content type detection from reindex-from-remote {pull}22504[#22504] (issue: {issue}22329[#22329]) \* Don't close rest client from its callback {pull}22061[#22061] (issue: {issue}22027[#22027]) \* Keep context during reindex's retries {pull}21941[#21941] \* Ignore IllegalArgumentException with assertVersionSerializable {pull}21409[#21409] (issues: {issue}20767[#20767], {issue}21350[#21350]) \* Bump reindex-from-remote's buffer to 200mb {pull}21222[#21222] (issue: {issue}21185[#21185]) \* Fix reindex-from-remote for parent/child from <2.0 {pull}21070[#21070] (issue: {issue}21044[#21044]) Scripting:: \* Convert script/template objects to json format internally {pull}23308[#23308] (issue: {issue}23245[#23245]) \* Script: Fix value of `ctx.\_now` to be current epoch time in milliseconds {pull}23175[#23175] (issue: {issue}23169[#23169]) \* Expose `ip` fields as strings in scripts. {pull}21997[#21997] (issue: {issue}21977[#21977]) \* Add support for booleans in scripts {pull}20950[#20950] (issue: {issue}20949[#20949]) \* Native scripts should be created once per index, not per segment. {pull}20609[#20609] Search:: \* Include all aliases including non-filtering in `\_search\_shards` response {pull}24489[#24489] \* {ccs-cap}: propagate original indices per cluster {pull}24328[#24328] \* Query string default field {pull}24214[#24214] \* Speed up parsing of large `terms` queries. {pull}24210[#24210] \* IndicesQueryCache should delegate the scorerSupplier method. {pull}24209[#24209] \* Disable graph analysis at query time for shingle and cjk filters producing tokens of different size {pull}23920[#23920] (issue: {issue}23918[#23918]) \* Fix cross-cluster remote node gateway attributes {pull}23863[#23863] \* Use a fixed seed for computing term hashCode in TermsSliceQuery {pull}23795[#23795] \* Honor max concurrent searches in multi-search {pull}23538[#23538] (issue: {issue}23527[#23527]) \* Avoid stack overflow in multi-search {pull}23527[#23527] (issue: {issue}23523[#23523]) \* Fix query\_string\_query to transform "foo:\*" in an exists query on the field name {pull}23433[#23433] (issue: {issue}23356[#23356]) \* Factor out filling of TopDocs in SearchPhaseController {pull}23380[#23380] (issues: {issue}19356[#19356], {issue}23357[#23357]) \* Replace blocking calls in ExpandCollapseSearchResponseListener by asynchronous requests {pull}23053[#23053] (issue: {issue}23048[#23048]) \* Ensure fixed serialization order of InnerHitBuilder {pull}22820[#22820] (issue: {issue}22808[#22808]) \* Improve concurrency of ShardCoreKeyMap. {pull}22316[#22316] \* Make `-0` compare less than `+0` consistently. {pull}22173[#22173] (issue: {issue}22167[#22167]) \* Fix boost\_mode propagation when the function score query builder is rewritten {pull}22172[#22172] (issue: {issue}22138[#22138]) \* FiltersAggregationBuilder: rewriting filter queries, the same way as in FilterAggregationBuilder {pull}22076[#22076] \* Fix cross\_fields type on multi\_match query with synonyms {pull}21638[#21638] (issue: {issue}21633[#21633]) \* Fix match\_phrase\_prefix on boosted fields {pull}21623[#21623] (issue: {issue}21613[#21613]) \* Respect
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.04824262112379074, 0.006951136980205774, 0.0033244944643229246, 0.03256111219525337, -0.015726396813988686, 0.016692372038960457, -0.003483432810753584, 0.037545427680015564, -0.05382158234715462, 0.004298222251236439, -0.03958507627248764, -0.06513587385416031, 0.001190383918583393, -0.0028778621926903725, 0.034386422485113144, 0.06343842297792435, -0.05292699858546257, 0.0297312643378973, -0.03447128087282181, 0.01951298862695694, 0.056464675813913345, 0.12132204324007034, 0.022974684834480286, -0.025510914623737335, -0.05859000235795975, 0.008956916630268097, -0.07601525634527206, -0.03436800464987755, 0.019153906032443047, 0.01742745377123356, 0.02657618187367916, 0.06765452772378922, -0.12695921957492828, 0.05709155276417732, 0.03041735291481018, 0.1099792867898941, 0.057745400816202164, -0.0580940879881382, 0.00648341653868556, 0.01755010150372982, 0.08430328965187073, 0.004850692581385374, 0.03864854574203491, -0.04804597795009613, -0.005422986578196287, -0.06329692900180817, -0.018343495205044746, -0.06579526513814926, -0.06707221269607544, 0.04387189447879791, -0.0375327430665493, -0.02804694138467312, 0.010725651867687702, -0.06542283296585083, 0.1140991747379303, 0.01661382056772709, -0.08311545848846436, 0.03276100754737854, 0.01828332617878914, -0.01648132875561714, 0.03900740295648575, -0.07335422933101654, -0.02381693571805954, -0.06789657473564148, -0.01987198181450367, -0.05699929594993591, 0.00221566972322762, 0.008104422129690647, 0.012289110571146011, -0.054726239293813705, -0.04096541181206703, -0.017545146867632866, -0.17585057020187378, -0.02091820165514946, 0.013793335296213627, 0.14202752709388733, 0.06936443597078323, -0.054564982652664185, 0.004118597600609064, -0.12810809910297394, -0.004580364096909761, -0.03856160491704941, 0.1113315299153328, 0.06531372666358948, 0.011655359528958797, -0.015087231062352657, 0.0367199070751667, 0.0499945804476738, 0.03075535036623478, 0.06580886989831924, 0.05181838944554329, -0.06740716844797134, -0.000057153618399752304, 0.05082288756966591, 0.1178881973028183, 0.03712335228919983, -0.08759112656116486, -0.013561309315264225, -0.06638138741254807, 0.06253527104854584, 0.013896721415221691, 0.005840430501848459, -0.014156610704958439, 0.07323117554187775, -0.04968343302607536, -0.008901418186724186, 0.015812208876013756, 0.05156688019633293, -0.07862424850463867, -0.01207792479544878, -0.03492075204849243, 0.07824774831533432, 0.005761167034506798, -0.032235387712717056, -0.0036124817561358213, -0.02780459076166153, 0.040540121495723724, -0.027933938428759575, -0.08233830332756042, 0.08481420576572418, 0.05708862468600273, 0.02357635088264942, -0.02847086824476719, 0.013938458636403084, 0.017782503738999367, 0.018185541033744812, 0.023876432329416275, 7.600989652810737e-33, 0.023047087714076042, 0.030533578246831894, 0.018423009663820267, -0.08599922060966492, -0.03713724762201309, 0.043151840567588806, 0.06755659729242325, -0.004139009863138199, 0.0463537871837616, 0.0322081632912159, -0.11101257801055908, 0.029295314103364944, -0.02260459214448929, -0.05354958772659302, -0.0018102624453604221, -0.05423596873879433, 0.048648711293935776, 0.07364203035831451, -0.025131380185484886, 0.002594391815364361, 0.025742800906300545, -0.02220369130373001, -0.008095765486359596, -0.06166569143533707, -0.024399828165769577, -0.010790379717946053, 0.02498018369078636, -0.025479203090071678, -0.040986526757478714, -0.005111473146826029, 0.017678743228316307, -0.0220316331833601, 0.12297972291707993, 0.0342886820435524, -0.0008143325103446841, -0.0329391248524189, 0.05325203761458397, -0.031036436557769775, -0.06999148428440094, -0.016462665051221848, -0.07715916633605957, 0.011106853373348713, -0.043113403022289276, -0.0345207080245018, -0.04492936655879021, -0.07025116682052612, -0.0353107675909996, -0.04651021584868431, 0.027561673894524574, -0.018681546673178673, -0.06473825871944427, 0.052840523421764374, 0.051796309649944305, -0.06333348155021667, 0.04161596670746803, -0.05985330417752266, -0.06454493850469589, 0.10633568465709686, -0.0068586054258048534, 0.038312893360853195, 0.02133389562368393, 0.054737839847803116, 0.036993276327848434, -0.03447771072387695, 0.08204897493124008, 0.03189805895090103, -0.0195063054561615, 0.06912258267402649, -0.051003508269786835, 0.010661509819328785, -0.0026725835632532835, 0.02468085289001465, 0.03489654138684273, -0.006598401349037886, 0.0680839940905571, -0.07600487768650055, -0.04271356016397476, 0.005970630794763565, 0.04057523235678673, -0.06537953019142151, 0.017571015283465385, -0.010663595981895924, 0.0468558706343174, -0.03673238307237625, 0.017278913408517838, 0.08941247314214706, -0.014307660982012749, -0.006023597903549671, -0.012621376663446426, -0.02180066891014576, 0.04603658616542816, -0.047972194850444794, -0.04478335753083229, -0.03322862461209297, -0.02809229865670204, -6.874352677062156e-33, -0.002374744275584817, -0.02223769575357437, -0.07721621543169022, 0.0008685527136549354, -0.001961986068636179, -0.0658540353178978, 0.08672145754098892, 0.030293473973870277, 0.05572698637843132, 0.04101775214076042, -0.0005440909299068153, -0.0406649112701416, 0.0006572285201400518, -0.08931469917297363, 0.01879778690636158, -0.026064462959766388, -0.09392009675502777, -0.08969668298959732, 0.03529373183846474, 0.013106510043144226, -0.057275205850601196, 0.020386094227433205, -0.04438360407948494, -0.016618043184280396, -0.025542955845594406, 0.00507454015314579, 0.04094960540533066, -0.005456701852381229, 0.00879040826112032, -0.04504649341106415, 0.008157363161444664, -0.03861093521118164, -0.02664988487958908, 0.05377383530139923, 0.001006985898129642, -0.008256402797996998, -0.004306198563426733, 0.07377941161394119, 0.003912029322236776, 0.07500104606151581, 0.007247928995639086, 0.018348844721913338, 0.03991115838289261, 0.08238355815410614, 0.0750172957777977, 0.040955863893032074, -0.01894134283065796, 0.028380833566188812, 0.010667898692190647, -0.044620025902986526, 0.03302260860800743, 0.026403997093439102, 0.03758012503385544, 0.034252725541591644, -0.0042065344750881195, 0.024881955236196518, -0.004949546884745359, -0.055404577404260635, -0.09954062849283218, -0.0062060547061264515, -0.0002149060892406851, 0.04446980729699135, -0.02873070165514946, -0.006898153573274612, 0.11354809254407883, -0.03943512588739395, -0.054254282265901566, -0.09270850569009781, -0.07682930678129196, 0.006175910122692585, -0.03415261209011078, -0.1068178191781044, 0.010731984861195087, -0.05721298232674599, 0.07510197162628174, 0.01855042576789856, -0.0406697615981102, -0.03409856557846069, 0.0687921866774559, 0.05057166516780853, -0.06466607004404068, 0.08659113198518753, 0.023579347878694534, 0.02839255891740322, 0.08560100197792053, -0.02978508733212948, -0.0025364048779010773, 0.14908365905284882, -0.005179787985980511, -0.024105504155158997, -0.00558874849230051, -0.061241455376148224, 0.029307018965482712, -0.0031147252302616835, -0.009773981757462025, -5.873273423162573e-8, -0.021761272102594376, -0.035768840461969376, -0.07356508076190948, 0.057762421667575836, 0.05156246945261955, 0.12020459771156311, -0.0786295086145401, -0.000148447958054021, 0.03606673702597618, 0.0630379319190979, -0.02277340367436409, 0.007322012446820736, -0.05521859973669052, 0.01908358559012413, -0.01574159972369671, -0.17607291042804718, -0.001525317900814116, 0.09442616999149323, -0.03991067409515381, -0.1151963621377945, -0.06504061818122864, -0.011682008393108845, 0.03186860680580139, -0.0402216911315918, 0.07541320472955704, -0.02905101701617241, 0.02650109864771366, 0.05351078510284424, 0.009443596936762333, 0.03303106129169464, -0.027333345264196396, -0.02313283458352089, -0.007299051154404879, -0.0280084777623415, -0.04806149750947952, 0.10291174054145813, 0.0057937684468925, 0.06974603980779648, 0.019896307960152626, -0.026469264179468155, 0.028774114325642586, -0.009773890487849712, 0.06626740097999573, 0.06500114500522614, 0.03474007919430733, -0.03830363228917122, -0.028947951272130013, 0.012400842271745205, 0.06164215877652168, -0.06495174765586853, 0.019915467128157616, -0.10187721252441406, -0.00991250853985548, 0.033172253519296646, 0.0674017071723938, 0.05053703859448433, -0.016728363931179047, -0.09277618676424026, 0.02000276744365692, 0.041304562240839005, 0.04856399446725845, -0.03105771169066429, -0.04866384342312813, -0.0012979807797819376 ]
0.02492
\* Fix boost\_mode propagation when the function score query builder is rewritten {pull}22172[#22172] (issue: {issue}22138[#22138]) \* FiltersAggregationBuilder: rewriting filter queries, the same way as in FilterAggregationBuilder {pull}22076[#22076] \* Fix cross\_fields type on multi\_match query with synonyms {pull}21638[#21638] (issue: {issue}21633[#21633]) \* Fix match\_phrase\_prefix on boosted fields {pull}21623[#21623] (issue: {issue}21613[#21613]) \* Respect default search timeout {pull}21599[#21599] (issues: {issue}12211[#12211], {issue}21595[#21595]) \* Remove LateParsingQuery to prevent timestamp access after context is frozen {pull}21328[#21328] (issue: {issue}21295[#21295]) \* Make range queries round up upper bounds again. {pull}20582[#20582] (issues: {issue}20579[#20579], {issue}8889[#8889]) \* Throw error when trying to fetch fields from source and source is disabled {pull}20424[#20424] (issues: {issue}20093[#20093], {issue}20408[#20408]) Search Templates:: \* No longer add illegal content type option to stored search templates {pull}24251[#24251] (issue: {issue}24227[#24227]) \* SearchTemplateRequest to implement CompositeIndicesRequest {pull}21865[#21865] (issue: {issue}21747[#21747]) Settings:: \* Do not set path.data in environment if not set {pull}24132[#24132] (issue: {issue}24099[#24099]) \* Correct handling of default and array settings {pull}24074[#24074] (issues: {issue}23981[#23981], {issue}24052[#24052]) \* Fix merge scheduler config settings {pull}23391[#23391] \* Settings: Fix keystore cli prompting for yes/no to handle console returning null {pull}23320[#23320] \* Expose `search.highlight.term\_vector\_multi\_value` as a node level setting {pull}22999[#22999] \* NPE when no setting name passed to elasticsearch-keystore {pull}22609[#22609] \* Handle spaces in `action.auto\_create\_index` gracefully {pull}21790[#21790] (issue: {issue}21449[#21449]) \* Fix settings diff generation for affix and group settings {pull}21788[#21788] \* Don't reset non-dynamic settings unless explicitly requested {pull}21646[#21646] (issue: {issue}21593[#21593]) \* Fix Setting.timeValue() method {pull}20696[#20696] (issue: {issue}20662[#20662]) \* Add a hard limit for `index.number\_of\_shard` {pull}20682[#20682] \* Include complex settings in settings requests {pull}20622[#20622] Snapshot/Restore:: \* Fixes maintaining the shards a snapshot is waiting on {pull}24289[#24289] \* Fixes snapshot status on failed snapshots {pull}23833[#23833] (issue: {issue}23716[#23716]) \* Fixes snapshot deletion handling on in-progress snapshot failure {pull}23703[#23703] (issue: {issue}23663[#23663]) \* Prioritize listing index-N blobs over index.latest in reading snapshots {pull}23333[#23333] \* Gracefully handles pre 2.x compressed snapshots {pull}22267[#22267] \* URLRepository should throw NoSuchFileException to correctly adhere to readBlob contract {pull}22069[#22069] (issue: {issue}22004[#22004]) \* Fixes shard level snapshot metadata loading when index-N file is missing {pull}21813[#21813] \* Ensures cleanup of temporary index-\* generational blobs during snapshotting {pull}21469[#21469] (issue: {issue}21462[#21462]) \* Fixes get snapshot duplicates when asking for \_all {pull}21340[#21340] (issue: {issue}21335[#21335]) Stats:: \* Avoid overflow when computing total FS stats {pull}23641[#23641] \* Handle existence of cgroup version 2 hierarchy {pull}23493[#23493] (issue: {issue}23486[#23486]) \* Handle long overflow when adding paths' totals {pull}23293[#23293] (issue: {issue}23093[#23093]) \* Fix control group pattern {pull}23219[#23219] (issue: {issue}23218[#23218]) \* Fix total disk bytes returning negative value {pull}23093[#23093] \* Implement stats for geo\_point and geo\_shape field {pull}22391[#22391] (issue: {issue}22384[#22384]) \* Use reader for doc stats {pull}22317[#22317] (issue: {issue}22285[#22285]) \* Avoid NPE in NodeService#stats if HTTP is disabled {pull}22060[#22060] (issue: {issue}22058[#22058]) \* Add support for "include\_segment\_file\_sizes" in indices stats REST handler {pull}21879[#21879] (issue: {issue}21878[#21878]) \* Remove output\_uuid parameter from cluster stats {pull}21020[#21020] (issue: {issue}20722[#20722]) \* Fix FieldStats deserialization of `ip` field {pull}20522[#20522] (issue: {issue}20516[#20516]) Task Manager:: \* Task Management: Make TaskInfo parsing forwards compatible {pull}24073[#24073] (issue: {issue}23250[#23250]) \* Fix hanging cancelling task with no children {pull}22796[#22796] \* Fix broken TaskInfo.toString() {pull}22698[#22698] (issue: {issue}22387[#22387]) \* Task cancellation command should wait for all child nodes to receive cancellation request before returning {pull}21397[#21397] (issue: {issue}21126[#21126]) Term Vectors:: \* Fix \_termvectors with preference to not hit NPE {pull}21959[#21959] \* Return correct term statistics when a field is not found in a shard {pull}21922[#21922] (issue: {issue}21906[#21906]) Tribe Node:: \* Add socket permissions for tribe nodes {pull}21546[#21546] (issues: {issue}16392[#16392], {issue}21122[#21122]) [float] === Regressions Bulk:: \* Fix \_bulk response when it can't create an index {pull}24048[#24048] (issues: {issue}22488[#22488], {issue}24028[#24028]) Core:: \* Source filtering: only accept array items if the previous include pattern matches {pull}22593[#22593] (issue: {issue}22557[#22557]) Highlighting:: \* Handle SynonymQuery extraction for the FastVectorHighlighter {pull}20829[#20829]
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.08487357199192047, 0.06854066252708435, 0.04542278125882149, 0.0442228689789772, -0.0020899653900414705, 0.08118314296007156, 0.008122486993670464, -0.014645651914179325, -0.06472442299127579, -0.022253837436437607, -0.023781027644872665, -0.05919260531663895, -0.013377401977777481, -0.030333533883094788, 0.0015561149921268225, 0.06272467225790024, -0.06830597668886185, 0.043424367904663086, -0.07275476306676865, -0.021189957857131958, 0.008954407647252083, 0.09130770713090897, -0.07080557942390442, 0.016929611563682556, -0.030086921527981758, 0.027454406023025513, -0.1340351551771164, -0.03613927215337753, 0.05332592502236366, 0.02076069824397564, -0.04255950078368187, 0.07288912683725357, -0.0688285231590271, 0.01875147968530655, -0.034559305757284164, 0.08184555172920227, 0.0024039631243795156, 0.0348859503865242, -0.018355678766965866, -0.05463838577270508, 0.056249603629112244, -0.0651480183005333, -0.0031779103446751833, -0.032686997205019, 0.0018652543658390641, -0.03590909391641617, 0.030047880485653877, -0.0052511440590023994, -0.07405848801136017, -0.0521845668554306, -0.06551250070333481, 0.08354956656694412, -0.030755652114748955, 0.0001917657646117732, 0.07763753831386566, 0.06046655401587486, 0.015835927799344063, 0.018789099529385567, -0.01498227659612894, -0.012645987793803215, -0.02245449647307396, -0.09926064312458038, -0.02402491681277752, -0.0390193946659565, 0.018017543479800224, -0.011037851683795452, 0.03193699195981026, -0.02205815538764, 0.10132196545600891, 0.0687122717499733, 0.03311920166015625, 0.051806069910526276, -0.06453881412744522, 0.000383206905098632, 0.030575864017009735, 0.13932287693023682, -0.07667963951826096, 0.00889651756733656, 0.014168303459882736, -0.07267186790704727, 0.02946537919342518, -0.04802306741476059, -0.03275752812623978, -0.0036582641769200563, 0.08072880655527115, -0.06925700604915619, -0.04584855958819389, -0.09255814552307129, 0.06838148087263107, -0.015507899224758148, -0.0103226937353611, -0.07243089377880096, 0.04843119531869888, 0.037613146007061005, 0.015183565206825733, -0.038891565054655075, -0.0018390095792710781, -0.04669128730893135, 0.08163376152515411, 0.055158935487270355, 0.016187669709324837, 0.06722573935985565, -0.03025682270526886, -0.02439836598932743, -0.045383356511592865, -0.009662561118602753, -0.036743298172950745, 0.0426764152944088, -0.04096455127000809, -0.019153466448187828, -0.0038327083457261324, 0.05770125985145569, 0.030816104263067245, -0.07697588205337524, 0.023993363603949547, 0.05459296703338623, 0.03605353832244873, -0.05568796023726463, 0.04739272966980934, 0.1114410012960434, 0.05923959240317345, 0.030839718878269196, -0.05522867664694786, -0.06007612124085426, 0.02876470796763897, 0.07663659751415253, 0.016338884830474854, 9.377196881733738e-33, 0.12979581952095032, -0.03262505307793617, -0.04852477088570595, -0.08789421617984772, 0.010433086194097996, 0.0996018499135971, 0.02857917919754982, 0.06634144484996796, -0.0008590081706643105, 0.04977943375706673, 0.01548768300563097, -0.042944613844156265, -0.03539774939417839, -0.06328818947076797, 0.004200981929898262, -0.055639464408159256, -0.01189318299293518, -0.002013853285461664, -0.058934230357408524, 0.0595056377351284, 0.07212945073843002, -0.06253455579280853, -0.08609627932310104, 0.008837218396365643, 0.023395797237753868, -0.003752019489184022, -0.00238605123013258, -0.027937524020671844, -0.014026758261024952, 0.003575035138055682, -0.059077780693769455, -0.01414649747312069, -0.008598162792623043, 0.042903631925582886, 0.02885149046778679, -0.013324526138603687, 0.00954519771039486, -0.03515145555138588, -0.013158963061869144, -0.09025102108716965, -0.09113959223031998, 0.018429672345519066, -0.035366687923669815, -0.0713706687092781, 0.027700578793883324, -0.03319723159074783, -0.057952966541051865, -0.03394092246890068, 0.007866798900067806, -0.06745178997516632, 0.07007627189159393, 0.06853635609149933, 0.053398992866277695, -0.05118886008858681, -0.01190428901463747, -0.003444286761805415, -0.02690247632563114, 0.08726564049720764, 0.0032219134736806154, 0.00444002216681838, -0.025784386321902275, -0.036382582038640976, 0.03614399582147598, -0.09267593920230865, 0.03879869356751442, 0.05141676962375641, 0.05240011215209961, 0.09273634850978851, -0.0022599976509809494, -0.019092077389359474, 0.005037250462919474, 0.05243825912475586, -0.036201607435941696, -0.010456397198140621, 0.05018899589776993, -0.09300396591424942, -0.0028853199910372496, 0.013093606568872929, 0.02511599473655224, -0.016737908124923706, -0.04304340481758118, -0.04444387927651405, 0.018280955031514168, 0.02581171877682209, 0.0027318987995386124, 0.03188512474298477, -0.00892059225589037, -0.058977581560611725, -0.006618480663746595, -0.03989199921488762, -0.016504213213920593, 0.04130871221423149, 0.019587989896535873, -0.023453429341316223, -0.022901814430952072, -8.665401256848257e-33, 0.035276029258966446, -0.10108449310064316, -0.042543668299913406, -0.007945550605654716, 0.06703434884548187, -0.06972667574882507, 0.008434510789811611, 0.04459546133875847, 0.07481486350297928, -0.0002947801840491593, -0.005318242125213146, -0.08883020281791687, -0.0005079084658063948, -0.07971426099538803, 0.013737533241510391, 0.0506771095097065, -0.028631698340177536, 0.023246964439749718, -0.0299784317612648, 0.10545838624238968, 0.0177144818007946, 0.010985132306814194, -0.07196538150310516, 0.061194226145744324, -0.024082280695438385, -0.007185565307736397, 0.021113106980919838, -0.02059166505932808, 0.06142514944076538, 0.01580188237130642, 0.005690888036042452, -0.026014450937509537, -0.08478661626577377, 0.03270132467150688, -0.009663041681051254, -0.055517762899398804, -0.06369682401418686, -0.0027134865522384644, -0.028059683740139008, 0.04946840927004814, 0.08776994049549103, 0.10290662199258804, -0.02691665105521679, 0.0926244929432869, 0.04367382079362869, 0.036562759429216385, 0.027893953025341034, -0.03595496714115143, -0.09752310812473297, 0.01867879182100296, -0.006093822419643402, -0.01725487969815731, -0.0641905888915062, 0.09327411651611328, -0.016123875975608826, -0.028014082461595535, 0.06092444434762001, -0.08306355029344559, -0.15148170292377472, 0.03736210614442825, -0.003612703178077936, 0.050914257764816284, 0.040331706404685974, -0.09454063326120377, 0.12398739159107208, -0.023502755910158157, 0.04122451692819595, -0.027749868109822273, -0.006085662171244621, 0.032572172582149506, -0.004417188931256533, -0.06918296962976456, -0.02079891785979271, 0.06019007787108421, 0.054161179810762405, 0.04970724135637283, -0.015412719920277596, 0.017691470682621002, 0.04749003052711487, 0.04537805914878845, -0.03322826325893402, 0.014517166651785374, 0.06546743959188461, 0.09338429570198059, -0.039912451058626175, 0.04373345151543617, 0.009817362762987614, 0.14704857766628265, 0.05174057185649872, -0.05474396049976349, 0.03885546699166298, -0.01924969255924225, -0.02059043012559414, 0.04133268818259239, -0.005533617455512285, -6.262860097194789e-8, -0.021084485575556755, -0.011120505630970001, -0.13149723410606384, 0.04243400692939758, 0.025412732735276222, 0.02660655416548252, -0.049347009509801865, 0.059629425406455994, -0.038451455533504486, -0.058596495538949966, 0.03622123599052429, 0.058219071477651596, -0.03269149363040924, -0.05446886271238327, -0.028892571106553078, -0.13965517282485962, -0.017799239605665207, 0.030123814940452576, -0.08400962501764297, -0.06744087487459183, -0.05800487473607063, 0.02345176786184311, -0.021359961479902267, 0.0016620248788967729, -0.003946713637560606, -0.0043579270131886005, 0.019550230354070663, 0.00104551762342453, 0.12675300240516663, 0.015123234130442142, -0.03154952824115753, 0.013911491259932518, -0.024586590006947517, -0.007566520478576422, -0.02597922272980213, 0.06257724016904831, 0.07732585817575455, -0.02657816745340824, -0.01924663409590721, 0.03222037851810455, 0.09661854058504105, 0.0010836407309398055, -0.034974370151758194, 0.006541370414197445, -0.021891245618462563, -0.081296905875206, -0.023853642866015434, -0.008604795671999454, 0.07497917860746384, -0.002992382738739252, -0.002217979170382023, -0.024285731837153435, 0.039231810718774796, 0.04121022671461105, 0.07333805412054062, -0.014765191823244095, -0.01979834772646427, -0.049933090806007385, 0.027352796867489815, -0.030604710802435875, 0.025141842663288116, -0.09623020887374878, 0.02473681978881359, 0.08431762456893921 ]
-0.012075
tribe nodes {pull}21546[#21546] (issues: {issue}16392[#16392], {issue}21122[#21122]) [float] === Regressions Bulk:: \* Fix \_bulk response when it can't create an index {pull}24048[#24048] (issues: {issue}22488[#22488], {issue}24028[#24028]) Core:: \* Source filtering: only accept array items if the previous include pattern matches {pull}22593[#22593] (issue: {issue}22557[#22557]) Highlighting:: \* Handle SynonymQuery extraction for the FastVectorHighlighter {pull}20829[#20829] (issue: {issue}20781[#20781]) Logging:: \* Restores the original default format of search slow log {pull}21770[#21770] (issue: {issue}21711[#21711]) Network:: \* You had one job Netty logging guard {pull}24469[#24469] (issues: {issue}5624[#5624], {issue}6568[#6568]) Plugin Discovery EC2:: \* Fix ec2 discovery when used with IAM profiles. {pull}21042[#21042] (issue: {issue}21039[#21039]) Plugin Repository S3:: \* Fix s3 repository when used with IAM profiles {pull}21058[#21058] (issue: {issue}21048[#21048]) Plugins:: \* Plugins: Add back user agent when downloading plugins {pull}20872[#20872] Search:: \* Handle specialized term queries in MappedFieldType.extractTerm(Query) {pull}21889[#21889] (issue: {issue}21882[#21882]) //[float] //=== Known Issues [float] === Upgrades Aggregations:: \* Upgrade HDRHistogram to 2.1.9 {pull}23254[#23254] (issue: {issue}23239[#23239]) Core:: \* Upgrade to Lucene 6.5.0 {pull}23750[#23750] \* Upgrade from JNA 4.2.2 to JNA 4.4.0 {pull}23636[#23636] \* Upgrade to lucene-6.5.0-snapshot-d00c5ca {pull}23385[#23385] \* Upgrade to lucene-6.5.0-snapshot-f919485. {pull}23087[#23087] \* Upgrade to Lucene 6.4.0 {pull}22724[#22724] \* Update Jackson to 2.8.6 {pull}22596[#22596] (issue: {issue}22266[#22266]) \* Upgrade to lucene-6.4.0-snapshot-084f7a0. {pull}22413[#22413] \* Upgrade to lucene-6.4.0-snapshot-ec38570 {pull}21853[#21853] \* Upgrade to lucene-6.3.0. {pull}21464[#21464] Dates:: \* Update Joda Time to version 2.9.5 {pull}21468[#21468] (issues: {issue}20911[#20911], {issue}332[#332], {issue}373[#373], {issue}378[#378], {issue}379[#379], {issue}386[#386], {issue}394[#394], {issue}396[#396], {issue}397[#397], {issue}404[#404], {issue}69[#69]) Internal:: \* Upgrade to Lucene 6.4.1. {pull}22978[#22978] Logging:: \* Upgrade to Log4j 2.8.2 {pull}23995[#23995] \* Upgrade Log4j 2 to version 2.7 {pull}20805[#20805] (issue: {issue}20304[#20304]) Network:: \* Upgrade Netty to 4.1.10.Final {pull}24414[#24414] \* Upgrade to Netty 4.1.9 {pull}23540[#23540] (issues: {issue}23172[#23172], {issue}6308[#6308], {issue}6374[#6374]) \* Upgrade to Netty 4.1.8 {pull}23055[#23055] \* Upgrade to Netty 4.1.7 {pull}22587[#22587] \* Upgrade to Netty 4.1.6 {pull}21051[#21051] Plugin Repository Azure:: \* Update to Azure Storage 5.0.0 {pull}23517[#23517] (issue: {issue}23448[#23448])
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/release-notes/6.2.asciidoc
6.2
elasticsearch-6-2
[ -0.05965481325984001, 0.048083726316690445, 0.04865044355392456, 0.0651916041970253, 0.048015955835580826, -0.05433494225144386, 0.001239549950696528, -0.0696389228105545, -0.03149465471506119, 0.03383543714880943, 0.03868583217263222, -0.06972835212945938, 0.00852733850479126, -0.014612500555813313, 0.01734052412211895, 0.13495571911334991, -0.0733984038233757, 0.037388354539871216, -0.01300964318215847, -0.002938212128356099, 0.047410182654857635, 0.09173610061407089, -0.0667923241853714, 0.03142625838518143, -0.025657130405306816, 0.03512262552976608, -0.1409015655517578, -0.013112504035234451, 0.02251887321472168, -0.04234269633889198, -0.045767296105623245, 0.11007147282361984, -0.06496141105890274, 0.1173524484038353, -0.04076983407139778, 0.09543881565332413, -0.07851111143827438, 0.03127754479646683, 0.02209760993719101, -0.006210666615515947, 0.09045614302158356, 0.0022268809843808413, 0.003253822447732091, -0.04149560257792473, -0.034202348440885544, -0.042589955031871796, -0.033479686826467514, 0.017672214657068253, -0.044982485473155975, -0.03352399170398712, -0.06665658950805664, -0.0017898286459967494, 0.023321880027651787, 0.010401207022368908, 0.07956961542367935, -0.019589778035879135, -0.04287060350179672, -0.01583844982087612, 0.06603407859802246, -0.06581956893205643, 0.05943383276462555, -0.07112540304660797, -0.04104340821504593, -0.05662832781672478, 0.0434015728533268, -0.010430765338242054, -0.04767480492591858, 0.045832738280296326, 0.060671158134937286, 0.010786534287035465, 0.02730710431933403, 0.03581539914011955, -0.10028743743896484, 0.017805229872465134, 0.007119437213987112, 0.11075302958488464, -0.006166871637105942, -0.00669392803683877, -0.05432578921318054, -0.08759663254022598, -0.032127827405929565, -0.051929980516433716, 0.06591840088367462, -0.046372510492801666, -0.011407280340790749, -0.0026043462567031384, -0.04287209361791611, -0.036878522485494614, 0.026528898626565933, -0.05392196774482727, 0.03316313773393631, -0.07754269987344742, 0.05500313639640808, -0.0030030380003154278, 0.12002605199813843, 0.008426431566476822, 0.03352072089910507, -0.027653569355607033, 0.047881484031677246, 0.09076771885156631, 0.05468989908695221, 0.0148420799523592, -0.03915014490485191, -0.014079060405492783, -0.05982734262943268, -0.020663980394601822, 0.011571905575692654, 0.015382400713860989, -0.05159826576709747, -0.0006773190107196569, -0.04357543960213661, 0.09595755487680435, 0.0017832792364060879, -0.05233661085367203, 0.009494994767010212, -0.06135043501853943, 0.041014112532138824, -0.011577417142689228, -0.02338375709950924, 0.10695024579763412, 0.010715307667851448, 0.024094387888908386, -0.04689454659819603, -0.007836681790649891, 0.051637232303619385, 0.0700623095035553, -0.05472240224480629, 8.648900989582559e-33, 0.06641469895839691, 0.022341905161738396, -0.07933806627988815, -0.11729589104652405, 0.041561197489500046, -0.005720149260014296, 0.023568416014313698, 0.0026671867817640305, -0.07198279350996017, 0.03457042947411537, -0.12114594131708145, 0.03620196133852005, 0.02857811190187931, 0.011397276073694229, -0.04661814495921135, -0.07289721071720123, 0.03769657388329506, 0.047119252383708954, -0.028690136969089508, 0.008752807974815369, -0.022260790690779686, -0.07642985880374908, -0.04767601191997528, -0.0013965870020911098, -0.0680716335773468, -0.043686140328645706, 0.009519213810563087, -0.01650785468518734, 0.00682956213131547, -0.005331553518772125, -0.02438485436141491, 0.0336354598402977, 0.07849688082933426, 0.004799948539584875, 0.07368798553943634, -0.023374833166599274, 0.010120764374732971, -0.024454977363348007, -0.043217938393354416, -0.11697760224342346, -0.057916682213544846, 0.06322465091943741, -0.042528826743364334, -0.029307415708899498, 0.02589232847094536, 0.020716732367873192, -0.04900457337498665, 0.020654913038015366, 0.03826647996902466, -0.03201514482498169, 0.027458874508738518, 0.04128699749708176, -0.010847632773220539, -0.024144383147358894, -0.04157624766230583, 0.001350832637399435, 0.035673584789037704, 0.056125931441783905, 0.00733789661899209, 0.09145884215831757, -0.0027225534431636333, 0.028537599369883537, -0.0017878024373203516, -0.06320006400346756, 0.020239710807800293, 0.03774908185005188, 0.08046381175518036, 0.12057477235794067, -0.005146631971001625, -0.010518223978579044, 0.010449524968862534, 0.05189352110028267, 0.02730422094464302, -0.043444372713565826, 0.07575754076242447, -0.07215525954961777, 0.006031555589288473, -0.0854325219988823, 0.015139595605432987, -0.05987992510199547, -0.06032226234674454, -0.04668222367763519, 0.003596823662519455, -0.013987403362989426, -0.008053654804825783, -0.013414864428341389, -0.06032784655690193, -0.07916110008955002, 0.031214091926813126, 0.010063905268907547, 0.014145187102258205, 0.05377049744129181, -0.07594385743141174, -0.05682940408587456, 0.0010458938777446747, -6.57535246461906e-33, 0.03520454838871956, -0.022802460938692093, 0.018603941425681114, -0.027450140565633774, 0.045262668281793594, -0.04469125345349312, 0.015001283958554268, -0.02244505286216736, 0.10660697519779205, 0.010416192002594471, 0.02864593081176281, -0.05075012519955635, -0.022036295384168625, -0.054227858781814575, 0.06767779588699341, 0.04697771370410919, -0.02332114614546299, -0.011131529696285725, 0.011457127518951893, 0.04379940405488014, -0.038266703486442566, 0.06361781805753708, -0.10130172222852707, 0.06787332892417908, -0.016022132709622383, 0.0013224499998614192, 0.03699468448758125, 0.05718109384179115, 0.049476295709609985, -0.062471237033605576, -0.03632040694355965, -0.026227757334709167, -0.10143199563026428, -0.012645135633647442, 0.034521691501140594, -0.013681764714419842, -0.03182351216673851, 0.06504794955253601, -0.02132513001561165, -0.025092177093029022, 0.01940922811627388, 0.08295146375894547, -0.04709942638874054, 0.05384759604930878, 0.014170962385833263, -0.010316547937691212, 0.03664318472146988, 0.015340305864810944, -0.02861933410167694, 0.018834087997674942, 0.056954525411129, -0.0005474401405081153, 0.012393378652632236, 0.06896258890628815, 0.005583689548075199, -0.046260759234428406, 0.009995109401643276, -0.034491267055273056, -0.09502478688955307, -0.023813234642148018, -0.0069291237741708755, -0.03632817417383194, -0.04414033144712448, 0.033529866486787796, 0.11075733602046967, -0.06292735785245895, -0.008659392595291138, -0.05054916441440582, -0.022939473390579224, 0.052196819335222244, 0.024737298488616943, -0.04014415666460991, -0.012301904149353504, 0.00736264418810606, 0.04932365193963051, -0.012903064489364624, -0.03604600578546524, -0.017499146983027458, -0.005435143131762743, 0.08646959066390991, -0.07893037050962448, 0.12139789760112762, 0.05246679484844208, 0.05228818207979202, 0.017605314031243324, 0.04119480028748512, 0.023571496829390526, 0.11296604573726654, 0.001314135268330574, 0.021008314564824104, 0.003840022487565875, -0.0644158199429512, 0.0258366446942091, 0.05629349499940872, 0.0166066512465477, -6.124975016064127e-8, -0.04292721301317215, -0.01615029014647007, -0.07915062457323074, 0.03590697795152664, 0.08973217755556107, 0.060305673629045486, -0.01598900370299816, 0.09934427589178085, -0.053931448608636856, 0.0013748813653364778, 0.023242801427841187, 0.039452385157346725, -0.03353706747293472, -0.0022581233642995358, 0.05316980928182602, -0.12408782541751862, 0.02251734584569931, 0.005975940730422735, -0.07737819105386734, -0.08914628624916077, -0.010373884811997414, 0.06753009557723999, 0.029002372175455093, 0.00005138580308994278, 0.05645871162414551, -0.030645938590168953, 0.011651639826595783, 0.04508603736758232, 0.015203731134533882, 0.013591543771326542, 0.02038823813199997, 0.014248773455619812, -0.0904642790555954, -0.05264727771282196, 0.014468228444457054, 0.08101335167884827, 0.01806441694498062, 0.06067998334765434, 0.029204459860920906, 0.04702917858958244, -0.0024034492671489716, 0.04602338746190071, -0.01594519428908825, 0.050562843680381775, -0.021043097600340843, -0.06920073926448822, -0.09076442569494247, -0.017223507165908813, 0.13666509091854095, -0.12012921273708344, 0.020411428064107895, -0.07133764773607254, -0.043821677565574646, 0.08399000763893127, 0.019227493554353714, -0.015724707394838333, -0.016588885337114334, -0.04741412401199341, 0.02566354162991047, -0.01525072567164898, 0.10297326743602753, -0.08254703134298325, 0.05425942316651344, 0.03009350597858429 ]
0.064915
[[tune-for-indexing-speed]] == Tune for indexing speed [float] === Use bulk requests Bulk requests will yield much better performance than single-document index requests. In order to know the optimal size of a bulk request, you should run a benchmark on a single node with a single shard. First try to index 100 documents at once, then 200, then 400, etc. doubling the number of documents in a bulk request in every benchmark run. When the indexing speed starts to plateau then you know you reached the optimal size of a bulk request for your data. In case of tie, it is better to err in the direction of too few rather than too many documents. Beware that too large bulk requests might put the cluster under memory pressure when many of them are sent concurrently, so it is advisable to avoid going beyond a couple tens of megabytes per request even if larger requests seem to perform better. [float] [[multiple-workers-threads]] === Use multiple workers/threads to send data to Elasticsearch A single thread sending bulk requests is unlikely to be able to max out the indexing capacity of an Elasticsearch cluster. In order to use all resources of the cluster, you should send data from multiple threads or processes. In addition to making better use of the resources of the cluster, this should help reduce the cost of each fsync. Make sure to watch for `TOO\_MANY\_REQUESTS (429)` response codes (`EsRejectedExecutionException` with the Java client), which is the way that Elasticsearch tells you that it cannot keep up with the current indexing rate. When it happens, you should pause indexing a bit before trying again, ideally with randomized exponential backoff. Similarly to sizing bulk requests, only testing can tell what the optimal number of workers is. This can be tested by progressively increasing the number of workers until either I/O or CPU is saturated on the cluster. [float] === Increase the refresh interval The default <> is `1s`, which forces Elasticsearch to create a new segment every second. Increasing this value (to say, `30s`) will allow larger segments to flush and decreases future merge pressure. [float] === Disable refresh and replicas for initial loads If you need to load a large amount of data at once, you should disable refresh by setting `index.refresh\_interval` to `-1` and set `index.number\_of\_replicas` to `0`. This will temporarily put your index at risk since the loss of any shard will cause data loss, but at the same time indexing will be faster since documents will be indexed only once. Once the initial loading is finished, you can set `index.refresh\_interval` and `index.number\_of\_replicas` back to their original values. [float] === Disable swapping You should make sure that the operating system is not swapping out the java process by <>. [float] === Give memory to the filesystem cache The filesystem cache will be used in order to buffer I/O operations. You should make sure to give at least half the memory of the machine running Elasticsearch to the filesystem cache. [float] === Use auto-generated ids When indexing a document that has an explicit id, Elasticsearch needs to check whether a document with the same id already exists within the same shard, which is a costly operation and gets even more costly as the index grows. By using auto-generated ids, Elasticsearch can skip this check, which makes indexing faster. [float] === Use faster hardware If indexing is I/O bound, you should investigate giving more memory to the filesystem cache (see above) or buying faster drives. In particular SSD drives are known to perform better than spinning disks. Always use local storage, remote
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/indexing-speed.asciidoc
6.2
elasticsearch-6-2
[ 0.045440539717674255, 0.030592404305934906, -0.03797014057636261, 0.04489479959011078, 0.002562195062637329, -0.0622667521238327, -0.057021364569664, -0.0013247038004919887, 0.017143260687589645, 0.04103171452879906, -0.08058663457632065, -0.016597187146544456, 0.0023285187780857086, -0.040986429899930954, -0.04488737881183624, -0.007819484919309616, 0.005905674770474434, -0.04907103627920151, -0.04529649764299393, 0.04737357795238495, 0.05901794508099556, -0.024388927966356277, 0.048347439616918564, -0.04125342145562172, -0.08837825804948807, 0.03392576798796654, -0.06244223937392235, -0.04865158721804619, -0.00374065269716084, 0.00964528787881136, -0.01773306168615818, -0.04650067165493965, 0.008613377809524536, 0.06912483274936676, -0.026364197954535484, 0.06608624756336212, -0.004846374969929457, -0.0958893746137619, -0.06725650280714035, 0.09946978837251663, 0.04567971080541611, 0.019720839336514473, -0.0680573582649231, -0.06425327807664871, -0.014437530189752579, -0.03406531363725662, -0.038699906319379807, 0.008767427876591682, 0.034693311899900436, 0.05529676750302315, -0.04075589403510094, -0.0025060635525733232, -0.022942375391721725, 0.026273619383573532, -0.02078346349298954, 0.0026696042623370886, -0.03118676133453846, -0.016087694093585014, -0.014183774590492249, -0.05621420592069626, 0.09272132068872452, -0.09284663945436478, 0.031239278614521027, -0.040496762841939926, 0.04041857272386551, 0.012236377224326134, 0.10145687311887741, 0.01785152405500412, 0.003094031708315015, 0.00899217464029789, 0.06502780318260193, 0.020912175998091698, -0.052345700562000275, 0.036065563559532166, 0.02887280099093914, 0.03952173516154289, 0.014047999866306782, -0.05426151305437088, -0.006705031730234623, 0.012320914305746555, -0.0429694727063179, -0.03136829659342766, -0.016643160954117775, -0.007734276819974184, -0.05416065827012062, -0.10605742782354355, 0.026601092889904976, -0.03064015693962574, 0.014812920242547989, 0.005536728538572788, 0.04392218217253685, 0.05339584872126579, -0.015913940966129303, -0.029539627954363823, 0.09432349354028702, 0.08147638291120529, -0.04086872562766075, 0.052997808903455734, 0.022586382925510406, -0.0007709897472523153, 0.06065281480550766, -0.07925392687320709, 0.0710812509059906, 0.0005047022714279592, 0.02478976920247078, -0.0010951852891594172, -0.03677533194422722, 0.034928590059280396, -0.023468999192118645, -0.061327870935201645, 0.06483711302280426, 0.038076918572187424, -0.009280512109398842, 0.025479502975940704, -0.018027987331151962, 0.0550023652613163, 0.016557054594159126, -0.038696762174367905, 0.007422727067023516, 0.17849062383174896, 0.04911288619041443, -0.027767324820160866, 0.0030229578260332346, -0.0777214840054512, 0.03699670359492302, 0.010628694668412209, -0.07595692574977875, 5.597084392687659e-33, 0.04011044278740883, 0.023244241252541542, -0.0038158327806741, -0.06022895500063896, -0.03023594245314598, 0.06108729913830757, 0.005275649484246969, 0.06301997601985931, -0.09166470170021057, -0.08825844526290894, -0.11840546876192093, 0.06884569674730301, 0.037453554570674896, -0.006009045988321304, 0.0009236859041266143, -0.04097599908709526, 0.10316760838031769, 0.05318140611052513, 0.015676695853471756, 0.024504657834768295, 0.04697246849536896, -0.08735718578100204, -0.041160933673381805, -0.02830946072936058, -0.03361445665359497, -0.019386805593967438, 0.016345469281077385, -0.08159156143665314, -0.04280715435743332, 0.02190299704670906, -0.013209665194153786, -0.004758440889418125, 0.007735923398286104, -0.00517338328063488, 0.000312759104417637, 0.03066346049308777, -0.02901846170425415, 0.049498315900564194, -0.013972904533147812, -0.05476374924182892, -0.04250890761613846, 0.008344008587300777, 0.04997783899307251, -0.024769289419054985, -0.03086312673985958, 0.03812359273433685, -0.042444467544555664, 0.0025300802662968636, 0.010507313534617424, 0.03856304660439491, 0.024533795192837715, -0.04145492985844612, 0.06590951234102249, 0.05435573682188988, 0.06509842723608017, 0.023253319784998894, 0.009506416507065296, 0.04112527146935463, -0.01706145517528057, 0.07788827270269394, -0.01645490899682045, -0.07152345776557922, 0.012746467255055904, 0.08944331109523773, 0.01800633780658245, 0.022146670147776604, 0.06838496029376984, 0.11837199330329895, 0.03320164978504181, -0.047833748161792755, -0.016967322677373886, 0.04642182216048241, 0.061288587749004364, -0.06662070751190186, -0.03724224492907524, -0.027176015079021454, 0.06931044161319733, -0.03188537806272507, -0.1048310324549675, 0.0025173972826451063, -0.06475129723548889, 0.017420098185539246, 0.04285738617181778, -0.0303331408649683, -0.03928879275918007, 0.04846971482038498, 0.0035501921083778143, 0.04243201017379761, 0.007910361513495445, 0.008806046098470688, -0.02161373570561409, 0.06272931396961212, -0.028516490012407303, -0.113071508705616, -0.052856169641017914, -5.0872728600780175e-33, 0.03354361653327942, -0.10191597789525986, -0.01287241093814373, 0.09219351410865784, 0.0736694484949112, 0.04124807193875313, -0.01051646750420332, -0.03128551319241524, -0.0644572526216507, -0.046488307416439056, 0.048620276153087616, -0.07212375849485397, -0.01799800992012024, -0.028450585901737213, -0.07406298816204071, 0.005490527953952551, 0.02805277518928051, -0.041746076196432114, 0.06490649282932281, -0.020009417086839676, -0.057213518768548965, -0.06141585856676102, 0.025813760235905647, 0.07021020352840424, 0.022928889840841293, -0.06056230515241623, -0.0897718146443367, -0.10084778815507889, -0.03648462891578674, -0.028612518683075905, -0.042472489178180695, -0.0035239423159509897, 0.03650831803679466, 0.05062996596097946, 0.04547492787241936, 0.08570414036512375, 0.0470627136528492, 0.06370721012353897, 0.04806671291589737, 0.025918172672390938, 0.07141892611980438, 0.023951737210154533, -0.024300089105963707, -0.05184103921055794, -0.017631933093070984, -0.03337373211979866, -0.08286618441343307, 0.0031326820608228445, -0.05514630675315857, 0.0326591394841671, -0.09054923057556152, -0.06395784020423889, 0.023805785924196243, 0.048488449305295944, -0.030180005356669426, -0.031196938827633858, -0.10183890163898468, 0.008157218806445599, -0.08644775301218033, 0.0477152019739151, 0.001671247067861259, 0.020989947021007538, -0.054681841284036636, 0.03434242308139801, 0.009017475880682468, -0.062304332852363586, -0.0064192842692136765, -0.14225617051124573, -0.09699976444244385, 0.05039787292480469, -0.04675489291548729, 0.02372826635837555, 0.03876171261072159, 0.09607268124818802, -0.039719708263874054, -0.008523674681782722, -0.02138439752161503, -0.049779750406742096, 0.007836800999939442, 0.06903646886348724, 0.0038437373004853725, 0.1190502792596817, 0.0054907966405153275, 0.04566618427634239, -0.035275913774967194, 0.12319988012313843, 0.046865493059158325, 0.0750916376709938, -0.04674249142408371, 0.03824221342802048, -0.02239616960287094, -0.04665529727935791, 0.004137298092246056, -0.028047651052474976, -0.035724956542253494, -5.223807519882939e-8, 0.03534368798136711, 0.02203475683927536, -0.03553468734025955, 0.0506657175719738, 0.0146761080250144, 0.037857551127672195, -0.05510390177369118, 0.07120480388402939, -0.02462109364569187, 0.021186402067542076, 0.09257899224758148, -0.05641394481062889, -0.07517975568771362, 0.02816133387386799, 0.04134736582636833, -0.03400065004825592, 0.03326321020722389, -0.05814230069518089, -0.02735486999154091, -0.006731286179274321, 0.0033741220831871033, 0.015539247542619705, 0.010948083363473415, 0.038812149316072464, 0.08603241294622421, -0.014313718304038048, 0.06966329365968704, 0.05167887359857559, 0.01654071919620037, -0.07525032758712769, -0.11077574640512466, -0.06281885504722595, -0.07594864815473557, 0.03304484486579895, 0.01505985390394926, -0.005821481812745333, -0.07546783238649368, 0.08023282140493393, -0.009637993760406971, 0.09790235757827759, 0.06960326433181763, 0.048891812562942505, -0.002133700530976057, -0.02924039401113987, 0.12560206651687622, 0.0004898890038020909, -0.07311943173408508, 0.0773686096072197, -0.015442182309925556, -0.032737378031015396, -0.027089979499578476, -0.04278261587023735, -0.006390195339918137, 0.11931978166103363, 0.007951177656650543, 0.02863239496946335, -0.007098665926605463, -0.02367641218006611, 0.07741416245698929, 0.049049440771341324, 0.04642895981669426, -0.007340415380895138, -0.09566938132047653, -0.034753743559122086 ]
0.085272
skip this check, which makes indexing faster. [float] === Use faster hardware If indexing is I/O bound, you should investigate giving more memory to the filesystem cache (see above) or buying faster drives. In particular SSD drives are known to perform better than spinning disks. Always use local storage, remote filesystems such as `NFS` or `SMB` should be avoided. Also beware of virtualized storage such as Amazon's `Elastic Block Storage`. Virtualized storage works very well with Elasticsearch, and it is appealing since it is so fast and simple to set up, but it is also unfortunately inherently slower on an ongoing basis when compared to dedicated local storage. If you put an index on `EBS`, be sure to use provisioned IOPS otherwise operations could be quickly throttled. Stripe your index across multiple SSDs by configuring a RAID 0 array. Remember that it will increase the risk of failure since the failure of any one SSD destroys the index. However this is typically the right tradeoff to make: optimize single shards for maximum performance, and then add replicas across different nodes so there's redundancy for any node failures. You can also use <> to backup the index for further insurance. [float] === Indexing buffer size If your node is doing only heavy indexing, be sure <> is large enough to give at most 512 MB indexing buffer per shard doing heavy indexing (beyond that indexing performance does not typically improve). Elasticsearch takes that setting (a percentage of the java heap or an absolute byte-size), and uses it as a shared buffer across all active shards. Very active shards will naturally use this buffer more than shards that are performing lightweight indexing. The default is `10%` which is often plenty: for example, if you give the JVM 10GB of memory, it will give 1GB to the index buffer, which is enough to host two shards that are heavily indexing. [float] [[\_disable\_literal\_\_field\_names\_literal]] === Disable `\_field\_names` The <> introduces some index-time overhead, so you might want to disable it if you never need to run `exists` queries. [float] === Additional optimizations Many of the strategies outlined in <> also provide an improvement in the speed of indexing.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/indexing-speed.asciidoc
6.2
elasticsearch-6-2
[ 0.0333700068295002, 0.04945921152830124, 0.00688703591004014, 0.03978170454502106, 0.03244709223508835, -0.020412735641002655, -0.07350537180900574, -0.006064724177122116, 0.029282866045832634, 0.018470214679837227, -0.06171061471104622, -0.0011917188530787826, 0.012156739830970764, 0.03375336527824402, -0.045048728585243225, -0.03468972444534302, 0.013491837307810783, -0.007609216962009668, -0.004514387808740139, 0.06464993953704834, 0.009805355221033096, -0.056912507861852646, 0.01862167939543724, -0.04510832950472832, 0.0009382375865243375, 0.001427098293788731, -0.0193402711302042, -0.02093632146716118, 0.0048475791700184345, -0.030645044520497322, 0.031547900289297104, -0.02423752471804619, -0.03660003840923309, 0.05899843946099281, -0.05999680981040001, -0.0018199573969468474, 0.02127739042043686, -0.10231519490480423, -0.09530527889728546, -0.022037988528609276, 0.031828559935092926, 0.018032658845186234, -0.054798271507024765, -0.03184368461370468, 0.021878397092223167, -0.026982339099049568, 0.031152475625276566, 0.02284078486263752, 0.047804199159145355, -0.01075985748320818, -0.027437638491392136, -0.03267860785126686, -0.037806231528520584, 0.05769370123744011, -0.04111621528863907, 0.012470444664359093, 0.02092982828617096, -0.07407554984092712, 0.04220518842339516, -0.07640714943408966, 0.13385070860385895, -0.010947061702609062, 0.09144467115402222, -0.05136653408408165, 0.025457236915826797, 0.03936895355582237, 0.11505025625228882, -0.0060709803365170956, -0.02073335275053978, 0.020277732983231544, 0.05018743500113487, 0.0468604676425457, -0.06112755462527275, 0.08307451009750366, 0.038227327167987823, -0.03691904619336128, 0.04384699836373329, -0.02537144534289837, 0.029214516282081604, 0.032376598566770554, -0.08175696432590485, -0.06256306916475296, -0.03766629099845886, -0.020745502784848213, -0.04818614572286606, -0.1681337207555771, -0.027588704600930214, -0.05109097808599472, 0.0024113536346703768, -0.04402732104063034, 0.15579722821712494, 0.02805316261947155, -0.005591935478150845, -0.04520314186811447, 0.07941574603319168, 0.03265638276934624, -0.05747905746102333, 0.06494326889514923, 0.01422765851020813, -0.03204209730029106, 0.0184182021766901, 0.016642674803733826, 0.02035304345190525, 0.051146168261766434, -0.01873341016471386, -0.004350369796156883, 0.08572711795568466, 0.05542862042784691, -0.06304487586021423, -0.07522622495889664, 0.08859922736883163, 0.013577462173998356, -0.07306695729494095, 0.06669726967811584, -0.06308028846979141, 0.10589335858821869, -0.017743412405252457, -0.06075984984636307, 0.018864750862121582, 0.1009472906589508, 0.017194727435708046, 0.034175727516412735, 0.06873810291290283, 0.007018007803708315, 0.034899815917015076, 0.04429621249437332, -0.0804305151104927, 9.110057708985712e-33, 0.04040081053972244, 0.046997297555208206, -0.0034264724235981703, -0.09387975186109543, -0.03664611652493477, 0.0561770424246788, -0.015784939751029015, 0.03206367418169975, -0.07922742515802383, -0.0547647625207901, -0.0802149698138237, 0.0554049089550972, 0.03784207999706268, -0.02485671080648899, 0.08033663034439087, -0.07166349142789841, 0.027053356170654297, 0.014848211780190468, 0.011770701967179775, -0.010421487502753735, 0.08165288716554642, -0.07236868143081665, 0.015398595482110977, -0.03985472768545151, 0.002768023870885372, -0.07465510815382004, -0.00718508567661047, -0.08367471396923065, -0.01871228963136673, 0.023655517026782036, -0.005837227217853069, -0.03757365047931671, 0.0018174070864915848, 0.004421420861035585, 0.05252644047141075, 0.03300783783197403, -0.009758037514984608, 0.05407214164733887, -0.03144028037786484, -0.07057902961969376, 0.018593359738588333, 0.03417105972766876, 0.025311153382062912, -0.03477790579199791, -0.05316534265875816, 0.09548886120319366, -0.05753648281097412, 0.013801692053675652, 0.011044798418879509, 0.026462828740477562, -0.0070762475952506065, 0.009661777876317501, -0.021662354469299316, 0.07249768078327179, 0.06663757562637329, 0.05092894285917282, 0.031545862555503845, -0.016617586836218834, -0.000016869664250407368, 0.018244286999106407, -0.03854122757911682, -0.057781364768743515, 0.023944862186908722, 0.043639399111270905, -0.05749640613794327, 0.017841070890426636, 0.10625186562538147, 0.04535621404647827, 0.00592209305614233, -0.02071591652929783, 0.02334660477936268, -0.031513772904872894, 0.10679210722446442, -0.04070925712585449, 0.019003720954060555, -0.061506446450948715, -0.016789427027106285, -0.012006836012005806, -0.07282378524541855, -0.05858490988612175, -0.06375878304243088, 0.01111991424113512, -0.07164047658443451, -0.0043810224160552025, 0.016685614362359047, 0.0030111137311905622, 0.038457538932561874, -0.010235430672764778, -0.00340140238404274, -0.01935187354683876, -0.020269567146897316, 0.06041456758975983, 0.044648706912994385, -0.11753273010253906, -0.05188635364174843, -7.462016833184772e-33, 0.0007903052028268576, -0.09326492995023727, 0.06113278865814209, 0.08806886523962021, 0.031167354434728622, -0.016802377998828888, 0.007608529180288315, -0.059449855238199234, -0.016107851639389992, -0.07180452346801758, -0.058372825384140015, -0.055696673691272736, -0.009157641790807247, -0.019143706187605858, -0.0825481116771698, 0.059861984103918076, 0.03151770308613777, -0.08016539365053177, 0.11963430792093277, 0.019914258271455765, -0.08513996005058289, 0.019480153918266296, 0.05072803050279617, 0.0639662817120552, -0.021562866866588593, 0.04679630696773529, -0.01753680221736431, -0.025494758039712906, -0.06722571700811386, -0.050635162740945816, -0.05331778898835182, 0.020468583330512047, 0.052879635244607925, -0.08041112869977951, -0.047395288944244385, 0.08853984624147415, 0.009477907791733742, -0.023158159106969833, 0.002899698680266738, -0.006938965059816837, 0.028579890727996826, 0.02287195809185505, -0.04678518325090408, -0.04999007284641266, -0.029687488451600075, -0.011270041577517986, -0.1063535064458847, 0.09396439790725708, 0.007968238554894924, 0.013144751079380512, -0.06362765282392502, 0.0014239710289984941, 0.014409550465643406, 0.03559122979640961, 0.022219395264983177, -0.04740193858742714, -0.09918832033872604, 0.061826854944229126, -0.1029452532529831, 0.012954328209161758, -0.017167549580335617, 0.04596717283129692, -0.03405468538403511, 0.024459632113575935, -0.0013935427414253354, -0.024678241461515427, 0.05278308689594269, -0.06600109487771988, -0.018289795145392418, 0.007106826640665531, -0.08828609436750412, -0.053607430309057236, 0.013949606567621231, -0.0019618812948465347, -0.044038187712430954, 0.017761772498488426, 0.05033714696764946, 0.006552171427756548, 0.04319947212934494, 0.019720641896128654, -0.06092453375458717, 0.09921325743198395, -0.036949120461940765, 0.014803330413997173, -0.0502476766705513, 0.04615756496787071, -0.005904946941882372, 0.004126810003072023, -0.024189792573451996, 0.04802899435162544, -0.04729616269469261, -0.0027623025234788656, -0.053516846150159836, -0.008811253122985363, 0.013822603039443493, -5.4142198280260345e-8, 0.0513116829097271, 0.021809177473187447, -0.008416472002863884, 0.044558875262737274, -0.013563918881118298, -0.058924708515405655, -0.016300469636917114, 0.08827920258045197, 0.015376714058220387, -0.0022060067858546972, 0.09920928627252579, -0.07790452986955643, -0.027149852365255356, -0.03547539561986923, 0.025819828733801842, -0.0011851770104840398, 0.03996971249580383, -0.018635917454957962, -0.05323409661650658, 0.014970998279750347, 0.010533452033996582, 0.07279753684997559, 0.0430351197719574, 0.01204612199217081, 0.025834934785962105, 0.049395639449357986, 0.08441802859306335, -0.05387967452406883, 0.043509263545274734, 0.016819553449749947, -0.02501467615365982, -0.03200385347008705, -0.02304810844361782, 0.07783923298120499, 0.03690749406814575, -0.030425990000367165, -0.032705552875995636, 0.04307415708899498, 0.027258917689323425, 0.12490352243185043, 0.018149932846426964, 0.05493529513478279, 0.0046776095405220985, -0.0268718209117651, 0.02576957829296589, -0.041788630187511444, -0.05386760085821152, 0.07880083471536636, 0.006701819598674774, 0.04948875308036804, -0.027280179783701897, -0.07201791554689407, -0.04154485836625099, 0.13253481686115265, 0.03254740685224533, 0.048158928751945496, -0.009556416422128677, -0.00030218923348002136, 0.07917386293411255, 0.12570364773273468, 0.08272647112607956, -0.15113408863544464, -0.11497599631547928, 0.010805927217006683 ]
-0.027866
[[tune-for-search-speed]] == Tune for search speed [float] === Give memory to the filesystem cache Elasticsearch heavily relies on the filesystem cache in order to make search fast. In general, you should make sure that at least half the available memory goes to the filesystem cache so that Elasticsearch can keep hot regions of the index in physical memory. [float] === Use faster hardware If your search is I/O bound, you should investigate giving more memory to the filesystem cache (see above) or buying faster drives. In particular SSD drives are known to perform better than spinning disks. Always use local storage, remote filesystems such as `NFS` or `SMB` should be avoided. Also beware of virtualized storage such as Amazon's `Elastic Block Storage`. Virtualized storage works very well with Elasticsearch, and it is appealing since it is so fast and simple to set up, but it is also unfortunately inherently slower on an ongoing basis when compared to dedicated local storage. If you put an index on `EBS`, be sure to use provisioned IOPS otherwise operations could be quickly throttled. If your search is CPU-bound, you should investigate buying faster CPUs. [float] === Document modeling Documents should be modeled so that search-time operations are as cheap as possible. In particular, joins should be avoided. <> can make queries several times slower and <> relations can make queries hundreds of times slower. So if the same questions can be answered without joins by denormalizing documents, significant speedups can be expected. [float] === Pre-index data You should leverage patterns in your queries to optimize the way data is indexed. For instance, if all your documents have a `price` field and most queries run <> aggregations on a fixed list of ranges, you could make this aggregation faster by pre-indexing the ranges into the index and using a <> aggregations. For instance, if documents look like: [source,js] -------------------------------------------------- PUT index/\_doc/1 { "designation": "spoon", "price": 13 } -------------------------------------------------- // CONSOLE and search requests look like: [source,js] -------------------------------------------------- GET index/\_search { "aggs": { "price\_ranges": { "range": { "field": "price", "ranges": [ { "to": 10 }, { "from": 10, "to": 100 }, { "from": 100 } ] } } } } -------------------------------------------------- // CONSOLE // TEST[continued] Then documents could be enriched by a `price\_range` field at index time, which should be mapped as a <>: [source,js] -------------------------------------------------- PUT index { "mappings": { "\_doc": { "properties": { "price\_range": { "type": "keyword" } } } } } PUT index/\_doc/1 { "designation": "spoon", "price": 13, "price\_range": "10-100" } -------------------------------------------------- // CONSOLE And then search requests could aggregate this new field rather than running a `range` aggregation on the `price` field. [source,js] -------------------------------------------------- GET index/\_search { "aggs": { "price\_ranges": { "terms": { "field": "price\_range" } } } } -------------------------------------------------- // CONSOLE // TEST[continued] [float] === Mappings The fact that some data is numeric does not mean it should always be mapped as a <>. Typically, fields storing identifiers such as an `ISBN` or any number identifying a record from another database, might benefit from being mapped as <> rather than `integer` or `long`. [float] === Avoid scripts In general, scripts should be avoided. If they are absolutely needed, you should prefer the `painless` and `expressions` engines. [float] === Search rounded dates Queries on date fields that use `now` are typically not cacheable since the range that is being matched changes all the time. However switching to a rounded date is often acceptable in terms of user experience, and has the benefit of making better use of the query cache. For instance the below query: [source,js] -------------------------------------------------- PUT index/\_doc/1 { "my\_date": "2016-05-11T16:30:55.328Z"
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/search-speed.asciidoc
6.2
elasticsearch-6-2
[ 0.04598875716328621, 0.06850302219390869, -0.005590887274593115, 0.04046029970049858, 0.026669815182685852, -0.009139969944953918, -0.0856621041893959, -0.005874329246580601, 0.03320222720503807, 0.041965655982494354, -0.056025974452495575, 0.05846336856484413, 0.011853940784931183, -0.004467773716896772, -0.029481230303645134, -0.060124557465314865, 0.030156755819916725, -0.004725449252873659, -0.02546999417245388, 0.04647346958518028, 0.01461984682828188, -0.015580110251903534, 0.025938164442777634, -0.0651959553360939, -0.04920140281319618, -0.007738532964140177, -0.03468320518732071, -0.02643277682363987, -0.0013820664025843143, -0.02453170157968998, 0.04882749915122986, -0.04219150170683861, -0.001558583928272128, 0.07115262001752853, -0.05655839666724205, 0.01546315848827362, -0.022817321121692657, -0.09551814198493958, -0.10337924212217331, -0.005553654860705137, 0.0315375030040741, 0.024999722838401794, -0.02656036615371704, -0.03519074618816376, 0.01400279812514782, -0.017217716202139854, 0.0803614929318428, -0.002813038881868124, 0.03691256046295166, -0.007448507938534021, -0.0709233283996582, -0.01419355534017086, -0.04626397415995598, 0.02278345264494419, -0.04607897624373436, 0.03303995728492737, 0.04110360145568848, -0.04173363372683525, -0.000588718568906188, -0.05688127502799034, 0.14079546928405762, -0.06216633319854736, 0.08888742327690125, -0.07126687467098236, 0.013043999671936035, 0.0042076874524354935, 0.11888831108808517, -0.018937908113002777, 0.00985906831920147, 0.004123440012335777, 0.06801256537437439, 0.04836844280362129, -0.06142211705446243, 0.06813465058803558, 0.06632572412490845, -0.0164389219135046, 0.054264135658741, -0.04613027349114418, 0.07208837568759918, 0.020297203212976456, -0.06212127208709717, -0.08224879950284958, -0.07379366457462311, -0.012711598537862301, -0.028553524985909462, -0.13174889981746674, 0.03924538195133209, -0.0839935913681984, 0.027824413031339645, -0.04195865988731384, 0.1586828976869583, -0.011350623331964016, 0.0041864668019115925, -0.053749389946460724, 0.05848347395658493, 0.03755335137248039, -0.04768700152635574, 0.06856770813465118, -0.0009973914129659534, -0.04824623465538025, 0.013226487673819065, 0.05186833068728447, 0.017647843807935715, 0.041736453771591187, -0.052388519048690796, -0.004611360840499401, 0.08917723596096039, 0.07891017198562622, -0.05734088271856308, -0.0596214160323143, 0.08133459836244583, 0.002981682075187564, -0.03943938761949539, 0.09896590560674667, -0.02956431731581688, 0.0732349380850792, -0.03625667467713356, -0.07452946901321411, -0.005931197199970484, 0.1051676869392395, 0.040931425988674164, 0.0006264208350330591, 0.03469124436378479, -0.010941279120743275, -0.00073528743814677, 0.06718488037586212, -0.0775051936507225, 8.434736204438308e-33, 0.01081538200378418, 0.04921833798289299, -0.03899542614817619, -0.07552007585763931, -0.053433697670698166, 0.05214802548289299, 0.017811840400099754, 0.05463714897632599, -0.07590707391500473, -0.03928487375378609, -0.08915062248706818, 0.0436364971101284, 0.018340477719902992, -0.00863778404891491, 0.08838707208633423, -0.06172644719481468, 0.004821115639060736, -0.025501949712634087, 0.009324324317276478, -0.015022864565253258, 0.09730440378189087, -0.041943635791540146, -0.006759687792509794, -0.05520591884851456, 0.022315625101327896, -0.0900346040725708, 0.023748112842440605, -0.06389864534139633, -0.033087991178035736, 0.007300859317183495, -0.023150218650698662, -0.0014443836407735944, -0.03603177145123482, 0.005462928209453821, 0.06770266592502594, 0.03436277434229851, -0.046308163553476334, 0.062195345759391785, -0.0257414523512125, -0.05320347845554352, -0.015379272401332855, 0.03467739373445511, -0.007789222057908773, -0.013582278043031693, -0.06273266673088074, 0.04028308764100075, -0.026242906227707863, 0.018462244421243668, 0.027893362566828728, 0.0656411349773407, -0.007587812375277281, 0.01847415789961815, 0.0056595043279230595, 0.04966534674167633, 0.08238019794225693, 0.0733395665884018, 0.06686447560787201, -0.005507044959813356, -0.020191742107272148, 0.03912758827209473, -0.015166131779551506, -0.08725345879793167, 0.10154616832733154, 0.044698163866996765, -0.042104341089725494, 0.019881844520568848, 0.08573219180107117, 0.03875016048550606, 0.012927050702273846, -0.027461957186460495, 0.05078700929880142, -0.033090200275182724, 0.1343012899160385, -0.016023606061935425, 0.023301677778363228, -0.06926870346069336, -0.0036687995307147503, -0.011841412633657455, -0.07600484043359756, -0.06604088842868805, -0.03023071400821209, 0.003991240635514259, -0.07199955731630325, 0.03971362113952637, -0.014231545850634575, -0.013888658955693245, 0.010970483534038067, -0.02185080572962761, 0.019424939528107643, -0.011507688090205193, -0.017992649227380753, 0.07993538677692413, 0.0120522640645504, -0.08227367699146271, -0.06306393444538116, -6.329850469449825e-33, 0.010430256836116314, -0.11620571464300156, 0.05067110061645508, 0.09060093760490417, 0.003740933956578374, -0.002577170031145215, 0.005532755050808191, -0.04230364412069321, -0.045810144394636154, -0.0738452896475792, -0.05623072385787964, -0.058090828359127045, -0.00845326017588377, -0.03821410983800888, -0.06579972058534622, 0.051681045442819595, 0.040550511330366135, -0.07984486222267151, 0.1084652915596962, 0.013595475815236568, -0.08499856293201447, 0.02236769162118435, 0.02003372833132744, 0.052512276917696, -0.019857879728078842, 0.02206699550151825, -0.01848534867167473, -0.019064003601670265, -0.08472298085689545, -0.056234877556562424, -0.044125381857156754, 0.03275461122393608, 0.01893197000026703, -0.06636901199817657, -0.06414949893951416, 0.08100251108407974, 0.04367455467581749, -0.039077889174222946, 0.004043161403387785, -0.0009523467160761356, 0.02557355910539627, 0.06076588109135628, 0.0013192082988098264, -0.034036580473184586, -0.015123721212148666, -0.020174799486994743, -0.09504134953022003, 0.05812358483672142, 0.026538917794823647, 0.0425642728805542, -0.01064140535891056, -0.00396299222484231, 0.005988063290715218, 0.0018728082068264484, 0.02354484610259533, -0.031055917963385582, -0.12136632949113846, 0.029350372031331062, -0.057119302451610565, 0.04493856057524681, -0.014684963971376419, 0.03826959431171417, -0.05352604016661644, -0.009748159907758236, -0.039397820830345154, -0.04350961372256279, 0.02367008663713932, -0.04403093829751015, -0.03356767073273659, 0.037435125559568405, -0.05097538232803345, -0.03276239335536957, 0.05043923854827881, 0.020667998120188713, -0.05022339150309563, 0.026243379339575768, 0.05736730620265007, 0.030916713178157806, 0.04359361156821251, 0.011403138749301434, -0.0559224933385849, 0.10353671759366989, -0.03944253921508789, 0.0324476957321167, -0.08218803256750107, 0.10419008135795593, -0.028198793530464172, 0.011010807938873768, -0.046040210872888565, 0.030972182750701904, -0.029419777914881706, -0.0479080006480217, -0.04704640805721283, -0.007855010218918324, -0.008583450689911842, -4.775721507144226e-8, 0.02777872607111931, -0.01708417944610119, 0.040782999247312546, 0.056149017065763474, 0.010445773601531982, -0.026650549843907356, -0.001843386678956449, 0.11053383350372314, 0.029111795127391815, -0.0009677772177383304, 0.08889908343553543, -0.0619649738073349, -0.06475533545017242, -0.014933990314602852, 0.049526702612638474, 0.00926646776497364, 0.06929181516170502, -0.011405382305383682, -0.06044401973485947, 0.009713059291243553, 0.009551307186484337, 0.04245497286319733, 0.0170268751680851, 0.03471516817808151, 0.05197412893176079, 0.016669301316142082, 0.08590096980333328, -0.008182263001799583, 0.007938477210700512, -0.008924304507672787, -0.03585915267467499, -0.031976666301488876, -0.021439041942358017, 0.03125755861401558, 0.02966419793665409, -0.025272749364376068, -0.042515769600868225, 0.012906821444630623, 0.0008355308091267943, 0.11978880316019058, 0.043481696397066116, 0.07575029134750366, 0.018831700086593628, -0.02179366908967495, -0.0019387794891372323, -0.0457337461411953, -0.060711778700351715, 0.055304814130067825, -0.004628692753612995, 0.023128315806388855, -0.00037572355358861387, -0.09404543042182922, -0.06339826434850693, 0.13481484353542328, 0.02203068882226944, 0.04080771282315254, 0.026766344904899597, -0.011172464117407799, 0.0645519569516182, 0.1256743222475052, 0.05870076268911362, -0.08667998760938644, -0.12812241911888123, -0.006013165693730116 ]
0.028359
cacheable since the range that is being matched changes all the time. However switching to a rounded date is often acceptable in terms of user experience, and has the benefit of making better use of the query cache. For instance the below query: [source,js] -------------------------------------------------- PUT index/\_doc/1 { "my\_date": "2016-05-11T16:30:55.328Z" } GET index/\_search { "query": { "constant\_score": { "filter": { "range": { "my\_date": { "gte": "now-1h", "lte": "now" } } } } } } -------------------------------------------------- // CONSOLE could be replaced with the following query: [source,js] -------------------------------------------------- GET index/\_search { "query": { "constant\_score": { "filter": { "range": { "my\_date": { "gte": "now-1h/m", "lte": "now/m" } } } } } } -------------------------------------------------- // CONSOLE // TEST[continued] In that case we rounded to the minute, so if the current time is `16:31:29`, the range query will match everything whose value of the `my\_date` field is between `15:31:00` and `16:31:59`. And if several users run a query that contains this range in the same minute, the query cache could help speed things up a bit. The longer the interval that is used for rounding, the more the query cache can help, but beware that too aggressive rounding might also hurt user experience. NOTE: It might be tempting to split ranges into a large cacheable part and smaller not cacheable parts in order to be able to leverage the query cache, as shown below: [source,js] -------------------------------------------------- GET index/\_search { "query": { "constant\_score": { "filter": { "bool": { "should": [ { "range": { "my\_date": { "gte": "now-1h", "lte": "now-1h/m" } } }, { "range": { "my\_date": { "gt": "now-1h/m", "lt": "now/m" } } }, { "range": { "my\_date": { "gte": "now/m", "lte": "now" } } } ] } } } } } -------------------------------------------------- // CONSOLE // TEST[continued] However such practice might make the query run slower in some cases since the overhead introduced by the `bool` query may defeat the savings from better leveraging the query cache. [float] === Force-merge read-only indices Indices that are read-only would benefit from being <>. This is typically the case with time-based indices: only the index for the current time frame is getting new documents while older indices are read-only. IMPORTANT: Don't force-merge indices that are still being written to -- leave merging to the background merge process. [float] === Warm up global ordinals Global ordinals are a data-structure that is used in order to run <> aggregations on <> fields. They are loaded lazily in memory because Elasticsearch does not know which fields will be used in `terms` aggregations and which fields won't. You can tell Elasticsearch to load global ordinals eagerly at refresh-time by configuring mappings as described below: [source,js] -------------------------------------------------- PUT index { "mappings": { "\_doc": { "properties": { "foo": { "type": "keyword", "eager\_global\_ordinals": true } } } } } -------------------------------------------------- // CONSOLE [float] === Warm up the filesystem cache If the machine running Elasticsearch is restarted, the filesystem cache will be empty, so it will take some time before the operating system loads hot regions of the index into memory so that search operations are fast. You can explicitly tell the operating system which files should be loaded into memory eagerly depending on the file extension using the <> setting. WARNING: Loading data into the filesystem cache eagerly on too many indices or too many files will make search \_slower\_ if the filesystem cache is not large enough to hold all the data. Use with caution. [float] [[\_map\_identifiers\_as\_literal\_keyword\_literal]] === Map identifiers as `keyword` When you have numeric identifiers in your documents, it is tempting to map them as numbers, which is consistent with their json type.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/search-speed.asciidoc
6.2
elasticsearch-6-2
[ -0.04550072178244591, 0.07854925096035004, 0.017436614260077477, 0.08888926357030869, 0.00003668944918899797, 0.0410991795361042, -0.0467851385474205, 0.020563391968607903, 0.06918816268444061, -0.015179676003754139, -0.08504772186279297, 0.03013119474053383, -0.028164450079202652, -0.05688962712883949, -0.016828052699565887, -0.017628153786063194, -0.004842864349484444, 0.024633469060063362, -0.008705290965735912, -0.06991502642631531, 0.039882391691207886, 0.05819721892476082, -0.018151432275772095, -0.0329529233276844, 0.043423522263765335, -0.039799317717552185, -0.04763110354542732, -0.07885308563709259, 0.051636260002851486, 0.06221494451165199, -0.06953539699316025, 0.042558666318655014, -0.06490135192871094, 0.036874234676361084, -0.10518333315849304, -0.01728610135614872, -0.0128994882106781, -0.049501702189445496, 0.08886515349149704, -0.005399427376687527, 0.004874927923083305, 0.037348486483097076, -0.032691650092601776, -0.037823040038347244, 0.008637591265141964, -0.017422150820493698, -0.007651185151189566, 0.0036590525414794683, -0.08403337001800537, 0.03972356766462326, -0.06565915793180466, -0.01428485568612814, -0.07223241031169891, -0.04355275630950928, 0.016182158142328262, 0.058252908289432526, -0.053461525589227676, 0.010908437892794609, -0.029647260904312134, -0.03611654043197632, 0.017897197976708412, -0.07597934454679489, -0.006191393360495567, -0.03644048795104027, -0.025903979316353798, -0.10436468571424484, 0.04740713909268379, -0.03718326985836029, 0.10499130189418793, 0.009303072467446327, 0.0022749705240130424, 0.033993110060691833, -0.004660677630454302, -0.05357898771762848, 0.012635656632483006, 0.083014577627182, -0.03135400637984276, -0.06454531103372574, 0.04497244581580162, -0.02500837668776512, -0.031150327995419502, -0.12036433815956116, 0.021206773817539215, -0.032088082283735275, 0.04079718515276909, -0.09773661941289902, 0.10997480154037476, -0.0692494586110115, 0.08477836847305298, -0.08840347826480865, -0.005154356826096773, 0.03448285162448883, 0.015099692158401012, -0.006738806609064341, 0.0026448185089975595, 0.01802445761859417, 0.04910478740930557, 0.06728390604257584, 0.11916635185480118, 0.03906776383519173, 0.047244396060705185, 0.07474575936794281, -0.08951618522405624, -0.0036765532568097115, 0.01836230792105198, 0.0038575748912990093, 0.0008960576960816979, 0.052607763558626175, -0.06136510521173477, -0.02211306244134903, -0.030862517654895782, 0.08368964493274689, 0.0303233303129673, -0.07779276371002197, -0.03963423892855644, 0.00646982342004776, 0.036444779485464096, -0.04846648871898651, 0.040499381721019745, 0.11001645773649216, 0.08603448420763016, 0.048179980367422104, -0.01706109009683132, -0.028963999822735786, -0.004187043756246567, 0.042261987924575806, 0.0922498032450676, 8.639686950582035e-34, 0.06761065125465393, -0.04465346783399582, 0.002637248719111085, -0.0934566929936409, -0.05497162789106369, 0.0171583853662014, 0.033156488090753555, 0.03807771950960159, -0.011338483542203903, 0.024381201714277267, -0.04235164448618889, 0.03311080113053322, -0.0628497377038002, -0.07881686091423035, 0.02013569138944149, 0.025713378563523293, 0.010853555053472519, 0.002503590192645788, 0.059529274702072144, 0.001149785122834146, 0.06375926733016968, -0.07547220587730408, -0.013588689267635345, -0.005308243446052074, 0.022891003638505936, 0.0051826005801558495, -0.012836700305342674, -0.01660171151161194, -0.14969788491725922, -0.038988761603832245, -0.00342431478202343, 0.010129828006029129, -0.0528191514313221, -0.03756524994969368, 0.05052119493484497, 0.027870703488588333, 0.03039398230612278, 0.050867728888988495, -0.014830668456852436, 0.021055158227682114, -0.003884235629811883, 0.02948615327477455, 0.03589955344796181, -0.1859138458967209, -0.03688274696469307, -0.0190670657902956, -0.10162339359521866, 0.002459722338244319, -0.018385842442512512, 0.03938964009284973, -0.058320581912994385, 0.07361733168363571, -0.03353593498468399, -0.019628532230854034, 0.04066436365246773, -0.01066786888986826, 0.05255335941910744, 0.06875532865524292, 0.025349272415041924, 0.019522208720445633, 0.008031490258872509, -0.005395747255533934, 0.05903441458940506, -0.005622223950922489, -0.03562108427286148, 0.09007928520441055, 0.04911187291145325, 0.08048215508460999, -0.003336954629048705, 0.10028170794248581, 0.09431418031454086, 0.009448249824345112, 0.03195628151297569, -0.06265867501497269, 0.0030833720229566097, -0.10095546394586563, -0.00023405133106280118, 0.01139379944652319, 0.014831057749688625, -0.0406787134706974, 0.05096685141324997, -0.016476422548294067, -0.08798809349536896, 0.05364108830690384, -0.013596946373581886, -0.007220064755529165, -0.018507564440369606, -0.0010717505356296897, 0.004787303972989321, -0.004034035373479128, -0.04804516211152077, 0.00633957888931036, -0.01601482555270195, -0.08796890825033188, -0.022970717400312424, -2.0915548943661884e-33, 0.07066666334867477, -0.05531284585595131, 0.007629837840795517, 0.0960216075181961, 0.06615221500396729, -0.08740875869989395, 0.007724857423454523, 0.03860523924231529, 0.013118628412485123, 0.05409788712859154, 0.014692699536681175, -0.03573693707585335, 0.002883180044591427, -0.03848046809434891, -0.022432688623666763, 0.09058927744626999, -0.0318937823176384, -0.11923948675394058, -0.08138049393892288, -0.036875735968351364, -0.025408940389752388, -0.0016181470127776265, -0.026660671457648277, 0.08758784830570221, 0.03301553800702095, -0.04729694500565529, -0.007264484651386738, -0.024313749745488167, -0.08648284524679184, -0.022481322288513184, -0.056539613753557205, -0.08477989584207535, -0.01775425113737583, -0.07316700369119644, -0.002838175045326352, 0.016108710318803787, 0.024011358618736267, -0.018013151362538338, 0.01154146995395422, 0.09159267693758011, -0.04532809928059578, 0.0517028272151947, 0.02177128940820694, 0.04056140035390854, 0.05267850309610367, 0.05917883291840553, 0.007708392571657896, 0.03300977870821953, -0.012490536086261272, -0.02995557337999344, 0.054975830018520355, -0.0001913707092171535, -0.03580639511346817, 0.0010565158445388079, 0.019617369398474693, -0.03720807284116745, -0.1014002338051796, -0.02376474440097809, -0.06411765515804291, 0.030313873663544655, 0.0016750955255702138, -0.014977036975324154, -0.0725678876042366, -0.028756290674209595, 0.027761884033679962, -0.015489795245230198, -0.028913088142871857, -0.048043686896562576, -0.00795050710439682, -0.002241032663732767, 0.031124236062169075, -0.07247000932693481, 0.07134803384542465, 0.015138802118599415, -0.053285595029592514, -0.024409232661128044, 0.07241792976856232, 0.007000168785452843, 0.05148600786924362, 0.005589619278907776, -0.0513920858502388, 0.06255631893873215, 0.0026345360092818737, 0.030345194041728973, -0.03383878245949745, 0.08335947245359421, -0.1058395579457283, 0.05293119326233864, -0.031807515770196915, -0.029475286602973938, -0.03767656162381172, -0.05654984712600708, -0.10491650551557541, -0.043723903596401215, 0.03582878038287163, -5.614906939399589e-8, -0.044460881501436234, 0.05840082839131355, -0.05879751220345497, 0.12404464185237885, -0.026550568640232086, 0.02335970103740692, 0.06432676315307617, 0.08188943564891815, 0.02148774266242981, -0.039412278681993484, 0.16752827167510986, -0.010900828056037426, -0.009267815388739109, -0.028789464384317398, 0.012865474447607994, 0.010313021019101143, -0.05282335355877876, -0.05185094475746155, -0.029249737039208412, -0.013165981508791447, -0.0003432790981605649, 0.07909128814935684, 0.03836192935705185, -0.04040458798408508, 0.046224597841501236, 0.04584917798638344, -0.005242645274847746, 0.08945640176534653, 0.06864120811223984, -0.004265706520527601, -0.016619239002466202, 0.02221297100186348, 0.03210045397281647, 0.018701734021306038, 0.04808932542800903, -0.06332986801862717, -0.044500403106212616, 0.04741824045777321, -0.09334635734558105, 0.0525016114115715, 0.03720993176102638, -0.0026787291280925274, -0.033009182661771774, 0.08360069245100021, -0.041049614548683167, -0.032729372382164, -0.011803471483290195, 0.007304036989808083, 0.064313143491745, -0.010589087381958961, 0.04294697940349579, -0.08878306299448013, 0.0004486271645873785, -0.006340467371046543, -0.001182328094728291, -0.03874612972140312, 0.05429666489362717, 0.0015697130002081394, 0.0015100905438885093, -0.027290839701890945, 0.038851238787174225, -0.10145096480846405, -0.039749763906002045, 0.025553476065397263 ]
0.025785
will make search \_slower\_ if the filesystem cache is not large enough to hold all the data. Use with caution. [float] [[\_map\_identifiers\_as\_literal\_keyword\_literal]] === Map identifiers as `keyword` When you have numeric identifiers in your documents, it is tempting to map them as numbers, which is consistent with their json type. However, the way that Elasticsearch indexes numbers optimizes for `range` queries while `keyword` fields are better at `term` queries. Since identifiers are never used in `range` queries, they should be mapped as a `keyword`. [float] === Use index sorting to speed up conjunctions <> can be useful in order to make conjunctions faster at the cost of slightly slower indexing. Read more about it in the <>. [float] [[preference-cache-optimization]] === Use `preference` to optimize cache utilization There are multiple caches that can help with search performance, such as the https://en.wikipedia.org/wiki/Page\_cache[filesystem cache], the <> or the <>. Yet all these caches are maintained at the node level, meaning that if you run the same request twice in a row, have 1 <> or more and use https://en.wikipedia.org/wiki/Round-robin\_DNS[round-robin], the default routing algorithm, then those two requests will go to different shard copies, preventing node-level caches from helping. Since it is common for users of a search application to run similar requests one after another, for instance in order to analyze a narrower subset of the index, using a preference value that identifies the current user or session could help optimize usage of the caches. [float] === Replicas might help with throughput, but not always In addition to improving resiliency, replicas can help improve throughput. For instance if you have a single-shard index and three nodes, you will need to set the number of replicas to 2 in order to have 3 copies of your shard in total so that all nodes are utilized. Now imagine that you have a 2-shards index and two nodes. In one case, the number of replicas is 0, meaning that each node holds a single shard. In the second case the number of replicas is 1, meaning that each node has two shards. Which setup is going to perform best in terms of search performance? Usually, the setup that has fewer shards per node in total will perform better. The reason for that is that it gives a greater share of the available filesystem cache to each shard, and the filesystem cache is probably Elasticsearch's number 1 performance factor. At the same time, beware that a setup that does not have replicas is subject to failure in case of a single node failure, so there is a trade-off between throughput and availability. So what is the right number of replicas? If you have a cluster that has `num\_nodes` nodes, `num\_primaries` primary shards \_in total\_ and if you want to be able to cope with `max\_failures` node failures at once at most, then the right number of replicas for you is `max(max\_failures, ceil(num\_nodes / num\_primaries) - 1)`. [float] === Turn on adaptive replica selection When multiple copies of data are present, elasticsearch can use a set of criteria called <> to select the best copy of the data based on response time, service time, and queue size of the node containing each copy of the shard. This can improve query throughput and reduce latency for search-heavy applications. === Tune your queries with the Profile API You can also analyse how expensive each component of your queries and aggregations are using the {ref}/search-profile.html[Profile API]. This might allow you to tune your queries to be less expensive, resulting in a positive performance result and reduced load. Also note that Profile
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/search-speed.asciidoc
6.2
elasticsearch-6-2
[ 0.010355008766055107, 0.05837519094347954, 0.013617442920804024, 0.03479868546128273, 0.014123262837529182, -0.008327837102115154, 0.0030579452868551016, 0.0016629646997898817, 0.06226063147187233, 0.019766919314861298, -0.002114679431542754, 0.0571025125682354, -0.0014440970262512565, -0.02828366681933403, 0.012192361056804657, -0.000380789308110252, -0.04519697651267052, 0.024014124646782875, -0.07996515184640884, -0.0010325605981051922, 0.08629413694143295, 0.0696856752038002, -0.006061939522624016, -0.05891144275665283, -0.03138675540685654, -0.0454578623175621, -0.05165103077888489, 0.0006160918273963034, 0.03676550090312958, 0.06357819586992264, 0.0006366265006363392, -0.002023149048909545, 0.03116988018155098, 0.020198173820972443, -0.004874008242040873, 0.04064646363258362, -0.047395456582307816, -0.09981665760278702, -0.011938507668673992, 0.02956259436905384, 0.001994126243516803, -0.0020359763875603676, -0.029685119166970253, -0.0077234478667378426, 0.010679244063794613, -0.029641050845384598, 0.06866338849067688, -0.02548530139029026, -0.06928227841854095, 0.023879222571849823, -0.07952187210321426, 0.06201601400971413, -0.10074205696582794, 0.008213059976696968, -0.0387859120965004, -0.029903531074523926, -0.09710666537284851, -0.03184277564287186, -0.057181525975465775, -0.06294479966163635, 0.07265853136777878, -0.0718584880232811, 0.07228100299835205, -0.07233268767595291, -0.032173704355955124, -0.04523942247033119, 0.07800109684467316, -0.06768740713596344, 0.11285900324583054, 0.025531789287924767, 0.050785720348358154, 0.0646120011806488, -0.00411518570035696, -0.006840027403086424, 0.07025200873613358, 0.05074496194720268, 0.03791895881295204, -0.027638133615255356, 0.04708198830485344, -0.0786990150809288, -0.0675765797495842, -0.0959857702255249, -0.006868002004921436, -0.053669851273298264, 0.004208843223750591, -0.11719512939453125, 0.0572575181722641, -0.10888555645942688, 0.00040967209497466683, -0.040110956877470016, 0.0727195218205452, -0.09272541105747223, 0.057833679020404816, -0.040152471512556076, 0.05262802168726921, 0.028794124722480774, 0.03376980498433113, 0.07307331264019012, 0.05138973891735077, -0.028724415227770805, 0.013803953304886818, 0.0010973709868267179, -0.04128311946988106, -0.011313761584460735, -0.029979314655065536, -0.024848420172929764, 0.06038361042737961, 0.042086318135261536, -0.03383632376790047, -0.01520933024585247, 0.024509212002158165, 0.0076528070494532585, -0.02699480764567852, 0.012551427818834782, -0.05339175462722778, 0.06965523213148117, -0.0299236960709095, -0.06391285359859467, 0.0826520100235939, 0.11909358203411102, 0.08709125220775604, -0.05465669184923172, -0.009482691995799541, -0.01405178103595972, -0.018567413091659546, 0.06947661936283112, -0.05051887407898903, 4.990710774603767e-33, 0.022937249392271042, 0.012786468490958214, -0.026557084172964096, -0.058157674968242645, -0.0658327266573906, 0.026722528040409088, 0.022174172103405, 0.04931586608290672, -0.06391523033380508, 0.053866829723119736, -0.0983443334698677, 0.06738271564245224, -0.027194619178771973, 0.016977468505501747, 0.04639442637562752, -0.02204696275293827, 0.023554019629955292, -0.0028971307910978794, 0.01790984906256199, -0.03102933056652546, 0.08297476172447205, -0.0507429875433445, -0.037039559334516525, -0.02499285712838173, 0.03689618036150932, -0.013955021277070045, -0.014941127970814705, -0.08749998360872269, -0.0790553167462349, -0.00017352246504742652, -0.03200741857290268, -0.03056282550096512, 0.032455943524837494, -0.008854037150740623, 0.0597025528550148, 0.06871762871742249, 0.009574186988174915, 0.05719313025474548, -0.05330314114689827, -0.047820206731557846, -0.03376631438732147, 0.05632362142205238, 0.010318390093743801, -0.062356822192668915, -0.02684025466442108, -0.005944295786321163, -0.03515924513339996, 0.06642992794513702, 0.013075685128569603, -0.0034368843771517277, 0.005458763334900141, 0.06936560571193695, 0.034533772617578506, 0.05099886283278465, 0.10450927168130875, -0.04410899057984352, 0.05727353319525719, 0.06499112397432327, -0.02921903133392334, 0.0037186462432146072, -0.02651795744895935, -0.03362016752362251, 0.11677365750074387, 0.04112480953335762, 0.03621415048837662, 0.03776407986879349, 0.09603406488895416, 0.10277813673019409, 0.04143592715263367, 0.05302691459655762, 0.07582902163267136, 0.0433497354388237, 0.048951614648103714, -0.018220311030745506, 0.007664874196052551, -0.036319613456726074, 0.05963753163814545, -0.04213978350162506, -0.08123187720775604, 0.005888340529054403, -0.03781647980213165, 0.047962356358766556, -0.04624098911881447, 0.026051875203847885, -0.1265920102596283, 0.0047228895127773285, -0.014493221417069435, -0.013810676522552967, 0.01873534731566906, -0.03757224977016449, 0.024670198559761047, 0.08755385875701904, -0.054259102791547775, -0.08056633174419403, -0.07155145704746246, -5.6805834298464124e-33, 0.013841228559613228, -0.08549149334430695, 0.014351476915180683, 0.05857088789343834, -0.011858209036290646, -0.062459297478199005, 0.0466790609061718, -0.028192412108182907, -0.023787088692188263, -0.03013557754456997, 0.020371710881590843, -0.05274295434355736, -0.037035856395959854, -0.08175577968358994, 0.038796816021203995, 0.03307880833745003, -0.049101121723651886, -0.08695660531520844, 0.05499054118990898, 0.04936826601624489, -0.05486300215125084, 0.034970805048942566, -0.06193496286869049, 0.11426210403442383, -0.032904140651226044, -0.0306414682418108, -0.029742885380983353, -0.007732418831437826, -0.06713464856147766, -0.06446512788534164, -0.0695209950208664, -0.0035021062940359116, -0.030132049694657326, -0.04641630873084068, -0.06290028244256973, -0.0027903737500309944, 0.0162655059248209, -0.011072703637182713, -0.021581437438726425, 0.07566781342029572, 0.032727256417274475, 0.06332964450120926, 0.012138336896896362, 0.024323537945747375, 0.008595987223088741, -0.028034547343850136, -0.01204585749655962, 0.023220151662826538, 0.017812777310609818, -0.022652382031083107, 0.07297606766223907, -0.009033328853547573, -0.06791850179433823, 0.0018754121847450733, 0.06300237029790878, -0.0012280115624889731, -0.11940132081508636, 0.02843199297785759, -0.11291969567537308, 0.02479499764740467, 0.015929564833641052, 0.009764778427779675, -0.013725806027650833, 0.011543615721166134, -0.008518881164491177, -0.06550536304712296, -0.06879401206970215, -0.11136206239461899, -0.04504289850592613, -0.03214460238814354, -0.031292423605918884, -0.0801873505115509, 0.03082379326224327, 0.0669950321316719, -0.05384223908185959, -0.042533278465270996, 0.06238069757819176, -0.003847972024232149, 0.021815387532114983, 0.01733834110200405, -0.023901216685771942, 0.10474354773759842, -0.010561227798461914, 0.07154924422502518, -0.0722041130065918, 0.11949528753757477, -0.022480200976133347, 0.09587632119655609, -0.05610307678580284, 0.017772089689970016, 0.033419203013181686, -0.08240053802728653, -0.06482169777154922, -0.05037982016801834, -0.017381973564624786, -5.39389084508457e-8, -0.004224259871989489, 0.04400422051548958, -0.020133061334490776, 0.024761954322457314, -0.04553002119064331, -0.00782616063952446, 0.002964868675917387, 0.11687984317541122, 0.026372015476226807, -0.023925434798002243, 0.11296513676643372, -0.0052582272328436375, -0.06878170371055603, -0.015142252668738365, 0.0309970173984766, 0.0004592520999722183, 0.020725348964333534, -0.054315950721502304, -0.04371807351708412, 0.01846778765320778, -0.04342275485396385, 0.08480618894100189, -0.0395696647465229, -0.01658969558775425, 0.07681108266115189, 0.03788035362958908, 0.051196373999118805, 0.06464464962482452, 0.04867561161518097, -0.031124912202358246, -0.03734075650572777, -0.009094290435314178, -0.007896076887845993, 0.017424259334802628, 0.059622012078762054, -0.0019765226170420647, -0.011000608094036579, 0.01521992962807417, -0.09319241344928741, 0.0694551095366478, 0.036551881581544876, -0.013584692031145096, -0.034253042191267014, 0.02978307567536831, -0.01871323026716709, -0.042625345289707184, -0.033912092447280884, 0.07914979010820389, 0.0316404327750206, -0.010469653643667698, -0.007589736487716436, -0.06413907557725906, -0.03223946690559387, 0.09048798680305481, 0.020592089742422104, -0.038620106875896454, 0.029971938580274582, 0.052519503980875015, 0.034362345933914185, 0.03566912189126015, 0.09921164065599442, -0.08627261221408844, -0.08832832425832748, -0.04568585008382797 ]
0.08905
Tune your queries with the Profile API You can also analyse how expensive each component of your queries and aggregations are using the {ref}/search-profile.html[Profile API]. This might allow you to tune your queries to be less expensive, resulting in a positive performance result and reduced load. Also note that Profile API payloads can be easily visualised for better readability in the {kibana-ref}/xpack-profiler.html[Search Profiler], which is a Kibana dev tools UI available in all X-Pack licenses, including the free X-Pack Basic license. Some caveats to the Profile API are that: - the Profile API as a debugging tool adds significant overhead to search execution and can also have a very verbose output - given the added overhead, the resulting took times are not reliable indicators of actual took time, but can be used comparatively between clauses for relative timing differences - the Profile API is best for exploring possible reasons behind the most costly clauses of a query but isn't intended for accurately measuring absolute timings of each clause
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/search-speed.asciidoc
6.2
elasticsearch-6-2
[ -0.0019715253729373217, 0.007948169484734535, 0.007011534180492163, 0.09319810569286346, 0.06968888640403748, -0.02309785783290863, -0.038551073521375656, 0.033553048968315125, -0.007670966442674398, -0.024753322824835777, -0.04598616436123848, -0.055566225200891495, 0.09166369587182999, -0.008906731382012367, 0.025346944108605385, -0.046192847192287445, -0.003674459643661976, -0.000245856266701594, 0.005410628393292427, -0.0472782626748085, 0.01337392907589674, -0.05973482131958008, -0.008057047612965107, -0.08742158859968185, -0.008234310895204544, 0.006849430035799742, -0.07191714644432068, -0.036855459213256836, 0.03198283165693283, -0.013722212985157967, -0.030608035624027252, 0.03136228024959564, -0.03616565093398094, 0.059881262481212616, -0.06964541226625443, 0.00015811153571121395, 0.0279314573854208, -0.032154083251953125, -0.05962895601987839, -0.007681537419557571, -0.012197209522128105, 0.030767394229769707, -0.07233554869890213, -0.019620517268776894, 0.016703806817531586, -0.07934746146202087, 0.011445901356637478, -0.0044660200364887714, -0.07395029813051224, 0.06627821177244186, -0.06088995188474655, -0.07819082587957382, 0.024818023666739464, -0.015640439465641975, 0.06522444635629654, 0.022496871650218964, -0.04009218141436577, -0.060023605823516846, -0.023655427619814873, 0.0187299195677042, -0.017955411225557327, -0.04890337958931923, -0.03498673811554909, -0.034002773463726044, 0.004110406152904034, -0.017747750505805016, 0.037448957562446594, 0.0000804227456683293, 0.0755305290222168, 0.02757113240659237, 0.008666539564728737, -0.020912237465381622, -0.04724161699414253, -0.0087998416274786, 0.0017768595134839416, 0.06534333527088165, 0.0029273275285959244, 0.016821103170514107, -0.026744579896330833, -0.04122515022754669, -0.06060866639018059, -0.03542552515864372, -0.06974289566278458, 0.04701978340744972, 0.07347802072763443, -0.11679790169000626, 0.040888942778110504, -0.10219269245862961, 0.0048780785873532295, -0.007163297384977341, 0.0950167328119278, 0.024825479835271835, 0.051719892770051956, -0.07354877144098282, 0.016885561868548393, 0.05506568402051926, -0.0539790578186512, 0.021174298599362373, 0.03213370963931084, 0.0057416255585849285, -0.0035859975032508373, 0.04782281070947647, 0.01827615685760975, 0.012782360427081585, -0.011773696169257164, -0.05366026982665062, -0.010038028471171856, 0.08443596959114075, -0.08862197399139404, 0.0914933905005455, 0.03172694891691208, 0.0076608555391430855, 0.021411696448922157, 0.04129720851778984, 0.07303846627473831, 0.06448878347873688, 0.0026752734556794167, -0.0891459584236145, 0.02624700777232647, 0.08399742096662521, 0.12295792996883392, 0.05600547417998314, 0.018066173419356346, -0.013284582644701004, 0.05533811077475548, 0.1029822900891304, -0.01821059174835682, 6.509429272057008e-33, 0.036418404430150986, 0.06739043444395065, -0.02446405217051506, -0.049365200102329254, -0.08833455294370651, -0.028637515380978584, -0.022106898948550224, 0.04920201376080513, -0.008876439183950424, 0.03521384671330452, 0.0014905139105394483, 0.1729665994644165, -0.025167191401124, 0.04502498358488083, 0.07358171790838242, 0.029733730480074883, 0.014675602316856384, 0.04765768349170685, -0.008795532397925854, 0.057121846824884415, 0.04629317298531532, -0.1319521814584732, -0.06708897650241852, -0.010456040501594543, 0.017053164541721344, 0.028726726770401, 0.03733077645301819, -0.00975247286260128, -0.07269158214330673, 0.008870569989085197, -0.01324466522783041, -0.0463150329887867, -0.011843369342386723, 0.04257568344473839, 0.02430626191198826, -0.00027133830008096993, -0.019480759277939796, 0.032061681151390076, -0.060795966535806656, 0.02277255803346634, -0.05212248116731644, -0.013879380188882351, -0.02589746005833149, -0.07271803170442581, -0.11427243798971176, -0.038901571184396744, -0.10521653294563293, -0.026670578867197037, 0.04054687172174454, -0.027043072506785393, 0.028478652238845825, -0.029958151280879974, -0.0005978696863166988, 0.09738583862781525, 0.0792420357465744, 0.017231520265340805, 0.07540716230869293, -0.021838514134287834, -0.0076476577669382095, 0.052082136273384094, -0.055927444249391556, -0.1465555727481842, 0.032653629779815674, -0.011316653341054916, 0.009848271496593952, -0.022032147273421288, 0.0027165452484041452, 0.03538387641310692, 0.004412503447383642, 0.04160458222031593, -0.0013840417377650738, 0.053307291120290756, 0.09016989916563034, -0.05850937217473984, 0.03490075841546059, -0.08303362876176834, 0.016253149136900902, 0.07956647872924805, -0.08146890997886658, 0.08396653831005096, 0.055806469172239304, 0.04953964427113533, -0.01905883476138115, 0.009932303801178932, -8.820792345431983e-7, -0.02586521953344345, 0.0624680332839489, 0.03534926101565361, -0.07257792353630066, -0.0023698112927377224, 0.005066975485533476, 0.05488575994968414, -0.04189830273389816, -0.03065779246389866, -0.08961673825979233, -5.333963573909521e-33, -0.035552240908145905, -0.0570233054459095, 0.11611926555633545, 0.016351966187357903, 0.027412038296461105, -0.03255189582705498, 0.061040204018354416, 0.0646108090877533, 0.0317348949611187, -0.014142652042210102, -0.058423351496458054, -0.07982001453638077, -0.0045075868256390095, -0.012210735119879246, 0.04462292790412903, 0.0960693433880806, -0.04950558766722679, -0.09625104069709778, 0.04732442647218704, -0.008826451376080513, -0.0730060338973999, 0.011570502072572708, -0.04424604773521423, -0.0033341736998409033, -0.07184043526649475, 0.02121659740805626, -0.020701691508293152, -0.004613841418176889, -0.08029396831989288, -0.022617507725954056, 0.011302875354886055, -0.061008840799331665, -0.06652741879224777, -0.07811247557401657, -0.00967516377568245, 0.01455248799175024, -0.0193791463971138, 0.06838876754045486, -0.0005091674393042922, 0.051567334681749344, 0.05438902974128723, 0.09519512951374054, -0.025305261835455894, -0.017530446872115135, 0.026206176728010178, 0.025336885824799538, -0.03162599354982376, -0.0356595516204834, 0.009733925573527813, 0.014741949737071991, 0.06340783834457397, 0.05558890476822853, 0.009775443002581596, 0.03882814943790436, -0.04198596626520157, -0.07968460023403168, -0.03023971989750862, -0.003892333246767521, 0.011590668931603432, 0.03906683996319771, -0.024220671504735947, 0.020992109552025795, -0.019902972504496574, -0.005399561952799559, -0.03941147029399872, -0.0746091827750206, 0.06518090516328812, -0.05154172331094742, -0.06672696024179459, 0.015968110412359238, -0.06668643653392792, -0.06244683265686035, -0.0032781469635665417, 0.026638580486178398, -0.003138809697702527, 0.02864711359143257, -0.012719797901809216, 0.0011371460277587175, 0.006524245720356703, 0.030944403260946274, -0.00741072790697217, 0.06608410179615021, -0.015693534165620804, -0.04284447431564331, -0.021356690675020218, 0.07095068693161011, -0.048941001296043396, 0.0909343734383583, 0.06529884785413742, 0.02228083275258541, 0.002878574188798666, -0.07662665843963623, -0.15079127252101898, 0.03493693843483925, 0.03078840672969818, -5.226754495879504e-8, 0.003806039458140731, 0.003227762645110488, 0.00025564918178133667, 0.0877712145447731, -0.010890706442296505, 0.03795187547802925, -0.04893316328525543, 0.12803877890110016, -0.012029469944536686, 0.01290119905024767, 0.11954008787870407, -0.009087396785616875, -0.09940218925476074, 0.039645690470933914, 0.02267349883913994, -0.007936687208712101, 0.01949833147227764, 0.0293843112885952, -0.03336810693144798, -0.04588411748409271, -0.04272179305553436, 0.11729251593351364, 0.006010986864566803, -0.07150816172361374, 0.041234053671360016, 0.006362167652696371, 0.008464796468615532, 0.05243280902504921, -0.020032048225402832, -0.10848245024681091, -0.05956627056002617, 0.027395473793148994, -0.005077083595097065, -0.017461413517594337, 0.04700272157788277, -0.04400654882192612, -0.05885491147637367, 0.0004137627547606826, -0.06916060298681259, 0.10420730710029602, 0.0879240334033966, 0.043344877660274506, -0.0793202593922615, 0.04265696927905083, 0.015797395259141922, -0.021824592724442482, -0.01400283258408308, -0.04294987767934799, 0.10555855929851532, 0.019996153190732002, -0.03208484873175621, -0.11425738781690598, 0.04154191538691521, -0.004166607744991779, -0.0323181077837944, -0.009430520236492157, -0.018827291205525398, -0.019508788362145424, 0.08807694166898727, 0.058699291199445724, 0.029637498781085014, -0.06237025558948517, -0.019479142501950264, 0.012352163903415203 ]
0.01997
[[tune-for-disk-usage]] == Tune for disk usage [float] === Disable the features you do not need By default Elasticsearch indexes and adds doc values to most fields so that they can be searched and aggregated out of the box. For instance if you have a numeric field called `foo` that you need to run histograms on but that you never need to filter on, you can safely disable indexing on this field in your <>: [source,js] -------------------------------------------------- PUT index { "mappings": { "type": { "properties": { "foo": { "type": "integer", "index": false } } } } } -------------------------------------------------- // CONSOLE <> fields store normalization factors in the index in order to be able to score documents. If you only need matching capabilities on a `text` field but do not care about the produced scores, you can configure Elasticsearch to not write norms to the index: [source,js] -------------------------------------------------- PUT index { "mappings": { "type": { "properties": { "foo": { "type": "text", "norms": false } } } } } -------------------------------------------------- // CONSOLE <> fields also store frequencies and positions in the index by default. Frequencies are used to compute scores and positions are used to run phrase queries. If you do not need to run phrase queries, you can tell Elasticsearch to not index positions: [source,js] -------------------------------------------------- PUT index { "mappings": { "type": { "properties": { "foo": { "type": "text", "index\_options": "freqs" } } } } } -------------------------------------------------- // CONSOLE Furthermore if you do not care about scoring either, you can configure Elasticsearch to just index matching documents for every term. You will still be able to search on this field, but phrase queries will raise errors and scoring will assume that terms appear only once in every document. [source,js] -------------------------------------------------- PUT index { "mappings": { "type": { "properties": { "foo": { "type": "text", "norms": false, "index\_options": "freqs" } } } } } -------------------------------------------------- // CONSOLE [float] [[default-dynamic-string-mapping]] === Don't use default dynamic string mappings The default <> will index string fields both as <> and <>. This is wasteful if you only need one of them. Typically an `id` field will only need to be indexed as a `keyword` while a `body` field will only need to be indexed as a `text` field. This can be disabled by either configuring explicit mappings on string fields or setting up dynamic templates that will map string fields as either `text` or `keyword`. For instance, here is a template that can be used in order to only map string fields as `keyword`: [source,js] -------------------------------------------------- PUT index { "mappings": { "type": { "dynamic\_templates": [ { "strings": { "match\_mapping\_type": "string", "mapping": { "type": "keyword" } } } ] } } } -------------------------------------------------- // CONSOLE [float] === Watch your shard size Larger shards are going to be more efficient at storing data. To increase the size of your shards, you can decrease the number of primary shards in an index by <> with less primary shards, creating less indices (e.g. by leveraging the <>), or modifying an existing index using the <>. Keep in mind that large shard sizes come with drawbacks, such as long full recovery times. [float] [[disable-all]] === Disable `\_all` The <> field indexes the value of all fields of a document and can use significant space. If you never need to search against all fields at the same time, it can be disabled. [float] [[disable-source]] === Disable `\_source` The <> field stores the original JSON body of the document. If you don’t need access to it you can disable it. However, APIs that needs access to `\_source` such as update and reindex won’t work.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/disk-usage.asciidoc
6.2
elasticsearch-6-2
[ 0.07110632210969925, 0.11264939606189728, 0.027233758941292763, 0.08126366883516312, 0.024776766076683998, 0.028037352487444878, -0.010724073275923729, -0.009846980683505535, 0.05488879233598709, 0.004793785512447357, -0.09253160655498505, -0.013682070188224316, 0.016313733533024788, -0.014253326691687107, -0.06592433899641037, -0.018721505999565125, -0.07252273708581924, -0.020138153806328773, -0.03154905512928963, -0.03680381178855896, 0.07747157663106918, 0.04718189314007759, 0.003848870052024722, -0.07464060187339783, -0.047670576721429825, -0.0009640936623327434, -0.08930064737796783, 0.0022675374057143927, 0.04210520163178444, 0.004346343223005533, -0.022968586534261703, 0.04303441196680069, 0.02869562804698944, 0.05422704294323921, -0.0506829209625721, -0.018612606450915337, -0.050632476806640625, -0.007288219407200813, -0.017055999487638474, 0.0431545190513134, 0.049975525587797165, 0.039940763264894485, -0.03736264258623123, -0.0954732894897461, -0.0118887759745121, -0.07461527734994888, -0.038645386695861816, -0.08979106694459915, -0.031023802235722542, 0.07861896604299545, -0.048549313098192215, 0.009076094254851341, -0.018561895936727524, 0.012365750968456268, 0.04166866093873978, 0.01198891643434763, -0.08517749607563019, -0.039839617908000946, 0.00036991634988225996, -0.07912959158420563, 0.06832920759916306, -0.03472563624382019, 0.024654341861605644, -0.06407980620861053, 0.018182607367634773, 0.03193005174398422, 0.005069567356258631, 0.031010502949357033, 0.012916014529764652, 0.07468850910663605, 0.08019885420799255, 0.023846058174967766, 0.02957277186214924, -0.029571479186415672, 0.07334060966968536, 0.03767614811658859, -0.010486261919140816, -0.035502709448337555, 0.05755741149187088, 0.00018541129247751087, -0.08045694231987, -0.13830558955669403, -0.04583325609564781, -0.015918055549263954, -0.04617259278893471, -0.03759760037064552, -0.0064054736867547035, -0.1226382777094841, 0.07075604051351547, -0.03933173790574074, -0.020740192383527756, -0.08591150492429733, 0.03665906563401222, -0.04732557758688927, 0.014214329421520233, 0.058176349848508835, -0.03907810151576996, 0.0024835439398884773, 0.04660460352897644, 0.004785633645951748, 0.008657239377498627, -0.02710900828242302, 0.027365880087018013, 0.021006083115935326, -0.008201029151678085, -0.03341490030288696, 0.01718292385339737, 0.0802803710103035, -0.08123664557933807, 0.04656687006354332, 0.0408552885055542, 0.09024372696876526, -0.024520568549633026, -0.014951328746974468, -0.04040197283029556, 0.10219205915927887, 0.046546123921871185, -0.05460866913199425, 0.021445482969284058, 0.07827161252498627, 0.11488237231969833, 0.011384868994355202, 0.02344360388815403, -0.0030267960391938686, 0.012059472501277924, 0.037156831473112106, -0.023740753531455994, 7.173422592646835e-34, 0.07176937162876129, -0.025896932929754257, -0.014040657319128513, -0.07851230353116989, -0.06261268258094788, 0.028581051155924797, 0.023312073200941086, 0.06712748855352402, -0.012710385024547577, -0.009393904358148575, -0.06140708178281784, 0.16825570166110992, -0.05050560459494591, -0.0324786901473999, -0.011825300753116608, -0.015589400194585323, 0.040600813925266266, 0.016169944778084755, 0.0010145421838387847, -0.08648930490016937, 0.032132089138031006, -0.06012095883488655, -0.050537753850221634, 0.026822714135050774, 0.0025735243689268827, -0.044739823788404465, -0.030844543129205704, -0.06981208920478821, -0.08319636434316635, 0.021474096924066544, -0.021037552505731583, 0.04509766399860382, 0.021777931600809097, -0.013706965371966362, 0.030963949859142303, 0.016381429508328438, -0.11123909056186676, 0.1215205118060112, -0.002584976376965642, 0.039479415863752365, 0.07355618476867676, -0.022754138335585594, -0.010868426412343979, -0.12171807885169983, -0.06625080853700638, 0.03815381973981857, -0.010936226695775986, 0.00918474979698658, 0.02970375120639801, -0.016748696565628052, -0.008693923242390156, 0.05189044773578644, -0.003097239416092634, -0.015714405104517937, 0.12047635018825531, -0.000023834607418393716, 0.04068785160779953, 0.0316007100045681, -0.011083446443080902, 0.007435697130858898, -0.012313331477344036, 0.0017405551625415683, 0.11380009353160858, 0.012313500978052616, -0.010106613859534264, 0.027613284066319466, 0.07307642698287964, 0.06643063575029373, -0.05916166678071022, 0.008596118539571762, 0.012377259321510792, 0.015758443623781204, 0.03314335271716118, -0.017719199880957603, 0.025810863822698593, -0.09529195725917816, 0.013621732592582703, 0.003544027451425791, -0.08831465989351273, 0.005000265780836344, -0.0070146117359399796, -0.060973893851041794, -0.02118528261780739, 0.04443345591425896, -0.007620742544531822, 0.019131958484649658, -0.014610893093049526, 0.009107967838644981, -0.038575995713472366, -0.09856438636779785, -0.000029780792829114944, 0.03577886149287224, -0.09571367502212524, -0.16164804995059967, -0.0257650725543499, -3.715317036376847e-33, -0.01851278357207775, -0.019170042127370834, 0.022859791293740273, 0.04771037772297859, -0.0426161028444767, -0.03101952187716961, 0.07678409665822983, 0.02836557850241661, 0.007889742963016033, 0.02140090800821781, -0.004812043160200119, -0.07682199776172638, -0.05457436665892601, -0.11999066174030304, -0.09738194942474365, 0.04505985602736473, -0.1016685962677002, -0.07937384396791458, 0.021544404327869415, 0.004372569732367992, -0.08147665113210678, 0.006719908211380243, 0.013847216963768005, 0.13008439540863037, -0.08093370497226715, -0.06475100666284561, -0.040683455765247345, -0.02132485806941986, -0.07904661446809769, -0.03671249747276306, -0.03960316628217697, -0.024088874459266663, -0.0027668774127960205, -0.04369402676820755, -0.09491785615682602, -0.02263559028506279, 0.01950223185122013, 0.05074288696050644, -0.016840757802128792, 0.06573990732431412, -0.004862198140472174, 0.020181670784950256, -0.043068207800388336, -0.01024495717138052, 0.0052668326534330845, -0.04185010865330696, 0.026663076132535934, 0.05023450031876564, 0.02336721122264862, -0.04888584837317467, 0.0030062366276979446, 0.02186923287808895, -0.021834850311279297, 0.04137580841779709, -0.04161084070801735, -0.015060480684041977, -0.0264136902987957, -0.002173161366954446, -0.05264423042535782, 0.062071625143289566, 0.0014035057974979281, -0.028567004948854446, -0.024908071383833885, -0.019506005570292473, 0.007135163526982069, -0.07900840044021606, -0.022762246429920197, -0.05948552489280701, -0.07705536484718323, -0.008205226622521877, -0.035857390612363815, -0.07205215096473694, 0.08965030312538147, 0.01210599672049284, -0.016527334228157997, -0.0065894825384020805, 0.039392877370119095, -0.006816267967224121, 0.07845907658338547, -0.03572769835591316, 0.011975880712270737, 0.04719073325395584, 0.03597017750144005, 0.080800861120224, -0.0285270344465971, 0.06143734231591225, -0.05919017270207405, 0.0420006699860096, -0.06384779512882233, 0.07944248616695404, -0.03813990205526352, -0.053780630230903625, -0.08515141904354095, -0.0011077702511101961, 0.009322358295321465, -5.211367692936619e-8, -0.027649806812405586, 0.0008205569465644658, -0.05015606805682182, 0.036006879061460495, 0.009175564162433147, 0.020060721784830093, 0.024706613272428513, 0.14489883184432983, -0.034277088940143585, -0.03753851726651192, 0.056975509971380234, 0.020677899941802025, -0.09078903496265411, 0.04230327904224396, 0.010211938060820103, -0.04318903014063835, 0.05230213701725006, 0.05394962430000305, -0.058493226766586304, -0.0336473174393177, 0.007117430213838816, 0.03950216621160507, 0.045489352196455, 0.00942271575331688, 0.1318085491657257, -0.01776007190346718, 0.003919654060155153, 0.002323942491784692, 0.09060623496770859, -0.026575934141874313, -0.025193646550178528, -0.00834435410797596, 0.00040427333442494273, 0.037370238453149796, 0.001246724626980722, -0.011548713780939579, -0.030435113236308098, 0.021037474274635315, -0.10295350104570389, 0.10442893207073212, 0.037335220724344254, 0.06223997473716736, -0.08661872893571854, 0.02861005626618862, -0.0011915788054466248, -0.005312812514603138, -0.02281356230378151, 0.03175002336502075, 0.0726337656378746, 0.006949715781956911, 0.008743414655327797, -0.08423702418804169, 0.006556726526468992, 0.06632626801729202, -0.027059264481067657, -0.03034067153930664, 0.032868362963199615, 0.010979259386658669, 0.027707379311323166, 0.051141250878572464, 0.06758669763803482, -0.07206851243972778, -0.029224101454019547, -0.01083303801715374 ]
0.029314
fields at the same time, it can be disabled. [float] [[disable-source]] === Disable `\_source` The <> field stores the original JSON body of the document. If you don’t need access to it you can disable it. However, APIs that needs access to `\_source` such as update and reindex won’t work. [float] [[best-compression]] === Use `best\_compression` The `\_source` and stored fields can easily take a non negligible amount of disk space. They can be compressed more aggressively by using the `best\_compression` <>. [float] === Force Merge Indices in Elasticsearch are stored in one or more shards. Each shard is a Lucene index and made up of one or more segments - the actual files on disk. Larger segments are more efficient for storing data. The <> can be used to reduce the number of segments per shard. In many cases, the number of segments can be reduced to one per shard by setting `max\_num\_segments=1`. [float] === Shrink Index The <> allows you to reduce the number of shards in an index. Together with the Force Merge API above, this can significantly reduce the number of shards and segments of an index. [float] === Use the smallest numeric type that is sufficient The type that you pick for <> can have a significant impact on disk usage. In particular, integers should be stored using an integer type (`byte`, `short`, `integer` or `long`) and floating points should either be stored in a `scaled\_float` if appropriate or in the smallest type that fits the use-case: using `float` over `double`, or `half\_float` over `float` will help save storage. [float] === Use index sorting to colocate similar documents When Elasticsearch stores `\_source`, it compresses multiple documents at once in order to improve the overall compression ratio. For instance it is very common that documents share the same field names, and quite common that they share some field values, especially on fields that have a low cardinality or a https://en.wikipedia.org/wiki/Zipf%27s\_law[zipfian] distribution. By default documents are compressed together in the order that they are added to the index. If you enabled <> then instead they are compressed in sorted order. Sorting documents with similar structure, fields, and values together should improve the compression ratio. [float] === Put fields in the same order in documents Due to the fact that multiple documents are compressed together into blocks, it is more likely to find longer duplicate strings in those `\_source` documents if fields always occur in the same order.
https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/how-to/disk-usage.asciidoc
6.2
elasticsearch-6-2
[ -0.03880318999290466, 0.09463672339916229, -0.030663782730698586, 0.07018225640058517, -0.0026741267647594213, -0.031774986535310745, -0.07329820841550827, -0.026860903948545456, 0.09077364951372147, 0.02881580777466297, -0.0201881043612957, 0.1054389625787735, 0.019495025277137756, -0.022488167509436607, -0.06348858773708344, 0.029312413185834885, -0.08118458092212677, 0.04445802420377731, -0.10045820474624634, 0.047302957624197006, 0.03040209226310253, 0.031073957681655884, -0.029050664976239204, -0.013928931206464767, 0.001960166497156024, -0.021988430991768837, -0.10876140743494034, 0.05330568924546242, 0.04624369740486145, -0.020102251321077347, -0.015175562351942062, -0.01445646770298481, 0.014511088840663433, 0.05772380158305168, -0.034732185304164886, 0.0815526619553566, -0.0065981363877654076, 0.006572485901415348, -0.01502765342593193, 0.03928288072347641, -0.036145661026239395, -0.012817485257983208, -0.07699266076087952, -0.07027824223041534, -0.040172506123781204, -0.05628680810332298, -0.0026143149007111788, -0.08829156309366226, -0.001277776202186942, 0.045166756957769394, -0.05794671177864075, 0.053605418652296066, -0.027378922328352928, 0.07584371417760849, 0.01892748661339283, 0.019030893221497536, -0.10992985963821411, 0.014166602864861488, -0.07992087304592133, -0.03116203099489212, 0.04110831394791603, 0.025209901854395866, 0.0312529094517231, -0.012583881616592407, -0.00975699070841074, 0.013521087355911732, 0.07201242446899414, -0.009407354518771172, 0.0455164909362793, -0.0032951405737549067, 0.07508369535207748, 0.02255587838590145, -0.06604024022817612, -0.011096580885350704, 0.0956670343875885, 0.09607797116041183, -0.006894075311720371, -0.020181087777018547, 0.047979820519685745, 0.036417677998542786, -0.007752244360744953, -0.11871176958084106, -0.00045009012683294713, -0.010569622740149498, -0.10307423770427704, -0.07046536356210709, 0.02481304109096527, -0.040948644280433655, 0.05622506141662598, -0.04392685741186142, -0.014094822108745575, -0.08785130083560944, 0.1037125512957573, -0.026758400723338127, 0.07563752681016922, 0.022409876808524132, -0.01949053816497326, 0.06517040729522705, 0.0024402658455073833, 0.009491493925452232, 0.04628375917673111, -0.027214014902710915, 0.019752787426114082, 0.05056466907262802, -0.011403940618038177, -0.12682969868183136, 0.039111778140068054, 0.11477097123861313, -0.03536636754870415, 0.029226502403616905, 0.10560648143291473, 0.05628913640975952, -0.05270113795995712, -0.023235127329826355, -0.06863763928413391, 0.14688237011432648, -0.0322551429271698, -0.05728309601545334, -0.02150813676416874, 0.08363215625286102, 0.0655025839805603, 0.005542895756661892, 0.033582787960767746, -0.0018435375532135367, 0.014240278862416744, 0.018369343131780624, -0.011199608445167542, 4.391035270267654e-33, 0.05932013317942619, 0.038064464926719666, 0.021006669849157333, -0.0848819762468338, -0.034505147486925125, 0.06459062546491623, -0.018017379567027092, 0.06618887186050415, -0.016238847747445107, -0.041310444474220276, -0.06076696887612343, 0.14484114944934845, 0.016097713261842728, -0.00528799369931221, 0.040472157299518585, -0.08761882036924362, 0.06695369631052017, 0.05262226238846779, 0.013871593400835991, -0.05913994088768959, 0.10194108635187149, -0.03415903449058533, -0.02619827166199684, -0.007281918544322252, -0.001126940012909472, -0.031411781907081604, -0.044644635170698166, -0.0281510129570961, -0.10123517364263535, 0.01630573160946369, -0.06309980899095535, 0.0052642421796917915, 0.031363725662231445, 0.00006359979306580499, 0.04216766357421875, 0.034685663878917694, -0.05129374563694, 0.03339541703462601, -0.007352257147431374, -0.027098067104816437, 0.0853748694062233, 0.02204400673508644, 0.03438909724354744, -0.09790116548538208, -0.04554631933569908, -0.028325876221060753, -0.03783949464559555, 0.006648596376180649, -0.027411969378590584, -0.0546625517308712, 0.045691221952438354, 0.11607707291841507, 0.012046891264617443, 0.026164615526795387, 0.06230555474758148, 0.010557920671999454, 0.01921548880636692, -0.08629399538040161, -0.04189499840140343, 0.004535729065537453, -0.0007967198616825044, -0.012246179394423962, 0.09512707591056824, 0.07229531556367874, 0.02270698733627796, 0.011290542781352997, 0.04719513654708862, 0.04345642402768135, -0.020230794325470924, 0.038675762712955475, -0.050792813301086426, 0.03740977495908737, -0.014103345572948456, -0.06711403280496597, -0.06666333228349686, -0.09311287850141525, 0.02985313907265663, -0.025296930223703384, -0.048333119601011276, 0.020407220348715782, -0.04584619402885437, 0.00012681046791840345, 0.0035584287252277136, -0.008127701468765736, -0.01824244111776352, -0.023740587756037712, -0.01906578056514263, 0.014896159991621971, -0.023850012570619583, -0.12361504882574081, 0.03664903715252876, 0.010577102191746235, -0.08257101476192474, -0.12133431434631348, -0.04072728380560875, -5.1392366898820706e-33, 0.002927354071289301, -0.08446071296930313, -0.03852657601237297, 0.03198343515396118, -0.04141412302851677, 0.020755967125296593, 0.025864779949188232, 0.05740484222769737, -0.009908895939588547, -0.044111527502536774, 0.0011656243586912751, -0.06594620645046234, -0.01201365515589714, -0.11169087886810303, -0.07619135081768036, 0.042251523584127426, -0.06134231388568878, -0.07098589837551117, -0.0413186177611351, -0.01705155335366726, -0.045298509299755096, -0.008190544322133064, 0.0130923455581069, 0.11479923874139786, -0.05292170122265816, -0.08510790020227432, -0.05872058868408203, -0.030527915805578232, -0.05657355487346649, 0.0004470930143725127, -0.032700978219509125, -0.03704718127846718, -0.019793350249528885, -0.09979787468910217, -0.08677275478839874, -0.0036779730580747128, -0.030566444620490074, 0.06495270878076553, 0.03089083917438984, 0.03794945403933525, 0.046244971454143524, 0.08874009549617767, -0.04625363275408745, 0.03250032663345337, 0.05858122557401657, -0.018775781616568565, -0.04880652576684952, 0.0026246062479913235, 0.03931405395269394, -0.039040010422468185, -0.013784077949821949, -0.005371032748371363, -0.017687631770968437, -0.004369683563709259, 0.015275278128683567, -0.017854290083050728, -0.05043673515319824, 0.02660462073981762, -0.07875313609838486, 0.023130230605602264, 0.03340938314795494, -0.014576149173080921, -0.03363077715039253, 0.04435332864522934, 0.029983781278133392, -0.010521962307393551, -0.07398952543735504, -0.02744246833026409, -0.08958455920219421, -0.0354517363011837, -0.007496029604226351, -0.03539063781499863, 0.0570853017270565, 0.06855561584234238, 0.01867540553212166, -0.0074266092851758, 0.019807972013950348, 0.009090586565434933, 0.05106250196695328, -0.01907971128821373, 0.01786610670387745, 0.06734950095415115, 0.006016864906996489, 0.08789825439453125, 0.011533715762197971, 0.019643163308501244, -0.052356187254190445, 0.05228040739893913, -0.05842278152704239, 0.022906895726919174, -0.037478186190128326, -0.02323213778436184, -0.07070478796958923, 0.020842885598540306, -0.0016770295333117247, -5.3665427657279e-8, -0.004700340796262026, 0.02990877442061901, -0.02789165824651718, 0.09117794781923294, 0.01603534072637558, -0.0016491905553266406, 0.0017063822597265244, 0.12353270500898361, 0.0194120891392231, -0.03338675945997238, 0.04927762597799301, 0.023384198546409607, -0.1261083334684372, -0.035036779940128326, -0.021130569279193878, 0.04440135136246681, 0.00767956068739295, -0.013852572068572044, -0.023472629487514496, -0.03369840234518051, -0.02431132085621357, 0.008103642612695694, -0.017791055142879486, 0.03790150210261345, 0.14341604709625244, -0.023896340280771255, 0.07430694252252579, 0.040273185819387436, 0.04292048513889313, -0.020376509055495262, -0.009820640087127686, -0.022948775440454483, 0.024733029305934906, 0.03275911882519722, -0.025147339329123497, 0.02035452425479889, 0.03339802473783493, 0.05469109117984772, -0.08792628347873688, 0.1167626604437828, 0.030529199168086052, 0.033353012055158615, -0.05112206190824509, -0.016351567581295967, 0.02843337133526802, 0.006562845781445503, -0.02603212557733059, 0.07935774326324463, 0.022504959255456924, 0.019181454554200172, -0.0020664024632424116, -0.0021100619342178106, 0.049594052135944366, 0.06104772910475731, -0.012681362219154835, -0.005622365977615118, 0.013305321335792542, 0.07120312005281448, 0.035236697643995285, 0.06677225977182388, 0.08950924128293991, -0.03936935216188431, -0.006588686723262072, -0.007510531228035688 ]
0.088905