kimchy
|
e6b4834768
|
Highlighting: Allow to highlight on fields without term vectors, closes #585.
|
2010-12-31 18:57:26 +02:00 |
kimchy
|
82298d890c
|
Terms Facet: Performance and memory improvements when faceting numeric fields, closes #583.
|
2010-12-30 19:45:36 +02:00 |
kimchy
|
8e8a3a894f
|
upgrade testing framework jars, improve build scripts to share the testing jars
|
2010-12-30 16:08:38 +02:00 |
kimchy
|
76d042f3c5
|
explicitly pass null values to methods where applicable
|
2010-12-30 13:09:11 +02:00 |
kimchy
|
ed996c3e85
|
Non-data master nodes and non-master data nodes fail to store data, closes #579.
|
2010-12-30 12:10:40 +02:00 |
kimchy
|
f993c4b72b
|
start refactoring of facets to make them more pluggable
|
2010-12-29 12:49:02 +02:00 |
kimchy
|
efc95dc00a
|
Java Search API: Passing a the query as json fails, closes #568.
|
2010-12-20 11:31:09 +02:00 |
kimchy
|
415bb5d7f3
|
Java TransportClient: By default, don't sniff other nodes and use addresses provided as is, closes #565.
|
2010-12-17 19:31:28 +02:00 |
kimchy
|
1c5477d4ed
|
Improve local node recovery process, removing using a block as indication for an index not being recovered. Moving to shard replication group level allocation (with the ability to distinguish between api based creation or recovery based creation). This also allows for throttling based control on initial local gateway based shard allocation.
|
2010-12-12 22:46:27 +02:00 |
kimchy
|
bc04243a2b
|
Search Fields: If a field is not stored, automatically extract it from _source (without the need for _source prefix), closes #562.
|
2010-12-12 05:00:24 +02:00 |
kimchy
|
216b2ab912
|
Highlighting: Automatically use the field values extracted from _source if not stored explicitly in the mapping, closes #561.
|
2010-12-12 04:40:25 +02:00 |
kimchy
|
a914865c45
|
Close API might cause index data to be wiped, closes #560.
|
2010-12-10 22:19:45 +02:00 |
kimchy
|
2a7f964ca2
|
Geo search fails to find some docs when wrapping over IDL, closes #559.
|
2010-12-10 08:39:10 +02:00 |
kimchy
|
e1495ff8be
|
add scrolling update test
|
2010-12-08 20:56:09 +02:00 |
kimchy
|
54437c1bd3
|
Parent / Child Support, closes #553.
|
2010-12-08 00:16:05 +02:00 |
kimchy
|
d3cae103d5
|
wait for green status in test
|
2010-12-04 23:57:44 +02:00 |
kimchy
|
84f97e96a5
|
Scrolling issues, fix releasing search context eagerly, they should not be released when scrolling, closes #136.
|
2010-11-29 02:05:45 +02:00 |
kimchy
|
577f06fd43
|
add indices API to groovy client
|
2010-11-26 22:19:57 +02:00 |
kimchy
|
73e5eb9e14
|
clean compile warnings
|
2010-11-26 16:03:25 +02:00 |
kimchy
|
ebd6316db9
|
Index templates, closes #540.
|
2010-11-26 15:45:18 +02:00 |
kimchy
|
b4113d57d3
|
Analyze API: An API to analyzer custom text based on an optional analyzer, closes #529.
|
2010-11-21 17:33:35 +02:00 |
kimchy
|
7db5e63ab7
|
rename shardsIt to shardIt
|
2010-11-21 13:54:44 +02:00 |
kimchy
|
fdb98b1dcb
|
Highlighting bug where fragments are broken when number_of_fragments is 0, closes #479.
|
2010-11-18 20:52:51 +02:00 |
kimchy
|
44775c2aa8
|
Routing: Allow to define `path` on the `_routing` mapping, to automatically extract the routing from it, closes #524.
|
2010-11-17 17:05:51 +02:00 |
kimchy
|
0172eaea89
|
add broadcasting when no routing and its marked as required to bulk delete as well
|
2010-11-16 18:53:32 +02:00 |
kimchy
|
a04d8ec5ad
|
Routing: When specify in the mapping _routing required, a delete without explicit routing value should automatically be broadcasted to all shards, closes #522.
|
2010-11-16 18:31:08 +02:00 |
kimchy
|
02981f6101
|
Routing: Allow to specify on the `_routing` mapping that its required, and fail index operations that do not provide one, closes #520.
|
2010-11-16 15:10:41 +02:00 |
kimchy
|
5c6c4bfb5a
|
Histogram Facet: Allow to define a key field and value script, closes #517.
|
2010-11-15 15:02:35 +02:00 |
kimchy
|
37335bc6a9
|
also retry when there are no routing shards, might happen in case of recovery from gateway before shard routing initialization
|
2010-11-14 20:09:00 +02:00 |
kimchy
|
beb77c9b0a
|
fix a bug in mapping serialization (introduced on 0.13), where properties gets underscore cased by mistake, and not retain their original naming
|
2010-11-11 15:38:20 +02:00 |
kimchy
|
17cba798e6
|
add double restart test for local gateway
|
2010-11-11 14:08:58 +02:00 |
kimchy
|
4c6af6afa5
|
Cluster health API should return RED status (on applicable levels) when an index has not recovered from the gateway, closes #507.
|
2010-11-09 21:25:22 +02:00 |
kimchy
|
d0e0b85178
|
add many indices stress test
|
2010-11-09 16:22:50 +02:00 |
kimchy
|
7340d6973d
|
slim down the mapping serialization to xcontent (json), don't write default values
|
2010-11-07 12:33:44 +02:00 |
kimchy
|
6804c02e97
|
Create specific `data` location for indices (move from work), closes #473.
|
2010-11-03 14:41:29 +02:00 |
kimchy
|
92b3ae3f73
|
Change single operation shard hashing to only use id, and not id and type, closes #472.
|
2010-11-03 12:47:34 +02:00 |
kimchy
|
a62f1f3e0d
|
API: Allow to control document shard routing, and search shard routing, closes #470.
|
2010-11-02 19:56:18 +02:00 |
kimchy
|
4ff1b429f1
|
Possible (rare) shard index corruption / different doc count on recovery (gateway / shard), closes #466.
|
2010-11-01 23:00:16 +02:00 |
kimchy
|
4579c04a9e
|
Mapper: Ip Type Support (ipv4), auto detection with dynamic mapping, closes #461.
|
2010-10-28 12:02:20 +02:00 |
kimchy
|
184276154c
|
add search stress test
|
2010-10-26 17:17:12 +02:00 |
kimchy
|
5966d2005d
|
refacto package name from facets to facet (make more sense when facet will be easily pluggable)
|
2010-10-25 18:49:30 +02:00 |
kimchy
|
ca7a7467dc
|
Indices API: Add open and close index, closes #447.
|
2010-10-23 21:52:09 +02:00 |
kimchy
|
a76824e395
|
make index not recovered a bock used in both gateways (shared/blob and local)
|
2010-10-23 17:03:38 +02:00 |
kimchy
|
f0f62ce00c
|
improve test to wait for 2 nodes
|
2010-10-23 01:24:53 +02:00 |
kimchy
|
e11589f3c7
|
add doc
|
2010-10-23 01:07:37 +02:00 |
kimchy
|
9237dafef9
|
Query DSL: Query String _missing_ and _exists_ syntax, closes #446.
|
2010-10-22 17:51:19 +02:00 |
kimchy
|
f63ee3158a
|
Query DSL: Add `exists` and `missing` filters to filter documents where a field either has a value or not in them, closes #445.
|
2010-10-22 15:14:05 +02:00 |
kimchy
|
5d1d927e09
|
Write Consistency Level for index/delete/delete_by_query/bulk with one/quorum/all. Defaults to quorum, closes #444.
|
2010-10-22 02:51:00 +02:00 |
kimchy
|
0b593bd6d9
|
upgrade to guava r07
|
2010-10-20 12:09:19 +02:00 |
kimchy
|
ae5bc20959
|
Reduce multiple indices overhead, don't create Indices data on nodes that don't hold any shard for an index, closes #441.
|
2010-10-20 02:57:49 +02:00 |
kimchy
|
a4eea0aeaa
|
change index creation / deletion logic not to wait for it to be created on other nodes since now, they might not be created...
|
2010-10-19 19:33:27 +02:00 |
kimchy
|
53a3df5d8e
|
move list of local files to be indices level, so no need for index created on a node in order to list it
|
2010-10-19 17:36:21 +02:00 |
kimchy
|
4c8978237f
|
move operation routing to be cluster level and not index level
|
2010-10-19 16:23:39 +02:00 |
kimchy
|
5d54e36964
|
Statistical Facet: Allow to compute statistical facets on more than one field, closes #436.
|
2010-10-17 16:22:20 +02:00 |
kimchy
|
1587a3815e
|
more options on stress rolling restart test, variable number of fields, variable length of text
|
2010-10-16 03:26:11 +02:00 |
kimchy
|
b09675dcfa
|
add a stress test for rolling restart nodes
|
2010-10-16 01:05:25 +02:00 |
kimchy
|
4f9d9c1395
|
add test for merging two stats field facet using same facet name
|
2010-10-11 00:40:37 +02:00 |
kimchy
|
6314c2460c
|
Geo Overhaul (work with multiple locations), closes #414.
|
2010-10-08 22:31:21 +02:00 |
kimchy
|
d0bf743ab4
|
Query DSL: query_string / field to use the optimized match_all query when using * (or *:*), closes #413.
|
2010-10-07 16:48:24 +02:00 |
kimchy
|
cf5ed1d177
|
Term Facet: Use a script that provides the facets to index, closes #410.
|
2010-10-07 01:49:12 +02:00 |
kimchy
|
22ed71e2e6
|
allow to execute term facet on more than one field
|
2010-10-06 13:39:02 +02:00 |
kimchy
|
c9a47a126f
|
Scripts: Allow to access `_fields` providing access to stored fields, closes #402.
|
2010-10-03 12:51:41 +02:00 |
kimchy
|
5b8bc333bd
|
JavaScript Plugin: Allow to use javascript for scripts, closes #401.
|
2010-10-03 02:20:37 +02:00 |
kimchy
|
ce28882660
|
add refresh option to index/create/delete opereation, REST allows for refresh parameter (defaults to false)
|
2010-09-26 09:07:37 +02:00 |
kimchy
|
eb4f4f99b3
|
add recover_after gateway tests
|
2010-09-20 09:44:57 +02:00 |
kimchy
|
770bac252a
|
fix local discovery to handle master nodes specifically better
|
2010-09-19 23:49:15 +02:00 |
kimchy
|
95bb02b330
|
simple specific master nodes test
|
2010-09-19 21:11:53 +02:00 |
kimchy
|
8def6f59b3
|
simple specific master nodes test
|
2010-09-19 18:48:48 +02:00 |
kimchy
|
20b6688b0a
|
make ping tests run faster using cluster state api
|
2010-09-19 18:13:03 +02:00 |
kimchy
|
f82ceb1e1e
|
do snapshots on more lower level interval
|
2010-09-18 22:18:21 +02:00 |
kimchy
|
2372f481aa
|
Shared Storage Gateway (fs/s3): Wrong snapshotting of transaction log, closes #375.
|
2010-09-18 21:33:38 +02:00 |
kimchy
|
ff081240eb
|
imrpove caching and fix delete mapping logic
|
2010-09-17 01:25:37 +02:00 |
kimchy
|
4b87f63bed
|
Terms Facet: Allow to provide `_index` as the field, resulting in facets on indices, closes #374.
|
2010-09-16 15:11:30 +02:00 |
kimchy
|
f49f3e169a
|
Mapping API: Delete Mapping (with data), closes #373.
|
2010-09-16 14:35:07 +02:00 |
kimchy
|
f6fa6ea44e
|
more work on bulk, client API
|
2010-09-14 22:08:43 +02:00 |
kimchy
|
38aeba438d
|
XContent refactoring, closes #367.
|
2010-09-12 23:20:15 +02:00 |
kimchy
|
eccc7d5ef2
|
Search API: Allow to name filters and return per hit the filters it matched on, closes #364.
|
2010-09-11 12:38:19 +03:00 |
kimchy
|
4e661c165a
|
Geo search across anti-meridian doesn't work, closes #363.
|
2010-09-10 16:04:10 +03:00 |
kimchy
|
f270fc00d2
|
earch API: Automatically identify "script" fields on the field elements in search, close #357.
|
2010-09-06 11:51:31 +03:00 |
kimchy
|
b40f0bc5a4
|
Local Gateway: Expose `gateway.local.initial_shards` to control when to recover and index, closes #352.
|
2010-09-03 18:38:24 +03:00 |
kimchy
|
cd28afe950
|
Search API: Allow for script fields to extract parts of the stored _`source`, closes #349.
|
2010-09-02 21:29:41 +03:00 |
kimchy
|
0250896a09
|
reduce shard search response size by not serilaizing the node id, index, and shard id
|
2010-09-02 11:19:25 +03:00 |
kimchy
|
042af200e8
|
Gateway: Default to `local` gateway (replace `none` gateway), closes #347.
|
2010-09-01 23:21:26 +03:00 |
kimchy
|
ba5cd19989
|
gateway test to make sure it recovers from the latest version
|
2010-08-31 21:13:42 +03:00 |
kimchy
|
289cfdf25a
|
improve replica allocation, fix test to wait for recovery on node2
|
2010-08-30 23:37:09 +03:00 |
kimchy
|
61764c5b69
|
add another test for local gateway, fix race when loading the current state of a node
|
2010-08-30 19:29:00 +03:00 |
kimchy
|
d9979f8dfe
|
more work on local gateway, start integration test it
|
2010-08-30 01:25:45 +03:00 |
kimchy
|
5b5d42445d
|
move the shared fs gateway base class to fs package
|
2010-08-29 23:22:55 +03:00 |
kimchy
|
19ddee5ec9
|
add a test for time interval
|
2010-08-26 18:12:51 +03:00 |
kimchy
|
b52d854711
|
smarter handling of throttling when preferring allocating to an existing work location
|
2010-08-23 21:39:54 +03:00 |
kimchy
|
1461da5b49
|
move prefetch allocation to be a NodeAllocation
|
2010-08-23 17:22:44 +03:00 |
kimchy
|
edbd586ee5
|
add load test for recovery from gateway
|
2010-08-23 16:33:33 +03:00 |
kimchy
|
5bd37f6f47
|
initial chunk of work on refactoring the gateway, syntatic gateway files names, commit points that include translog information
|
2010-08-23 14:48:49 +03:00 |
kimchy
|
1517fa3d28
|
initial chunk of work on refactoring the gateway, syntatic gateway files names, commit points that include translog information
|
2010-08-23 01:45:03 +03:00 |
kimchy
|
14237317fc
|
support compression of the source field
|
2010-08-15 17:57:14 +03:00 |
kimchy
|
01b3d42cee
|
separet recovery tests to one with small buffer size and on with bigger one
|
2010-08-14 13:44:42 +03:00 |
kimchy
|
d12c757824
|
Gateway: Chunk based storage broken, fails to recover from gateway, closes #318.
|
2010-08-13 14:03:52 +03:00 |
kimchy
|
e29925684a
|
Term Facets: Add `reverse_cout` and `reverse_term` to `order` options, closes #314.
|
2010-08-12 15:26:26 +03:00 |
kimchy
|
c0a7dc327c
|
range facet: from is used in to_str, should be to
|
2010-08-11 23:40:42 +03:00 |
kimchy
|
9f8e5cb2c0
|
add a simple integration level test for scroll
|
2010-08-10 20:48:05 +03:00 |