https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
f7185b4 update 0.14.2 version 05 January 2011, 21:17:19 UTC
67a8e0a Add to node stats the number of times field cache was evicted due to memory constraints, closes #603. 05 January 2011, 20:37:52 UTC
bad0b1f try to be more predictable when doing pagination (still can return duplicates when going to different shards) by sorting on the shards results based on the shard id first 05 January 2011, 19:31:17 UTC
f6fa795 Add `resident` field cache type, closes #602. 05 January 2011, 19:24:33 UTC
45d39a6 fix wrong removal of test jars from build script 05 January 2011, 18:57:22 UTC
ee75066 change the default interval for gc checks to 1 second 05 January 2011, 18:40:02 UTC
688f812 Highlighting: The result of highlighting for a hit can contain data from another document, closes #600. 05 January 2011, 14:10:44 UTC
9e5a2e9 Highlighting: Allow to highlight on fields without term vectors, closes #585. 05 January 2011, 14:10:26 UTC
11c80b7 Non-data master nodes and non-master data nodes fail to store data, closes #579. 05 January 2011, 13:50:12 UTC
f6a1131 make settings prefix simpler and not bail when not prefixed with org.elasticsearch, allow to provide settings prefix for analyzer provider 05 January 2011, 13:49:45 UTC
bbe9988 update to 0.14.2 snapshot 29 December 2010, 12:05:14 UTC
6d9bab9 update to release 0.14.1 29 December 2010, 12:00:09 UTC
e407815 update version to 0.14.1-SNAPSHOT 29 December 2010, 10:54:14 UTC
c03b95e add filter_cache_size to node stats 29 December 2010, 10:53:09 UTC
c66a1c2 await closing sockets on shutdown 29 December 2010, 10:52:11 UTC
e2d66f4 REST Create Index: Not taking JSON index settings into account unless wrapped in settings. 29 December 2010, 10:51:42 UTC
956e775 release 0.14 27 December 2010, 20:23:18 UTC
f908a73 allow to construct transport client with settings builder 27 December 2010, 18:11:28 UTC
a84e0a4 change scope to _score 27 December 2010, 17:19:17 UTC
d73a459 when parent mapping is set, fix setting routing to required 27 December 2010, 16:41:28 UTC
d560cea use high transport type when sending the cluster state 27 December 2010, 14:50:55 UTC
ec2f0e0 upgrade to jython 2.5.2rc2 27 December 2010, 08:23:01 UTC
a00f99e upgrade to groovy 1.7.6 27 December 2010, 06:21:25 UTC
27fe076 upgrade to rabbitmq client 2.2.0 26 December 2010, 10:50:52 UTC
4245eb7 add node level field cache size to node stats api 26 December 2010, 10:18:15 UTC
5dcba8a revert back a stupid bug in setting compress to true always introduced in the last commit 26 December 2010, 10:05:22 UTC
49deb80 when compression is enabled, use the compressed byte buffer to write it to the translog (less data to write), and handle recovery by being able to parse also compressed source 23 December 2010, 23:09:15 UTC
f2eae5b Memory Index Store: Separate to two buffer size types, and fix bugs, closes #577. 23 December 2010, 21:21:32 UTC
22fa91e add reconnection code between nodes that are not masters 23 December 2010, 15:26:55 UTC
f6afc01 add reconnection code between nodes that are not masters 23 December 2010, 15:26:32 UTC
ff5990d listener should be threaded 23 December 2010, 15:24:23 UTC
de7dd3c default to try and connect after network disconnection with fault detection 23 December 2010, 14:51:09 UTC
e313379 only force shutdown on cached threadpool if its not the same as the execture service 23 December 2010, 14:13:05 UTC
42e8567 interrupt joining the cluster thread if shutting down 23 December 2010, 14:11:43 UTC
5f25ae4 check if the scheduled thread pool is not terminated when trying to terminate it 23 December 2010, 13:18:22 UTC
9f72a8d use cached thread pool for notifying on disconnections 23 December 2010, 12:22:40 UTC
6dcc04b Transport: Increase the default transport.tcp.connect_timeout from 1s to 30s, also add `network.tcp.connect_timeout` to conform with other common network settings, closes #576. 23 December 2010, 12:20:11 UTC
5c338b7 add message to connect transport failure exception 23 December 2010, 11:05:39 UTC
5a58ed4 when replacing a mapping, clear the aggregated mapping information and then readd it 23 December 2010, 09:32:16 UTC
473c2fa add reason for state change logging in index shard, add debug logging on ignore recovery in when handling cluster change in indices cluster 23 December 2010, 08:56:37 UTC
5ac42f2 Excessive mapping parsing when cluster state changes, closes #575. 23 December 2010, 07:53:05 UTC
9361e3b Cloud AWS: Change endpoint parameters to distinguish between ec2 and s3, closes #574. 23 December 2010, 07:13:44 UTC
f869951 rename type method on MapperService to the more descriptive documentMapperWithAutoCreate 23 December 2010, 06:43:17 UTC
e0b2b4b add a warn when not using the custom FieldCache with eager reader based eviction 23 December 2010, 05:58:43 UTC
800b7f3 add toString to CompressedString to show when logging it 23 December 2010, 05:45:04 UTC
3b30930 improve logging when trying to delete unallocated shard, check first if deleting is required, and only then delete it 23 December 2010, 05:37:49 UTC
ac73334 make id cache an index component, so a new instance will be created per index 22 December 2010, 12:21:59 UTC
bb0d719 make id cache an index component, so a new instance will be created per index 22 December 2010, 12:21:31 UTC
1ee24ce add an option to provide an OutputStream to a builder, allowing to generate directly into a stream provided by the user 22 December 2010, 11:26:29 UTC
eef3a95 move the query parser cache to be index level and not node level 22 December 2010, 10:31:30 UTC
33339ae improve concurrency control in filter caching, reuse one if it was created already under concurrent request 22 December 2010, 08:42:38 UTC
d283c15 optimize for the more common case of single value facets when loading values 22 December 2010, 07:04:35 UTC
59ee849 use public terms filter in all places 21 December 2010, 21:43:05 UTC
a1df3c6 improve logic of when to load fields from source, only if they actually have mappings, otherwise, ignore them (as was the previous behavior) 21 December 2010, 11:02:15 UTC
3035254 Search API: Allow to pass `&fields=` without any fields to cause only id and type to be returned, closes #572. 21 December 2010, 10:01:51 UTC
a96b294 add multicast socket to execption message 20 December 2010, 18:07:51 UTC
ec943b5 fix urlRoot for gradle to point to the 0.9 dist 20 December 2010, 15:58:16 UTC
efc95dc Java Search API: Passing a the query as json fails, closes #568. 20 December 2010, 09:31:09 UTC
09bc3b9 upgrade to gradle 0.9 19 December 2010, 17:53:50 UTC
29c7fc3 upgrade to gradle 0.9 rc3 19 December 2010, 03:51:15 UTC
7890736 fix transport client compilation problem, the client cluster service was not used and removed 19 December 2010, 03:50:07 UTC
8dfc3ac when using dates in scripts, initialize the dates (DateTime) with UTC 19 December 2010, 03:01:59 UTC
96a2950 Disable calling mlockall by default, can be enabled by setting bootstrap.mlockall to `true`, closes #567. 19 December 2010, 00:30:48 UTC
415bb5d Java TransportClient: By default, don't sniff other nodes and use addresses provided as is, closes #565. 17 December 2010, 17:31:28 UTC
005c6d9 allow to set term index divisor 16 December 2010, 19:56:59 UTC
698f67a EC2 Discover: Support filtering instances by tags, closes #551. 16 December 2010, 03:14:49 UTC
ff0eeb3 improve getting setting as array, automatically support comma delimited values under the exact setting 16 December 2010, 03:02:24 UTC
f827b7c fix settings 15 December 2010, 22:48:26 UTC
d6bab1a Tcp Transport: Connection pool between nodes and different connection types, closes #564. 15 December 2010, 18:11:10 UTC
085066e set, by default, the send and receive buffers to 32k on tcp 15 December 2010, 03:54:09 UTC
36be13f bring back the file chunk size in recovery to 100kb from 500kb 14 December 2010, 23:28:21 UTC
b6277ac increase netty worker count to default to the updated value netty defaults to 14 December 2010, 23:16:00 UTC
bb178c9 cleanup 13 December 2010, 19:30:26 UTC
d0eed79 add log message on hte concurrent streams used 12 December 2010, 22:08:57 UTC
ceb7b90 Recovery: Allow to control `concurrent_streams` (per node) during recovery 12 December 2010, 22:03:04 UTC
1c5477d Improve local node recovery process, removing using a block as indication for an index not being recovered. Moving to shard replication group level allocation (with the ability to distinguish between api based creation or recovery based creation). This also allows for throttling based control on initial local gateway based shard allocation. 12 December 2010, 20:46:27 UTC
bc04243 Search Fields: If a field is not stored, automatically extract it from _source (without the need for _source prefix), closes #562. 12 December 2010, 03:00:24 UTC
216b2ab Highlighting: Automatically use the field values extracted from _source if not stored explicitly in the mapping, closes #561. 12 December 2010, 02:40:25 UTC
fe3f5d4 remove global settings from the settings conf, a relic that is no longer needed... 12 December 2010, 00:37:36 UTC
dddca69 add search hit phase, which operates on a hit, and have all relevant hit phases implement and use it 12 December 2010, 00:01:13 UTC
be4b2e2 externalize script search lookup into a generalized lookup that can be used outside of scripts 11 December 2010, 23:01:56 UTC
a914865 Close API might cause index data to be wiped, closes #560. 10 December 2010, 20:19:45 UTC
bc2dc94 add to the receive timeout exception the request id that it timed out on 10 December 2010, 10:40:39 UTC
2a7f964 Geo search fails to find some docs when wrapping over IDL, closes #559. 10 December 2010, 06:39:10 UTC
9d2fe16 better log message 09 December 2010, 22:17:55 UTC
3f6ed7e improve update mapping on master, if we end up with the same mappings as the one the cluster state has, no need for a new cluster state... 09 December 2010, 22:17:10 UTC
167d358 Add terms/in query, alias terms filter to be in filter as well, closes #557. 09 December 2010, 05:25:05 UTC
0828f18 better child bench 09 December 2010, 04:11:06 UTC
e1495ff add scrolling update test 08 December 2010, 18:56:09 UTC
34f3f3f Aliased analyzers cause index deletion / cleanup failure, closes #555. 08 December 2010, 17:30:38 UTC
f5a8c38 add debug logging on failed bug items executions 07 December 2010, 23:21:21 UTC
f25eebb update to not use deprecated method 07 December 2010, 22:16:20 UTC
54437c1 Parent / Child Support, closes #553. 07 December 2010, 22:16:05 UTC
1a8017d upgrade to jackson 1.6.3 07 December 2010, 07:14:13 UTC
aa00fe6 upgrade twitter4j to 2.1.7 05 December 2010, 04:39:22 UTC
22c27e4 correct field name 04 December 2010, 22:02:53 UTC
f9716df fix ignore 04 December 2010, 22:02:16 UTC
d3cae10 wait for green status in test 04 December 2010, 21:57:44 UTC
f048353 upgrade to aws java sdk 1.1.1 04 December 2010, 19:19:36 UTC
d659bd0 upgrade to jackson 1.6.2 03 December 2010, 22:46:57 UTC
back to top