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 |
Shay Banon
|
ba352e0dc6
|
cleanup timestamp work
|
2011-08-29 17:46:01 +03:00 |
Benjamin Devèze
|
bb02f19f88
|
Add support for timestamp field
|
2011-08-28 14:54:03 +03:00 |
Shay Banon
|
fe0a1d424d
|
Multi Get: Allow to specify fields to fetch in the URI, and apply it automatically to all docs to get without explicit fields, closes #1281.
|
2011-08-26 17:42:22 +03:00 |
Shay Banon
|
58bfe5d86f
|
Tiered merge policy setting: `max_merge_segment` misnamed and should me `max_merged_segment`, closes #1280.
|
2011-08-26 17:17:26 +03:00 |
Shay Banon
|
d48542a979
|
Node Stats: Certain indices level stats to retain stats even when shard relocates, closes #1276.
|
2011-08-25 20:20:14 +03:00 |
Shay Banon
|
ee585ad96c
|
change executor to be management and not cached for stats/status/info APIs
|
2011-08-25 12:28:26 +03:00 |
Shay Banon
|
f9ae132c72
|
improve tests execution time
|
2011-08-24 22:00:27 +03:00 |
Shay Banon
|
306b3939cf
|
fix stats action registration
|
2011-08-24 20:57:48 +03:00 |
Benjamin Devèze
|
264efe5478
|
Fix small bug in routing parsing
|
2011-08-24 19:57:12 +03:00 |
Shay Banon
|
591c91a9a9
|
add specific indexing stats REST endport
|
2011-08-24 18:23:27 +03:00 |
Shay Banon
|
80062fbe10
|
Indices Stats API + indexing statistics, closes #1273.
|
2011-08-24 11:24:52 +03:00 |
Shay Banon
|
265b9f0369
|
CouchDB River: Add throttling when indexing does not keep up with fetching _changes, closes #1269.
|
2011-08-22 22:18:04 +03:00 |
Shay Banon
|
bb9bcf6a1e
|
debug log failure to find local host
|
2011-08-22 11:02:10 +03:00 |
Shay Banon
|
f4a36a2d87
|
add size and docs to merge stats
|
2011-08-21 05:16:26 +03:00 |
Shay Banon
|
67e161f710
|
add flush stats
|
2011-08-21 04:54:27 +03:00 |
Shay Banon
|
6fd6965bdf
|
add refresh stats to node indices stats section
|
2011-08-21 01:10:51 +03:00 |
Shay Banon
|
0549e9d1c2
|
create simple metrics aggregator classes, and use them where applicable in the code, abstracting away the actual aggregation method (and use jsr166e long addr)
|
2011-08-21 00:12:36 +03:00 |
Shay Banon
|
e67427d4af
|
add a new version of jsr166y, and add jsr166e
|
2011-08-20 21:52:52 +03:00 |
Shay Banon
|
6afbfad089
|
Enhance transport stats to include rx and tx counters, closes #1254.
|
2011-08-20 21:37:37 +03:00 |
Shay Banon
|
ef47308ead
|
allow to change indices.cache.filter.size setting through cluster update settings api
|
2011-08-20 17:12:58 +03:00 |
Shay Banon
|
6e81fbc30d
|
rename cluster settings service to node settings service, as it better reflects the fact that settings are applied on the node level
|
2011-08-20 16:58:39 +03:00 |
Shay Banon
|
03217c460a
|
Cluster Update Settings API, closes #1266.
|
2011-08-20 04:00:41 +03:00 |
Shay Banon
|
a83c45be22
|
Java Logging: Automatically default to log4j before slf4j logging if log4j in the classpath, closes #1265.
|
2011-08-20 03:27:29 +03:00 |
Shay Banon
|
779dc4309b
|
Geo: Automatically normalize lat/lon on search components, closes #1264.
|
2011-08-19 20:19:54 +03:00 |
Shay Banon
|
ec6fa83856
|
index: no should also disable include_in_all, closes #1087.
|
2011-08-19 19:51:39 +03:00 |
Shay Banon
|
0f0b41e4fa
|
fix bound normalization
|
2011-08-19 16:28:55 +03:00 |
Shay Banon
|
7c150a5059
|
Geo Type Mapping: Add normalize flag (default to true), and default validate to true, closes #1262.
|
2011-08-19 07:24:43 +03:00 |
Shay Banon
|
7a4fca2c1a
|
Geo Distance Filter Bounding Box Optimization, closes #1261.
|
2011-08-19 07:07:02 +03:00 |
Shay Banon
|
4bacebe860
|
optimize distance based based calcs by reusing source location computation
|
2011-08-19 04:25:36 +03:00 |
Shay Banon
|
d371619dd8
|
add an option to just compute distance factor
|
2011-08-19 03:21:46 +03:00 |
Shay Banon
|
fcaa0e3261
|
Query Parser caching does not take parsed query rewrite method into account, closes #1260.
|
2011-08-19 01:57:12 +03:00 |