https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
7ec6e00 release 0.13 18 November 2010, 14:40:21 UTC
16ed69d add routing to delete by query rest endpoint 18 November 2010, 11:46:45 UTC
cf4f6de add a test for overloaded method of builder and List 18 November 2010, 00:25:22 UTC
282a7a5 Add non inspection checks 18 November 2010, 00:05:32 UTC
dfe011c upgrade idea files to 10 preview release 17 November 2010, 20:48:42 UTC
44775c2 Routing: Allow to define `path` on the `_routing` mapping, to automatically extract the routing from it, closes #524. 17 November 2010, 15:05:51 UTC
4e75f3d republish the cluster state if a node exists in the cluster 17 November 2010, 09:33:33 UTC
0172eae add broadcasting when no routing and its marked as required to bulk delete as well 16 November 2010, 16:53:32 UTC
619efea Routing: When specify in the mapping _routing required, a delete without explicit routing value should automatically be broadcasted to all shards, closes #522. 16 November 2010, 16:31:43 UTC
a04d8ec Routing: When specify in the mapping _routing required, a delete without explicit routing value should automatically be broadcasted to all shards, closes #522. 16 November 2010, 16:31:08 UTC
2483a37 fix comparator implementation in histogram facet 16 November 2010, 13:30:27 UTC
e7fdea8 fix underscore casing to transform Name to name, and not _name 16 November 2010, 13:16:54 UTC
02981f6 Routing: Allow to specify on the `_routing` mapping that its required, and fail index operations that do not provide one, closes #520. 16 November 2010, 13:10:41 UTC
8a8a6d5 Mapping: Rename _attributes to _meta, closes #518. 15 November 2010, 23:34:01 UTC
b8b4cbb add mapping metadata to cluster state metadata, will allow in the future to add specific mappings hints (since we don't have the parsed mapping on each node anymore) 15 November 2010, 19:21:18 UTC
51c18cd refactor ip field mapper into its own package 15 November 2010, 17:21:23 UTC
36183af automatically use match_all query when executing a _all:* query string 15 November 2010, 15:15:24 UTC
effdd52 sync changes done on the indices cluster service with changes happening in an async manner during recovery 15 November 2010, 14:54:29 UTC
4b06eeb better desc 15 November 2010, 14:39:16 UTC
a342029 Histogram Facet: Allow to define a key field and value script, closes #517. 15 November 2010, 13:05:50 UTC
5c6c4bf Histogram Facet: Allow to define a key field and value script, closes #517. 15 November 2010, 13:02:35 UTC
b1db5c4 Mapper: `date` type to also allow providing values in numeric (milliseconds since epoch), closes #516. 15 November 2010, 12:12:54 UTC
6d214d6 Mapper: Store the routing (if provided) under a `_routing` field, closes #515. 15 November 2010, 09:34:56 UTC
8ee0385 add _routing to documetn indexed when providing routing value 14 November 2010, 19:23:52 UTC
9505cb1 bring back the retry on shard missing 14 November 2010, 19:02:46 UTC
fa1d8c7 only remove the shard (not clean it) when ignoring recovery 14 November 2010, 18:09:27 UTC
37335bc also retry when there are no routing shards, might happen in case of recovery from gateway before shard routing initialization 14 November 2010, 18:09:00 UTC
d0ac908 add bootstrap.mlockall setting to control if mlockall should be called or not 14 November 2010, 13:54:40 UTC
30929c3 better logging, include index and shard id in log statement 13 November 2010, 22:24:51 UTC
31986c4 add a check to not allow to create an alias with a name of an existing index 13 November 2010, 16:53:12 UTC
73bf371 fix exception logging on failed index creation 13 November 2010, 16:08:11 UTC
38d77f8 Query DSL: Allow to provide pattern field names when using query_string query, closes #511. 13 November 2010, 00:26:14 UTC
6839cc6 clear memory after parsing a doc, and not on parsing of a new doc 12 November 2010, 13:36:23 UTC
d994a86 add support for analyzer mapping when the mapping is not indexd nor stored 12 November 2010, 12:54:28 UTC
bba98cf cleanup traversing unneeded mappings 12 November 2010, 12:50:05 UTC
beb77c9 fix a bug in mapping serialization (introduced on 0.13), where properties gets underscore cased by mistake, and not retain their original naming 11 November 2010, 13:38:20 UTC
17cba79 add double restart test for local gateway 11 November 2010, 12:08:58 UTC
e340388 upgrde to amazen aws sdk 1.1.0 10 November 2010, 23:44:16 UTC
70a0e11 apping: add threshold to _source field compression, closes #506. 10 November 2010, 19:03:54 UTC
a2e674d add filteredQuery to QueryBuilders to conform with xxxQuery notation 09 November 2010, 22:03:33 UTC
4c6af6a Cluster health API should return RED status (on applicable levels) when an index has not recovered from the gateway, closes #507. 09 November 2010, 19:25:22 UTC
4695f93 add index routing table changed 09 November 2010, 14:31:21 UTC
d0e0b85 add many indices stress test 09 November 2010, 14:22:50 UTC
8ceba0d don't overflow with cluster events if the index level block was removed already 09 November 2010, 13:42:27 UTC
36bf5ee add toString to cluster block 09 November 2010, 13:41:47 UTC
a0f4359 handle any exception when failing to snapshot 09 November 2010, 13:34:43 UTC
8266315 handle any exception when failing to snapshot 09 November 2010, 13:34:17 UTC
f9fb676 don't write checksum file for the segments file, we anyhow recover it and that way the index can be read by pure Lucene code 09 November 2010, 12:27:28 UTC
b5f1a1b Parsing a deeply nested json might fail 09 November 2010, 08:26:15 UTC
33ff95a add more trove helpers 09 November 2010, 07:35:35 UTC
8e2db2c rename field to path in _analyzer mapping 09 November 2010, 07:16:47 UTC
6b5e884 have the default path value for analyzer mapper to be _analyzer. 09 November 2010, 06:59:30 UTC
6567fca remove an index level block if its empty (make no sense to keep an empty set for it, also, shouldn't shot it back in APIs) 08 November 2010, 22:08:30 UTC
c69b94d rename field to path in _analyzer mapping 08 November 2010, 09:07:34 UTC
c9228ed Get Action: Allow to pass refresh forcing getting latest, closes #488. 07 November 2010, 21:51:18 UTC
c095d72 Get Action: Allow to pass refresh forcing getting latest, closes #488. 07 November 2010, 21:50:48 UTC
e515233 Analysis: Allow to alias analyzers, closes #486. 07 November 2010, 18:10:53 UTC
171fa4a Mapper: An analyzer mapper allowing to control the index analyzer of a document based on a document field, closes #485. 07 November 2010, 16:18:24 UTC
b45ade4 send transport exception is a wrapper exception around the actual exception 07 November 2010, 15:56:50 UTC
c9e8a2a no need to pass the id mapprt to serialization twice... 07 November 2010, 14:00:27 UTC
d77a0c4 make sure attributes are also serialized across restarts 07 November 2010, 13:32:37 UTC
598225f document level analyzer (analyzer, index_analyzer, search_analyzer) are not serialized (and not maintained across restarts), closes #484. 07 November 2010, 11:13:29 UTC
7340d69 slim down the mapping serialization to xcontent (json), don't write default values 07 November 2010, 10:33:44 UTC
e44604b better transport exception handling, refactor out an action based transport exception, and don't fill stack trace only for remote ones 07 November 2010, 02:08:05 UTC
ed99787 add a comment for the compressed oops option 06 November 2010, 22:46:46 UTC
ef3e7fe renamve method 06 November 2010, 22:02:58 UTC
6b952f6 Fs Gateway: Add (native) file lock to ensure two nodes in a split brain are not updating same gateway, closes #481. 06 November 2010, 21:27:46 UTC
998bde0 Add an option to display max_open_files, by setting -Des.max-open-files to `true`, closes #483. 06 November 2010, 20:47:09 UTC
17e5b3d add comment on format of min and max mem 06 November 2010, 20:34:49 UTC
b568174 add a comment on why we don't mark as relocated when relcoating primaries 06 November 2010, 20:03:11 UTC
9bddd67 Add a tar.gz distribution file as well as the zip one 05 November 2010, 23:28:10 UTC
87efccf expose boolean and Object as values for TermQueryBuilder and FieldQueryBuilder 05 November 2010, 23:04:14 UTC
129b9a3 Query DSL: Allow to control (globally) the max clause count for `bool` query (defaults to 1024), closes #482. 05 November 2010, 22:59:37 UTC
9385476 fix expected setting, had an additional _ by mistake 05 November 2010, 18:54:01 UTC
53a9827 remove unused variable 05 November 2010, 16:39:10 UTC
99a3e61 Improve performance when searching across multiple types, closes #478. 04 November 2010, 18:34:49 UTC
bbd63f0 constant_score query might apply deletes wrongly, closes #477. 04 November 2010, 18:18:05 UTC
770ccf4 don't write the local gateway state if there is no master, since we don't want to override the fact that they do exists on that node under the respective version 04 November 2010, 10:17:17 UTC
e2d6f82 Mapper: Add `path_match` for full object navigation path matching, closes #476. 04 November 2010, 08:55:19 UTC
06ddf45 add plugins ignore 03 November 2010, 19:44:42 UTC
8e6d998 add data and logs to git ignore 03 November 2010, 19:42:36 UTC
cf51fbc change hdfs location test 03 November 2010, 19:19:49 UTC
805d43c properly clean index shard and index level data when deleting them 03 November 2010, 13:34:30 UTC
6e0180d refactor node data location of index and shard into common code 03 November 2010, 13:07:23 UTC
6804c02 Create specific `data` location for indices (move from work), closes #473. 03 November 2010, 12:41:29 UTC
92b3ae3 Change single operation shard hashing to only use id, and not id and type, closes #472. 03 November 2010, 10:47:34 UTC
8d454ba Query DSL: Add `field_masking_span` query, closes #471. 02 November 2010, 21:50:28 UTC
a62f1f3 API: Allow to control document shard routing, and search shard routing, closes #470. 02 November 2010, 17:56:18 UTC
8e2e85f enhance bulk stress test 02 November 2010, 12:01:22 UTC
3fe2851 Index Merge: Change default `index.merge.scheduler.max_thread_count` from ` to be adaptive based on processor count, closes #469. 02 November 2010, 12:00:58 UTC
2cdaf63 Rivers: Add a _status doc for each river, closes #468. 02 November 2010, 10:09:45 UTC
ef4c445 add toString to match_all docs 02 November 2010, 08:23:05 UTC
dd9553e add debug and trace logs to couchdb river 01 November 2010, 23:07:06 UTC
4ff1b42 Possible (rare) shard index corruption / different doc count on recovery (gateway / shard), closes #466. 01 November 2010, 21:00:16 UTC
49439a0 fix logging 01 November 2010, 18:42:10 UTC
f79719b fix parsing of bytes value 31 October 2010, 13:47:19 UTC
feb854b On full cluster restart, replicas transaction logs are not getting cleaned, closes #465. 31 October 2010, 12:36:10 UTC
b8fa68f check if the commit point has a size at all, if not, not flushed yet, its ok 31 October 2010, 10:23:56 UTC
f4a7887 exclude build from idea module jarjar 31 October 2010, 09:46:28 UTC
c14783d remove jarjar'ed files that are not needed (notice, license) 31 October 2010, 09:45:10 UTC
back to top