Shay Banon
|
16cd159a38
|
Upgrade to Lucene 3.6, closes #1862.
|
2012-04-15 17:39:41 +03:00 |
|
Shay Banon
|
b78680c7ae
|
Java API Query DSL: Add wrapper filter similar to wrapper query accepting a json filter in raw format, closes #1844.
|
2012-04-04 19:53:17 +03:00 |
|
Shay Banon
|
cdfa87827a
|
Update API: Allow to specify fields in the request to return updated fields, closes #1838.
|
2012-04-03 14:11:22 +03:00 |
|
Benjamin Devèze
|
0cf0703a7b
|
add fields parameter for update API (#1822)
|
2012-04-03 13:35:12 +03:00 |
|
Shay Banon
|
9fb6ecf9f0
|
allow to more easily plug custom unicast host providers by being able to add them to ZenDiscoveryModule using a plugin
|
2012-03-31 21:38:39 +03:00 |
|
Igor Motov
|
8859594e36
|
add extended validation information
|
2012-03-24 13:40:25 +02:00 |
|
Shay Banon
|
348ed11450
|
Have streams provided to gateway (shared one) allow marking, closes #1803.
|
2012-03-22 12:20:00 +02:00 |
|
Shay Banon
|
752ae6e206
|
optimize acquiring search handler to use a search manager, also, creating a ContextIndexSearcher can be optimized if it is created from a searcher
|
2012-03-09 22:41:09 +02:00 |
|
Shay Banon
|
c08b968246
|
rename the cached thread pool to generic (from cached), since really, cached is meaningless, and its actually a generic thread pool we use for different operations
|
2012-03-09 20:32:33 +02:00 |
|
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 |
|