Peter Johnson @insertcoffee
10197936da
Docs: typo?
...
Closes #7458
2014-08-26 15:26:34 +02:00
Alexander Reelsen
f2aa4a38bc
Docs: Added link to clarify meaning of filtering in fielddata context
2014-08-26 12:00:06 +02:00
mikemccand
783a9cbb18
Stats: add segments.index_writer_max_memory to see index writer's max RAM usage before buffered documents must be written to a new segment
...
Closes #7438
Closes #7440
2014-08-25 14:43:09 -04:00
Lee Hinman
c5c11b1837
[DOCS] Document NOT as a simple_query_string flag
...
Fixes #7426
2014-08-25 10:27:24 +02:00
Alex Ksikes
e78694ae82
More Like This Query: defaults to all possible fields for items
...
Items with no specified field now defaults to all the possible fields from the
document source. Previously, we had required 'fields' to be specified either
as a top level parameter or for each item. The default behavior is now similar
to the MLT API.
Closes #7382
2014-08-22 15:07:22 +02:00
Greg Marzouka
887bd0a9c2
[DOCS] Update to the new {index}/_mapping/{type} format
2014-08-21 13:56:11 -04:00
Britta Weber
2a32cf338e
Docs: _ttl ignores all parameters except for enabled and default.
...
Also, add a line about that it can never be disabled after it was enabled.
2014-08-21 16:16:02 +02:00
Alex Ksikes
f1a6b4e9fe
More Like This Query: Switch to using the multi-termvectors API
...
The term vector API can now generate term vectors on the fly, if the terms are
not already stored in the index. This commit exploits this new functionality
for the MLT query. Now the terms are directly retrieved using multi-
termvectors API, instead of generating them from the texts retrieved using the
multi-get API.
Closes #7014
2014-08-21 12:18:21 +02:00
Adrien Grand
ea96359d82
Facets: Removal from master.
...
Close #7337
2014-08-21 10:34:39 +02:00
Alex Ksikes
62ef4a30dc
Term vector API: return 'found: false' for docs between index and refresh
...
Closes #7121
2014-08-21 09:58:49 +02:00
Colin Goodheart-Smithe
7f943f0296
Aggregations: Scriptable Metrics Aggregation
...
A metrics aggregation which runs specified scripts at the init, collect, combine, and reduce phases
Closes #5923
2014-08-20 18:17:27 +01:00
Shay Banon
3a52296358
Warmer (search) to support query cache
...
allow for search based warmer to support query cache flag on the search request, and use the index level query caching flag if set.
closes #7326
2014-08-20 09:31:29 -07:00
Martijn van Groningen
383e64bd5c
Aggregations: Add `children` bucket aggregator that is able to map buckets between parent types and child types using the already builtin parent/child support.
...
Closes #6936
2014-08-19 12:40:51 +02:00
Britta Weber
639692943f
Docs: Document distance type and sort mode for many to many geo_points
...
closes #7280
2014-08-18 16:15:55 +02:00
Lee Hinman
99b0faed14
[DOCS] document simple_query_string's `lenient` option
2014-08-18 15:56:06 +02:00
Colin Goodheart-Smithe
b2286915cd
Geo: Adds support for GeoJSON GeometryCollection
...
Closes #2796
2014-08-18 13:55:39 +01:00
Clinton Gormley
76b7b68605
Docs: Fixed header levels in setup/dir-layout.asciidoc
2014-08-18 13:38:28 +02:00
Clinton Gormley
e6b82bb15d
Docs: Fixed bad ID
2014-08-18 13:19:36 +02:00
Xiao Yu
4f417aa774
Docs: Update nested-filter.asciidoc
...
Fix whitespace to standardize on spaces for indents on both code examples for readability.
Closes #6568
2014-08-18 13:09:00 +02:00
Britta Weber
aa1dbc0778
Docs: Fix ambigous explanation of the "fields" parameter in `query_string` query
...
Closes #7292
2014-08-18 13:06:48 +02:00
Carsten Brandt
6a6c45e2d0
Docs: Update snapshots.asciidoc
...
Added a link so you directly get to the page that tells how to open/close an index.
Closes #7286
2014-08-18 13:04:25 +02:00
Konrad Feldmeier
3b3e2ed5e9
Docs: Remove the 'Factor' paragraph to reflect #6490
...
The current implementation of 'date_histogram' does not understand
the `factor` parameter. Since the docs shouldn't raise false hopes,
I removed the section.
Closes #7277
2014-08-18 13:02:15 +02:00
Mpampis Kostas
bf8c4f1155
Docs: Remove phrase duplication in api-conventions.asciidoc
...
Closes #7263
2014-08-18 13:01:12 +02:00
Mpampis Kostas
55b642abc5
Docs: Fix typo in phrase-suggest.asciidoc
...
Closes #7262
2014-08-18 13:00:30 +02:00
rdpatil4
a0b74695b7
Docs: Update frontends.asciidoc
...
Closes #7224
2014-08-18 12:59:31 +02:00
Krishna Raj
0f3ebc0876
Docs: Update integrations.asciidoc
...
Closes #7193
2014-08-18 12:57:45 +02:00
Clinton Gormley
24e66597fa
Update repositories.asciidoc
...
Added apt-get update to the commands for clarity.
Closes #7192
2014-08-18 12:57:08 +02:00
Akshay Kapoor
89088678c3
Docs: Updated typo in getting-started.asciidoc
...
A very small typo in the description.
Closes #7134
2014-08-18 12:42:23 +02:00
Clinton Gormley
9dfede8cbb
Update search-template.asciidoc
...
Remove extra commas in template query ;-)
Closes #7033
2014-08-18 12:35:18 +02:00
Clinton Gormley
6477e13c77
Typo
2014-08-18 12:30:49 +02:00
smayzak
8449128032
error in code
...
The top-tags and terms were reversed.
2014-08-18 12:28:53 +02:00
Mark Walkom
d75aabc5aa
Docs: Added tables for directory locations for deb+rpm and zip+tar.gz installs
...
Closes #6508
2014-08-18 12:21:25 +02:00
Chris Allen
f4328dcd45
Docs: Added Bloodhound Haskell client/DSL to docs
...
Closes #6031
2014-08-18 12:10:45 +02:00
Robert Muir
5c7cefa292
Analysis: Add keep_types for filtering by token type
2014-08-15 09:28:12 -04:00
Colin Goodheart-Smithe
f4d75f0212
REST API: Allows all options for expand_wildcards parameter
...
This change means that the default settings for expand_wildcards are only applied if the expand_wildcards parameter is not specified rather than being set upfront. It also adds the none and all options to the parameter to allow the user to specify no expansion and expansion to all indexes (equivalent to 'open,closed')
Closes #7258
2014-08-15 12:50:11 +01:00
Gheorghita Catalin Bordianu
ca77db1c83
Fixed a typo
2014-08-14 16:27:30 +02:00
Areek Zillur
0b6734aa40
[DOCS] Clarify Completion Suggester output deduplication
2014-08-13 11:09:18 -04:00
Lee Hinman
4dc060527c
Add GroovyCollections to the sandbox whitelist
...
Also clarify in the docs that changing the whitelist/blacklist settings
replace the list, they don't add to it.
Fixes #7089
Fixes #7088
2014-08-13 14:47:49 +02:00
Lee Hinman
59c1e94d90
[DOCS] mention the type of caches that warmers load
2014-08-13 11:23:51 +02:00
Colin Goodheart-Smithe
2906d3e6dc
Core: Store index creation time in index metadata
...
This change stores the index creation time in the index metadata when an index is created. The creation time cannot be changed but can be set as part of the create index request to allow for correct creation times for historical data.
Closes #7119
2014-08-12 21:34:50 +01:00
Colin Goodheart-Smithe
36083cb27f
[DOCS] Added section describing how to return only agg results
...
Closes #5875
2014-08-11 11:31:01 +01:00
Clinton Gormley
34830368d9
Update clearcache.asciidoc
...
Changed `field_data` to `fielddata` to be consistent with the indices stats output
Closes #2888
2014-08-08 13:03:59 +02:00
Britta Weber
d49ed93488
Docs: md -> asciidoc
2014-08-08 11:25:14 +02:00
baldurh
700e50fc6c
Update update.asciidoc
...
Closes #6577
2014-08-07 21:07:04 +02:00
Elie A
e1a2d76626
Fixing typo in the first JSON example
...
Closes #7172
2014-08-07 14:06:09 +02:00
Adrien Grand
a242a63817
[DOCS] Remove the section about codecs.
...
This documentation was dangerous because it felt like it was possible to gain
substantial performance by just switching the codec of the index.
However, non-default codecs are dangerous to use since they are not supported
in terms of backward compatibility, and most improvements that they bring have
been folded into the default codec anyway (for example, the default codec
"pulses" postings lists that contain a single document).
2014-08-07 11:24:44 +02:00
Colin Goodheart-Smithe
e6632ec63e
[DOCS] fixed title for filters aggregation documentation
2014-08-07 08:37:43 +01:00
Clinton Gormley
7b0b315b71
Tidied up the filters agg docs and added a coming[] tag
2014-08-07 09:03:23 +02:00
Clinton Gormley
e7f1aa4f4f
Documented the query cache module
...
Related to #7161 and #7167
2014-08-06 11:55:11 +02:00
markharwood
e6b459cb9f
Update API enhancement - add support for scripted upserts.
...
In the case of inserts the UpdateHelper class will now allow the script used to apply updates to run on the upsert doc provided by clients. This allows the logic for managing the internal state of the data item to be managed by the script and is not reliant on clients performing the initialisation of data structures managed by the script.
Closes #7143
2014-08-05 16:52:44 +01:00