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
Phil Freo
59417f94f4
Docs: Fix minor typo in readme
...
Closes #7195
2014-08-18 12:58:49 +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
Colin Goodheart-Smithe
2c69dc06d1
Mapping: Fixes using nested doc array with strict mapping
...
Closes #7304
2014-08-18 10:19:29 +01:00
Colin Goodheart-Smithe
925a4ba28b
[TEST] fix to wildcard_expansion tests to wait for green status
2014-08-18 10:18:12 +01:00
Alexander Reelsen
a207f8c7b1
Build: Changed license header definition file xml encoding to UTF-8
2014-08-18 10:55:32 +02:00
Adrien Grand
436e37cd76
Aggregations: Make the list of buckets for terms and histogram returned as a java.util.List.
...
The terms and histogram aggregations always have an order. So it would make the
response easier to consume to return the buckets as a list instead of a
collection in order to make it easier to do things like getting the first/last
buckets.
Close #7275
2014-08-18 09:25:32 +02:00
Igor Motov
0156bcbf32
Fix failed engine exception logging
2014-08-16 22:09:13 -04:00
uboness
40c63ad07a
Fixed a request headers bug in transport client
...
Where the configured request headers were not sent with sniffing requests (both node/info & cluster state sniffing)
2014-08-16 03:01:14 +02:00
Igor Motov
f4115b84a7
Add more logging for testSnapshotAndRestore backward compatibility test
2014-08-15 19:23:19 -04:00
Robert Muir
f85554d6ef
Merge pull request #7158 from uschindler/forbiddenapis-1.6-update
...
Update forbidden-apis to 1.6
Closes #7158
2014-08-15 10:28:27 -04:00
javanna
d0e2d768b8
Java api: fixed inconsistencies in PercolateRequest, added return type for method chaining where missing
...
Closes #7294
2014-08-15 15:57:14 +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
Britta Weber
d6312178ad
[TEST] remove unneeded explain(true)
...
closes #7248
2014-08-14 15:59:21 +02:00
Britta Weber
9bebccba0c
function_score: fix explanation, [ was missing
2014-08-14 15:59:19 +02:00
Adrien Grand
feefc41127
[TESTS] Make DisabledFieldDataFormatTests less evil.
2014-08-14 15:26:15 +02:00
Adrien Grand
a4f974dcaa
Internal: Add some @Nullable annotations and fix related compilation warnings.
...
Added @Nullable to:
- IndicesService.indexService
- IndexService.shard
- IndexService.shardInjector
This change doesn't try to do anything smart but just makes sure that a
*MissingException is thrown instead of a NullPointerException when the requested
object doesn't exist.
Close #7251
2014-08-14 14:55:52 +02:00
javanna
084793fca7
Internal: fixed wrong version check s/onOrBefore/before in TransportShardSingleOperationAction
...
relates to #7223
2014-08-14 14:19:37 +02:00
uboness
f4a7793f89
Introduced a new elasticsearch exception family that can hold headers
...
- These heades will be copied as response header on the rest response
2014-08-14 12:34:38 +02:00
Colin Goodheart-Smithe
7602b13a58
Geo: Improved error handling in geo_distance
...
geo_distance filter now throws a parse exception if no distance parameter is supplied
Close #7260
2014-08-14 10:25:01 +01:00
Alexander Reelsen
6023a3a1a1
Plugins: Add executable flag to every file in bin/ after install
...
The PluginManager does not preserve permissions on install. This patch
sets the executable flag on every file in bin/ on plugin install.
Closes #7177
2014-08-14 10:53:08 +02:00
javanna
4d05d1d7b0
Internal: adjusted BroadcastShardOperationResponse subclasses visibility
...
Also replaced int,String pair with ShardId that holds the same info and serializes it the same way.
Replaced shardId and index getters in BroadcastOperationRequest with a single ShardId getter.
Closes #7255
2014-08-13 17:38:18 +02:00
Areek Zillur
0b6734aa40
[DOCS] Clarify Completion Suggester output deduplication
2014-08-13 11:09:18 -04:00
Ryan Ernst
98063ba244
Add [1.3.3] and [1.2.5] version constants.
2014-08-13 08:03:52 -07:00
Lee Hinman
fe86eddecb
Forbid index names over 100 characters in length
...
Fixes #4417
2014-08-13 14:51:21 +02: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
Thomas Peuss
089658a36f
A content decompressor that throws a human readable message when
...
compression is disabled and the user sends compressed content.
2014-08-13 12:25:11 +02:00
javanna
ba8df3b5ba
Update api & Indices stats: fixed version checks for no-op updates which got in after 1.3 was released
...
Also added basic bw comp test for indices stats api.
Relates to #6822
2014-08-13 11:45:09 +02:00
David Pilato
90dfb350e0
Tests: move plugin dir to plugins dir
...
We should be consistent in our naming for classes and resources.
2014-08-13 11:42:05 +02:00
David Pilato
02a90f3684
Fix: VerboseProgress(PrintWriter) does not set the writer
2014-08-13 11:37:05 +02:00
Lee Hinman
59c1e94d90
[DOCS] mention the type of caches that warmers load
2014-08-13 11:23:51 +02:00
David Pilato
655282a2c6
Remove `numeric_range` filter
...
As done with #4034 , `numeric_range` filter has been deprecated since 1.0.0.
Closes #7108 .
2014-08-13 10:19:45 +02:00
javanna
270b109e65
Internal: adjusted visibility to package private for BroadcastShardOperationRequest subclasses and their constructors
...
Also replaced the String,int pair for index and shard_id with ShardId object that holds the same info and serialized it the same way too.
Closes #7235
2014-08-13 09:51:51 +02:00
Colin Goodheart-Smithe
cd4aea841a
Geo: fixes computation of geohash neighbours
...
The geohash grid it 8 cells wide and 4 cells tall. GeoHashUtils.neighbor(String,int,int.int) set the limit of the number of cells in y to < 3 rather than <= 3 resulting in it either not finding all neighbours or incorrectly searching for a neighbour in a different parent cell.
Closes #7226
2014-08-13 08:38:44 +01: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
mikemccand
8e35e921f7
Java client API: CreateIndexRequestBuilder.addMapping throws IllegalStateException if you add same type more than once
...
Previously, it would silently overwrite the previous mapping, which was trappy.
Closes #7231
Closes #7243
2014-08-12 14:32:38 -04:00
Alexander Reelsen
e689a0ad71
Test: Allow CliTool to write out stacktraces
...
In order to have the possibility of debugging on the command line, the user
now can either set the es.cli.debug system property
which results in stack traces being written to to the terminal.
Closes #7222
2014-08-12 17:43:36 +02:00