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 |
|---|---|---|---|---|---|
[[max-number-of-threads]] === Number of threads Elasticsearch uses a number of thread pools for different types of operations. It is important that it is able to create new threads whenever needed. Make sure that the number of threads that the Elasticsearch user can create is at least 4096. This can be done by setting ... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/sysconfig/threads.asciidoc | 6.2 | elasticsearch-6-2 | [
0.049300674349069595,
-0.028240147978067398,
0.019690901041030884,
-0.055509280413389206,
-0.0561528317630291,
-0.027051428332924843,
-0.06656190752983093,
-0.012532628141343594,
0.0636051669716835,
0.05707579106092453,
-0.08095579594373703,
-0.018876872956752777,
0.0013381956377997994,
-0... | 0.073669 |
[[networkaddress-cache-ttl]] === DNS cache settings Elasticsearch runs with a security manager in place. With a security manager in place, the JVM defaults to caching positive hostname resolutions indefinitely. If your Elasticsearch nodes rely on DNS in an environment where DNS resolutions vary with time (e.g., for nod... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/sysconfig/dns-cache.asciidoc | 6.2 | elasticsearch-6-2 | [
0.005472692660987377,
0.059040866792201996,
0.07203825563192368,
0.018794752657413483,
-0.041982561349868774,
-0.03296168893575668,
-0.06515877693891525,
-0.03008231334388256,
0.06775730103254318,
0.0645228922367096,
-0.07280462235212326,
0.009667118079960346,
0.004735122434794903,
0.00406... | 0.041482 |
[[setting-system-settings]] === Configuring system settings Where to configure systems settings depends on which package you have used to install Elasticsearch, and which operating system you are using. When using the `.zip` or `.tar.gz` packages, system settings can be configured: \* temporarily with <>, or \* permane... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/sysconfig/configuring.asciidoc | 6.2 | elasticsearch-6-2 | [
0.02594609558582306,
0.04106754809617996,
-0.06279503554105759,
-0.04117617756128311,
-0.025703882798552513,
-0.04252886399626732,
-0.052092764526605606,
0.1073930561542511,
-0.028683926910161972,
0.032173361629247665,
-0.04755544289946556,
0.06179996579885483,
0.034961067140102386,
-0.016... | 0.127179 |
[[heap-size]] === Setting the heap size By default, Elasticsearch tells the JVM to use a heap with a minimum and maximum size of 1 GB. When moving to production, it is important to configure heap size to ensure that Elasticsearch has enough heap available. Elasticsearch will assign the entire heap specified in <> via t... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/important-settings/heap-size.asciidoc | 6.2 | elasticsearch-6-2 | [
0.04579732567071915,
0.06566927582025528,
-0.01362892147153616,
-0.010091174393892288,
-0.0041158972308039665,
-0.026118159294128418,
-0.063095323741436,
0.05045545473694801,
0.024100398644804955,
0.04197435453534126,
-0.059134531766176224,
0.037354905158281326,
0.01346900686621666,
-0.047... | 0.124755 |
[[heap-dump-path]] === JVM heap dump path The <> and <> package distributions default to configuring the JVM to dump the heap on out of memory exceptions to `/var/lib/elasticsearch`. If this path is not suitable for storing heap dumps, you should modify the entry `-XX:HeapDumpPath=/var/lib/elasticsearch` in <> to an al... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/important-settings/heap-dump-path.asciidoc | 6.2 | elasticsearch-6-2 | [
0.03469640016555786,
0.07321063429117203,
-0.0005927286692894995,
0.0024132709950208664,
0.006410839967429638,
0.013479150831699371,
-0.08706222474575043,
0.011762794107198715,
0.03634928539395332,
0.04041266068816185,
-0.06435010582208633,
0.007125448901206255,
0.011394152417778969,
0.030... | 0.030514 |
[[network.host]] === `network.host` By default, Elasticsearch binds to loopback addresses only -- e.g. `127.0.0.1` and `[::1]`. This is sufficient to run a single development node on a server. TIP: In fact, more than one node can be started from the same `$ES\_HOME` location on a single node. This can be useful for tes... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/important-settings/network-host.asciidoc | 6.2 | elasticsearch-6-2 | [
0.0694802775979042,
0.004620871040970087,
-0.000608112255576998,
0.040955521166324615,
-0.0018021812429651618,
-0.03960694372653961,
-0.09247379750013351,
-0.03469158336520195,
0.03333433344960213,
0.029330341145396233,
-0.0777236819267273,
-0.023019418120384216,
0.018470220267772675,
-0.0... | 0.038401 |
[[node.name]] === `node.name` By default, Elasticsearch will use the first seven characters of the randomly generated UUID as the node id. Note that the node id is persisted and does not change when a node restarts and therefore the default node name will also not change. It is worth configuring a more meaningful name ... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/important-settings/node-name.asciidoc | 6.2 | elasticsearch-6-2 | [
-0.03635229170322418,
0.07619991898536682,
0.014540589414536953,
0.045984357595443726,
0.008672802709043026,
-0.039467956870794296,
0.002107165288180113,
-0.07289695739746094,
0.09760177135467529,
0.008457047864794731,
-0.05789852514863014,
-0.04697062075138092,
0.03929287940263748,
-0.067... | 0.059127 |
[[discovery-settings]] === Discovery settings Elasticsearch uses a custom discovery implementation called "Zen Discovery" for node-to-node clustering and master election. There are two important discovery settings that should be configured before going to production. [float] [[unicast.hosts]] ==== `discovery.zen.ping.u... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/important-settings/discovery-settings.asciidoc | 6.2 | elasticsearch-6-2 | [
0.013294683769345284,
-0.01258788537234068,
-0.05050838738679886,
0.07123859226703644,
0.01869298703968525,
0.01474063005298376,
-0.037415437400341034,
-0.08137296885251999,
-0.023423008620738983,
0.023795420303940773,
-0.06965566426515579,
-0.05052848160266876,
0.01739688403904438,
0.0075... | 0.09057 |
[[path-settings]] === `path.data` and `path.logs` If you are using the `.zip` or `.tar.gz` archives, the `data` and `logs` directories are sub-folders of `$ES\_HOME`. If these important folders are left in their default locations, there is a high risk of them being deleted while upgrading Elasticsearch to a new version... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/setup/important-settings/path-settings.asciidoc | 6.2 | elasticsearch-6-2 | [
0.06915400177240372,
0.06490273028612137,
0.02211901731789112,
-0.006957123521715403,
0.0567396879196167,
-0.04011613875627518,
-0.030659250915050507,
0.01200229674577713,
0.06281305104494095,
0.07048297673463821,
-0.012386170215904713,
0.009642166085541248,
-0.03483205661177635,
0.0072786... | 0.005147 |
[[docs-refresh]] == `?refresh` The <>, <>, <>, and <> APIs support setting `refresh` to control when changes made by this request are made visible to search. These are the allowed values: Empty string or `true`:: Refresh the relevant primary and replica shards (not the whole index) immediately after the operation occur... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/refresh.asciidoc | 6.2 | elasticsearch-6-2 | [
-0.07522543519735336,
0.022469067946076393,
0.06450817734003067,
0.08978161215782166,
0.039605993777513504,
-0.051563411951065063,
-0.09274069219827652,
-0.03663066402077675,
0.14307458698749542,
0.06719279289245605,
-0.0040504178032279015,
0.04873307794332504,
0.01155327633023262,
-0.0679... | 0.061652 |
promise that when a `refresh=wait\_for` request returns that its changes are visible for search while preventing unchecked resource usage for blocked requests. If a request forced a refresh because it ran out of listener slots then its response will contain `"forced\_refresh": true`. Bulk requests only take up one slot... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/refresh.asciidoc | 6.2 | elasticsearch-6-2 | [
-0.09750457853078842,
-0.0035459594801068306,
0.03551891818642616,
0.09718552976846695,
0.005681461654603481,
-0.04819692671298981,
-0.007626125123351812,
-0.0746564045548439,
0.11206602305173874,
-0.008315254002809525,
-0.0012226570397615433,
0.021691419184207916,
0.009081274271011353,
-0... | 0.03861 |
[[docs-delete]] == Delete API The delete API allows to delete a typed JSON document from a specific index based on its id. The following example deletes the JSON document from an index called `twitter`, under a type called `\_doc`, with id `1`: [source,js] -------------------------------------------------- DELETE /twit... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/delete.asciidoc | 6.2 | elasticsearch-6-2 | [
-0.09378673136234283,
0.1072460263967514,
0.025444457307457924,
0.06879367679357529,
0.060736965388059616,
-0.02448362298309803,
0.011555223725736141,
-0.02873063273727894,
0.16332398355007172,
-0.035329967737197876,
0.0008789401035755873,
0.02246296964585781,
0.031188232824206352,
-0.0277... | 0.091511 |
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] -------------------------------------------------- DELETE /twitter/\_doc/1?timeout=5m ----------------------------------------------... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/delete.asciidoc | 6.2 | elasticsearch-6-2 | [
-0.024475382640957832,
0.05995272845029831,
-0.02181684412062168,
0.0534229576587677,
0.06215526908636093,
-0.04210926964879036,
-0.07697724550962448,
0.026281096041202545,
0.12910102307796478,
-0.02630826272070408,
0.010940385982394218,
0.001075017498806119,
-0.004543899092823267,
-0.0884... | 0.028267 |
[[docs-delete-by-query]] == Delete By Query API The simplest usage of `\_delete\_by\_query` just performs a deletion on every document that match a query. Here is the API: [source,js] -------------------------------------------------- POST twitter/\_delete\_by\_query { "query": { <1> "match": { "message": "some message... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/delete-by-query.asciidoc | 6.2 | elasticsearch-6-2 | [
-0.0791340097784996,
0.08512195944786072,
0.026076555252075195,
0.08580109477043152,
0.039289671927690506,
-0.015333096496760845,
0.0554882287979126,
-0.022136589512228966,
0.14885276556015015,
-0.015487637370824814,
0.026606954634189606,
0.02671893686056137,
0.07670840620994568,
-0.062262... | 0.092631 |
Query API also supports `refresh`, `wait\_for\_completion`, `wait\_for\_active\_shards`, `timeout` and `scroll`. Sending the `refresh` will refresh all shards involved in the delete by query once the request completes. This is different than the Delete API's `refresh` parameter which causes just the shard that received... | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/delete-by-query.asciidoc | 6.2 | elasticsearch-6-2 | [
-0.00036881526466459036,
-0.0023767841048538685,
0.0429333858191967,
0.05459276959300041,
0.012388737872242928,
-0.053224366158246994,
-0.01788584142923355,
-0.09873772412538528,
0.10476820170879364,
0.08057340234518051,
-0.045875731855630875,
0.05723443254828453,
0.034082889556884766,
-0.... | 0.110251 |
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 requ... | 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.077746... | 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-sl... | 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.06... | 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 performa... | 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.028205... | 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 t... | 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.1520259... | 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 anyth... | 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.07771776... | 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 -----------... | 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... | 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 t... | 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.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: \... | 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.058... | 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... | 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] ---------------------------------------------... | 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.026718... | 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 trans... | 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.0... | 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... | 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.03... | 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... | 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.0440192... | 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 s... | 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.081... | 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 ... | 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.08924... | 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/\_... | 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.0641... | 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` ... | 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.0363... | 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 support... | 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.0125... | 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... | 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.04... | 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-s... | 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.07332... | 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 `\_rei... | 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.0617... | 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 blo... | 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.07640... | 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" } } ---... | 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.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 Reinde... | 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.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... | 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.09552... | 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`... | 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.... | 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... | 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.01496757... | 0.020196 |
`\_score`. | https://github.com/elastic/elasticsearch/blob/6.2//docs/reference/docs/reindex.asciidoc | 6.2 | elasticsearch-6-2 | [
0.025194484740495682,
0.06576638668775558,
-0.10272756963968277,
0.017191216349601746,
-0.011986734345555305,
0.0998300164937973,
0.055931441485881805,
0.08817975223064423,
0.06121645122766495,
0.006149302236735821,
0.0459839329123497,
-0.03986275941133499,
0.07557287067174911,
-0.00349996... | 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 ---------------... | 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.0172... | 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[con... | 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.0409... | 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... | 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.031218... | 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`. [sou... | 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.07628... | 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 measure... | 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.01623... | 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... | 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.01115... | 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... | 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.0003375... | 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.0600... | 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... | 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.0... | 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 prima... | 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.0780... | 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 ... | 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.07178... | 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 imp... | 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.067584... | 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 //// [[... | 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.0... | 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:: \* ... | 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.... | 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.declareStandardFie... | 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... | 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[#... | 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.048... | 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:: \* ... | 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.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 NullPointerExc... | 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.125... | 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 re... | 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.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]) \* Con... | 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.0... | 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 sea... | 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.05... | -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] Mappi... | 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.044244... | 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}27... | 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.06... | 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 {pul... | 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.... | 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 credentia... | 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... | 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: {... | 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.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 ... | 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... | 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 endpoi... | 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.02... | 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}2... | 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.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[... | 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.00414... | 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 reas... | 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.... | 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 ArrayIndexOutOfBoundsExc... | 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.... | -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}2... | 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.... | 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]... | 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.... | -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... | 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.0... | 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 elect... | 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.09... | 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 prop... | 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.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 ... | 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.0... | 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]) \* Us... | 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.... | -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... | 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... | 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: {is... | 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.00211... | 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 th... | 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.00... | 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[#258... | 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.... | 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 {p... | 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... | 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[#2... | 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.0065... | 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 settin... | 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.02630... | 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 ret... | 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.058897... | 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[#2155... | 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.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 S... | 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.01... | 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 Pain... | 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.0... | 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:: \* Fil... | 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.011... | 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 n... | 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.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... | 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.033... | 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 o... | 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... | 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... | 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.03265... | 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[#208... | 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.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 Fi... | 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.0... | 0.159356 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.