Commit Graph

3749 Commits

Author SHA1 Message Date
Shay Banon e50fffdaeb protect against internal transport requests that are malformed or wrongly sending HTTP requests to the transport port that can cause OOM (though really, that OOM is harmless in this case), relates to #1955. 2012-05-25 00:43:08 +02:00
David Pilato 2ea77782a1 Parse elasticsearch.in.sh before setting JAVA dir as we could define JAVA_HOME in elasticsearch.in.sh 2012-05-24 12:37:25 +02:00
Shay Banon 7b2e1b7b4f Get mapping with no index specified on an empty cluster returns 404, closes #1976. 2012-05-24 00:58:11 +02:00
Shay Banon 3bf55a0858 Query DSL: Add more fuzzy options in different queries (text, query_string/field), closes #1974. 2012-05-24 00:33:52 +02:00
Shay Banon 5cb3ea6ebc add setting max boost on custom filters score query in the Java API as well 2012-05-23 23:49:17 +02:00
Shay Banon a64fcf77ee Query DSL: Add max_boost to custom_filters_score to cap boosting, closes #1973. 2012-05-23 23:31:42 +02:00
Shay Banon 9f706c6f6e improve field data loader to bulk read doc ids 2012-05-23 22:18:20 +02:00
Shay Banon f87632fabd Query DSL: term/terms filter performance improvement (bulk reading), closes #1972. 2012-05-23 21:54:31 +02:00
Shay Banon 86cd95aee2 Query DSL: text query to support minimum_should_match, closes #1971. 2012-05-22 16:46:58 +02:00
Shay Banon 5bd93d6f93 Query DSL: Add null_value and existence to missing filter, filtering both null values and missing fields, closes #1970. 2012-05-22 16:40:26 +02:00
Shay Banon 11c9c404e9 add 0.19.5 2012-05-21 22:08:14 +02:00
Shay Banon 0998f3f8a6 support in compound queries / filter parsers for lower level ones returning null as the result of parsing the inner query / filter. 2012-05-21 21:43:17 +02:00
Shay Banon 4b5c89478c improve warmer to allow be able toe execute only on new segments 2012-05-21 17:05:25 +02:00
Shay Banon 13c76baa72 fix heap memory settings in default, and comment out all the options (in case they are changed in the init.d one) 2012-05-21 11:17:35 +02:00
Shay Banon d264890c4d use CHM in percolator so we don't copy on write large data in case of many percolators 2012-05-21 10:39:38 +02:00
Shay Banon a9e2433dab Mapping: Using _default_ mapping _routing mapping definition fails to apply when introducing type through indexing, closes #1967. 2012-05-20 21:35:07 +02:00
Shay Banon bb0f5cf234 improve map builder to initialize the inner map with a map to build the data from 2012-05-20 19:50:47 +02:00
Shay Banon 090fefe05c better failure when missing default analyzer, don't allow to override name method with extending index analyzer, always use the injected one 2012-05-20 12:24:14 +02:00
Shay Banon 65ae606c41 better logging for shard and index 2012-05-20 11:35:21 +02:00
Shay Banon 2c274e59d5 Percolator: Registering (indexing) a new percolator query will still be stored in memory if actually indexing it fails, closes #1965. 2012-05-19 19:36:01 +02:00
Shay Banon b4512cd471 Mapping: default mapping with dynamic templates can cause them to double on each restart, closes #1964. 2012-05-18 01:11:32 +03:00
Shay Banon 2cca50d238 Get API: Allow to provide a parent value which automatically set the routing value, closes #1961. 2012-05-17 01:41:06 +03:00
Shay Banon be01e8fe19 Index Templates settings provided in a config file fails to load properly, closes #1960. 2012-05-17 01:00:59 +03:00
Shay Banon d031662da3 better failure logging when failing to read a tempalte 2012-05-17 00:17:31 +03:00
Shay Banon 07e0888b3e Mapping: Allow to specify enabled set to false on a property without specifying the type, closes #1959. 2012-05-16 22:33:44 +03:00
Shay Banon 11a1f69257 Upgrade to Netty 3.4.5, closes #1958. 2012-05-16 21:58:34 +03:00
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