Commit Graph

3408 Commits

Author SHA1 Message Date
Shay Banon cb4c249a65 Search: When searching against a type with a dfs search type, dfs is ignored, closes #1546. 2011-12-16 19:17:31 +02:00
Shay Banon f74256afcd improve multicast message to have an internal header for node to node discovery 2011-12-16 18:29:10 +02:00
Shay Banon 3ddbc6469a fix spelling 2011-12-16 17:01:02 +02:00
Shay Banon c53f9694d1 add a utility main class that will automatically run it in the foreground without setting a system property 2011-12-16 15:43:15 +02:00
Shay Banon 367a608707 remove jline from distribution to simplify it (no longer painting log levels though...) 2011-12-16 15:36:22 +02:00
Shay Banon 1a26ba7968 improve guessing if upper date range check works or is it a numeric 2011-12-15 22:36:44 +02:00
Shay Banon 92c162d534 optimize field query/filter for numerics to only parse the string representation once 2011-12-15 21:24:28 +02:00
Shay Banon f745b80edb timestamp term match broken in 0.18.5, closes #1543. 2011-12-15 20:49:38 +02:00
Shay Banon 922833cdc4 source not returned when * specified in fields list, closes #1541. 2011-12-14 21:18:14 +02:00
Shay Banon f05fa91cb2 if we loaded source, use it when needing it in other fetch phases like extracting specific fields instead of loading it again 2011-12-14 16:28:29 +02:00
Shay Banon 9ae402dde9 Nested queries: getDocIdSet NullPointerException, closes #1536. 2011-12-14 15:07:36 +02:00
Shay Banon 16c4c8c726 mark hostname as nullable 2011-12-13 19:11:36 +02:00
Nicolas Lalevée 4693b1e875 Add the hostname to the node info 2011-12-13 19:10:31 +02:00
Shay Banon 41a9dc1e6d make sigar optional 2011-12-13 19:03:32 +02:00
Shay Banon d2c1ec5f25 Query DSL: Allow to default certain settings in query_string / field queries, closes #1540. 2011-12-13 19:02:01 +02:00
Shay Banon 679bd1c877 Query DSL: query_string analyze wildcard option with prefix to automatically do OR'ed wildcard when its broken down into several tokens, closes #1539. 2011-12-13 18:38:30 +02:00
Shay Banon 0cd38f505d Query DSL: Replace index.query.bool.max_clause_count with indices.query.bool.max_clause_count (old one still supported), closes #1538. 2011-12-13 17:47:09 +02:00
Shay Banon 0d195eb368 move unused variable 2011-12-12 20:54:13 +02:00
Shay Banon 346d2fc28c remove unused setting 2011-12-12 20:53:47 +02:00
Shay Banon 5d65b98611 add the version number to the json multicast response 2011-12-12 20:35:17 +02:00
Shay Banon ce999489d5 set the node service on the discovery to get the additional service level attributes (issue #1532) 2011-12-12 20:22:19 +02:00
Shay Banon 775339d78a Allow to configure a shard with no file based data location locking, closes #1535. 2011-12-12 15:04:54 +02:00
Shay Banon b0b379dc88 River: When deleting a river, make sure when its closed that its data is deleted, closes #1534. 2011-12-12 01:09:46 +02:00
Shay Banon de861d6f43 Support Multicast discovery for external clients, closes #1532. 2011-12-11 18:54:07 +02:00
Shay Banon 5258b505eb Multicast: Add discovery.zen.ping.multicast.send_ping setting to disable sending ping requests while still having multicast enabled, closes #1479. 2011-12-11 16:24:12 +02:00
Shay Banon 3a363976ed don't debug log conflict base failure (version conflict / document exists) 2011-12-10 01:38:29 +02:00
Shay Banon e7eed3c182 fix package location of trove extensions 2011-12-10 00:12:42 +02:00
Shay Banon 2b388cff5a better debug logging of where the default mapping is loaded from 2011-12-09 23:50:46 +02:00
Shay Banon 72eb1508c6 no need to check and throw eof in readBoolean, already done in readByte 2011-12-09 10:05:07 +02:00
Shay Banon a71f2eed99 fix test to wait for async indexing to finish 2011-12-09 10:04:11 +02:00
Shay Banon 0412e3e2e6 create NodeEnvironment outside of guice so if it fails, it fails early and does not takes ages with guice trying to create it per injection 2011-12-08 18:08:30 +02:00
Shay Banon e56086cf7b allow to perform operations on a recovering shard using versioning to do conflict detection 2011-12-08 17:41:27 +02:00
Shay Banon 1cd3af9de0 better exception message 2011-12-08 17:40:43 +02:00
Shay Banon 1fd5a48409 wait for yellow status before searching 2011-12-08 16:28:57 +02:00
Shay Banon 6585b09de6 add link to download in readme 2011-12-08 16:28:04 +02:00
Shay Banon 76af8425f0 separate writeAllowed check to actual operation compared to optimize/flush/refresh 2011-12-08 14:14:04 +02:00
Shay Banon b7d3f8fc99 use the smaller value possible 2011-12-08 14:10:25 +02:00
Shay Banon 074c70dc4f building dist should be using package 2011-12-08 13:40:39 +02:00
Shay Banon 16c2c6b2c3 fix deb to properly copy over sigar 2011-12-08 13:40:09 +02:00
Peter 6d0b94b81b improved deb packaging and bound assembly:single to package 2011-12-08 13:22:09 +02:00
Peter bccf0b193e moving debian package to maven 2011-12-08 13:22:09 +02:00
Peter 0f9fe35d56 added netbeans ignores 2011-12-08 13:22:09 +02:00
Peter 17e8b7f40c improved deb packaging and bound assembly:single to package 2011-12-08 12:05:05 +01:00
Shay Banon ba29160562 allow to enabled/disable gc deletes internally 2011-12-08 12:07:55 +02:00
Peter 3c574ba398 moving debian package to maven 2011-12-08 10:31:53 +01:00
Peter 170e58bbba added netbeans ignores 2011-12-08 09:47:07 +01:00
Shay Banon df9f333a27 Default mapping means new types not mapped explicitly, closes #1524. 2011-12-07 23:17:27 +02:00
Shay Banon 6632f8cb56 upgrade to trove 3.0.2 2011-12-07 19:42:07 +02:00
Shay Banon 5ea6c0bac5 wait for green status in test to make sure shards are allocated 2011-12-07 17:01:57 +02:00
Shay Banon c1b86f5786 upgrade to guava 10.0.1 and fix assembly 2011-12-06 21:09:28 +02:00