https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
d9de1e6 [DOCS] Rename ES Reference to ES Guide (#71198) 01 April 2021, 19:51:28 UTC
bc283e6 [DOCS] Set version in EOL banner. 21 November 2019, 01:58:41 UTC
45eb537 Adds EOL banner to ES Ref (#49415) 21 November 2019, 01:58:20 UTC
1e4faeb [DOCS] Set explicit anchors for Asciidoctor (#42521) 28 May 2019, 18:25:17 UTC
cee6f86 [DOCS] Set literal anchors in 5.0 for Asciidoctor (#42475) 28 May 2019, 17:22:10 UTC
d2ed38c [DOCS] Set literal anchors in 2.4 for Asciidoctor (#42474) 28 May 2019, 16:38:56 UTC
9af3916 [DOCS] Fix cross-ref link in Upgrade guide for Asciidoctor (#42316) 24 May 2019, 17:08:27 UTC
db1aa87 [DOCS] Fix 'warmers' deprecated macro for Asciidoctor (#42306) 24 May 2019, 16:47:33 UTC
6396d2b [DOCS] Fix 'scan' deprecated macro for Asciidoctor (#42302) 24 May 2019, 16:45:50 UTC
3302eb9 [DOCS] Fix 'compression' param experimental macro for Asciidoctor (#42298) 24 May 2019, 16:42:26 UTC
b5e7fc6 [DOCS] Fix precision_threshold experimental macro for Asciidoctor (#42296) 24 May 2019, 16:36:09 UTC
3df1284 [DOCS] Fix significant_terms experimental macro for Asciidoctor (#42294) 24 May 2019, 16:29:08 UTC
8361853 [DOCS] Fix _timestamp deprecated macro for Asciidoctor (#42293) * [DOCS] Fix _timestamp deprecated macro for Asciidoctor * [DOCS] Fix syntax for block macro 24 May 2019, 16:21:51 UTC
4e53d07 [DOCS] Fix table cols value order for Asciidoctor (#42254) 20 May 2019, 20:11:42 UTC
4401df0 [DOCS] Fix indentation in glossary for Asciidoctor migration (#42118) 20 May 2019, 19:43:12 UTC
6454cc4 [DOCS] Adds page header for Groovy API (#41805) 08 May 2019, 19:03:37 UTC
c839855 [DOCS] Add attribute to escape minimal pt token link in Asciidoctor (#41613) 30 April 2019, 18:20:43 UTC
2d5ee3d [DOCS] Remove merge conflict for commit 6699a5 '[DOCS] Add anchors for Asciidoctor migration' 30 April 2019, 16:03:40 UTC
fd4adc1 [DOCS] Correct table anchor and header for Asciidoctor migration' 30 April 2019, 15:52:40 UTC
5c96e96 [DOCS] Add anchors for Asciidoctor migration (#41648) 30 April 2019, 14:55:41 UTC
f568479 [DOCS] Explicitly set section IDs for Asciidoctor migration (#41550) 25 April 2019, 19:19:08 UTC
395371e Fixed very small typo in date (#41398) 25 April 2019, 17:17:24 UTC
6263157 [DOCS] Fix code snippet delimiter for Asciidoctor migration 22 April 2019, 17:28:35 UTC
6414c26 [DOCS] Remove inline callouts for Asciidoctor migration 22 April 2019, 16:34:54 UTC
03bd11f [DOCS] Replace nested open block for Asciidoctor migration 22 April 2019, 13:03:07 UTC
4ff4e6d Docs: Fix deprecation warnings in asciidoctor Fix some deprecation warnings that weren't rendering correctly in asciidoctor. 18 April 2019, 13:07:31 UTC
3a135f8 Docs: Fix another deprecation warning in Asciidoctor This deprecation warning contains a `,` and those are attribute value separators in Asciidoctor. This replaces the `,` with its html entity. 16 April 2019, 20:47:44 UTC
ce483af Docs: Fix deprecation warning in Asciidoctor This deprecation warning contains a `,` and those are attribute value separators in Asciidoctor. This replaces the `,` with its html entity. 16 April 2019, 20:43:22 UTC
752ee13 Docs: Move id in the java-api (#40748) Moves the id of the preface in the java-api so it is compatible with both AsciiDoc and Asciidoctor. As it stands now we apply the id that we want for the preface to the book itself which is strange and only works with AsciiDoc. 02 April 2019, 20:21:39 UTC
b4b6ff9 Docs: Drop inline callouts from the java API (#39932) There is a single example in the Java API docs that contains an inline callout that is incompatible with Asciidoctor: ``` client.prepareUpdate("ttl", "doc", "1") .setScript(new Script( "ctx._source.gender = \"male\"" <1> , ScriptService.ScriptType.INLINE, null, null)) .get(); ``` This rewrites the example to use an Asciidoctor compatible end of line callout. It also looks nicer to me because it fits better on the page. ``` client.prepareUpdate("ttl", "doc", "1") .setScript(new Script( "ctx._source.gender = \"male\"", <1> ScriptService.ScriptType.INLINE, null, null)) .get(); ``` 01 April 2019, 17:13:42 UTC
e080edc Docs: Drop inline callout from scroll example (#38340) Coalesces two calls into one in a scroll example so all callouts are at the end of the line. This is the only sort of callouts that are supported by asciidoctor and we'd like to start building our docs with asciidoctor. At present we don't have any mechanism to stop folks adding more inline callouts but we ought to be able to have one in a few weeks. For now, though, removing these inline callouts is a step in the right direction. Relates to #38335 13 February 2019, 16:04:46 UTC
2cc6716 [DOCS] Remove unnecessary X-Pack reference 01 February 2018, 22:40:26 UTC
85e1f7c [DOCS] Build Elasticsearch Reference from elasticsearch repo (#28469) 01 February 2018, 21:46:45 UTC
e65bb32 Docs: Fixed missing closing double quotes (#26089) 09 August 2017, 12:33:50 UTC
688f412 Update search-template.asciidoc (#25902) Added opening double-quote which was missing 28 July 2017, 07:43:22 UTC
c848056 Remove mention of params and lang on update action payload (#21365) Both `params` and `lang` are properties on the object assigned to the `script` property on the payload, not top level properties themselves. Remove the mention of them for clarity. Add link to update documentation. (cherry picked from commit 85ce6c03ec854115511b970e3a6d18ef49bff60a) 13 June 2017, 23:26:25 UTC
f08786b [DOCS] Add index-all.asciidoc for build purposes (#25186) 13 June 2017, 15:47:40 UTC
e48eaf5 docs: added p/c sort example 18 May 2017, 12:34:03 UTC
7181ef5 Upgraded Archive::Extract to 0.80 Closes https://github.com/elastic/infra/issues/1913 04 April 2017, 11:02:26 UTC
b48e5cb Fix typo in phrase-suggest.asciidoc (#23591) 16 March 2017, 16:36:16 UTC
e432064 Specify fielddata formats in string docs (#21588) fielddata=disabled or fielddata=paged_bytes doesn't actually work. Specifying the `format` part here also makes the fielddata part consistent with the norms one (where the value is also an object). 19 November 2016, 16:27:30 UTC
75e12c7 Merge pull request #20975 from zhenxing914/2.3 node.client() should not be used in the documentation 17 October 2016, 16:16:59 UTC
0f626ad node.client() has Already abandoned in elasticsearch2.3.4 node.client() has Already abandoned in elasticsearch2.3.4。node.client() should be replaced by client. 17 October 2016, 13:02:58 UTC
62be468 Fixed doc version links 17 October 2016, 09:50:24 UTC
39ee786 docs: add note on the downside about using terms lookup and other queries that fetch data as part of query parsing in the percolator. 22 September 2016, 10:53:29 UTC
e55650e Removed bad unicode char in docs 19 September 2016, 10:51:39 UTC
723cc22 skip GeoPointMultiTermQuery when highlighting (#20412) * skip GeoPointMultiTermQuery when highlighting We skip GeoPointInBBoxQuery already but not when it was rewritten it appears as GeoPointInBBoxQuery and needs to be skipped as well. see #17537 13 September 2016, 13:07:28 UTC
e55da51 Fix broken link reported by Twitter user #20291 (#20312) 02 September 2016, 21:56:37 UTC
47a6da9 Docs: clarify scale is applied at origin+offest (#20242) - fixes #19832 31 August 2016, 15:03:39 UTC
80630a1 Update api-conventions.asciidoc (#20203) 29 August 2016, 13:08:24 UTC
56a4779 AllTermQuery must implement equals/hashCode. #20196 This is required as queries are used as keys in the filter cache. Currently all AllTermQuery instances are considered equals. 29 August 2016, 07:19:30 UTC
7434ac8 Docs: Remove extra word from phrase-suggester 26 August 2016, 17:00:49 UTC
69caa37 Add an example call of how to stop a snapshot or restore operation (#20153) 25 August 2016, 10:59:56 UTC
a9a6f08 Update links to stopwords (#20142) `trunk` is gone - use `master` 25 August 2016, 09:58:17 UTC
c1c2efc Added cloud to the AWS plugin docs 24 August 2016, 13:39:19 UTC
b04cf6b Corrected typo in node.asciidoc (#19817) Corrected "deciated" to "dedicated" 23 August 2016, 13:14:07 UTC
3d87bd9 Update query_cache.asciidoc Clarify that a percentage refers to heap size Closes https://github.com/elastic/elasticsearch/issues/20086 22 August 2016, 14:00:16 UTC
6c40a55 json parsing error (#20077) json parser throws an error in the example because { following another { 19 August 2016, 13:06:16 UTC
80a0bfd Fied bad asciidoc 18 August 2016, 12:08:52 UTC
cc64f4e Update wildcard-query.asciidoc (#20057) Update sentence grammar 18 August 2016, 12:05:18 UTC
d5d1862 Document that pipeline aggs cannot be used for sorting Closes #20037 18 August 2016, 11:52:57 UTC
f9c2f22 Update synonym-tokenfilter.asciidoc (#19988) * Update synonym-tokenfilter.asciidoc * Update synonym-tokenfilter.asciidoc 17 August 2016, 11:38:56 UTC
33372af Merge pull request #20013 from dhondo01/patch-2 Fix misplaced period ('.') 16 August 2016, 22:29:30 UTC
8445296 Fix misplaced period ('.') 16 August 2016, 20:34:39 UTC
b63d4da Swap a index for the same alias (#19884) In the example there was a alias removed and then a different alias created for the same index, but I think actually swapping a index by another one for the same alias would make more sense as an example here. 16 August 2016, 13:24:18 UTC
9794ba4 RESTART_ON_UPGRADE incorrectly named ES_RESTART_ON_UPGRADE in sysconfig (#19976) Closes #19950 12 August 2016, 17:20:19 UTC
c1bd78d Removed migration docs for 1.x # Conflicts: # docs/reference/migration/migrate_1_0.asciidoc 12 August 2016, 16:34:20 UTC
89056f2 Sign debian repository with SHA-512 Closes #17724 12 August 2016, 15:27:49 UTC
a387095 Replaced "true" with true in snapshot restore docs Closes #19947 12 August 2016, 13:34:43 UTC
47655a6 Fix typos in inner-hits documentation (#19910) 11 August 2016, 19:14:24 UTC
7e6fc6f Update inner-hits.asciidoc Typo Closes #19775 11 August 2016, 10:35:40 UTC
0fd150d Single comma-delimited response header for multiple values Despite the RFC permitting multi-value response headers to appear as individual header fields instead of a single header field with a comma delimitted value, Internet Explorer does not deal well with this and hence, this commit ensures that multi-value CORS response headers are serialized as a single header field with a comma delimitted value. This also brings the implementation in conformity with how Netty4 handles multi-value headers, which is the default transport implementation for 5.x. Backports #19872 10 August 2016, 20:28:37 UTC
1f11ac1 Merge pull request #19916 from thefourtheye/patch-1 remove unnecessary code highlight 10 August 2016, 13:58:48 UTC
fc3ad1e remove unnecessary code highlight 10 August 2016, 13:42:51 UTC
460269d [docs] Remove extra "s" at buckets_path snippet Closes #19907 10 August 2016, 12:53:07 UTC
30ee136 Docs: Fixed typos in example buckets_paths > buckets_path. 09 August 2016, 21:35:27 UTC
a1cf42c [docs] We have two 'context' types only, geo and category We have two 'context' types only, geo and category. 09 August 2016, 14:07:16 UTC
18ec9cc Fix typo Reported at https://discuss.elastic.co/t/little-error-in-documentation-page-mapping-parameters-format/57424 08 August 2016, 08:50:02 UTC
0234b1f [DOCS] clarify behaviour when routing is required and no routing value is specified This note in the delete api about broadcasting to all shards is a leftover that should have been removed when the broadcasting feature was removed Relates to #10136 08 August 2016, 08:44:07 UTC
3df1478 Small typo 05 August 2016, 15:15:04 UTC
1651cf2 Update link to mapper-murmur3 plugin in card docs (#19788) 04 August 2016, 13:56:28 UTC
4ce619f Disable distribution signing for Fedora 24 In #18240 we disabled distribution signing for Fedora 23 as it is broken there (and it is also no properly fixable for all distros without significant changes to the rpm-maven-plugin). As our vagrant tests in CI use also Fedora 24, we disable signing also on this platform with this commit. Checked with @dliappis Relates #18240 04 August 2016, 12:28:20 UTC
a907ac8 Merge pull request #19766 from marylicanin/patch-1 Update term-level-queries.asciidoc 03 August 2016, 16:17:21 UTC
41b102a Bumped version to 2.3.6-SNAPSHOT and added bwc index for 2.3.5 03 August 2016, 13:46:10 UTC
2358c3e Added release notes for 2.3.5 03 August 2016, 11:52:24 UTC
c9d043d Update term-level-queries.asciidoc Typo fix 03 August 2016, 00:10:13 UTC
5e2c6b6 Merge pull request #19725 from marylicanin/patch-1 Update search-type.asciidoc 02 August 2016, 19:19:28 UTC
fb91b09 Update search-type.asciidoc minor grammar update 01 August 2016, 18:02:15 UTC
8e96b57 Add note to put mapping API docs on index creation This commit backports commit bf51247ec00a40b0aeb66b4a14ba93dc5556cfe3 from master to 2.3. Relates #19703 31 July 2016, 20:02:39 UTC
15c7c14 Switch example from inclusion to exclusion. Page is explaining allocation exclusion- example should be about exclusion as well. 29 July 2016, 01:52:53 UTC
8afb8da Fixed search template example for string arrays Closes #19643 28 July 2016, 11:43:46 UTC
1e46022 Update gateway.asciidoc (#19572) * Update gateway.asciidoc Added a note to clarify that, in cases where nodes in a cluster have different setting, the node that is the elected master takes precedence over anything else. * Update gateway.asciidoc Updated as per @bleskes's comments 28 July 2016, 11:08:36 UTC
b5e248b clarify awkward text (#19608) 27 July 2016, 18:02:56 UTC
a40010a provide code example for processors setting A simple example but was missing 27 July 2016, 15:53:03 UTC
90f439f [DOCS] fix documentation for selecting algorithm for percentiles agg 27 July 2016, 07:56:43 UTC
414c62e [docs] Switch contraction to possesive 26 July 2016, 17:59:33 UTC
c777aba Docs: Remove trailing comma in invalid reindex JSON example 22 July 2016, 09:37:34 UTC
ea0c08f minor documentation improvements (#19500) * minor documentation improvements * remove unnecessary commas 21 July 2016, 12:25:13 UTC
bcb9ba0 corrected the use of two synonymous words (#19498) Two synonyms were jointly used in the sentence(i.e "problems" and "issues"), so I deleted one of them. 21 July 2016, 10:20:23 UTC
239b011 Clarify `function_score` docs. Closes #18315 19 July 2016, 09:13:35 UTC
back to top