2773 Commits

Author SHA1 Message Date
Lukáš Vlček
3d09fdee27 adding method allowing default value 2011-09-06 20:28:06 +03:00
Shay Banon
17c285090f remove double setting clear 2011-09-06 20:13:06 +03:00
Jürgen Kartnaller
d276809822 fix clear for FieldLookup values 2011-09-06 20:12:50 +03:00
Shay Banon
203564a5b0 externalize shard allocation decision to a separate module 2011-09-06 17:51:11 +03:00
Shay Banon
d86c116273 extract logic of allocation to a separate module 2011-09-06 17:11:55 +03:00
Njal Karevoll
37f08ea8b8 Fix some typos:
hypennation_decompunder -> hyphenation_decompounder
only_longest_max -> only_longest_match
2011-09-06 15:23:48 +03:00
Shay Banon
b653d149d1 Peer recovery: Allow to throttle recovery based on "size per sec", closes #1304. 2011-09-06 12:40:14 +03:00
Shay Banon
8ebbd1e7b9 Recovery Settings: Change settings (still support old settings) and allow for more dynamic settings, closes #1303. 2011-09-06 11:21:32 +03:00
Shay Banon
9f427010bf more to ABQ from LBQ is relevant places 2011-09-05 12:34:20 +03:00
Shay Banon
dee1addc17 Indices / Node Stats: Shard level search stats, closes #1301. 2011-09-04 23:55:35 +03:00
Benjamin Devèze
8958e9fd4a fix bug in parent handling where the parsed parent value was not set in the SourceToParse 2011-09-04 17:35:23 +03:00
Shay Banon
847b10dc99 Support setting ctx._parent in CouchDB-River, closes #1300. 2011-09-04 17:29:25 +03:00
Shay Banon
bcd7d97c58 only log async refresh / merge failure if the engine is not closed 2011-09-03 20:24:55 +03:00
Shay Banon
ed99a51406 ifx possible NPE when asking for _parent without parent mapping 2011-09-02 12:58:20 +03:00
Shay Banon
63f2e84535 Negative total cpu time reported by the node stats REST API, closes #1297. 2011-09-02 10:13:26 +03:00
Shay Banon
8facdb2e3d Rapidly concurrent deleting/creating an index leaves index inconsistent, closes #1296. 2011-09-02 09:36:25 +03:00
Shay Banon
a8baec6960 improve logging of failure when merging 2011-09-01 23:32:26 +03:00
Shay Banon
d7943e8ebd fix some highlighting encoder issues 2011-09-01 22:14:47 +03:00
LocJayMP
c0f8223a6c adding escape html ability 2011-09-01 21:50:49 +03:00
Shay Banon
cb7242f84e add indices stats to groovy client 2011-09-01 21:15:00 +03:00
Shay Banon
4e17543bee fix more like this call in groovy client 2011-09-01 21:11:26 +03:00
Shay Banon
2bc2b3f4e2 add percolate api to groovy client 2011-09-01 21:10:46 +03:00
Shay Banon
b888684ff6 negative from parameter yields undescriptive error message, closes #1293. 2011-09-01 19:25:04 +03:00
Shay Banon
87049d0d29 initialize the transport adapter on creation so asking for stats will not NPE 2011-09-01 19:18:28 +03:00
Shay Banon
3ae40487b6 Using 57744018578214912 as an id can cause failure to route to the correct shard, closes #1294. 2011-09-01 18:33:44 +03:00
Shay Banon
10278f115e also add it as a parameter 2011-09-01 14:17:41 +03:00
Shay Banon
ca020dac3f add specific get indices stats endpoints 2011-09-01 14:17:20 +03:00
Shay Banon
cc051014d3 add optional queue_size to fixed thread pool, and reject_policy 2011-09-01 13:26:41 +03:00
Shay Banon
d98ac9b6fc mark context processed in the correct place... 2011-09-01 10:53:46 +03:00
Shay Banon
6693b86982 more options when setting query/filter/facets in raw form using java api 2011-09-01 09:42:10 +03:00
Shay Banon
3381d77c14 more explicit places where we don't want to conversion to happen when transforming to xcontent 2011-09-01 01:34:27 +03:00
Shay Banon
b185078554 Java API: ActionFuture#actionGet to automatically unwrap failures, closes #1292. 2011-09-01 00:10:15 +03:00
Shay Banon
c8a2f3e6f8 fix failure message 2011-09-01 00:09:16 +03:00
Shay Banon
3b9da384c3 add offset and length all the way to the source parsing level 2011-08-31 22:29:04 +03:00
Shay Banon
bc1dd108d1 Java API: XContentFactory creation of XContentBuilder to always be "safe", closes #1291. 2011-08-31 21:10:50 +03:00
Benjamin Devèze
d1d3340aa2 add path support for id field, fix issue 1245 2011-08-31 00:45:52 +03:00
Shay Banon
2d1a645231 ignore load failures on a closed reader 2011-08-31 00:19:04 +03:00
Shay Banon
b3ef0a3d7f Support fetching _routing, _parent, _timestamp using realtime get when stored, closes #1289. 2011-08-30 22:35:16 +03:00
Shay Banon
6560a9ec7b bubble down a now concept from the initiating search node to all nodes executing search 2011-08-30 21:15:35 +03:00
Shay Banon
1add5ce566 Node / Indices Stats: Add get stats (including missing / exists), closes #1288. 2011-08-30 20:56:39 +03:00
Shay Banon
32b64fc9a3 externalize get logic into a shard level get service 2011-08-30 19:53:07 +03:00
Shay Banon
48a26f286b upgrade to rhino 1.7R3 2011-08-30 18:47:08 +03:00
Shay Banon
41f0e9fb26 upgrade jython to 2.5.2 2011-08-30 18:42:25 +03:00
Shay Banon
399139505f Don't include CLASSPATH env var in elasticsearch.bat script, closes #1287. 2011-08-30 15:41:04 +03:00
Shay Banon
a5aac3a5c8 cleanup/optimize metadata stage parsing and generalize it 2011-08-30 15:36:09 +03:00
Shay Banon
e5e96a86a0 cleanup 2011-08-29 18:54:18 +03:00
acerb
56a2833de4 Performance improvement when creating a multi-value field cache 2011-08-29 18:03:45 +03:00
Shay Banon
d880a6c1b0 cleanup on new ignore_attachments flag in couchdb river 2011-08-29 17:55:06 +03:00
David Pilato
7420e99e7d Update TODO after a brief talk with couchDB team, attachment filter doesn't make sense on server side but only on client side. BTW, we may like to fully support attachments in ES couchDB river as by now only meta information are sent to Elastic Search 2011-08-29 17:49:47 +03:00
David Pilato
1f30681a84 Add ignoreAttachements option for couchDb river 2011-08-29 17:49:46 +03:00