https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
864d95d release 0.18.2 27 October 2011, 18:38:53 UTC
3b2b8ea Search: Fetching fields that end up extracted from source might fail, closes #1431. 27 October 2011, 18:29:08 UTC
b014b0d Merge Scheduler: Allow to set index.merge.scheduler.max_merge_count, closes #1430. 27 October 2011, 00:15:16 UTC
73dceff move to 0.18.2 snap 26 October 2011, 23:40:36 UTC
d197f22 release 0.18.1 26 October 2011, 23:38:52 UTC
d9e4f2a External data location configuration fails (path.data setting), closes #1429. 26 October 2011, 23:31:05 UTC
0831c6a move to 0.18.1 snap 26 October 2011, 19:02:04 UTC
3544b07 release 0.18.0 26 October 2011, 18:58:24 UTC
0cde90f minimum_number_should_match in a query_string, closes #1420. 25 October 2011, 23:58:12 UTC
b652c65 Highlighting broken with custom_filters_score query, closes #1425. 25 October 2011, 22:58:52 UTC
2778a67 indexing option ignored in index_stats, closes #1423. 25 October 2011, 18:20:43 UTC
f9d0e82 if source is not stored, treat it as an empty map in things like scripts or non stored field extraction 25 October 2011, 18:18:53 UTC
8d08a66 make flags public just so people can hack it if needed 25 October 2011, 17:01:12 UTC
6f39fce First indexing fails when indexing a type with an attachment field mapped using a dynamic template, closes #1418. 24 October 2011, 23:40:27 UTC
3f4eea4 better failure message if a type parser is not found with dynamic tempaltes 24 October 2011, 23:10:49 UTC
e3a9f3b move to formal twitter4j 2.2.5 24 October 2011, 23:10:31 UTC
6c27509 move to formal twitter4j 2.2.5 24 October 2011, 22:30:22 UTC
3210785 upgrade to jackson 1.9.1 24 October 2011, 22:30:05 UTC
fd23d16 Mapping: Allow to include / exclude specific parts of it when storing it, closes #1421. 24 October 2011, 22:01:58 UTC
dec8dc5 Bool Filter fails with ArrayIndexOutOfBoundsException, closes #1419. 23 October 2011, 22:30:30 UTC
d8f426a remove unused class 23 October 2011, 21:41:18 UTC
a360cc4 on multiple data locations, write the state files of local gateway on all locations 23 October 2011, 20:57:37 UTC
b2b608f Query DSL: Indices query type, closes #1416. 22 October 2011, 23:35:09 UTC
721f315 handle also illegal state case to see if OOM happened within the index writer 21 October 2011, 18:18:57 UTC
6444335 Use CJKAnalyzer instead of ChineseAnalyzer Signed-off-by: Hiroyuki Ikezoe <hiikezoe@gnome.org> 21 October 2011, 18:04:32 UTC
932215d rename check setting to check on startup 20 October 2011, 14:17:38 UTC
ff97792 add equals support to index metadata 19 October 2011, 22:51:24 UTC
ea4462f fix twitter distribution 19 October 2011, 22:32:16 UTC
54273dd Added tests for synonym parsers. 19 October 2011, 21:38:15 UTC
f7747d7 Adding Wordnet synonym format 19 October 2011, 21:38:14 UTC
0f2b875 better failure message when failing to get a node lock 19 October 2011, 21:12:01 UTC
9396735 Script sorting doesn't accept parameters, closes #1382. 18 October 2011, 20:31:20 UTC
724611f don't clear on both obtain and release for the search cache 18 October 2011, 17:21:06 UTC
4ffbdbe better failure message for sorting when mapping is not found 18 October 2011, 03:54:40 UTC
b113eb1 builder based search source is safe now 18 October 2011, 03:53:53 UTC
184a384 Search: A failed search request might get overrun when trying another shard, closes #1403. 18 October 2011, 03:31:12 UTC
673655c When searching against an index/type, use the type information to derive different search aspects, closes #1391. 17 October 2011, 23:26:53 UTC
6a146e7 When searching against an index/type, use the type information to derive different search aspects, closes #1391. 17 October 2011, 22:38:29 UTC
325064c add static close methods to main class entry point 17 October 2011, 18:25:41 UTC
bfb4666 remove casting 16 October 2011, 22:43:25 UTC
bcd582b add internal cluster reroute api 16 October 2011, 17:02:32 UTC
1047ceb replication base classes to allow for different implementation of the primary request and the replica request 16 October 2011, 15:25:31 UTC
72ad722 Array out-of-bounds exception with bool filter, closes #1400. 15 October 2011, 13:35:14 UTC
b2769b1 multi_get ids shortcut should grab custom fields. 15 October 2011, 09:56:55 UTC
6b49758 rest _count endpoint to also allow for no query provided (defaults to match_all) 14 October 2011, 15:53:27 UTC
a76737c also ignore index missing failure when refreshing, as it might happen (we refresh on shards that might have not been allocated yet) 14 October 2011, 15:50:02 UTC
8c776be use twitter4j 2.5 snapshot version as its the only version that works with the change of the endpoint 14 October 2011, 15:46:35 UTC
7fb32a0 - Fix for [1393] 14 October 2011, 15:16:49 UTC
dee4b42 Exception: TokenStream implementation classes or at least their incrementToken() implementation must be final, closes #1397. 14 October 2011, 14:56:53 UTC
24f1f0f improve refreshing logic to resync mappings on upgrade, reduce the amount of cluster events processing requires if the even if fired from several nodes / sources 14 October 2011, 13:20:38 UTC
ffc7426 Synonym filter fails to properly load synonyms (since 0.17.7), closes #1392. 12 October 2011, 22:18:01 UTC
19ff93b all field mapper should be "included in root object" 12 October 2011, 20:50:16 UTC
0367103 Text Query does not use search_analyzer on field that is prefixed with the type name, closes #1390. 12 October 2011, 20:14:03 UTC
1012f6a Root mapper analyzer/index_analyzer/search_analyzer with unregistered analyzer name won't fail, closes #1389. 12 October 2011, 19:41:27 UTC
bb9d8fe Search / Get Preference: Add _only_node:[node_id] option, closes #1388. 12 October 2011, 19:11:12 UTC
bd87f8d Fix NPE in HighlightField serialization. Fixes #1380 08 October 2011, 18:54:56 UTC
4bbe1b1 count doesn't work for empty query (discrepancy with search API), closes #1377. 06 October 2011, 19:57:19 UTC
768c6d2 fix buffer recycler in lzf 06 October 2011, 18:40:43 UTC
9c6dfc1 now that the change to refresh can execute on not yet active shards, we need to ignore illegal shard state failures (expected...) 05 October 2011, 21:35:07 UTC
d69baa3 when writing _river status, use consistency of one 05 October 2011, 17:12:21 UTC
8f55e88 when getting the _meta doc from _river index (per river), make sure the callback listener is threaded 05 October 2011, 15:29:11 UTC
5c783c8 Upgrade to Apache Tika 0.10, closes #1372. 05 October 2011, 13:21:56 UTC
111c472 upgrade to jackson 1.9.0 05 October 2011, 11:32:33 UTC
63844dd REST Bulk API: Allow to execute _bulk against /{index}/_bulk and /{index}/{type}/_bulk endpoints, closes #1375. 05 October 2011, 11:03:30 UTC
3d4c31d associate a version with a discovery node 05 October 2011, 10:42:27 UTC
3d49b4e add a simple integration level test for awareness 03 October 2011, 11:48:10 UTC
a51baa7 Allow limiting the number of concurrent ES nodes that can run on the same machine 03 October 2011, 10:30:03 UTC
56a4c98 Allow to specify a specific field in the clear cache API, closes #1374. 03 October 2011, 10:13:02 UTC
d7f7f77 Build ElasticSearch as Debian package 27 September 2011, 22:08:35 UTC
c47f73a better refresh stress test 27 September 2011, 19:56:44 UTC
5ed064d execute the indices store listener as a last listener, to make sure we clean things up before we delete content if needed 27 September 2011, 19:56:27 UTC
df3fa9c When refreshing, also execute the refresh operation on initializing shards to make sure we don't miss it, closes #1370. 27 September 2011, 18:46:24 UTC
de8644d Fetch phase when searching might fail when mapping are updated with type missing, closes #1369. 27 September 2011, 18:45:10 UTC
4088236 No need to reroute (check for possible shard allocations) when a new *non* data node is added to the cluster, closes #1368. 27 September 2011, 10:47:59 UTC
f63727e no need to log a failure when deleting an index and a shard is recovering 27 September 2011, 10:21:20 UTC
8fd2832 Add an option to disallow deleting all indices, closes #1367. 27 September 2011, 08:54:34 UTC
e0fdccd Transport Client: When `sniff` is enabled, use the sniffed nodes to be the list fo nodes to ping as well as the provided nodes, closes #1217. 26 September 2011, 22:29:03 UTC
0c82fc5 Remove Infinity values for Range facets when no docs match the range, closes #1366. 26 September 2011, 21:41:57 UTC
737589f better handling of mean computation of some facets to handle division by 0, though, won't happen on most facets 26 September 2011, 21:39:37 UTC
d611182 Add support for non-elasticsearch namespaces to ImmutableSettings.getAsClass method 26 September 2011, 20:29:08 UTC
c5835ca more doc in config 26 September 2011, 18:32:46 UTC
eca11d1 add not attributes doc, and env var automatic replacement 26 September 2011, 18:30:18 UTC
79b63b3 add junit to the test dep when running groovy tests 26 September 2011, 18:20:25 UTC
8a63e58 Add `cloud.node.auto_attributes` setting, when set to `true`, will automatically add aws ec2 related attributes to the node (like availability zone), closes #1364. 26 September 2011, 18:01:23 UTC
1d6fa98 change to elasticsearch.org site 26 September 2011, 10:57:51 UTC
e33dbcd more small optimizations to term creation 26 September 2011, 09:05:48 UTC
8658856 use index iteration over iterator 25 September 2011, 19:20:53 UTC
32526f0 Minor spelling corrections 25 September 2011, 19:17:21 UTC
18f15f0 use index iteration over iterator 25 September 2011, 19:17:09 UTC
f36d89c use index iteration over iterator 25 September 2011, 18:28:55 UTC
9bea902 allow to dynamically set cluster.routing.allocation.cluster_concurrent_rebalance using cluster update settings API 25 September 2011, 18:12:17 UTC
fca3adc allow to dynamically set cluster.routing.allocation.cluster_concurrent_rebalance using cluster update settings API 25 September 2011, 18:09:41 UTC
e8b88ac allow to dynamically set cluster.routing.allocation.cluster_concurrent_rebalance using cluster update settings API 25 September 2011, 18:09:15 UTC
4876e5a doc multi path.data locations 25 September 2011, 18:06:12 UTC
f837213 Reformatted and amended the example configuration file Edited elasticsearch.yml: * Separated different sections (using headers) * Added more information about nodes configuration * Added more information about various index configurations and their effects * Added information about setting network and HTTP configuration * Reworded information on gateway, recovery, discovery The example configuration file should allow operations stuff to quickly get a sense of ElasticSearch features relevant for systems support, and to understand how to configure node, cluster, network and discovery settings. The aim here is to vaguely respect the most often changed configuration settings, while having some top-to-bottom conceptual integrity. Table of Contents: * Cluster * Node * Index * Paths * Memory * Network And HTTP * Gateway * Recovery Throttling * Discovery 25 September 2011, 18:01:39 UTC
d7e3c95 remove unnecessary check 24 September 2011, 13:57:14 UTC
9d9133a required _routing fails when path points to an integer field, closes #1357. 23 September 2011, 22:59:21 UTC
d954a93 Malformed REST create index causes the index to still be created, closes #1359. 23 September 2011, 22:04:12 UTC
d9d452a Allow to disable shard allocations, closes #1358. 23 September 2011, 14:35:31 UTC
f74793c improve multiple data locations when reading checksums and local gateway state files by going through all the locations to find them. 23 September 2011, 14:08:21 UTC
back to top