Shay Banon
|
43483b1237
|
upgrade to trove 3.0.3
|
2012-06-09 23:01:51 +02:00 |
Shay Banon
|
726ec8b9ff
|
Allow to filter client and "just" data nodes from controlling elected master (default client to true), closes #2014.
|
2012-06-09 01:28:02 +02:00 |
Shay Banon
|
6c67570589
|
fix wrong change to version
|
2012-06-08 23:22:38 +02:00 |
Shay Banon
|
77e3cc1790
|
Upgrade to Netty 3.5.0.Final, closes #2013.
|
2012-06-08 23:20:45 +02:00 |
Shay Banon
|
395a09db03
|
convert to json wasn't taking reformat flag properly into account
|
2012-06-08 13:54:07 +02:00 |
Nicolas Lalevée
|
4df978e479
|
Fix an incorrect error message when query parse fail, closes #1996
|
2012-06-08 13:46:05 +02:00 |
Nicolas Lalevée
|
d49d58058c
|
When there's an error on elasticsearch side, in some native script for instance, explicit it in the error message and at least print the name of the root exception visible to the client.
|
2012-06-08 13:32:22 +02:00 |
Shay Banon
|
9905eab73a
|
Update API: Allow to upsert, provide a doc and index it if the doc does not exists, closes #2008.
|
2012-06-08 02:01:04 +02:00 |
Nicolas Lalevée
|
898fef11c9
|
Add an interface about "boost settable" query builders
|
2012-06-07 23:35:21 +02:00 |
Shay Banon
|
ccea825966
|
terms filter uses less memory when cached
move from a TreeSet to an array, sorting on creation
|
2012-06-07 23:34:21 +02:00 |
Shay Banon
|
72646fdfea
|
export ES_JAVA_OPTS in deb script
|
2012-06-07 15:45:57 +02:00 |
Jordi Boggiano
|
b8acb9c0bb
|
Update requirements of the deb package
Virtual packages such as java*-runtime are provided by various
java/JRE implementations, which makes it more flexible to use.
|
2012-06-07 15:38:03 +02:00 |
Robin Hughes
|
aeea3565ae
|
Analysis: Add bulgarian to stemmer token filter language options
|
2012-06-07 15:34:21 +02:00 |
Lukas Vlcek
|
461063d20b
|
Fix exception message
|
2012-06-07 15:19:38 +02:00 |
Shay Banon
|
201592cc91
|
fix search quote analyzer lookup, if its not null, use it
|
2012-06-07 15:19:14 +02:00 |
Shay Banon
|
2d46b41021
|
improve iteration on multi valued field data by breaking fast
|
2012-06-07 14:59:20 +02:00 |
Shay Banon
|
8df0e35532
|
better logging of failure to load sigar under monitor.sigar, and not just monitor
|
2012-06-02 21:34:01 +02:00 |
Shay Banon
|
a0d1b9b695
|
explicitly set listener to false when applicable
|
2012-06-01 11:25:55 +02:00 |
Shay Banon
|
98d2e7c031
|
gateway snapshot size in bytes not returned properly
|
2012-05-31 11:57:17 +02:00 |
Shay Banon
|
cf04cff273
|
Index level allocation filtering: Add _host option, closes #1991.
Add _host option to index level allocation filtering, which will match on either the hostname or ip address.
|
2012-05-31 11:39:09 +02:00 |
Shay Banon
|
eb95bb50a8
|
if shard is not started, don't allow to move it
we already only run on started shards in the single place where we use move, but this is a better check in general
|
2012-05-30 14:11:10 +02:00 |
Shay Banon
|
5b6b94cf83
|
Query DSL: not filter with inner filter that uses array element fails, closes #1987.
(without the `filter` wrapper)
|
2012-05-30 00:17:21 +02:00 |
Shay Banon
|
398e8a597f
|
Upgrade to netty 3.4.6
Contains no applicable changes to our usage, but still be on track with latest
|
2012-05-29 19:33:21 +02:00 |
Shay Banon
|
4504fc2937
|
TransportClient does not load plugins, closes #1982.
|
2012-05-26 00:22:00 +02:00 |
Shay Banon
|
e50fffdaeb
|
protect against internal transport requests that are malformed or wrongly sending HTTP requests to the transport port that can cause OOM (though really, that OOM is harmless in this case), relates to #1955.
|
2012-05-25 00:43:08 +02:00 |
David Pilato
|
2ea77782a1
|
Parse elasticsearch.in.sh before setting JAVA dir as we could define JAVA_HOME in elasticsearch.in.sh
|
2012-05-24 12:37:25 +02:00 |
Shay Banon
|
7b2e1b7b4f
|
Get mapping with no index specified on an empty cluster returns 404, closes #1976.
|
2012-05-24 00:58:11 +02:00 |
Shay Banon
|
3bf55a0858
|
Query DSL: Add more fuzzy options in different queries (text, query_string/field), closes #1974.
|
2012-05-24 00:33:52 +02:00 |
Shay Banon
|
5cb3ea6ebc
|
add setting max boost on custom filters score query in the Java API as well
|
2012-05-23 23:49:17 +02:00 |
Shay Banon
|
a64fcf77ee
|
Query DSL: Add max_boost to custom_filters_score to cap boosting, closes #1973.
|
2012-05-23 23:31:42 +02:00 |
Shay Banon
|
9f706c6f6e
|
improve field data loader to bulk read doc ids
|
2012-05-23 22:18:20 +02:00 |
Shay Banon
|
f87632fabd
|
Query DSL: term/terms filter performance improvement (bulk reading), closes #1972.
|
2012-05-23 21:54:31 +02:00 |
Shay Banon
|
86cd95aee2
|
Query DSL: text query to support minimum_should_match, closes #1971.
|
2012-05-22 16:46:58 +02:00 |
Shay Banon
|
5bd93d6f93
|
Query DSL: Add null_value and existence to missing filter, filtering both null values and missing fields, closes #1970.
|
2012-05-22 16:40:26 +02:00 |
Shay Banon
|
11c9c404e9
|
add 0.19.5
|
2012-05-21 22:08:14 +02:00 |
Shay Banon
|
0998f3f8a6
|
support in compound queries / filter parsers for lower level ones returning null as the result of parsing the inner query / filter.
|
2012-05-21 21:43:17 +02:00 |
Shay Banon
|
4b5c89478c
|
improve warmer to allow be able toe execute only on new segments
|
2012-05-21 17:05:25 +02:00 |
Shay Banon
|
13c76baa72
|
fix heap memory settings in default, and comment out all the options (in case they are changed in the init.d one)
|
2012-05-21 11:17:35 +02:00 |
Shay Banon
|
d264890c4d
|
use CHM in percolator so we don't copy on write large data in case of many percolators
|
2012-05-21 10:39:38 +02:00 |
Shay Banon
|
a9e2433dab
|
Mapping: Using _default_ mapping _routing mapping definition fails to apply when introducing type through indexing, closes #1967.
|
2012-05-20 21:35:07 +02:00 |
Shay Banon
|
bb0f5cf234
|
improve map builder to initialize the inner map with a map to build the data from
|
2012-05-20 19:50:47 +02:00 |
Shay Banon
|
090fefe05c
|
better failure when missing default analyzer, don't allow to override name method with extending index analyzer, always use the injected one
|
2012-05-20 12:24:14 +02:00 |
Shay Banon
|
65ae606c41
|
better logging for shard and index
|
2012-05-20 11:35:21 +02:00 |
Shay Banon
|
2c274e59d5
|
Percolator: Registering (indexing) a new percolator query will still be stored in memory if actually indexing it fails, closes #1965.
|
2012-05-19 19:36:01 +02:00 |
Shay Banon
|
b4512cd471
|
Mapping: default mapping with dynamic templates can cause them to double on each restart, closes #1964.
|
2012-05-18 01:11:32 +03:00 |
Shay Banon
|
2cca50d238
|
Get API: Allow to provide a parent value which automatically set the routing value, closes #1961.
|
2012-05-17 01:41:06 +03:00 |
Shay Banon
|
be01e8fe19
|
Index Templates settings provided in a config file fails to load properly, closes #1960.
|
2012-05-17 01:00:59 +03:00 |
Shay Banon
|
d031662da3
|
better failure logging when failing to read a tempalte
|
2012-05-17 00:17:31 +03:00 |
Shay Banon
|
07e0888b3e
|
Mapping: Allow to specify enabled set to false on a property without specifying the type, closes #1959.
|
2012-05-16 22:33:44 +03:00 |
Shay Banon
|
11a1f69257
|
Upgrade to Netty 3.4.5, closes #1958.
|
2012-05-16 21:58:34 +03:00 |