sort by:
Revision Author Date Message Commit Date
37dfc44 continue abstracting json into xcontent 28 April 2010, 21:05:55 UTC
cdc33e1 start abstaction of xconten over json 28 April 2010, 18:29:30 UTC
c48851f start abstaction of json 28 April 2010, 08:20:41 UTC
348117c update project files 27 April 2010, 21:05:32 UTC
11e4ad9 Analysis ICU Plugin, closes #151 27 April 2010, 20:54:30 UTC
dfd002b add custom elasticsearch repo on google code 27 April 2010, 11:47:32 UTC
4f91152 change numeric term or query parser field query to use range filter/query and not encoded Term query 27 April 2010, 09:33:24 UTC
cb8faaa improve query handling (rewrite) when searching, try and minize the number of rewrites. Also, better highlighting when wrapping in filtered query 27 April 2010, 06:40:27 UTC
5f98942 allow to also define disocvery.zen.ping.unicast.hosts with a single comma delimited hosts. Also allow to define ports range (i.e. host[9300-9305]) 26 April 2010, 09:27:04 UTC
2878ae7 Add a -v flag to output version information, closes #128 26 April 2010, 08:05:56 UTC
2a19160 internalize guice (no need to aop) and reduce deps 25 April 2010, 23:10:42 UTC
e56321b add google collections to elasticsearch as source and remove binary dep 25 April 2010, 22:02:31 UTC
3039e5b remove TimeoutException from transport future signature 25 April 2010, 21:33:33 UTC
ce3eef6 update project files 25 April 2010, 21:28:45 UTC
d177c78 add junit to test compile in groovy plugin so it will compile (strange...) 25 April 2010, 21:10:22 UTC
3499931 update project files 25 April 2010, 20:56:06 UTC
9b4d640 update files 25 April 2010, 20:42:44 UTC
c7e4ec6 update project files, remove sources from jar files 25 April 2010, 20:40:58 UTC
10f0eaa refactor plugins into sub groups 25 April 2010, 20:01:00 UTC
b09f6c7 move client-groovy to an updated location 25 April 2010, 19:20:18 UTC
6975f5d move zen discovery to be the default discovery, and move jgroups to a plugin 25 April 2010, 18:52:28 UTC
265e2fb zen disco: support for a node to act as a client (and not become master) using discovery.zen.master setting (default to true). It will automatically be set to false when node.client is set to true. 25 April 2010, 18:20:24 UTC
4ab298c query on _all field with term/prefix queries fail (by resulting on query execution exception) since the correct term query is not used for it 25 April 2010, 15:43:53 UTC
bf6cead Highlighting broken when query is on `_all` field or with prefixes. Add also a flag to highlight to control if filters should be highlighted or not (called highlight_filters) which defaults to true. Closes #148. 25 April 2010, 15:32:46 UTC
453ede8 zen discovery, support for unicast discovery 25 April 2010, 09:01:11 UTC
cb0d7d4 inital support for zen discovery module (multicast discovery implemented) 24 April 2010, 20:48:45 UTC
609af0d update test resources build file 20 April 2010, 22:17:19 UTC
52a4a41 fix dependency in build on proper slf4j version 20 April 2010, 21:57:11 UTC
30ae2bb remove slf4j license, not used in dist 20 April 2010, 21:56:12 UTC
bda476e Remove dependency on slf4j for logging, create own internal abstraction, closes #146. 20 April 2010, 21:29:42 UTC
b1721ac remove version from readme 20 April 2010, 18:41:09 UTC
3d6be1d add search_source as parameter to mlt to provide the actual search source as a query parameter and not in the body 20 April 2010, 18:16:52 UTC
9bfbab8 proper names 19 April 2010, 16:21:11 UTC
2fdc49c Search API: Indices Boost to apply a boost factor to each index, closes #143. 19 April 2010, 16:15:24 UTC
565fc44 when using /_search/scroll/... for the scroll_id (and not provided as a parameter), use scroll_id as a parameter. 19 April 2010, 09:26:40 UTC
8ce9b3b fix NPE when applying failed shards several times 18 April 2010, 17:36:46 UTC
fcc32cb finalize the connection listener support 18 April 2010, 14:52:18 UTC
72629fc don't establish a connection on demand, only do it when node discovered by the discovery 18 April 2010, 14:10:09 UTC
6b7bbfb upgrade to latest slf4j logging 17 April 2010, 21:51:17 UTC
9a35ddc add memcached.enabled setting allowing to disable memcached even if its added as a plugin (by default, it is enabled) 17 April 2010, 21:16:45 UTC
fbc138e Count / Delete By Query API: Add source parameter to pass the json body, closes #142. 17 April 2010, 20:06:27 UTC
19b355e ignore interruped exception when scheduled refresh is going on 17 April 2010, 19:15:50 UTC
d997389 add annotation documentation for memcached handlers 17 April 2010, 19:09:16 UTC
f46c643 add Map as a parameter where Json can be passed 17 April 2010, 17:10:15 UTC
9c1f2fd allow to change resolve strategy on jsonbuilder 17 April 2010, 16:05:30 UTC
b49a1c4 node.client setting should automatically affect node.data (if not set), fix (for now) for the JsonBuilder to resolve first to the delegate (is that right?) 17 April 2010, 13:39:00 UTC
c6d1321 Search API: Allow to pass the body JSON also as a parameter named 'source', closes #140. 17 April 2010, 10:34:04 UTC
3e430c2 memcached: add binary protocol support 17 April 2010, 10:31:45 UTC
51aac0c memcached initial work 16 April 2010, 19:01:16 UTC
ac5285e more groovy client work 15 April 2010, 14:47:18 UTC
02cb297 more groovy client work 15 April 2010, 14:45:26 UTC
1b8bb98 make http a bit faster by improving parsing of qstring 15 April 2010, 09:22:49 UTC
677c4d8 upgrade to jackson 1.5.1 15 April 2010, 04:05:59 UTC
ad95494 more groovy work 15 April 2010, 03:45:46 UTC
0da66ba groovy plugin - add search API 14 April 2010, 16:10:29 UTC
96a185e more work on the groovy client - count/terms api 14 April 2010, 10:57:40 UTC
7e041c4 more work on the groovy client 14 April 2010, 09:17:52 UTC
fcb99b4 Query DSL: Allow for CamelCase field names, closes #134. 14 April 2010, 08:48:33 UTC
2d6de97 Mapper: Allow to define CamelCase JSON fields in mapping definitions, closes #133. 14 April 2010, 05:54:38 UTC
cb7e92b start work on the groovy plugin 14 April 2010, 05:34:47 UTC
913bc2f change the default reuse_addres to not being set automatically to true on both tcp and http transports 13 April 2010, 00:09:09 UTC
a79dae6 add desc/asc to querystring sort option 12 April 2010, 00:08:36 UTC
ab5378a have bool json filter extend the base one 12 April 2010, 00:05:18 UTC
93e14e0 allow to specify timeout as a string time value (i.e. "2s") when getting from a future 11 April 2010, 07:26:39 UTC
9846847 allow for settings loader to load data from byte[], not just string 11 April 2010, 07:26:02 UTC
442e0e8 add sort with Order enum 11 April 2010, 07:25:17 UTC
f10a2d4 move to 0.7.0 09 April 2010, 15:19:37 UTC
9549b9c fix wrong handling of doc ids to load when request is not serialized 09 April 2010, 14:06:09 UTC
cd08a71 prepare 0.6 release 09 April 2010, 13:19:53 UTC
49becdc add field case casing support for JsonBuilder 09 April 2010, 12:36:43 UTC
aa046cc add field case casing support for JsonBuilder 09 April 2010, 12:36:27 UTC
152aa35 update builtin mappings to work against config/mappings/_default, and also config/mappings/[index_name] 09 April 2010, 12:04:38 UTC
7c93c19 API Change: search sort 09 April 2010, 11:42:37 UTC
3a59397 better usage of StringBuilder in casing 09 April 2010, 04:38:27 UTC
daac940 improve camelcache and underscore conversion 09 April 2010, 00:29:58 UTC
2fd36fd add local node to node builder 09 April 2010, 00:17:29 UTC
a9cd00e rename Server to Node to better reflect its usage (it can be a client node), also add on the NodeBuilder helper methods to set common settings 08 April 2010, 21:54:54 UTC
d4bc187 rename node to DiscoveryNode 08 April 2010, 21:09:30 UTC
6379e8c rename yaml Node to YamlNode 08 April 2010, 21:06:05 UTC
8ecf71f nicer logs 08 April 2010, 16:47:27 UTC
b0494a8 add snapshot logging information 08 April 2010, 16:28:41 UTC
9244a46 add jsr166y package, and move to use transferqueue 08 April 2010, 12:22:07 UTC
e0058ff release before we notify the user 08 April 2010, 10:58:00 UTC
25433ac release after we notify the user 08 April 2010, 10:57:00 UTC
a208eb5 clean search context when a shard/index gets closed. Add an IndicesLifecyle global component that allows to register for such events easily. 07 April 2010, 18:22:43 UTC
f631e9a better release of search context when it is not needed in queryThenFetch type actions 07 April 2010, 17:32:47 UTC
9464c39 Allow to define custom prefix for settings when components do not use the org.elasticsearch package 07 April 2010, 15:30:39 UTC
bd5260a javadoc 07 April 2010, 15:16:47 UTC
7ed9435 more index and shard lifecycle annotations, in any case, one should extend the respective base classes 07 April 2010, 14:25:35 UTC
5e4f7c7 multi_field not returning for default field for certain type, closes #123 07 April 2010, 14:11:12 UTC
bb49db8 more tests 07 April 2010, 13:10:20 UTC
21f7de5 fix typo 07 April 2010, 12:17:23 UTC
880f626 better exception 07 April 2010, 11:21:39 UTC
91d5bec change cache to memory in fs in memory storage of certain files, better name since its not really caching, its actual storage 07 April 2010, 11:11:27 UTC
445db1e if no metadata in gateway, as if we waited 07 April 2010, 10:23:15 UTC
bcb46a1 better handling of failed transport address passed in discovery (still requires more work) 07 April 2010, 10:22:01 UTC
cc9ff90 javadoc 07 April 2010, 09:44:43 UTC
2bb31fe reafactor how actions handle failures, better response when non active shards exists, also, default logging to have action set to DEBUG so exceptions in actions are logged in the server 06 April 2010, 22:54:33 UTC
1a9c5d6 Range filter gt is broken, closes #119. 06 April 2010, 12:54:03 UTC
cc6e6eb httpAddress -> http_address, closes #118. 06 April 2010, 10:33:36 UTC
back to top