86c3a406c6Java API: Expose source as Map (in GetResponse, SearchHit), allow to index a Map, closes#58.
kimchy
2010-03-11 16:39:30 +0200
4b04db9030A search with an empty fields param causes a NullPointerException or a runaway process. Changed logic for an empty fields array, where it won't return the source in this case. Closes#55.
kimchy
2010-03-10 17:49:47 +0200
7c68489758Mapping - Support specifying string as number values (for example, for boost), closes#53.
kimchy
2010-03-10 11:22:57 +0200
290ecd4c95delete files that are no longer used from the fs gateway
kimchy
2010-03-05 22:46:15 +0200
729baa6859move to 0.6.0
kimchy
2010-03-05 16:21:19 +0200
f4f26d2118Search API: Query Facet - Add global flag to control if the facet is bounded to the search query or not, closes#50.
kimchy
2010-03-05 16:05:08 +0200
40b0dfddeccount should be cached as a filter
kimchy
2010-03-05 15:24:04 +0200
e735ff49d6simpler settings builder api
kimchy
2010-03-05 12:39:38 +0200
45489ed1afadd TimeValue based getter
kimchy
2010-03-05 01:50:40 +0200
7a38e384c9wrap checked TimeoutException with runtime ElasticSearchTimeoutException
kimchy
2010-03-05 01:48:56 +0200
7bf0f1ffcarefactor 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
kimchy
2010-03-05 01:39:04 +0200
111f9cb751proper handling of get response (document does not exists)
kimchy
2010-03-04 15:35:15 +0200
c560f1f9f1wait for status should wait for at least that provided status, for example, waiting for status yellow should return if the status is green
kimchy
2010-03-04 15:09:11 +0200
5d947ad680make final
kimchy
2010-03-03 08:47:22 +0200
e276928ebfremove dep on sun
kimchy
2010-03-03 01:49:25 +0200
e70bec79cdfix wrong iteration when getting back terms
kimchy
2010-02-25 21:34:41 +0200
a8af609ebarefactor index service into a service package
kimchy
2010-02-25 20:20:54 +0200
3ef36737f7wait a bit for assigment to start in test
kimchy
2010-02-25 18:45:55 +0200
70726b268fadd validation on routing table, expose it in cluster health, and add more information when shard start or fail
kimchy
2010-02-25 18:40:29 +0200
97814e100aadd ack flag to create and delete index apis
kimchy
2010-02-24 01:43:36 +0200
78d9ab103aclean ongoing open index outputs when closing the recovery action
kimchy
2010-02-24 00:37:05 +0200
aa54e9cc35better handling of open inputs/outputs in case of recovery failure
kimchy
2010-02-24 00:32:23 +0200
d1a4989e84fix possible node serialization problem (dont share the byte buffer)
kimchy
2010-02-23 23:37:33 +0200
b5544769d2fix problem when deserializing exceptions thrown from one node to the other
kimchy
2010-02-23 23:16:02 +0200
54f325ee1aquery parser with explicit fields values would not get analyzed
kimchy
2010-02-23 22:16:12 +0200
07d4166715removed unused field
kimchy
2010-02-23 22:04:10 +0200
4cf1b3ed9eread settings (json, yml) using utf8
kimchy
2010-02-23 21:33:54 +0200
46ff97af5erefactor json handling to use byte[] instead of string for better performance, storage, and memory consumption (apply to search)
kimchy
2010-02-23 21:30:10 +0200
defb6a336drefactor json handling to use byte[] instead of string for better performance, storage, and memory consumption (apply to count and delete by query)
kimchy
2010-02-23 21:22:40 +0200
c111e1ab80refactor json handling to use byte[] instead of string for better performance, storage, and memory consumption
kimchy
2010-02-23 18:40:22 +0200
8adcbb2832add a simple test for validating jackson handling of binary data added while generating content
kimchy
2010-02-22 23:18:45 +0200
3f033a04e7change toInclusice in terms api to default to true instead of false
kimchy
2010-02-22 23:03:58 +0200
d36f376a8efix cluster state mapping informaton, return it with the mapping name as key and source field
kimchy
2010-02-22 21:34:11 +0200
67d86de7eaGateway: Store cluster meta data in JSON (and not binary), closes#36.
kimchy
2010-02-22 20:08:33 +0200
575250e223handle reduce phase failures when searching (raise exception to listener)
kimchy
2010-02-22 09:26:08 +0200
086611ce38add shard header with failures to flush operation
kimchy
2010-02-22 08:48:20 +0200
b05b01d9f8Terms API: add the ability to return terms as array (termsAsArray flag), defaulting to true since order is important
kimchy
2010-02-22 01:50:58 +0200
38edf96271Terms API: add the ability to return terms as array (termsAsArray flag), defaulting to false
kimchy
2010-02-22 01:48:29 +0200
0f5ff617f1when failing to send a message using the transport (connect / serialization), call the response handler with it by default
kimchy
2010-02-22 01:19:06 +0200
16a7dd137dhandle cases when t is null when producing a detailed message for it
kimchy
2010-02-22 00:05:32 +0200
8c16840fd7bring back boost mapping support when building mapping source
kimchy
2010-02-21 23:37:48 +0200
6d52065db3Mapping Overhaul - More user friendly, cluster aware, closes#34.
kimchy
2010-02-21 22:57:39 +0200
78e73259a0put mapping to return the parsed source and an indication if it was ack from all the nodes within the timeout
kimchy
2010-02-21 17:26:15 +0200
0e55c876a4rename create mapping to put mapping
kimchy
2010-02-21 16:49:42 +0200
2201839091add support to generate json out of the runtime representation of mappings
kimchy
2010-02-21 14:24:34 +0200