Commit Graph

3854 Commits

Author SHA1 Message Date
Shay Banon ad0e916fb7 don't allow an empty type in the mapper service 2012-08-13 12:42:11 +02:00
Shay Banon bdea0e2edd add a simple bulk processor to simplify using the bulk API 2012-08-13 11:24:48 +02:00
Martijn van Groningen b979dfa0be Add lenient option to match & multi_match queries. #2156 2012-08-09 21:56:50 +02:00
Shay Banon fedd1965ea Update API: Update through an alias with routing configured on it fail to use the routing, closes #2155. 2012-08-09 15:14:52 +02:00
Shay Banon a1ab48c804 handle null query returning from query parsers properly
now that we support "null" queries, for example, when parsing a query and its lenient, make sure to handle it where applicable
2012-08-09 13:50:10 +02:00
Martijn van Groningen e43dd4687e - Added support for multi match query. 2012-08-09 11:36:59 +02:00
Shay Banon 53d29e5d8d Upgrade to guava 13.0 2012-08-08 20:52:09 +02:00
Shay Banon 9d558580a0 simplify the parsing part of match query 2012-08-08 15:15:51 +02:00
Shay Banon 640c0c2933 move the fieldName and text ot the parse element so the query can be reused 2012-08-08 15:06:06 +02:00
Shay Banon 055f0809c2 Rename text query to match query (text query still works, with variants), closes #2150 2012-08-08 14:44:39 +02:00
Jacob Evans 3925c0b4e1 Allow custom type_table to be passed to Lucene's WordDelimiterFilter() constructor, instead of just the default 2012-08-08 00:18:24 +02:00
Martijn van Groningen 195e586fd8 - Fixed timezone parsing when input starts with '+'sign. Fixes issue #2141 2012-08-07 22:53:00 +02:00
Martijn van Groningen 37e7a54b0e Fixed top children query bug reported in issue #2140
Fixed type.
2012-08-06 22:02:03 +02:00
Shay Banon 346fb9ed83 create a unique recovery id when recovering from a peer shard instead of using shard id
this allows to handle better cases where we need to cancel an existing recovery
2012-08-06 17:09:00 +02:00
Shay Banon d2ac219f01 remove rouge sout... 2012-08-06 10:35:05 +02:00
Shay Banon ed2196f5a5 better percent calc for hot threads, including more details on top threads (time out of interval) 2012-08-04 22:20:47 +03:00
Shay Banon 3afeac5b12 better debug output when failing to load global state file 2012-08-03 20:28:33 +03:00
Shay Banon ad392bb11e Improve recovery time when processing large mappings, closes #2138. 2012-08-03 18:40:49 +03:00
Martijn van Groningen 0e3c825501 Added ignore_malformed mapping parameter for all number like types. Issue #2120 2012-08-03 10:41:07 +03:00
Martijn van Groningen 08ba05e713 Overwrite ignore_above parameter when mapping is updated. Issue #2121 2012-08-03 10:38:08 +03:00
Shay Banon de3fb50c3b expose snapshots parameter 2012-08-02 15:24:25 +03:00
Shay Banon 8be5c72200 Cluster Nodes hot_threads API, closes #2134. 2012-08-02 14:52:31 +03:00
Shay Banon e26a56e025 add to the keep alive thread name the version number, so it will be simpler to know from stack traces the es version 2012-08-02 10:50:28 +03:00
Shay Banon e7d0217b11 remove mail notifications (for now) from travis 2012-08-02 10:40:48 +03:00
Shay Banon 1a33687101 better javadoc 2012-08-02 09:45:32 +03:00
Shay Banon 7a0d7f531d fix test 2012-08-02 09:40:54 +03:00
Shay Banon e88dbafe51 rename Test to Tests, so it will be executed as part of the mvn tests as well, reformat a bit 2012-08-01 16:20:37 +03:00
Simon Willnauer d13a7809d1 #2116 Expose all ShingleFilter settings via ShingleTokenFilterFactory 2012-08-01 16:18:58 +03:00
Shay Banon 0492d9b8cb fix test failure message... 2012-07-31 21:02:34 +02:00
Shay Banon c8e930dd24 update copyright 2012-07-31 20:50:38 +02:00
Shay Banon ddf30abf24 add travis ci config 2012-07-31 20:48:11 +02:00
Shay Banon 82cfe0e8b2 upgrade to latest testng, improve console output when running test, add more options as env vars when using maven 2012-07-31 20:24:39 +02:00
Shay Banon 8dcee09868 expose the max direct memory allowed in jvm info, and guess better then receive buffer size predictor size based on it 2012-07-31 15:06:21 +02:00
Shay Banon bbc45fefe5 rename limit to ignore_above, and create a dedicated test 2012-07-31 13:00:10 +02:00
Martijn van Groningen 41b3a454cf Issue #2121 Added limit parameter for string type. 2012-07-31 13:00:03 +02:00
Shay Banon 68c76e6738 try harder to load the default mapping from the class load, and if we fail, just use the default value (which people really never change). 2012-07-31 00:10:25 +02:00
Igor Motov 0a5a068269 Support files with no extension in config mappings 2012-07-30 22:28:48 +02:00
Shay Banon a63aa6cc18 Increase default recovery chunk size, closes #2125. 2012-07-30 21:48:49 +02:00
Shay Banon 4eb85bbbd6 Transport/Http: Remove explicit setting of send/receive buffer, and improve netty receive buffer predictor, closes #2124. 2012-07-30 21:37:38 +02:00
Shay Banon 408a74206f bytes reference to know how to convert to channel buffer, so it can be used directly when sending it over with netty 2012-07-29 16:50:43 +02:00
Shay Banon 7edafcf9a0 Node Stats: Add jvm buffer pools stats (when available, for java 7 and above), closes #2122. 2012-07-29 00:49:18 +02:00
Shay Banon 3338736c87 improve cached buffer allocation sizes based on jvm heap configured 2012-07-28 22:01:49 +02:00
Shay Banon a41477e0fa improve writing text as utf8 when having a string if we can write directly the utf8 bytes 2012-07-28 20:21:20 +02:00
Shay Banon 6e20056619 Upgrade to Netty 3.5.3, closes #2119. 2012-07-27 19:01:21 +02:00
Shay Banon 90e94ebab9 Upgrade to Lucene 3.6.1, closes #2110. 2012-07-22 13:28:39 -07:00
Drew Raines 2253d03709 Fix NodeStats comment. 2012-07-21 14:04:00 -07:00
Shay Banon 443f740795 *:* query string query should resolve to match_all query, since the wildcard field support, it no longer does 2012-07-21 13:55:50 -07:00
Shay Banon 153c0de636 make sure we use utf8 charset 2012-07-19 11:29:27 -07:00
Shay Banon cc2a6babda move to use murmur3 for bloom filter 2012-07-19 10:53:54 -07:00
Shay Banon bd219f3b34 better failure when no filter is provided to bool filter 2012-07-14 13:17:21 +02:00