Shay Banon
|
7a4fca2c1a
|
Geo Distance Filter Bounding Box Optimization, closes #1261.
|
2011-08-19 07:07:02 +03:00 |
kimchy
|
72ee0aaee7
|
Realtime GET, closes #1060.
|
2011-06-24 09:39:37 +03:00 |
kimchy
|
563ad625c0
|
Analysis: Word Delimiter Token Filter, closes #918.
|
2011-05-09 02:48:11 +03:00 |
kimchy
|
e4cbdfa05b
|
Terms Facet: Performance improvements, closes #822.
|
2011-04-01 16:30:45 +03:00 |
kimchy
|
4b92928c77
|
Internal: Improve checksum process by bulk writing them into a single file instead of checksum file per index file, closes #747.
|
2011-03-04 04:22:47 +02:00 |
kimchy
|
5e96d3d93d
|
add fixed thread pool (mainly for internal testing for now)
|
2011-02-09 23:47:13 +02:00 |
kimchy
|
e4a6e99f69
|
improve handling when not to persist current state to gateway based on blocks and have a block indicate if it also blocks state persistence
|
2011-01-18 15:28:55 +02:00 |
kimchy
|
64e5784623
|
Twitter updates have broken Twitter River, Update to latest version of Twitter4J, closes #627.
|
2011-01-14 20:48:09 +02:00 |
kimchy
|
8b8bad7572
|
build on aferreira improvements to handle empty parameters with no =, and improve component decoding logic
|
2011-01-07 14:34:34 +02:00 |
kimchy
|
45c1ab06b3
|
Versioning, closes #594.
|
2011-01-04 04:04:30 +02:00 |
kimchy
|
7c959e7ec3
|
Master based operations (create index, delete index) to automatically retry on retryable cluster blocks (like recovery from gateway)
|
2010-12-31 14:09:45 +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
|
2a7f964ca2
|
Geo search fails to find some docs when wrapping over IDL, closes #559.
|
2010-12-10 08:39:10 +02:00 |
kimchy
|
5833a6b9ff
|
add async to dict
|
2010-11-20 18:03:15 +02:00 |
kimchy
|
c095d72439
|
Get Action: Allow to pass refresh forcing getting latest, closes #488.
|
2010-11-07 23:50:48 +02:00 |
kimchy
|
171fa4a7e8
|
Mapper: An analyzer mapper allowing to control the index analyzer of a document based on a document field, closes #485.
|
2010-11-07 18:18:24 +02:00 |
kimchy
|
9a80fedf52
|
add simple map stream capability
|
2010-10-23 23:19:08 +02:00 |
kimchy
|
1578da404c
|
improve geo internal cache of lat/lon, stored two double arrays instead of an array of GeoPoints.
|
2010-10-13 22:03:48 +02:00 |
kimchy
|
8a8a4d648a
|
Query DSL: Fine grained filter caching control with sensible defaults, closes #424.
|
2010-10-13 01:37:43 +02:00 |
kimchy
|
8b03b914f9
|
Twitter River: Support filter stream, closes #416.
|
2010-10-09 00:39:10 +02:00 |
kimchy
|
c4d17860a1
|
Wikipedia River: A river to index wikipedia, closes #403.
|
2010-10-03 22:22:45 +02:00 |
kimchy
|
5b8bc333bd
|
JavaScript Plugin: Allow to use javascript for scripts, closes #401.
|
2010-10-03 02:20:37 +02:00 |
kimchy
|
99fcfde307
|
Mapper: Dynamic Template Support, closes #397.
|
2010-10-01 16:56:04 +02:00 |
kimchy
|
ecaaeb5250
|
River CouchDB Plugin, closes #382.
|
2010-09-23 02:26:12 +02:00 |
kimchy
|
aa68667d63
|
rabbitmq river
|
2010-09-21 17:32:34 +02:00 |
kimchy
|
4f08801bb9
|
Thrift Plugin: Expose REST interface using thrift, closes #354.
|
2010-09-04 02:45:37 +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
|
36ad3b246a
|
addlow to add node allocation ot the module
|
2010-08-22 12:35:59 +03:00 |
kimchy
|
3f701365b0
|
move the allocate replica after primary active logic to a node allocation
|
2010-08-22 00:14:56 +03:00 |
kimchy
|
3117341f44
|
Shards Allocation: Only rebalance a shard if all its instances are already active, closes #331.
|
2010-08-21 17:49:19 +03:00 |
kimchy
|
4a2e076c6a
|
do a reuse work prefetching not on the cluster state thread, so it won't block while fetching md5s from other nodes
|
2010-08-20 00:45:17 +03:00 |
kimchy
|
70c344b079
|
add compressed string
|
2010-08-19 15:33:57 +03:00 |
kimchy
|
1ee2f80e68
|
Transport: add global compression support compressing all internal transport communication (using lzf), closes #321.
|
2010-08-15 02:57:22 +03:00 |
kimchy
|
98bc8285ea
|
Analysis: Add `char_filter` on top of `tokenizer`, `filter`, and `analyzer`. Add an `html_strip` char filter, closes #315.
|
2010-08-12 18:16:30 +03:00 |
kimchy
|
61bb9d0ff9
|
Mappers: also use `name` as a smart lookup for field/property on top of indexName and fullName, closes #309.
|
2010-08-10 16:14:15 +03:00 |
kimchy
|
194e6cbff6
|
Geo support: geo_point type and geo_distance filter, closes #278, #279
|
2010-07-28 21:06:18 +03:00 |
kimchy
|
ac7c8cb650
|
Analysis: Add pattern analyzer, closes #276.
|
2010-07-25 22:40:50 +03:00 |
kimchy
|
477a24efc6
|
Mapping: Revise dynamic mapping (into default), merge default to new mappings, closes #275.
|
2010-07-25 21:31:16 +03:00 |
kimchy
|
77b6d1d8b8
|
remove cloud plugin, reimplement an AWS specific cloud plugin with S3 gateway and EC2 discovery
|
2010-07-24 23:39:43 +03:00 |
kimchy
|
08ca383fd5
|
more work on cloud gateway
|
2010-07-17 15:20:13 +03:00 |
kimchy
|
e61dc78c21
|
max_score == NaN, closes #263.
|
2010-07-17 01:39:12 +03:00 |
kimchy
|
b078c9206a
|
more work on reuse work dir, added md5 logic to identify what need to be recovered or not, note, requires reindexing
|
2010-07-05 14:13:55 +03:00 |
kimchy
|
fdb2eff998
|
Automatic management of indexing buffer size, closes #241.
|
2010-06-29 22:54:54 +03:00 |
kimchy
|
4ae45946a2
|
nicer logging
|
2010-06-27 13:50:27 +03:00 |
kimchy
|
811856e1f8
|
better method name
|
2010-06-25 01:41:06 +03:00 |
kimchy
|
3b4584040b
|
add index level store constuct (on top of the shard level store)
|
2010-06-23 07:47:18 +03:00 |
kimchy
|
7ed7c6db4e
|
Gateway: Internal refactoring, requires manual upgrade when using fs gateway, closes #232.
|
2010-06-21 22:40:12 +03:00 |
kimchy
|
65039ff21d
|
Zen Discovery: When a master node is forcefully killed, other nodes might not monitor the other elected master, closes #224
|
2010-06-15 23:08:52 +03:00 |
kimchy
|
751c56f31e
|
Query DSL: custom score (scripted) query, closes #220.
|
2010-06-14 03:15:23 +03:00 |
kimchy
|
47b3a81bec
|
Search Facets: Histogram Facets, closes #215
|
2010-06-08 15:45:58 +03:00 |