Commit Graph

3351 Commits

Author SHA1 Message Date
Shay Banon 656c3989de read reference bytes in search hit for source so we don't copy it unless needed 2012-01-08 13:40:25 +02:00
Shay Banon 638a8a19e4 read bytes reference in shard count request 2012-01-08 13:21:03 +02:00
Shay Banon 0941d157be enhance StreamInput to allow to read a bytes ref, and have it directly read it from netty buffers / bytes, apply it to index/percolate/search/count (for now) 2012-01-08 13:13:42 +02:00
Shay Banon 45b5594e9b sleep before checking for no master block 2012-01-08 12:17:53 +02:00
Shay Banon e059e213db removed phonetic, fix test config files 2012-01-08 12:06:30 +02:00
Shay Banon d2e3ff66b2 netty buffer handling with http always copies over the buffer, so its basically safe 2012-01-08 11:09:08 +02:00
Shay Banon 3d51553cf2 Move phonetic token filter to a plugin, closes #1594. 2012-01-07 23:18:30 +02:00
Shay Banon aec5af3800 clean more test yml files 2012-01-07 00:08:09 +02:00
Shay Banon 164df9979a remove yml file conf for test 2012-01-06 23:43:35 +02:00
Shay Banon 5c7d1d0984 remove yml file conf for test 2012-01-06 23:41:28 +02:00
Shay Banon ec8b7c3e23 No master (startup / minimum_master_node) / not recovered blocks should cause proper failures on operations, closes #1589. 2012-01-06 23:38:41 +02:00
Shay Banon 93cce59a74 have retry on conflict parameter default to 0, and really mean it when retrying... 2012-01-05 23:45:00 +02:00
Shay Banon 13ad6015c4 associate a rest status with a cluster block, and derive the status based on the blocks a failure has 2012-01-05 23:24:47 +02:00
Shay Banon fcb96fdd1b cluster block failure should return 503 status code 2012-01-05 20:58:23 +02:00
Shay Banon e38d80288b allow to set the master node timeout also in rest cluster state api 2012-01-05 20:50:54 +02:00
Shay Banon abc782abbb add an option to control teh master node timeout in cluster health request 2012-01-05 20:50:16 +02:00
Shay Banon 759d948335 when setting timeout on cluster health, automatically set the master node timeout as well if it was not explicitly set 2012-01-05 20:49:42 +02:00
Shay Banon d3b2a2cf66 use a constant value for default master node timeout 2012-01-05 20:48:09 +02:00
Shay Banon 2b125bd6b4 master not discovered should use 503 response code 2012-01-05 20:45:36 +02:00
Shay Banon a18021c778 Filter cache to have just weighted (node) and none, and index query parser cache to be size based, closes #1590. 2012-01-05 20:44:09 +02:00
Shay Banon 367ecceef6 Merge branch 'ttl-routing-test' of https://github.com/Paikan/elasticsearch 2012-01-05 15:03:59 +02:00
Benjamin Devèze d95aa9f266 add ttl tests with routing 2012-01-04 23:37:34 +01:00
Shay Banon df4a3bfd37 better explanation calc with the change to factor in custom filters score 2012-01-05 00:09:40 +02:00
Shay Banon e5f2ce0fd6 use factor in scripts, so custom score function will work correctly when it multiplies 2012-01-04 21:53:26 +02:00
Shay Banon 7d0af6a345 move to 0.9.2 lzf 2012-01-04 20:44:39 +02:00
Shay Banon 1b68f99449 TTL does not respect routing when expiring (deleting) documents, closes #1586 2012-01-04 20:37:13 +02:00
Damien Hardy a8af4e962b limit memory for plugin utility 2012-01-04 19:14:46 +02:00
Damien Hardy 5fa8dad4bf No need for plenty of RAM for plugin utility (RAM is often already taken by the elasticsearch service running beside) 2012-01-04 19:14:46 +02:00
Shay Banon 700514fd6c have the zip bat windows file use dos line endings 2012-01-03 20:35:42 +02:00
Shay Banon 38e8727a89 Plugins: If a plugin has a bin directory, move it under the main bin location under the plugin name, closes #1584. 2012-01-03 14:03:27 +02:00
Shay Banon ed1d1249fc simplify support transport actions, no need to provide several action paths, we can derive them 2012-01-03 13:43:27 +02:00
Shay Banon a793336635 clean unused method 2012-01-03 13:23:02 +02:00
Shay Banon 8e2cd64ee3 remove unused script service 2012-01-03 13:04:18 +02:00
Shay Banon c4d75f3844 document missing should be 404 2012-01-03 01:11:47 +02:00
Shay Banon 761862a9a9 nicer exception names 2012-01-03 01:05:08 +02:00
Shay Banon beb5986256 nicer main action names 2012-01-03 01:04:08 +02:00
Shay Banon 83d5084f62 Update API: Allow to update a document based on a script, closes #1583. 2012-01-02 22:02:19 +02:00
Lee Hinman e582f6c91a Rename count/pacakge-info.java to count/package-info.java 2012-01-01 12:11:41 +02:00
Shay Banon 8c6b2a3077 Date Histogram Facet: Improve time zone handling, add factor option, closes #1580. 2012-01-01 00:09:57 +02:00
Shay Banon 53b1b6e4bb add size in bytes to bb dir 2011-12-31 20:33:17 +02:00
Shay Banon 8cf8b478af Scan Search: Improve performance while scrolling through it, closes #1579. 2011-12-31 17:49:19 +02:00
Shay Banon 370444cb75 count collector does not throw stop collection 2011-12-31 16:26:01 +02:00
Shay Banon a4e4235d93 move sort optimization when sorting by _score to sort parse element from the query phase execution 2011-12-31 16:24:27 +02:00
Shay Banon 3c88eacb01 bind transport validate query actions as singletons 2011-12-30 13:42:08 +02:00
Shay Banon 0f1a908bae improve multi field highlighting with fast vector based highlighting by caching the custom query across field mappers (one when there is field match, and one when there isn't) 2011-12-30 02:08:05 +02:00
Shay Banon ee011c9f0d Highlighter: Add require_field_match (both global and per field) option, closes #1577. 2011-12-30 02:00:20 +02:00
Shay Banon c2df297624 randomize routing value when validating query 2011-12-29 14:32:02 +02:00
Shay Banon e47ec96ca2 Merge branch 'master' of https://github.com/dakrone/elasticsearch 2011-12-29 14:17:50 +02:00
Shay Banon 73c58693cd improve analyzers and tokenizers bindings to work similar to filters and char filters, by processing them first, and lazily binding them if needed 2011-12-29 13:57:39 +02:00
Lee Hinman f6b036f713 Refactor validate to validateQuery and move into indices admin action 2011-12-28 15:27:59 -07:00