Commit Graph

3575 Commits

Author SHA1 Message Date
Benjamin Devèze 43182f07fd add missing setPercolate method to UpdateRequestBuilder 2012-02-17 16:45:36 +01:00
Shay Banon bf36681e34 Return 503 for search against a node which is not yet ready, closes #1713. 2012-02-17 15:20:20 +02:00
Shay Banon 7bd87e12a2 Indices query should accept alias names, closes #1698. 2012-02-17 15:03:52 +02:00
Shay Banon ff3ebe4a4b upgrade to jackson 1.7.4 2012-02-17 12:50:43 +02:00
Shay Banon 6823d50840 when asking for _source with script fields, the _source is not returned. 2012-02-16 21:21:12 +02:00
Shay Banon c5387be07c Merge branch 'master' of https://github.com/jfiedler/elasticsearch 2012-02-16 21:15:01 +02:00
Shay Banon f997315f54 Date Mapping: Support "date math" when searching, closes #1708. 2012-02-16 18:10:12 +02:00
Shay Banon eb9503f674 better status code when failing to parse 2012-02-16 16:39:38 +02:00
Jan Fiedler 1e14a30d4c Fixed #1706 2012-02-16 15:26:52 +01:00
Shay Banon 4a8d6deae6 add getters for mapper service and field data cache in doc lookup 2012-02-16 00:01:17 +02:00
Shay Banon d8f18dd812 Search: When using `_all` for types, field name/type resolution might fail, closes #1704. 2012-02-15 15:50:22 +02:00
Shay Banon e1cca90006 Retrieving byte type stored field fails, closes #1702. 2012-02-15 15:28:01 +02:00
Shay Banon 103f587be1 Index Templates: Allow to place them under config/templates, closes #1703. 2012-02-15 11:45:58 +02:00
Shay Banon fe11368c89 better method name, to correspond to addLast 2012-02-15 10:12:08 +02:00
Shay Banon d31fdccc97 more decoupling of current search context when parsing a query 2012-02-14 13:28:17 +02:00
Shay Banon 5836c24b80 move to use sigar jar from maven central, which means that when using in the IDEA or running tests, sigar will not be enabled (since native files are not present), interim fix until we have a better one 2012-02-14 12:49:31 +02:00
Shay Banon bf11c19e49 move to use sigar jar from maven central, which means that when using in the IDEA or running tests, sigar will not be enabled (since native files are not present), interim fix until we have a better one 2012-02-14 12:49:15 +02:00
Shay Banon 2114751d12 fs stats should be public 2012-02-13 15:06:08 +02:00
Shay Banon 0ff84d222f improve class loader to use the class loader set in the settings constructing the node 2012-02-12 23:55:16 +02:00
Shay Banon 0729413341 Search: Allow to execute search with no parameters, closes #1696. 2012-02-12 16:58:45 +02:00
Shay Banon 86a6a5f021 move trim filter to a better package location 2012-02-12 15:20:42 +02:00
Shay Banon a96c2ab11d Analysis: Add trim token filter that trims whitespaces, closes #1693. 2012-02-12 13:54:47 +02:00
Shay Banon 6b2b797e92 we normalize lat, TODO not needed 2012-02-09 09:25:20 +02:00
Shay Banon 676f115a26 update versions to 0.19.3 snap 2012-02-09 00:37:12 +02:00
Shay Banon f5676780ae release 0.19.0.RC2 2012-02-09 00:35:59 +02:00
Shay Banon 278e5d3a43 Transport buffer overrun can happen because of byte buffer reading optimization introduced in 0.19.0.RC1, closes #1686. 2012-02-09 00:15:08 +02:00
Shay Banon a135c9bd8b prefer jdk 7 over 6, and provide use the new ES_HEAP_SIZE env (so min max are the same) 2012-02-08 15:47:13 +02:00
Shay Banon 7b37774a00 Merge branch 'debian-pkg' of https://github.com/karussell/elasticsearch 2012-02-08 15:41:33 +02:00
Shay Banon 457f0a4266 Avoid placing a shard replica on the same machine as shard itself, closes #1680. 2012-02-08 15:39:01 +02:00
Peter 3701f748d4 remove empty data dir 2012-02-08 12:25:45 +01:00
Peter cf2a726081 prefer oracle over openjdk. prever 6 over 7 2012-02-08 08:57:18 +01:00
Peter 4492b14f5f mini layout change to pom.xml 2012-02-08 08:45:40 +01:00
Peter 30dbb0773f do not delete data on remove 2012-02-08 08:43:39 +01:00
Peter 93134bd89e merged master 2012-02-08 08:31:41 +01:00
Shay Banon 23ca0d2cb2 add also the interval that was checked for plain gc 2012-02-08 00:38:00 +02:00
Shay Banon c75f8fc18a GC logging: Enable back automatic gc logging based on thresholds (even if last gc is not available), closes #1679. 2012-02-08 00:35:28 +02:00
Shay Banon 49fd3ff470 automatically enable last GC if higher or equal to 1.7.0 u4 2012-02-07 23:16:23 +02:00
Shay Banon c9107889a0 allow to enable last GC since in upcoming 1.7.0u4 the memory leak is fixed 2012-02-07 22:56:59 +02:00
Shay Banon 2ab3f533fe Index API: Don't wait for new mappings to be applied on the cluster by default, closes #1677. 2012-02-07 21:51:18 +02:00
Shay Banon 7b3d9efe2e upgrade to netty 3.3.1 2012-02-07 20:15:55 +02:00
Shay Banon 636c4ae8fa Nodes Info API: Add `all` flag to return all data, closes #1676. 2012-02-07 19:19:33 +02:00
Shay Banon a89878ce6c move to 0.19.0.RC2 snap 2012-02-07 15:17:09 +02:00
Shay Banon b160ddbb2c release 0.19.0.RC1 2012-02-07 15:02:42 +02:00
Shay Banon 768a23e0cb Node Stats: Add more options to get specific stats in REST: /_nodes/fs/stats (in addition to /_nodes/stats/fs), closes #1674. 2012-02-07 00:37:59 +02:00
Shay Banon aee0e1dfb7 doc the ES_HEAP_SIZE 2012-02-06 22:13:15 +02:00
Shay Banon 70de95373c JVM Flags: Remove SurvivorRatio and MaxTenuringThreshold since the defaults are good with new JVMs, closes #1672. 2012-02-06 22:11:22 +02:00
Shay Banon 43809211d4 bin: elasticsearch script to support ES_HEAP_SIZE to easily set the heap size to a single value (min and max) and ES_HEAP_NEWSIZE to optionally set the new gen, closes #1671. 2012-02-06 22:09:32 +02:00
Shay Banon abfc570762 better comment 2012-02-06 21:24:37 +02:00
Shay Banon f3a5306cde improve comment on usage, also, FrameDecoder usage of cumalation was fixed 2012-02-06 21:03:12 +02:00
Shay Banon 73266d1e44 upgrade to mvel 2.1.Beta8 2012-02-06 04:08:26 +02:00