Commit Graph

3549 Commits

Author SHA1 Message Date
Shay Banon ba79c778ba change setting name from index.warm.enabled to index.warmer.enabled 2012-05-06 18:52:51 +03:00
Shay Banon e0f3b7e885 Index Warmup API, closes #1913. 2012-05-06 18:50:35 +03:00
Shay Banon e1732d0a59 check also on the node settings 2012-05-04 17:11:10 +03:00
Shay Banon 76b32a646c When setting `index.recovery.initial_shards` in the config file, it is ignored, closes #1912. 2012-05-04 17:06:34 +03:00
Shay Banon 0219471c00 Transport Client: Add `client.transport.ignore_cluster_name` to ignore the cluster name validation, defaults to `false`, closes #1910. 2012-05-04 01:11:56 +03:00
Shay Banon 1e60f4b255 separate to two methods, one taking single address and one taking a list 2012-05-03 23:24:08 +03:00
Shay Banon 2d26cbcde3 Upgrade to Netty 3.4.2, closes #1909. 2012-05-03 22:03:34 +03:00
Shay Banon d0ab672982 upgrade to jackson 1.9.7 2012-05-03 21:28:51 +03:00
Shay Banon aeae380258 ClassCastException during percolation query, closes #1905. 2012-05-03 17:57:52 +03:00
Shay Banon 8db27cc5bc Transport Client: When adding an address was already added, ignore it, closes #1906. 2012-05-03 16:11:15 +03:00
Shay Banon fe70b51080 add debug message when adding and removing addressing from the transport client 2012-05-03 14:59:29 +03:00
Shay Banon 07f3ed05b0 Search Preference: Add _shards prefix to explicitly list shards, and add _prefer_node option, closes #1904 2012-05-03 01:12:22 +03:00
Shay Banon 8e6d3753cc Support Java Date when serializing update parameters, closes #1902. 2012-05-02 23:59:46 +03:00
Shay Banon 40cd3c239e call mergeInit in the serial merge scheduler case to get proper stats for it 2012-05-02 21:18:31 +03:00
Shay Banon e488d524c3 Index Merge Scheduler: Configuring using `serial` fails to load, closes #1901. 2012-05-02 20:52:54 +03:00
Shay Banon f8e6cc6fac Query DSL: filtered query to support null filter or {} filter (in which case, just the query is executed), closes #1900. 2012-05-02 14:58:39 +03:00
Shay Banon 300fb4fa93 Network: Add network.address.serialization.resolve setting (defaults to false) to always resolve publish address based on host name, closes #1899. 2012-05-02 14:27:42 +03:00
Shay Banon 6e3058e273 better logging when a merge stats with some stats on it 2012-05-02 13:59:54 +03:00
Shay Banon b22ccfb5eb properly log exception when trying to warm and it fails 2012-05-02 12:36:33 +03:00
Shay Banon f01acb20e1 Java API: Improve TransportClient in sniff mode to be more lightweight on connections and API, closes #1898. 2012-05-02 11:44:16 +03:00
Shay Banon 771225ccc9 add logging with a reason why the cache is cleared (filter and field) 2012-05-01 16:36:05 +03:00
Shay Banon d01f925000 automatically fix maxMergeAtOnce if segmentsPerTier is changed with tiered merge policy 2012-05-01 12:57:17 +03:00
Shay Banon ef94cc0517 use nanoTime instead of millis 2012-05-01 11:59:02 +03:00
Shay Banon f7c9dd11e9 add trace logging for how long it took to load field data cache 2012-05-01 11:55:55 +03:00
Shay Banon 81b9a4404a allow internally to register custom metadata with an index and global metadata 2012-05-01 11:55:33 +03:00
Shay Banon 50da9473ad remove unused class 2012-04-30 21:58:16 +03:00
Shay Banon 982a84b38d add 0.19.4 2012-04-30 12:33:24 +03:00
Shay Banon deff094343 When a node disconnects from the cluster (not enough master nodes, or a client node) and rejoins it might not update its internal routing table, closes # 2012-04-30 00:57:52 +03:00
Shay Banon 5c6d8314c0 make the call the apply settings sync'ed 2012-04-29 19:43:09 +03:00
Shay Banon 4a21ddf6f3 Highlighting: Using "plain" (non term vector) highlighting with custom score within a filtered query fails to highlight, closes #1894. 2012-04-29 18:20:16 +03:00
Shay Banon c56218a41f JDK 7 requires minimum of 256k stack size, update scripts to set it, closes #1892. 2012-04-29 17:17:15 +03:00
Shay Banon b379225238 allow to specify which executor to use when warming up 2012-04-29 17:13:52 +03:00
Shay Banon 70268a6c41 JDK 7 requires minimum of 160k stack size, update scripts to set it, closes #1892. 2012-04-29 17:13:36 +03:00
Shay Banon 8ca36c8dd5 allow internally to register index warmup actions, as well as expose stats on it 2012-04-29 00:37:20 +03:00
Shay Banon 6e09eab9e5 allow to set the full source when creating index (settings + mappings) in the Java API 2012-04-28 21:18:19 +03:00
Shay Banon 3893417c44 index.shard.check_on_startup set to fix: throw failure only if we are not fixing the index 2012-04-28 00:37:35 +03:00
Jörg Prante 19292bddc0 adding 'fix' value for invoking Lucene's fixIndex method 2012-04-28 00:22:59 +03:00
Jörg Prante 9555759d33 adding fixIndex() method 2012-04-28 00:22:59 +03:00
Shay Banon cd79f03977 Translog: Buffering translog does not write directly to the file channel but to RAF, which causes problems reading from the channel on windows, closes #1887. 2012-04-27 18:47:25 +03:00
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