Commit Graph

3510 Commits

Author SHA1 Message Date
Shay Banon 0fdfa5a581 provide version in the english filter 2012-04-27 13:26:18 +03:00
Shay Banon a4fb33dbc3 Date Histogram Facet: Add `quarter` as an interval, closes #1884. 2012-04-24 19:04:09 +03:00
Stefan Fussenegger a96391224a fixed always returning 1 if launching in background without pidpath 2012-04-24 15:11:26 +03:00
Igor Motov 22b2aa69d1 Add missing TextQueryBuilder and FuzzyQueryBuilder properties 2012-04-24 15:05:57 +03:00
Shay Banon 783649adc7 not only noclass, throwable will do well here.... 2012-04-22 12:25:10 +03:00
Nicolas Lalevée cc65d39f06 When creating an index, fail properly on classpath error 2012-04-22 12:23:51 +03:00
Olivier Favre 4ea5b7d51f Fix WildcardQueryBuilder when only rewrite is changed
If only the rewrite field is changed, and not the boost one,
the serilization did not write the rewrite field.
2012-04-22 12:21:39 +03:00
Shay Banon a77e5757c8 ignore failure to flush when the engine is closed and updating its settings 2012-04-21 17:51:20 +03:00
Shay Banon eb057d4ce6 Upgrade to Netty 3.4.1.Final, closes #1878. 2012-04-21 16:03:15 +03:00
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