542 Commits

Author SHA1 Message Date
kimchy
d9d9304f47 add TODO 2010-06-05 15:59:06 +03:00
kimchy
83ad15b9f2 improve cleaning algo, force clean only ones that have not been cleaned, and do a force clean only when we start reaching the full clean 2010-06-05 14:35:12 +03:00
kimchy
5cdba0383b Flush API: Allow to provide full parameter for a complete clean, closes #210. 2010-06-05 06:10:02 +03:00
kimchy
ef1866aed4 add flush logging 2010-06-05 03:10:55 +03:00
kimchy
bcbc0dd741 Search: Search requests hangs when no indices exists, closes #209. 2010-06-05 01:36:24 +03:00
kimchy
d0eb836c4a Plugins: Allow to easily plug a custom DSL query/filter parsers, closes #208. 2010-06-05 01:07:12 +03:00
kimchy
9f8644472e more tuning of field data capabilities, make term facet collector handle any type (though it really make sense mainly for string types) 2010-06-04 14:03:43 +03:00
kimchy
0901322337 rename field facet to term facet 2010-06-04 07:03:30 +03:00
kimchy
6e15e3dd24 add helper methods to field data 2010-06-04 06:15:35 +03:00
kimchy
13d7f10b7b add helper methods to field data 2010-06-04 04:42:44 +03:00
kimchy
66c9f2f834 Search Facets: Field Facets, closes #207 2010-06-04 02:31:49 +03:00
kimchy
dbb7df742e protected if the cached stream got evicted on us 2010-06-03 20:48:57 +03:00
kimchy
c68787aa4c most master node outside of the nodes section, so all elements in nodes will have the same strucutre 2010-06-03 14:30:54 +03:00
kimchy
d9ec629473 clean log 2010-06-03 11:42:20 +03:00
kimchy
b2f90a2133 REST API does not expose node-master status, closes #203. 2010-06-02 17:04:43 +03:00
kimchy
6c8f49c37d REST API does not expose node-master status, closes #203. 2010-06-02 16:59:55 +03:00
kimchy
c2d583064e FS Gateway: Allow to configure is native file copying will be used, closes #202. 2010-06-02 12:06:41 +03:00
kimchy
5ef421e779 Nodes Info API: Failed to generate REST response when node attributes are set, closes #201. 2010-06-02 01:10:43 +03:00
kimchy
a7ad295f63 Zen Discovery: ungraceful shutdown of the master and start of replacement node might cause the cluster not to elect a new master, closes #200. 2010-06-01 22:29:38 +03:00
kimchy
ec662cc019 always start the unicast ping discovery, so unicast discovery will work even when using multicast 2010-05-31 22:24:51 +03:00
kimchy
4b85407f5e work on a nicer java api 2010-05-29 22:23:39 +03:00
kimchy
e59b413980 work on a nicer java api 2010-05-29 05:50:17 +03:00
kimchy
3406e77cec Streamline single value with boost queries: Allow for both value and query name to specify the query value, closes #192. 2010-05-28 12:23:51 +03:00
kimchy
493464ba02 improve logging 2010-05-28 05:26:51 +03:00
kimchy
a7cce9cd38 Replication Actions: Allow to control replication type - async or sync, closes #196. 2010-05-28 03:56:04 +03:00
kimchy
84a5c1eac8 Replication Actions: Allow to control replication type - async or sync, closes #196. 2010-05-28 03:47:35 +03:00
kimchy
477024e3be cached termsSet used in dfs phase 2010-05-27 20:31:48 +03:00
kimchy
7e5bfb5d3b share the open channels handler 2010-05-27 18:25:59 +03:00
kimchy
ded270fa03 add search id when failing to execute 2010-05-27 14:29:04 +03:00
kimchy
71ece4e31c rever back all interfaces binding in multicast 2010-05-27 13:12:33 +03:00
kimchy
d7984e9962 rever back all interfaces binding in multicast 2010-05-27 12:43:05 +03:00
kimchy
d14a8afaf0 add another trace logging 2010-05-27 12:12:18 +03:00
kimchy
101652d720 add another trace logging 2010-05-27 12:10:55 +03:00
kimchy
74fa3ed32f Zen Discovery: Improve Multicast Binding and Sending, closes #195. 2010-05-27 02:11:06 +03:00
kimchy
9433f4d651 Network Settings: Allow to use '_' as well as '#' for special host names, closes #194. 2010-05-26 16:33:35 +03:00
kimchy
40d4a350fd nicer code 2010-05-26 13:01:16 +03:00
kimchy
26364afd7e Failed to acquire lock, closes #193. 2010-05-26 12:29:13 +03:00
kimchy
463910da45 handle null doc id set 2010-05-26 11:20:15 +03:00
kimchy
9a49629d17 throw an exception when an action is not found 2010-05-26 09:16:10 +03:00
kimchy
32e4c405de add async http client 2010-05-24 23:27:07 +03:00
kimchy
b7d11f1303 Gateway Storage: Improve it to support non breaking changes in the future, closes #191. 2010-05-24 18:27:48 +03:00
kimchy
116cfce6f2 FS Gateway: Change indices location (Requires manual upgrade), closes #188. 2010-05-23 08:37:41 +03:00
kimchy
5c6864e8b3 inital work on hadoop plugin - gateway hdfs support 2010-05-23 08:17:52 +03:00
kimchy
596f9db8d8 fix to build the facets map on getFacets 2010-05-22 21:12:07 +03:00
kimchy
a372643ca9 remove using Lucene StringHelper in the code 2010-05-22 16:52:22 +03:00
kimchy
4c51ddd2ad update comment for next lucene version 2010-05-22 13:22:27 +03:00
kimchy
66158ffc19 fix logging 2010-05-22 02:50:35 +03:00
kimchy
6191bf9cdc Optimize API: Change flush and refresh to default to true and not false, closes #187. 2010-05-22 02:38:38 +03:00
kimchy
10a245e76d fix problem with transport client starting 2010-05-22 02:13:39 +03:00
kimchy
bcc59ac4cc comment for next lucene version 2010-05-22 02:00:26 +03:00