Shay Banon
|
9ff4a95ee4
|
allow to filter also by node _name and _id, make sure to reroute properly after cluster update settings
|
2011-09-09 13:09:08 +03:00 |
Shay Banon
|
0fcb4e88d4
|
cleanup ttl support, make sure we close the service on node lifecycle, better settings names, and allow to provide the ttl as a time value
|
2011-09-09 01:21:05 +03:00 |
Benjamin Devèze
|
65aad2da1e
|
add per doc ttl support
|
2011-09-09 00:03:40 +03:00 |
Shay Banon
|
dee1addc17
|
Indices / Node Stats: Shard level search stats, closes #1301.
|
2011-09-04 23:55:35 +03:00 |
LocJayMP
|
c0f8223a6c
|
adding escape html ability
|
2011-09-01 21:50:49 +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 |
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
|
1add5ce566
|
Node / Indices Stats: Add get stats (including missing / exists), closes #1288.
|
2011-08-30 20:56:39 +03:00 |
Shay Banon
|
ba352e0dc6
|
cleanup timestamp work
|
2011-08-29 17:46:01 +03:00 |
Shay Banon
|
f9ae132c72
|
improve tests execution time
|
2011-08-24 22:00:27 +03:00 |
Shay Banon
|
80062fbe10
|
Indices Stats API + indexing statistics, closes #1273.
|
2011-08-24 11:24:52 +03:00 |
Shay Banon
|
d371619dd8
|
add an option to just compute distance factor
|
2011-08-19 03:21:46 +03:00 |
Shay Banon
|
be7d3b609f
|
Single node rolling restart into a new node can cause metadata loss, closes #1249.
|
2011-08-16 17:18:30 +03:00 |
Shay Banon
|
3b987f9ee0
|
add a more complex test for peer recovery reuse
|
2011-08-12 14:58:06 +03:00 |
Shay Banon
|
fa19239d44
|
Updating `index.auto_expand_replicas` might not be applied correctly, closes #1237.
|
2011-08-12 02:21:47 +03:00 |
Shay Banon
|
fc6e0dd037
|
Java API TransportClient can fail on remote node shutdown instead of retrying the next connected node under heavy load, closes #1229.
|
2011-08-11 11:31:59 +03:00 |
Shay Banon
|
0d755472d3
|
add bulk indexing stress test
|
2011-08-10 23:38:48 +03:00 |
Jonathan Evans
|
77f873fdf1
|
Added access to highlight offset through java client, previously just through transport
|
2011-08-09 17:17:40 +03:00 |
Shay Banon
|
ca6cd2bbed
|
add multi get stress
|
2011-08-04 15:13:08 +03:00 |
Shay Banon
|
d93bc02309
|
Query DSL: custom_filters_score - add score_mode to control filters matching scoring, closes #1205.
|
2011-08-04 03:31:14 +03:00 |
Shay Banon
|
4a886dbae1
|
Query DSL: custom_filters_score allow to associate boost on filter instead of script, closes #1204.
|
2011-08-04 02:51:33 +03:00 |
Shay Banon
|
cb51d3c576
|
Sorting on _score in the URI format is reversed, closes #1191.
|
2011-08-02 03:08:48 +03:00 |
Shay Banon
|
cbde265ab8
|
improvement to string splitting caused fields= on get to return the source back, fix it and also optimize this case when using realtime get, closes #1164.
|
2011-07-26 17:12:34 +03:00 |
Shay Banon
|
6e8c7c41fe
|
Index Settings: Add `index.recovery.initial_shards` controlling the number of shards to exists when using local gateway, closes #1163.
|
2011-07-26 11:46:13 +03:00 |
Shay Banon
|
cc1415e281
|
Add dfs test
|
2011-07-26 10:56:37 +03:00 |
Shay Banon
|
549e9c7019
|
optimize shard iteration logic
|
2011-07-25 12:48:24 +03:00 |
kimchy
|
5e78f14f04
|
improve prefer local execution
|
2011-07-23 01:37:56 +03:00 |
kimchy
|
fbd6e85eac
|
Query DSL: Allow to associate a custom cache key with a filter, closes #1142.
|
2011-07-21 11:51:13 +03:00 |
kimchy
|
ed6a6e31d3
|
Query DSL: custom_filters_score, closes #1140.
|
2011-07-21 09:04:36 +03:00 |
kimchy
|
5bd4c16a0c
|
rename field to setField, to match convention
|
2011-07-20 22:02:24 +03:00 |
kimchy
|
04b8245d96
|
IndicesExistsRequest throws IndexMissingException, closes #1133.
|
2011-07-19 23:42:42 +03:00 |
kimchy
|
c662972230
|
Realtime Get fails when using compression, closes #1131.
|
2011-07-19 22:01:50 +03:00 |
kimchy
|
f6beebf34c
|
Add 'other_terms' option for terms facet, closes #1029.
|
2011-07-15 07:36:07 +03:00 |
kimchy
|
e498dc3ba8
|
add many nodes stress test
|
2011-07-15 01:46:09 +03:00 |
kimchy
|
bd85d32756
|
set 0 refresh interval for the test
|
2011-07-13 08:20:16 +03:00 |
kimchy
|
c2584baf86
|
rename json query to wrapper query, and optimize it to not parse it twice, once on creation, and once on parsing to build lucene queries
|
2011-07-13 03:38:36 +03:00 |
kimchy
|
cfc45b0ab9
|
make analyzer request just use field, and allow it to have type.field_name option (or just field name)
|
2011-07-13 03:15:36 +03:00 |
melix
|
8564c20378
|
Make AnalyzeRequest support field() and type()
|
2011-07-13 03:07:41 +03:00 |
melix
|
b627ba06c6
|
Adds a JSONQueryBuilder which allows using a JSON query string through the Java builder API.
|
2011-07-13 03:07:40 +03:00 |
kimchy
|
1033249f0c
|
Native (java) process memory leak, closes #1118.
|
2011-07-13 01:46:22 +03:00 |
kimchy
|
fdbcec8a84
|
Node Stats: Add number of server open channels for transport and http, closes #1115.
|
2011-07-12 02:41:18 +03:00 |
kimchy
|
882ccf32c8
|
only use dfs data on main query executed
|
2011-07-10 23:05:09 +03:00 |
kimchy
|
893c7df966
|
add empty index test
|
2011-07-08 08:02:34 +03:00 |
kimchy
|
0642acd9ac
|
Uneven distribution of search requests across shards, closes 1103.
|
2011-07-08 05:32:59 +03:00 |
kimchy
|
42edd0c864
|
Query DSL: nested filter support, closes #1102.
|
2011-07-08 03:03:09 +03:00 |
Igor Motov
|
3a8f198a76
|
Improve cleanup of unused shards when index is completely relocated from a node
|
2011-07-08 01:14:34 +03:00 |
kimchy
|
429335adf3
|
upgrade to log4j 1.2.16
|
2011-07-07 05:36:53 +03:00 |
kimchy
|
a4c9f11b1c
|
Nested Objects Facets Support, closes #1098.
|
2011-07-07 04:20:53 +03:00 |
kimchy
|
420ed9daa6
|
upgrade to testng 6.1.1
|
2011-07-06 23:15:03 +03:00 |
Igor Motov
|
c9d619ea4f
|
Remove unnecessary refresh after delete
|
2011-07-06 17:56:50 +03:00 |