https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
79e1df1 prepare for 0.5.1 09 March 2010, 11:30:49 UTC
83a78b3 _count hangs, closes #52 09 March 2010, 11:25:17 UTC
b13f6b1 Mapping - MultiField Mapping, closes #51. 07 March 2010, 18:13:59 UTC
54dc5a5 update readme file 06 March 2010, 20:41:28 UTC
290ecd4 delete files that are no longer used from the fs gateway 05 March 2010, 20:46:15 UTC
729baa6 move to 0.6.0 05 March 2010, 14:21:19 UTC
f4f26d2 Search API: Query Facet - Add global flag to control if the facet is bounded to the search query or not, closes #50. 05 March 2010, 14:05:08 UTC
40b0dfd count should be cached as a filter 05 March 2010, 13:24:04 UTC
f1d5b17 doc 05 March 2010, 11:02:36 UTC
51836e0 doc 05 March 2010, 10:56:37 UTC
e735ff4 simpler settings builder api 05 March 2010, 10:39:38 UTC
45489ed add TimeValue based getter 04 March 2010, 23:50:40 UTC
7a38e38 wrap checked TimeoutException with runtime ElasticSearchTimeoutException 04 March 2010, 23:48:56 UTC
7bf0f1f refactor client api, remove execXXX, and simple remain with the actual operation name as the method name, one that returns a future, and one that accepts a listener 04 March 2010, 23:39:04 UTC
e49a845 fix rest boolean 04 March 2010, 16:49:18 UTC
111f9cb proper handling of get response (document does not exists) 04 March 2010, 13:35:15 UTC
c560f1f wait for status should wait for at least that provided status, for example, waiting for status yellow should return if the status is green 04 March 2010, 13:09:11 UTC
5d947ad make final 03 March 2010, 06:47:22 UTC
e276928 remove dep on sun 02 March 2010, 23:49:25 UTC
03ee0a9 update docs 02 March 2010, 22:50:53 UTC
12e2ba8 more docs 02 March 2010, 20:16:35 UTC
fdd221e Query DSL: queryString - allow to run against multiple fields, closes #48. 01 March 2010, 22:42:53 UTC
fbf9197 make non negative query in query parser 01 March 2010, 20:17:17 UTC
7709c68 optimize boolean queries when possible 01 March 2010, 20:07:14 UTC
4dbc167 Query DSL: Field Query, closes #47. 01 March 2010, 18:10:38 UTC
12e87ba allow for * on range queries in query parser 01 March 2010, 16:49:14 UTC
aef5aa0 start work on getting maven working.. 01 March 2010, 15:19:07 UTC
bd8d52f move to SNAPSHOT suffix for dev builds, when an actual release will take place, then change the version 01 March 2010, 14:30:07 UTC
234a5ab merge snakeyaml into source 01 March 2010, 13:56:19 UTC
7d3b642 merge snakeyaml into source 01 March 2010, 13:53:15 UTC
7c91e72 merge snakeyaml into source 01 March 2010, 13:51:55 UTC
18a1a5f merge snakeyaml into source 01 March 2010, 13:50:02 UTC
4c9cf29 use existing mapping when merging 01 March 2010, 12:25:50 UTC
0ef4000 more mapping work, ignoreDuplicates renamed to ignoreConflicts 01 March 2010, 11:55:47 UTC
5682548 better merge mapping logic, better failure reporting 28 February 2010, 10:55:05 UTC
c6683d2 some merge mapping work, tests... 28 February 2010, 10:28:48 UTC
f51e2cf stop the recovery process by interrupting network threads when closing a shard 28 February 2010, 09:15:35 UTC
372bdec more docs 27 February 2010, 23:36:45 UTC
bcca36f more docs 27 February 2010, 21:37:53 UTC
bf3f82c more docs 27 February 2010, 20:03:40 UTC
1f3c038 fetch phase in search sould return the full name of the field, and not just the name 27 February 2010, 20:00:17 UTC
bf7ace7 whats up? doc... 27 February 2010, 17:27:07 UTC
a5790ca refactor from and size in url to use the new "extraSource" in it 27 February 2010, 14:48:01 UTC
948f0ef doc doc doc 27 February 2010, 14:36:20 UTC
471ad1e expose jgourps.bind_port to use when configuring tcp based discovery in jgroups through settings 27 February 2010, 02:34:06 UTC
c5a2d49 add _mlt as well for uri 27 February 2010, 02:02:07 UTC
8b36281 MoreLikeThis API: Search documents that are "like" the specified document, closes #45. 27 February 2010, 01:57:36 UTC
c30d790 change the the name to indices boost 26 February 2010, 23:37:14 UTC
929bb3f have index level query boost part of the search source 26 February 2010, 23:26:56 UTC
284a351 start work on more like this action 26 February 2010, 22:52:13 UTC
1ec1716 analyzer might end up being null 26 February 2010, 13:28:38 UTC
e0c3bb5 Query: support negative queries, closes #44. 26 February 2010, 12:44:18 UTC
ba0972c upgrade to lucene 3.0.1 26 February 2010, 09:59:14 UTC
0ebb74d Query DSL: moreLikeThis & moreLikeThisField, closes #43. 26 February 2010, 01:28:44 UTC
e70bec7 fix wrong iteration when getting back terms 25 February 2010, 19:34:41 UTC
a8af609 refactor index service into a service package 25 February 2010, 18:20:54 UTC
3ef3673 wait a bit for assigment to start in test 25 February 2010, 16:45:55 UTC
70726b2 add validation on routing table, expose it in cluster health, and add more information when shard start or fail 25 February 2010, 16:40:29 UTC
f5a4296 improve logging 25 February 2010, 07:03:52 UTC
9eaa50c revert escaspe default to true in queryString 25 February 2010, 06:46:37 UTC
da510f2 start work on cluster health api, still needs some polising, relates to #42. 24 February 2010, 21:16:01 UTC
e3af871 fix nodes info to accept node(s) ids as well 24 February 2010, 20:45:24 UTC
c7389df Query DSL: queryString - allow to escape the string (should be on by default), closes #41. 24 February 2010, 20:00:03 UTC
bcc52a0 add calibrateSizeByDeletes option in merge policies 24 February 2010, 18:45:15 UTC
eb3f8b2 fix logging 24 February 2010, 16:14:39 UTC
97814e1 add ack flag to create and delete index apis 23 February 2010, 23:43:36 UTC
78d9ab1 clean ongoing open index outputs when closing the recovery action 23 February 2010, 22:37:05 UTC
aa54e9c better handling of open inputs/outputs in case of recovery failure 23 February 2010, 22:32:23 UTC
d1a4989 fix possible node serialization problem (dont share the byte buffer) 23 February 2010, 21:37:33 UTC
b554476 fix problem when deserializing exceptions thrown from one node to the other 23 February 2010, 21:16:02 UTC
54f325e query parser with explicit fields values would not get analyzed 23 February 2010, 20:16:12 UTC
07d4166 removed unused field 23 February 2010, 20:04:10 UTC
4cf1b3e read settings (json, yml) using utf8 23 February 2010, 19:33:54 UTC
46ff97a refactor json handling to use byte[] instead of string for better performance, storage, and memory consumption (apply to search) 23 February 2010, 19:30:10 UTC
defb6a3 refactor json handling to use byte[] instead of string for better performance, storage, and memory consumption (apply to count and delete by query) 23 February 2010, 19:22:40 UTC
c111e1a refactor json handling to use byte[] instead of string for better performance, storage, and memory consumption 23 February 2010, 16:40:22 UTC
8adcbb2 add a simple test for validating jackson handling of binary data added while generating content 22 February 2010, 21:18:45 UTC
3f033a0 change toInclusice in terms api to default to true instead of false 22 February 2010, 21:03:58 UTC
d36f376 fix cluster state mapping informaton, return it with the mapping name as key and source field 22 February 2010, 19:34:11 UTC
67d86de Gateway: Store cluster meta data in JSON (and not binary), closes #36. 22 February 2010, 18:08:33 UTC
575250e handle reduce phase failures when searching (raise exception to listener) 22 February 2010, 07:26:08 UTC
3d9b310 better detailed message 22 February 2010, 06:55:36 UTC
98c981d don't wrap in broadcast shard excpetion twice 22 February 2010, 06:51:47 UTC
086611c add shard header with failures to flush operation 22 February 2010, 06:48:20 UTC
b05b01d Terms API: add the ability to return terms as array (termsAsArray flag), defaulting to true since order is important 21 February 2010, 23:50:58 UTC
38edf96 Terms API: add the ability to return terms as array (termsAsArray flag), defaulting to false 21 February 2010, 23:48:29 UTC
7cda7ec fix spelling 21 February 2010, 23:33:37 UTC
0f5ff61 when failing to send a message using the transport (connect / serialization), call the response handler with it by default 21 February 2010, 23:19:06 UTC
16a7dd1 handle cases when t is null when producing a detailed message for it 21 February 2010, 22:05:32 UTC
8c16840 bring back boost mapping support when building mapping source 21 February 2010, 21:37:48 UTC
6d52065 Mapping Overhaul - More user friendly, cluster aware, closes #34. 21 February 2010, 20:57:39 UTC
78e7325 put mapping to return the parsed source and an indication if it was ack from all the nodes within the timeout 21 February 2010, 15:26:15 UTC
0e55c87 rename create mapping to put mapping 21 February 2010, 14:49:42 UTC
2201839 add support to generate json out of the runtime representation of mappings 21 February 2010, 12:24:34 UTC
ce58723 refactor mapping names into a separate class (Names), create a NamedAnalyzer wrapper which allows to know the logical name the analyzer was created under 21 February 2010, 08:28:11 UTC
82e5b7d when a shard is recovered (from gateway or another shard, sniff mappings from it). Also, improved search load doc perforamnce when no explicit fields are provided 20 February 2010, 22:34:54 UTC
2e81730 add failure reason for broadcast operations (refresh, flush, optimize, ....) 20 February 2010, 16:58:44 UTC
a828106 add shard specific failure reason to search operations 20 February 2010, 15:35:26 UTC
f94ff19 don't print fields when the fields map is empty 20 February 2010, 13:54:18 UTC
008b00f Facet query crashes the cluster. Wrong serialzation of facets caused for construction of a rough sized array list. closes #28. 20 February 2010, 13:21:02 UTC
back to top