Ben Tse
3cede749f9
fixed minor typo
2015-12-03 23:53:48 -05:00
Gao Yingkai
47c5da523f
Update scripting.asciidoc
...
Fixed minor typo in the example of native scripting request.
2015-12-03 20:24:20 -05:00
Lee Hinman
f709b7283f
Remove `GET` option for /_forcemerge
...
POST should be used to indicate this is not just a retrieval operation.
Resolves #15165
2015-12-03 13:56:15 -07:00
Ryan
94027f1461
Made requested changes
...
Moved section to before testing section and made requested formatting changes.
2015-12-03 09:27:20 -08:00
Clinton Gormley
e84b61358f
Fix version order for breaking changes docs
2015-12-03 14:24:19 +01:00
Ryan
5890c9a813
Update repository-s3.asciidoc
...
Documentation of AWS VPC public vs. private subnets and their affects on accessing S3.
2015-12-02 16:07:57 -08:00
Xavier Coulon
144225f4e5
Fixing typo
...
Replace "Too shade or not to shade..." with "To shade or not to shade..."
(cherry picked from commit f44c5a4)
(cherry picked from commit 12d5510)
2015-12-02 09:25:52 +01:00
Clinton Gormley
9dbda2af62
Update scripting.asciidoc
...
Fix script syntax for script_score
Closes #15096
2015-11-30 17:07:52 +01:00
Honza Král
02798951ef
[docs] Updating the Python client docxs
2015-11-30 16:50:08 +01:00
David Pilato
bed9bf19c6
S3 repository: fix spelling error
...
Reported at https://github.com/elastic/elasticsearch-cloud-aws/pull/221
2015-11-30 16:01:55 +01:00
David Pilato
a4e22b44e4
add java-api doc about shading / embedding
...
Two new sections added
* Dealing with JAR dependency conflicts
* Embedding jar with dependencies
Closes #15071 .
2015-11-30 11:47:17 +01:00
Jim Ferenczi
e182072b6f
Merge pull request #15017 from jimferenczi/fields_option
...
Refuse to load fields from _source when using the `fields` option and support wildcards.
2015-11-30 11:01:21 +01:00
Jim Ferenczi
731833cfc6
Fixes #14489
...
Do not to load fields from _source when using the `fields` option.
Non stored (non existing) fields are ignored by the fields visitor when using the `fields` option.
Fixes #10783
Support * wildcard to retrieve stored fields when using the `fields` option.
Supported pattern styles are "xxx*", "*xxx", "*xxx*" and "xxx*yyy".
2015-11-30 11:00:32 +01:00
Clinton Gormley
72be42d742
Document that _index is a virtual field and only supports term queries
...
Closes #15070
Closes #15081
2015-11-30 08:43:23 +01:00
Clinton Gormley
1685126bb6
Merge pull request #15085 from kaneshin/docs/modify/post_filter
...
Remove a trailing comma from an example data of JSON
2015-11-30 08:05:10 +01:00
Boaz Leskes
f8a027e591
Merge pull request #14801 from bleskes/resiliency_update
...
Update the resiliency page to 2.0.0
2015-11-29 12:21:15 +01:00
Johnny Lim
a66be6cfb9
Polish doc
...
Closes #15011
2015-11-28 18:25:42 +01:00
Shintaro Kaneko
d7baeb1e7b
Remove a trailing comma from an example data of JSON
2015-11-28 16:50:28 +00:00
Clinton Gormley
174b4bacbe
Merge pull request #14871 from jamiemccarthy/doc-fix
...
Fix doc of nested_path sort option
2015-11-28 17:46:47 +01:00
Clinton Gormley
2ab14cb21c
Merge pull request #14900 from shikhar/patch-1
...
link to es-restlog plugin
2015-11-28 15:09:22 +01:00
tomoya yokota
82d26c852a
property name is not right
...
`ignore_script` is not right. `ignored_script' is right.
See org.elasticsearch.index.analysis.CJKBigramFilterFactory
2015-11-26 14:22:23 +09:00
Jimmi Dyson
c4ee350c5e
Add Kubernetes discovery community plugin
2015-11-25 12:54:29 +00:00
Jason Tedor
b6da075505
Fix typo in TTL field docs
...
Closes #14994
2015-11-24 22:57:35 -05:00
Clinton Gormley
18a8c20cba
Merge pull request #14873 from williammwang/master
...
Clarify where index.similarity.default.type is set
2015-11-24 15:01:43 +01:00
Clinton Gormley
74d9c8f5cf
Docs: Fix :issue: and :pull: asciidoc replacements
...
Closes #14922
2015-11-24 12:35:28 +01:00
Boaz Leskes
316f07743a
feedback
2015-11-23 13:15:22 +01:00
David Pilato
28109a18a2
Fix example for s3 repository bucket name
...
Closes #13588 .
2015-11-23 13:14:02 +01:00
David Pilato
5b0e2823b1
Merge branch 'docs/mapper-attachments'
2015-11-23 12:14:31 +01:00
Martijn van Groningen
48771f1a76
field stats: Added `min_value_as_string` and `max_value_as_string` response elements for all number based fields. The existing `min_value` and `max_value` will return the values as numbers instead.
...
Closes #14404
2015-11-23 08:48:28 +01:00
Christoph Büscher
be9dd035e2
Merge pull request #14887 from cbuescher/merge-base-shapebuilders
...
Merging BaseLineString and BasePolygonBuilder with subclass
2015-11-21 12:52:31 +01:00
Christoph Büscher
991ab030dc
Adding notes about ShapeBuilder changes to migration doc.
2015-11-21 12:51:28 +01:00
Clinton Gormley
69c4ed0324
Change the commented out line to a comment block
2015-11-20 20:32:49 +01:00
Clinton Gormley
9960d32549
Comment out release notes in master until they are populated
2015-11-20 20:28:32 +01:00
Clinton Gormley
ccde02c930
Add release notes to docs index
2015-11-20 20:23:54 +01:00
Clinton Gormley
9e0ca4a795
Updated the release-notes script to produce AsciiDoc and added placeholders
2015-11-20 20:05:53 +01:00
Clinton Gormley
2293c0d8c8
Update token-count.asciidoc
...
Fix typo
2015-11-20 19:00:52 +01:00
Shikhar Bhushan
c57e006cd5
link to es-restlog plugin
2015-11-20 12:21:50 -05:00
Christoph Büscher
71e734647b
Docs: `exists` query does not need to be wrapped inside `constant_score`
...
In the example we show an `exists` query inside a constant score query. While this is possible, it can mislead users to think it is necessary so we should remove it.
2015-11-20 18:08:51 +01:00
William
e042e06a5a
Update similarity.asciidoc
2015-11-19 16:41:29 -08:00
Jamie McCarthy
ce20337d03
Fix doc of nested_path sort option
2015-11-19 12:22:00 -05:00
David Pilato
33b0e662cc
Merge branch 'pr/phonetic_daitch_mokotoff'
2015-11-19 14:48:11 +01:00
David Pilato
d48d8ef863
Merge branch 's3-storage-class-support' of https://github.com/socialrank/elasticsearch into socialrank-s3-storage-class-support
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-11-19 13:10:08 +01:00
Yannick Welsch
6a2fa73fb5
Merge pull request #14808 from ywelsch/refactor/delayed-allocation
...
Simplify delayed shard allocation
2015-11-19 09:58:52 +01:00
Yannick Welsch
2084df825f
Simplify delayed shard allocation
...
- moves calculation of the delay to a single place (ReplicaShardAllocator)
- reduces coupling between GatewayAllocator and RoutingService
- in master failover situations, elapsed delay time is forgotten
Closes #14808
2015-11-19 09:53:07 +01:00
Xu Zhang
2e6d72de27
Catch exception when reading corrupted snapshot.
...
Single corrupted snapshot file shouldn't prevent listing all other
snapshot in repository.
2015-11-18 21:43:46 -08:00
Nicholas Knize
0d349854d3
Add CONTAINS relation to geo_shape query
...
At the time of geo_shape query conception, CONTAINS was not yet a supported spatial operation in Lucene. Since it is now available this commit adds ShapeRelation.CONTAINS to GeoShapeQuery. Randomized testing is included and documentation is updated.
2015-11-18 14:15:35 -06:00
David Pilato
052285ac88
Revert 3cacec4468
...
We actually want to keep the test when using deprecated setting in 3.0.
We will keep this setting deprecated as well so people will be able to update in a smoother way.
Also add the deprecating information to the migration documentation.
2015-11-18 19:14:26 +01:00
David Pilato
dc17ab31d3
Merge remote-tracking branch 'origin/master'
2015-11-18 16:37:02 +01:00
craigwi
79a4d9ce36
Add support for secondary azure storage account
...
Follow up for #13228 .
This commit adds support for a secondary storage account:
```yml
cloud:
azure:
storage:
my_account1:
account: your_azure_storage_account1
key: your_azure_storage_key1
default: true
my_account2:
account: your_azure_storage_account2
key: your_azure_storage_key2
```
When creating a repository, you can choose which azure account you want to use for it:
```sh
curl -XPUT localhost:9200/_snapshot/my_backup1?pretty -d '{
"type": "azure"
}'
curl -XPUT localhost:9200/_snapshot/my_backup2?pretty -d '{
"type": "azure",
"settings": {
"account" : "my_account2",
"location_mode": "secondary_only"
}
}'
```
`location_mode` supports `primary_only` or `secondary_only`. Defaults to `primary_only`. Note that if you set it
to `secondary_only`, it will force `read_only` to true.
2015-11-18 16:31:48 +01:00
Clinton Gormley
685a0462d8
Merge pull request #13894 from dmland/patch-1
...
Update query-string-syntax.asciidoc
2015-11-18 15:50:30 +01:00
David Pilato
52bf365013
Add support for `daitch_mokotoff`
...
[Daitch Mokotoff](https://en.wikipedia.org/wiki/Daitch%E2%80%93Mokotoff_Soundex ) support has been added in Lucene 5.
So we can now support it as well.
2015-11-18 15:41:39 +01:00
Clinton Gormley
b855e7d14e
Merge pull request #14778 from rothvaw/patch-1
...
Update update.asciidoc
2015-11-18 15:22:02 +01:00
Martijn van Groningen
d2ae3ffa36
docs: can't use same call out twice
2015-11-18 15:16:13 +01:00
Martijn van Groningen
e443bfc492
docs: fix callouts
2015-11-18 15:13:38 +01:00
Christoph Büscher
ecbc7774ca
Docs: Add query to Query DSL documentation
...
We already introduced the MatchNoneQueryBuilder query that does not
return any documents, mainly because we needed it for internal
representation of the NONE option in the IndicesQueryBuilder.
However, the query was requested at least once also for the query dsl,
and since we can parser it already we should document it as
`match_none` query in the relevant reference docs as well.
2015-11-18 14:39:28 +01:00
Martijn van Groningen
8a454dae33
field stats: Added a `format` option to index constraint that allows to specify date index constraint values in a different format then the for specified in the mapping.
...
Closes #14804
2015-11-18 14:19:07 +01:00
Clinton Gormley
062abf813b
Update packaging.asciidoc
...
Remove mention of following symlinks under `path.scripts`
Closes #14733
2015-11-18 13:48:43 +01:00
Kopylov German
951ddcf4ea
Fix missed comma in bool query
2015-11-18 03:02:52 +03:00
J Grubb
c491dcc930
Update health.asciidoc
...
Changing network address of curl commands to "localhost" instead of 192.x.x.x
2015-11-17 14:46:18 -07:00
Jason Tedor
6872d545ac
Add system CPU percent to OS stats
...
This commit adds the system CPU percent reflecting the recent CPU usage
for the whole system.
2015-11-17 13:48:46 -05:00
Clinton Gormley
728cc5137a
Merge pull request #14738 from petmit/patch-1
...
Update error in documentation for multi-fields
2015-11-17 17:33:53 +01:00
Clinton Gormley
a2b92a65e9
Merge pull request #14540 from KangYongKyun/patch-1
...
colon is added
2015-11-17 15:54:59 +01:00
Boaz Leskes
c6f0798a20
Update the resiliency page to 2.0.0
2015-11-17 14:32:33 +01:00
Clinton Gormley
98028419a5
Merge pull request #14610 from yokotaso/patch-1
...
Update snowball document page.
2015-11-17 14:17:30 +01:00
Krishna Raj
f5ca9d0e10
Updated the correct doc for Kafka Consumer
...
Updated the correct doc for Kafka Consumer with link to latest repository.
Closes #14634
2015-11-17 14:11:03 +01:00
Peter Lebedev
1201843d72
Update java.asciidoc
...
Add few more breaking changes.
Closes #14696
2015-11-17 12:27:44 +01:00
Shaunak Kashyap
636c88d09f
Fixing setting name
2015-11-13 13:36:14 -08:00
Jason Tedor
a846a257c5
Clarify stale shard issue on Resiliency page
2015-11-13 12:40:51 -05:00
Jason Tedor
7b16e82df4
Add stale shard issue to Resiliency page
...
This commit adds a simple description of the stale shard issue to the
Resiliency page.
Relates #14671
2015-11-11 08:30:54 -05:00
Adrien Grand
35c0b50879
Reword some documentation to make it more obvious that doc values are a columnar representation of the data.
...
Some users may already be familiar with column stores, so saying more explicitly
that doc values are a columnar representation of the data may help them better
and/or more quickly understand what doc values are about.
2015-11-09 23:32:47 +01:00
Lee Hinman
25f8db9aa9
Merge remote-tracking branch 'dakrone/node-limit-decider'
2015-11-09 11:03:19 -07:00
Lee Hinman
145374b762
Add cluster-wide setting for total shard limit
...
This adds the `cluster.routing.allocation.total_shards_per_node`
setting, which limits the total number of shards across all indices on
each node. It defaults to -1 and can be dynamically configured.
Resolves #14456
2015-11-09 11:03:07 -07:00
David Pilato
e993c6a862
Migrate mapper attachements plugin to asciidoc
...
Followup for #14605
2015-11-09 15:35:06 +01:00
javanna
ca980b7a83
[DOCS] document replacement for search exists
...
Relates to #13910
Closes #14393
2015-11-09 15:05:07 +01:00
Clinton Gormley
fe473ed24e
Documented passing a local truststore to bin/plugin
2015-11-09 14:33:23 +01:00
Clinton Gormley
40650ad2d5
Merge pull request #14612 from arinto/patch-2
...
[DOCS] Typo on the tribe node description
2015-11-09 14:00:56 +01:00
Clinton Gormley
c49aaa1284
Merge pull request #14608 from jimmyjones2/patch-1
...
Update all-field.asciidoc
2015-11-09 13:43:25 +01:00
Clinton Gormley
bf3f9c778c
Docs: Added plugin-descriptor.properties to breaking changes
...
Closes #14569
2015-11-09 12:17:44 +01:00
Adrien Grand
81767bc639
Merge pull request #14474 from jpountz/doc/search_body_fields_warning
...
Add a warning about fields vs. source filtering.
2015-11-09 11:52:58 +01:00
Clinton Gormley
0b9b9d7983
Revert "Removed redundant docs/community-clients/index.asciidoc"
...
These docs weren't redundant after all.
This reverts commit 22d163692c
.
2015-11-08 23:24:45 +01:00
Clinton Gormley
4684be3680
Merge pull request #14391 from jurgc11/patch-2
...
Add community plugin
2015-11-08 22:12:26 +01:00
Clinton Gormley
f0fda74083
Moved a breaking change to the correct section. Closes #14510
2015-11-08 21:53:56 +01:00
Clinton Gormley
1849c645f3
Merge pull request #14509 from elastic/markw/typo-parentchild-releasenotes-14508
...
Fixed minor typo
2015-11-08 21:48:40 +01:00
Clinton Gormley
22d163692c
Removed redundant docs/community-clients/index.asciidoc
2015-11-08 21:45:38 +01:00
Clinton Gormley
f7a7b192e4
Merge pull request #14504 from sckott/add-elasticdsl
...
Added new community R client, edited old entry
2015-11-08 21:41:55 +01:00
Clinton Gormley
df865a2628
Merge pull request #14431 from arinto/patch-1
...
[DOCS] Missing tribe nodes' short description
2015-11-08 18:36:31 +01:00
Clinton Gormley
28015d9e03
Docs: Made the list of breaking changes in each version more obvious
2015-11-08 12:59:07 +01:00
Clinton Gormley
1220b89a60
Docs: Fixed bad link in completion suggester
2015-11-08 09:51:14 +01:00
Areek Zillur
dd1c687ace
Completion Suggester V2
...
The completion suggester provides auto-complete/search-as-you-type functionality.
This is a navigational feature to guide users to relevant results as they are typing, improving search precision.
It is not meant for spell correction or did-you-mean functionality like the term or phrase suggesters.
The completions are indexed as a weighted FST (finite state transducer) to provide fast Top N prefix-based
searches suitable for serving relevant results as a user types.
closes #10746
2015-11-07 17:46:27 -05:00
Nik Everett
fbeade92e5
[docs] Fix download link
2015-11-05 14:18:49 -05:00
Andrzej Wisłowski
7d010195f4
Update plugin-script.asciidoc
...
It is better not to show lang-groovy plugin in the example, as it is not used since elasticsearch 1.4.0
2015-11-05 10:27:34 -07:00
Clinton Gormley
6fa799e694
Docs: Correct docs around CONF_DIR and -Des.path.conf
2015-11-05 14:05:52 +01:00
KangYongKyun
b5d49641fb
colon is added
...
"predict" 10 => "predict" : 10
2015-11-05 11:32:20 +09:00
Yannick Welsch
825d0c64e6
Add duration field to /_cat/snapshots
...
Closes #14385
2015-11-04 10:34:00 +01:00
Mark Walkom
4f2154b0e0
Removed / from commands
2015-11-04 14:56:06 +11:00
Mark Walkom
ab0cba4bbf
Removed / from command
2015-11-04 14:54:40 +11:00
Mark Walkom
97a066829c
Fixed minor typo
2015-11-04 14:46:37 +11:00
Scott Chamberlain
9d8c026dbc
Added new community R client, edited old entry
...
I maintain two R clients, elastic and elasticdsl
adding entry for elasticdsl and edited elastic entry
2015-11-03 15:46:47 -08:00
xuzha
fb1d8bb149
Add os.allocated_processors
...
Current processors setting is not reflected in nodes info API
("os.available_processors"). Add os.allocated_processors to shows
actual number of processors that we are using.
2015-11-03 09:50:17 -08:00
javanna
ce6aa258a9
Remove support for query_binary and filter_binary
...
query_binary and filter_binary are unused at this point, as we only parse on the coordinating node and the java api only holds structured java objects for queries and filters, meaning they all implement Writeable and get natively serialized.
Relates to #14308
Closes #14433
2015-11-03 14:05:45 +01:00