Commit Graph

3623 Commits

Author SHA1 Message Date
Shay Banon 140ede1cdd on failure to extract a plugin, log the message and bail 2012-05-15 23:56:31 +03:00
Shay Banon b05228485d Percolator Index: Don't index the `query` element in a percolated query, closes #1949. 2012-05-13 14:11:19 +03:00
Shay Banon 0c732b8bf3 Percolator: Wrongly using analyzer configured for the actual index on percolator filtering, closes #1948. 2012-05-13 13:35:53 +03:00
Shay Banon 3b33e3f342 deb: ES_HEAP_SIZE not exported, closes #1947. 2012-05-13 10:11:33 +03:00
Shay Banon a65d8b6b5d Shutdown API: When sending an "all" shutdown, it also shutsdown node clients, closes #1939. 2012-05-10 23:33:34 +03:00
Shay Banon 64addee691 Query String URI: Add `lenient` to the URI `q` parameters, closes #1937. 2012-05-10 13:53:46 +03:00
Shay Banon cda633afee Query DSL: query_string syntax to support wildcard fieldnames in the query text, closes #1936. 2012-05-10 13:49:18 +03:00
Shay Banon c6b593595d Query String: Add `lenient` flag to support *value* parse failures, closes #1932. 2012-05-10 12:03:31 +03:00
Shay Banon acbd7b686a Allow to customize quote analyzer to be used when quoting text in a query_string, closes #1931. 2012-05-10 11:51:51 +03:00
Shay Banon 379976b5ce better listing of jdks to try 2012-05-10 00:01:53 +03:00
Radu Gheorghe 175545f3df Added JAVA_HOME paths (6 and 7) for Ubuntu 12.04 x86_64 2012-05-09 23:47:10 +03:00
Shay Banon 5a2ee614d1 Debian: Update deps to be on openjdk-7-jre-headless first, then 6, closes #1929. 2012-05-09 23:46:28 +03:00
Shay Banon 11064df6aa Get API: When _source is disabled, the source is still used if fetched from the transaction log, closes #1927. 2012-05-08 17:58:30 +03:00
Shay Banon ddecd723a7 GET document response returns exists field twice, closes #1926. 2012-05-08 17:01:46 +03:00
Shay Banon 42eda48c15 Percolator: Filtering percolators based on a query can cause wrong matches to be returned, closes #1925. 2012-05-08 16:55:42 +03:00
Shay Banon 927b4385a8 org.elasticsearch.common.collect.Tuple have 2 identical methods, closes #1922. 2012-05-08 13:38:14 +03:00
Shay Banon 68a321ec0c better logging when warming up 2012-05-08 11:39:18 +03:00
Shay Banon 761cc6c214 Binary field is stored by default, allow to disable it, closes #1919. 2012-05-07 20:29:03 +03:00
Shay Banon 76e1c3a017 Upgrade to guava 12.0, closes #1920. 2012-05-07 20:08:41 +03:00
Shay Banon 7bac883837 better handling of value from array when cleaning thread locals 2012-05-07 16:54:32 +03:00
Shay Banon f0007fd4ae Create Index: Allow to provide index warmers when creating an index, closes #1917. 2012-05-07 14:27:30 +03:00
Shay Banon ca2dc1801c Index Template: Allow to register index warmers in an index template, closes #1916. 2012-05-07 14:00:37 +03:00
Shay Banon 9638c4700d change when setting the order for index templates in the rest API 2012-05-07 13:40:25 +03:00
Shay Banon 3556020065 Upgrade to netty 3.4.3.Final, closes #1914. 2012-05-06 19:52:00 +03:00
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