Shay Banon
|
e707e93942
|
Index Blocks: Add index.blocks.write, index.blocks.read, and index.blocks.metadata settings, closes #1771.
|
2012-03-08 21:56:13 +02:00 |
|
Shay Banon
|
5b76222ee7
|
Merge branch 'create-post-bug' of https://github.com/Paikan/elasticsearch
|
2012-03-01 14:54:19 +02:00 |
|
Shay Banon
|
feaccee246
|
Multi level parent/child mapping and search fails, closes #1751.
|
2012-03-01 14:23:58 +02:00 |
|
Benjamin Devèze
|
7231ee832a
|
set missing create param in PutRequest
|
2012-02-29 17:56:53 +01:00 |
|
Shay Banon
|
c72772e621
|
msearch should accept a leading \n, closes #1736.
|
2012-02-27 00:27:43 +02:00 |
|
Shay Banon
|
9d724b8a14
|
fix test
|
2012-02-21 13:44:31 +02:00 |
|
Shay Banon
|
0bf61ab6c8
|
add pre/post zone, pre/post offset, and factor to date histogram builder
|
2012-02-21 12:43:28 +02:00 |
|
Shay Banon
|
c6130b95e5
|
allow to provide no header (but still \n) for msearch
|
2012-02-20 22:00:43 +02:00 |
|
Shay Banon
|
4a9cb6408c
|
API: Multi Search, closes #1722.
|
2012-02-20 18:57:27 +02:00 |
|
Benjamin Devèze
|
36a4cde89f
|
add update integration tests
|
2012-02-17 23:09:52 +01:00 |
|
Shay Banon
|
7bd87e12a2
|
Indices query should accept alias names, closes #1698.
|
2012-02-17 15:03:52 +02:00 |
|
Shay Banon
|
f997315f54
|
Date Mapping: Support "date math" when searching, closes #1708.
|
2012-02-16 18:10:12 +02:00 |
|
Shay Banon
|
278e5d3a43
|
Transport buffer overrun can happen because of byte buffer reading optimization introduced in 0.19.0.RC1, closes #1686.
|
2012-02-09 00:15:08 +02:00 |
|
Shay Banon
|
457f0a4266
|
Avoid placing a shard replica on the same machine as shard itself, closes #1680.
|
2012-02-08 15:39:01 +02:00 |
|
Shay Banon
|
a5838dc403
|
improve test, wait for green state post master node startup
|
2012-02-01 21:17:45 +02:00 |
|
Shay Banon
|
f6deb45970
|
Cluster Allocation: cluster.routing.allocation.allow_rebalance does not allow for rebalancing on relocating shard, closes #1651.
|
2012-01-30 01:58:51 +02:00 |
|
Shay Banon
|
70c334ec01
|
Index Allocation: allow to specify maximum total number of shards per node, closes #1650.
|
2012-01-30 01:43:18 +02:00 |
|
Shay Banon
|
49b6d70dfd
|
Query DSL: prefix query to support _id, closes #1648.
|
2012-01-29 21:09:11 +02:00 |
|
Shay Banon
|
bb6fb6e083
|
improve test to wait for 2 nodes
|
2012-01-28 00:26:53 +02:00 |
|
Shay Banon
|
da433df217
|
Mapping: _source mapping to allow for format to convert to (if needed), closes #1639.
|
2012-01-26 00:18:46 +02:00 |
|
Shay Banon
|
68bb5d1434
|
by default, index metadata to be stored in smile format and store binary format mapping and alias filter to improve the cost it takes to persist them
|
2012-01-25 11:58:29 +02:00 |
|
Shay Banon
|
c1a2a5c910
|
close the multicast socket in test
|
2012-01-24 13:10:38 +02:00 |
|
Shay Banon
|
1b7d329307
|
add a local gateway test to make sure we recover also latest state when updating index metadata and templates
|
2012-01-23 00:50:32 +02:00 |
|
Shay Banon
|
942b427940
|
Local Gateway: Store specific index metadata under dedicated index locations, closes #1631.
|
2012-01-22 23:34:34 +02:00 |
|
Shay Banon
|
534f487de3
|
Local Gateway: Move shard state to be stored under each shard, and not globally under _state, closes #1618.
|
2012-01-18 01:08:35 +02:00 |
|
Shay Banon
|
801c709b42
|
test with local gateway
|
2012-01-18 01:02:55 +02:00 |
|
Benjamin Devèze
|
0810808864
|
fix bug in TTL handling where default TTL value was not set properly
|
2012-01-17 10:35:16 +01:00 |
|
Shay Banon
|
bddea09170
|
/_status doc count of index wrong, closes #1615.
|
2012-01-16 13:48:31 +02:00 |
|
Shay Banon
|
21405f5aa4
|
Highlighting: Add boundary_chars and boundary_max_size to control text boundaries with fast vector highlighter (term vector), closes #1614.
|
2012-01-15 23:05:34 +02:00 |
|
Shay Banon
|
e37c0904f0
|
Add generic execution of APIs to Client (and indices/cluster) and allow for plugins to register custom APIs, closes #1612.
|
2012-01-15 16:15:09 +02:00 |
|
Shay Banon
|
8ee6ee05cd
|
Java API: Move all request builders to org.elasticsearch.action... from org.elasticsearch.client.action, closes #1611.
|
2012-01-15 12:44:50 +02:00 |
|
Shay Banon
|
d2d65f2f65
|
add test marker on the class as well
|
2012-01-12 16:59:43 +02:00 |
|
Olivier Favre
|
8f0ecbcc0b
|
Improve latitude and longitude normalization
|
2012-01-12 16:58:44 +02:00 |
|
Shay Banon
|
04a138db5d
|
Allow to provide timeout parameter in request body (as well as URI parameter), closes #1604.
|
2012-01-12 14:19:21 +02:00 |
|
Shay Banon
|
771dbdb4bc
|
doc nested docs and get / uid
|
2012-01-11 15:01:40 +02:00 |
|
Shay Banon
|
5b2854e8bb
|
Date Histogram Facet: Add pre_offset and post_offset options, closes #1599.
|
2012-01-09 21:28:56 +02:00 |
|
Shay Banon
|
d149cbb06e
|
query builder builds a "safe" byte array
|
2012-01-09 00:17:53 +02:00 |
|
Shay Banon
|
0f1b3f0457
|
delete by query to use byte reference serialization
|
2012-01-08 20:52:48 +02:00 |
|
Shay Banon
|
858195351b
|
translog actions to use bytes ref serialization, and have the option to mark BytesStreamInput as unsafe
|
2012-01-08 17:23:37 +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
|
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
|
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 |
|
Benjamin Devèze
|
d95aa9f266
|
add ttl tests with routing
|
2012-01-04 23:37:34 +01: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
|
761862a9a9
|
nicer exception names
|
2012-01-03 01:05:08 +02:00 |
|