Nik Everett
5c3f4ceafb
Add preserve original token option to ASCIIFolding
...
Closes #4931
2014-02-14 19:37:00 +01:00
Luca Cavanna
6abd0a76bd
[DOCS] improved get docs
...
- added _version to response
- exists call use -XHEAD with -i flag to include headers in the output
2014-02-14 13:11:10 +01:00
Lars Francke
2a765415c8
Update get.asciidoc
...
Minor improvements.
curl -XHEAD doesn't actually print anything so I've changed to use -I which actually prints the headers received.
2014-02-14 13:11:10 +01:00
Brian Yoder
41dba68bda
Added the `DistanceUnit.NAUTICALMILES` enumeration
...
label with the corresponding *NM* and *nmi* unit
suffixes. Update the docs to match.
Closes #5085
2014-02-14 19:48:58 +09:00
uboness
d335630e57
[docs] fixed errors in aggs docs
...
- error in nested aggs example
- error in terms aggs example
2014-02-13 20:36:02 +01:00
Oleg Anashkin
eb0e1aa38f
Fix typo in similarity docs
...
DRF similarity -> DFR similarity
2014-02-13 07:45:30 -08:00
Luca Cavanna
179750f0f5
[DOCS] fixed count docs, it now requires a top-level query object, same as other apis
...
Relates to #4074
2014-02-13 13:36:20 +01:00
Luca Cavanna
9902f04033
[DOCS] rephrased delete by query docs
2014-02-13 11:44:51 +01:00
Luca Cavanna
01abea5945
[DOCS] fixed count and validate query docs, they now require a top-level query object, same as other apis
...
Relates to #4074
Closes #5111
2014-02-13 11:42:04 +01:00
Kevin
5d01aac87e
add elasticsearch-osem to integrations page
2014-02-13 11:02:36 +01:00
Kevin
99942089a8
[DOCS] add DynamoDB river plugin
2014-02-13 10:38:04 +01:00
James Yu
699fe5e929
fixed markup and typo
2014-02-13 10:33:15 +01:00
Kevin
1075b9ae33
[DOCS] should use setPostFilter instead of setFilter
2014-02-13 14:28:00 +11:00
Clinton Gormley
80c7619591
[DOCS] Changed coming[] to added[] for 1.0.0*
2014-02-12 17:17:25 +02:00
Luca Cavanna
1d8d58391f
[DOCS] added coming tags for `zen.discovery.publish_timeout` made dynamic
2014-02-12 15:24:38 +01:00
Luca Cavanna
16e4ac8713
[DOCS] Documented `discovery.zen.publish_timeout` setting
2014-02-12 10:45:37 +01:00
Luca Cavanna
847521b44c
[DOCS] added `discovery.zen.publish_timeout` to the dynamic settings list
2014-02-12 10:45:30 +01:00
Karel Minarik
91900ef346
[DOC] Updated the Ruby gem version for Elasticsearch 0.90.x
2014-02-11 16:12:53 +01:00
Igor Motov
02ebe33758
[DOCS] Fix typo in rename_pattern in snapshot/restore documentation
2014-02-11 09:23:07 -05:00
Simon Willnauer
990ce658a4
[Docs] Remove `custom_score` from documentation and add a migration
...
section.
2014-02-11 14:59:15 +01:00
Mihnea Dobrescu-Balaur
1f7efb5471
[DOCS] Add GitHub community river plugin
2014-02-11 11:55:24 +01:00
Alexander Reelsen
b02e6dc996
Migrating NodesInfo API to use plugins instead of singular plugin
...
In order to be consistent (and because in 1.0 we switched from
parameter driven information to specifzing the metrics as part of the URI)
this patch moves from 'plugin' to 'plugins' in the Nodes Info API.
2014-02-11 10:05:10 +01:00
Honza Král
d58118c641
[DOCS] adding a note on python client versioning schema
2014-02-11 03:43:53 +01:00
Luca Cavanna
7de7a0ace3
[TEST] fixed typo in _cat/thread_pool docs
2014-02-10 16:20:03 +01:00
Karel Minarik
e2b20843c8
[DOCS] Added a table with 0.90/1.0 compatibility and corresponding instructions
2014-02-10 11:58:42 +01:00
Shay Banon
e5f43a1867
add version and master_node flags to cluster state
2014-02-10 02:24:03 +01:00
David Pilato
c214acc5e7
[DOCS] Add GridFS repository community plugin
2014-02-08 10:43:54 +01:00
Sean Gallagher
e935a301df
Doc fix explaining resynchronization with the Cancel command.
...
Added line explaining resync process to Reroute/Cancel command.
Closes #5025
2014-02-07 17:02:36 -05:00
Clinton Gormley
164d52767c
[DOCS] Removed deprecated queries/filters from Java API docs
2014-02-07 20:59:42 +01:00
Clinton Gormley
93930d6dc7
Removed 0.90.* deprecation and addition notifications
...
Closes #5052
2014-02-07 20:52:49 +01:00
Adrien Grand
9cb17408cb
Make size=0 return all buckets for the geohash_grid aggregation.
...
Close #4875
2014-02-07 09:55:10 +01:00
David Pilato
444dff7b40
[DOCS] delete by query requires a top-level query parameter
...
Closes #5044
(cherry picked from commit 1e265b3)
2014-02-07 08:50:15 +01:00
Clinton Gormley
2b0e580046
[DOCS] Added backwards compatibility instructions to Perl client
2014-02-06 19:10:46 +01:00
Kevin
d9b704fd86
add redis transport plugin
2014-02-06 18:19:54 +01:00
Lee Hinman
d2078a5e28
Add fuzzy/slop support to `simple_query_string`
...
Ports the change from https://issues.apache.org/jira/browse/LUCENE-5410
2014-02-06 10:05:10 -07:00
Costin Leau
f5a8de6321
[DOCS] organize a bit the repository plugins
...
(cherry picked from commit 88e1c20c4581885db7e5e65edf7eb3629c2d31ca)
2014-02-06 19:01:58 +02:00
Evan Wong
593f98a373
Fixed the string() code literal in the java client index api doc.
2014-02-06 17:29:40 +01:00
Simon Willnauer
162ca99376
Added `cross_fields` mode to multi_match query
...
`cross_fields` attemps to treat fields with the same analysis
configuration as a single field and uses maximum score promotion or
combination of the scores based depending on the `use_dis_max` setting.
By default scores are combined. `cross_fields` can also search across
fields of hetrogenous types for instance if numbers can be part of
the query it makes sense to search also on numeric fields if an analyzer
is provided in the reqeust.
Relates to #2959
2014-02-06 17:15:55 +01:00
Clinton Gormley
56479fb0e4
[DOCS] Make apt/yum repos more visible
2014-02-06 17:04:37 +01:00
Boaz Leskes
9bf263c741
[DOCS] Fix terms agg value script example
2014-02-06 16:35:49 +01:00
Boaz Leskes
ae4ed29f9b
[Docs] value_count supports script per 1.1
2014-02-06 15:04:50 +01:00
Clinton Gormley
17e2ca5259
[DOCS] Updated migration docs for multi_field to point to copy_to
2014-02-06 14:34:07 +01:00
Clinton Gormley
6238d406b5
[DOCS] Removed the experimental label from Tribe, Hot Threads
...
and Completion Suggester
2014-02-06 14:19:17 +01:00
David Pilato
583f148334
[DOCS] add azure and gce discovery plugins
...
Clean EC2 disco doc
Add Azure disco doc
Add Google Compute Engine doc
Fix Zen doc (add `enabled` in `multicast` parameters list) - Fix #5032 .
2014-02-06 09:18:42 +01:00
David Pilato
8b1a6fc5b6
Add S3 and HDFS repositories
2014-02-05 17:53:37 +01:00
Clinton Gormley
d9bdfe3fec
[DOCS] Deprecated the path setting in favour of copy_to
...
Relates to #4729
2014-02-05 14:47:48 +01:00
Adrien Grand
6777be60ce
Add script support to value_count aggregations.
...
Close #5001
2014-02-04 14:29:32 +01:00
Clinton Gormley
238b26a466
[DOC] Tidied up geohashgrid aggregations
2014-02-04 11:54:32 +01:00
Jun Ohtani
ba415b8ad2
Does not support "script" in value_clunt aggregation.
2014-02-04 10:26:07 +01:00
Adrien Grand
cc1ff560df
Rename `geohashgrid` to `geohash_grid` in documentation.
...
It was renamed in fc6bc4c477
.
Close #4997
2014-02-04 09:39:55 +01:00
Lars Francke
1bd9dc129b
Fix confusing sentence
...
The original sentence didn't make much sense. I hope this is a bit better. Taken heavy inspiration from c63d8c4fb5
2014-02-03 17:20:40 +01:00
Lars Francke
7cbd0962b5
Improve Aggregations documentation
...
* Mostly minor things like typos and grammar stuff
* Some clarifications
* The note on the deprecation was ambiguous. I've removed the problematic part so that it now definitely says it's deprecated
2014-02-03 17:16:52 +01:00
Shay Banon
d36e345f1f
fix docs to reflect removal of byte buffer memory
2014-02-03 09:54:30 -05:00
Igor Motov
90da268237
Remove support for boost in copy_to field
...
Currently, boosting on `copy_to` is misleading and does not work as originally specified in #4520 . Instead of boosting just the terms from the origin field, it boosts the whole destination field. If two fields copy_to a third field, one with a boost of 2 and another with a boost of 3, all the terms in the third field end up with a boost of 6. This was not the intention.
The alternative: to store the boost in a payload for every term, results in poor performance and inflexibility. Instead, users should either (1) query the common field AND the field that requires boosting, or (2) the multi_match query will soon be able to perform term-centric cross-field matching that will allow per-field boosting at query time (coming in 1.1).
2014-01-31 14:34:01 -05:00
Martijn van Groningen
7e1eed9814
The forceful no cache behaviour for range filter with now date match expression should only be active if no rounding has been specified for `now` in the date range range expression (for example: `now/d`).
...
Also the automatic now detection in range filters is overrideable by the `_cache` option.
Closes #4947
Relates to #4846
2014-01-30 15:51:33 +01:00
uboness
d3f2173ef9
fixed date_/histogram aggregation documentation - added documentation for the `min_doc_count` setting
...
Closes #4944
2014-01-29 20:55:26 +01:00
Igor Motov
2755eecf65
Add throttling to snaphost and restore operations
...
Closes #4855
2014-01-29 10:33:59 -05:00
Martijn van Groningen
c82f27577b
Added dedicated thread pool cat api, that can show all thread pool related statistic (size, rejected, queue etc.) for all thread pools (get, search, index etc.)
...
By default active, rejected and queue thread statistics are included for the index, bulk and search thread pool.
Other thread statistics of other thread pools can be included via the `h` query string parameter.
Closes #4907
2014-01-29 13:25:06 +01:00
uboness
9f04e5fe38
fixed nested example response in docs
...
Closes #4935
2014-01-29 13:09:12 +01:00
uboness
dd389d1cc5
Made all multi-bucket aggs return consistent response format
...
Closes #4926
2014-01-28 17:46:57 +01:00
Luca Cavanna
b61ca9932a
[DOCS] Clarified docs for cluster.routing.allocation.same_shard.host cluster setting
...
Clarified also javadocs for SameShardAllocationDecider
2014-01-28 12:32:37 +01:00
Luca Cavanna
95bf091dd6
[DOCS] unified index settings info and added warmers section in create index docs
2014-01-27 17:10:38 +01:00
Costin Leau
2690019e95
update link to Hadoop Snapshot/Restore plugin
2014-01-25 18:27:14 +02:00
Clinton Gormley
1aa1e83e03
[DOCS] Updated the breaking changes for the fields param
...
Closes #4888
2014-01-25 12:34:15 +01:00
Karel Minarik
241bb09db1
[DOCS] More assertive statement about requiring `query` in _count, etc
2014-01-23 20:35:44 +01:00
Nik Everett
93a8e80aff
Support multiple rescores
...
Detects if rescores arrive as an array instead of a plain object. If so
then parse each element of the array as a separate rescore to be executed
one after another. It looks like this:
"rescore" : [ {
"window_size" : 100,
"query" : {
"rescore_query" : {
"match" : {
"field1" : {
"query" : "the quick brown",
"type" : "phrase",
"slop" : 2
}
}
},
"query_weight" : 0.7,
"rescore_query_weight" : 1.2
}
}, {
"window_size" : 10,
"query" : {
"score_mode": "multiply",
"rescore_query" : {
"function_score" : {
"script_score": {
"script": "log10(doc['numeric'].value + 2)"
}
}
}
}
} ]
Rescores as a single object are still supported.
Closes #4748
2014-01-23 16:29:07 +01:00
Nik Everett
37f80c8d80
Documentation for score_mode
...
Closes #4742
2014-01-23 16:24:48 +01:00
Brusic
d9b71a8083
[DOCS] various docs fixes
...
Removed unused misc.asciidoc file
Added plugins directory to directory layout
Fixed transport.tcp.connect_timeout value to match the code found in NetworkService.TcpSettings
Clarified that phrase query does not preserve order of terms
Clarified merge page
Added instructions on how to build documentation to docs/README
2014-01-23 10:52:13 +01:00
Clinton Gormley
8685818ad3
[DOCS] Moved termvector and mtermvectors from search to docs
2014-01-22 14:10:26 +01:00
Simon Willnauer
cb3bcb05be
[DOCS]: Fix added version termvectors.asciidoc
2014-01-22 12:08:13 +01:00
Simon Willnauer
e6ace1313e
[DOCS]: fixed added / coming tags in docs
2014-01-22 12:02:37 +01:00
Martijn van Groningen
2981edca54
[DOCS] `coming` instead of `added` for copy_to feature.
2014-01-22 11:26:22 +01:00
Martijn van Groningen
5a61a8b098
[DOCS] annotated the multi fields and copy_to feature with the right version.
2014-01-22 11:16:41 +01:00
Adrien Grand
9282ae4ffd
Terms aggregations: make size=0 return all terms.
...
Terms aggregations return up to `size` terms, so up to now, the way to get all
matching terms back was to set `size` to an arbitrary high number that would be
larger than the number of unique terms.
Terms aggregators already made sure to not allocate memory based on the `size`
parameter so this commit mostly consists in making `0` an alias for the
maximum integer value in the TermsParser.
Close #4837
2014-01-22 11:05:10 +01:00
Martijn van Groningen
75778d082b
[DOCS] Moved multi fields documentation into the core-types page
...
Removed docs about setting inheriting (was never added)
Made mapping samples formatting similar as other ones.
2014-01-22 10:05:58 +01:00
Lee Hinman
2c289fb538
Add the ability to retrieve fields from field data
...
Adds a new FetchSubPhase, FieldDataFieldsFetchSubPhase, which loads the
field data cache for a field and returns an array of values for the
field.
Also removes `doc['<field>']` and `_source.<field>` workaround no longer
needed in field name resolving.
Closes #4492
2014-01-21 09:13:32 -07:00
Adrien Grand
fe351f14e8
Document `index.shard.check_on_startup`.
2014-01-21 15:55:59 +01:00
Martijn van Groningen
66ed9a855a
[DOCS] Added multi fields link to mapping page.
2014-01-21 10:52:32 +01:00
Shay Banon
e29659e36d
add internal force local flag, used by tribe node
...
tribe node to set it to true so all master read operations will automatically execute on the local tribe node
2014-01-20 22:40:26 +01:00
Luca Cavanna
bdb1992e85
Fixed typo
2014-01-20 19:32:50 +01:00
Martijn van Groningen
9bc3d996ff
[SPECS] Updated percolator specs.
2014-01-20 18:18:27 +01:00
Igor Motov
649f1b13da
Initial implementation of custom _all field
...
Closes #4520
2014-01-20 10:44:33 -05:00
Simon Willnauer
f0bce08c30
Return `MatchNoDocsQuery` if query string is emtpy
...
Closes #3952
2014-01-20 16:08:57 +01:00
Florian Gilcher
eed079aaac
Reference docs fixes
...
* Make it clearer that `aggs` is an allowed synomym
for the `aggregations` key
* Fix broken example in for datehistogram, `1.5M` is
not an allowed interval
* Make use of colon before examples consistent
* Fix typos
2014-01-20 12:14:17 +01:00
Dawid Weiss
ae71b25145
Documentation typo.
2014-01-20 11:51:08 +01:00
Martijn van Groningen
db394117c4
Made sure that any filter that wraps a p/c filter (has_child & has_parent) either directly or indirectly will never be cached by making CustomQueryWrappingFilter extend from NoCacheFilter.
...
Closes #4757
2014-01-20 10:54:09 +01:00
Alexander Reelsen
e34a35244c
[DOCS] Added documentation for CAT Aliases API
...
Added asciidoc. Added new lines in java class.
2014-01-20 09:23:00 +01:00
Clinton Gormley
5003ca9278
[DOCS] Fixed file:/// URL for installing plugins
2014-01-20 01:34:12 +01:00
Andy Goldstein
8f659bccb1
Add documentation for transport.publish_port
2014-01-17 22:06:22 +01:00
David Pilato
38874e5f9b
Remove the "-f" script argument from the documentation
...
Closes #4778 .
2014-01-17 11:44:30 +01:00
dpen2000
bb19412122
[DOCS] Fixed typo in frontends.asciidoc
2014-01-16 13:19:51 +01:00
Clinton Gormley
8cb091e55d
[DOCS] Tidied up asciidoc for migration page
2014-01-16 12:22:05 +01:00
Luca Cavanna
4126ae2631
[DOCS] updated json responses after #4310 and #4480
...
- Removed "ok": true from response examples
- Added "created" flag to index response examples
- Replaced exists flag with found in delete response examples
2014-01-16 12:01:39 +01:00
Luca Cavanna
3399f6926a
[DOCS] made it clearer that the _version is incremented by all write operations (deletes included)
2014-01-16 11:44:46 +01:00
Igor Motov
4643f78098
[DOCS] Add documentation for URL repository
2014-01-15 13:13:16 -05:00
Clinton Gormley
3d4891321b
[DOCS] Minor changes to the breaking changes doc
2014-01-15 18:23:03 +01:00
Alexander Reelsen
c6155c5142
release [1.0.0.RC1]
2014-01-15 17:02:22 +00:00
Clinton Gormley
9e3f527721
[DOCS] Fixed asciidoc issue
2014-01-15 18:00:13 +01:00
Clinton Gormley
faddd66e87
[DOCS] Added breaking changes in 1.0
2014-01-15 17:50:24 +01:00
Clinton Gormley
12a095d797
[DOCS] Tidied up the multi-indices docs
2014-01-15 16:13:38 +01:00