Commit Graph

3501 Commits

Author SHA1 Message Date
Shay Banon 98b1f368f5 Better handling of fields that have `.` in their name when doing property based navigation, closes #1875. 2012-04-19 17:28:14 +03:00
Shay Banon 03c9eaf812 NullPointerException in geo_distance_range without to, closes #1865. 2012-04-17 15:51:45 +03:00
Shay Banon 20e968bf62 On recovery (startup), the recovery translog file handle is not properly closed, closes #1866. 2012-04-17 12:14:24 +03:00
Shay Banon 79309ae7e3 cleanup a bit full source with put index template 2012-04-15 18:22:29 +03:00
Nicolas Huray f1a8e7e4c7 Fix for issue #1860 : Index Templates API - Set Source 2012-04-15 18:16:22 +03:00
Shay Banon 62954e6d1f Upgrade to Netty 3.4.0, closes #1863. 2012-04-15 18:15:17 +03:00
Shay Banon 16cd159a38 Upgrade to Lucene 3.6, closes #1862. 2012-04-15 17:39:41 +03:00
Fredrik Sundberg bf10ef5b4b Fixes plugin install failure on Windows 7 / JDK 7u3 2012-04-15 14:32:00 +03:00
Shay Banon c99d7ab8e1 add trace logging to client nodes when sniffing of when ti connects to a node 2012-04-11 23:05:30 +03:00
Shay Banon ad07810610 XContentBuilder throws NPE on null Boolean, closes #1853. 2012-04-11 20:54:14 +03:00
Shay Banon ae69e7c472 Setting index.auto_expand_replicas in the elasticsearch config file does not apply, closes #1852. 2012-04-11 20:53:01 +03:00
Shay Banon 1f050435b2 Node Stats: Add timestamp per node stats element, closes #1851. 2012-04-11 12:20:21 +03:00
Shay Banon dd60187735 rename method to conform with other custom analysis methods 2012-04-09 21:02:58 +03:00
Shay Banon cec46d552d add simplified extension point for plugins to add custom analysis components 2012-04-09 21:02:21 +03:00
Shay Banon 5348c41924 Bulk API: Allow to control if its compressed or not using `action.bulk.compress` (defaults to true which is current behavior), closes #1850. 2012-04-05 20:47:38 +03:00
Shay Banon 824b0bd347 Relocation of shards causes bulk indexing client to hang, closes #1839. 2012-04-05 20:25:53 +03:00
Shay Banon c26934be36 remove double call to shards (meaningless, but still) 2012-04-05 19:23:42 +03:00
Shay Banon 0cdd55bcd7 add 0.19.3 2012-04-04 20:53:45 +03:00
Shay Banon f512f43ac5 don't throw index missing when updating number of replicas on a closed index 2012-04-04 20:17:46 +03:00
Shay Banon b78680c7ae Java API Query DSL: Add wrapper filter similar to wrapper query accepting a json filter in raw format, closes #1844. 2012-04-04 19:53:17 +03:00
Shay Banon fb93bd13dd increase teh number of "med" connections from 4 to 6 2012-04-04 18:53:33 +03:00
Shay Banon de730993c1 better printing in slow log output 2012-04-04 18:13:01 +03:00
Shay Banon 30ffaca3ee Support for Latvian stemming: `latvian` analyzer and `latvian` language for stemmer filter, closes #1842. 2012-04-04 16:39:52 +03:00
Shay Banon 9cd51ce177 log if sigar was loaded as well 2012-04-04 15:08:06 +03:00
Shay Banon 2963f639e1 only return uptime and load average in os stats if they are available 2012-04-04 14:54:16 +03:00
Shay Banon 009731c9e7 Getting _settings or _mapping for non-existing index returns 200 OK, closes #1828. 2012-04-03 14:35:10 +03:00
Shay Banon cdfa87827a Update API: Allow to specify fields in the request to return updated fields, closes #1838. 2012-04-03 14:11:22 +03:00
Benjamin Devèze 0cf0703a7b add fields parameter for update API (#1822) 2012-04-03 13:35:12 +03:00
Shay Banon 2c4f7d1fc3 requesting fields=_timestamp,_source won't return _source, closes #1833. 2012-04-03 12:48:57 +03:00
Shay Banon b3866689fa Disabling deletion of all indices does not work when using _all, closes #1834. 2012-04-03 12:33:00 +03:00
Shay Banon f4d5a00b2d Query DSL: `term` filter to support the more "complex" form similar to `term` query, closes #1830. 2012-04-02 11:17:08 +03:00
Shay Banon 9fb6ecf9f0 allow to more easily plug custom unicast host providers by being able to add them to ZenDiscoveryModule using a plugin 2012-03-31 21:38:39 +03:00
Shay Banon 85ab25126f Search/Get: Add preference option of `_primary_first` trying to primary first and then replicas, closes #1824. 2012-03-30 01:31:38 +02:00
Shay Banon ac4aa17e16 use the high transport channel for pings with transport client 2012-03-29 14:42:50 +02:00
Nicolas Lalevée beb9472f27 fix case in javadoc of the query fuzzy_like_this_field 2012-03-29 12:01:38 +02:00
Holden Karau 9d728fb448 Fix for issue #1819 where TransportClient (sniff) fails to reconnect to nodes once removed if all nodes are removed 2012-03-29 11:19:59 +02:00
Holden Karau b2918d7c2b Fix a random suggestion from a style checker 2012-03-29 11:19:57 +02:00
Shay Banon f9eeb37211 Indexing a document in smile format and getting it through REST in json format fails, closes #1816. 2012-03-28 12:03:51 +02:00
Shay Banon 269798c70a add sourceRef to SearchHit 2012-03-27 15:37:21 +02:00
Shay Banon a76d914cfa Java API: Calling SearchHit#sourceAsString will not decompress the source to convert it to string, closes #1814. 2012-03-27 14:57:29 +02:00
Shay Banon e29343dcca Mapping: Allow to configure position_offset_gap for string mapping, closes #1813. 2012-03-24 14:59:04 +02:00
Shay Banon a0a8538ef9 Analysis: Custom analyzer to allow to configure position_offset_gap and offset_gap, closes #1812. 2012-03-24 13:46:29 +02:00
Igor Motov 8859594e36 add extended validation information 2012-03-24 13:40:25 +02:00
Shay Banon 7db5b0b4bd cleanups 2012-03-23 11:47:44 +02:00
Benjamin Devèze 19152416a4 add an index level setting to disable/enable purging of expired docs (issue #1791) 2012-03-23 11:47:39 +02:00
Shay Banon 365c29b902 Index Update Settings API does not update settings in real time, closes #1807. 2012-03-22 20:16:07 +02:00
Shay Banon 5f83ad8d0c Node Stats: OS stats reporting free as the key instead of used, closes #1804. 2012-03-22 14:28:25 +02:00
Shay Banon 348ed11450 Have streams provided to gateway (shared one) allow marking, closes #1803. 2012-03-22 12:20:00 +02:00
Carnell Washington Jr 211fad7a17 Add mean ordering for terms stats
Added mean and reverse_mean order options to terms stats.  Also made
ordering based on double values more robust by using Double.compare().
2012-03-22 11:12:25 +02:00
Shay Banon 5131dc44ff upgrade to guava 11.0.2 2012-03-21 15:35:05 +02:00