sort by:
Revision Author Date Message Commit Date
2fd36fd add local node to node builder 09 April 2010, 00:17:29 UTC
a9cd00e rename Server to Node to better reflect its usage (it can be a client node), also add on the NodeBuilder helper methods to set common settings 08 April 2010, 21:54:54 UTC
d4bc187 rename node to DiscoveryNode 08 April 2010, 21:09:30 UTC
6379e8c rename yaml Node to YamlNode 08 April 2010, 21:06:05 UTC
8ecf71f nicer logs 08 April 2010, 16:47:27 UTC
b0494a8 add snapshot logging information 08 April 2010, 16:28:41 UTC
9244a46 add jsr166y package, and move to use transferqueue 08 April 2010, 12:22:07 UTC
e0058ff release before we notify the user 08 April 2010, 10:58:00 UTC
25433ac release after we notify the user 08 April 2010, 10:57:00 UTC
a208eb5 clean search context when a shard/index gets closed. Add an IndicesLifecyle global component that allows to register for such events easily. 07 April 2010, 18:22:43 UTC
f631e9a better release of search context when it is not needed in queryThenFetch type actions 07 April 2010, 17:32:47 UTC
9464c39 Allow to define custom prefix for settings when components do not use the org.elasticsearch package 07 April 2010, 15:30:39 UTC
bd5260a javadoc 07 April 2010, 15:16:47 UTC
7ed9435 more index and shard lifecycle annotations, in any case, one should extend the respective base classes 07 April 2010, 14:25:35 UTC
5e4f7c7 multi_field not returning for default field for certain type, closes #123 07 April 2010, 14:11:12 UTC
bb49db8 more tests 07 April 2010, 13:10:20 UTC
21f7de5 fix typo 07 April 2010, 12:17:23 UTC
880f626 better exception 07 April 2010, 11:21:39 UTC
91d5bec change cache to memory in fs in memory storage of certain files, better name since its not really caching, its actual storage 07 April 2010, 11:11:27 UTC
445db1e if no metadata in gateway, as if we waited 07 April 2010, 10:23:15 UTC
bcb46a1 better handling of failed transport address passed in discovery (still requires more work) 07 April 2010, 10:22:01 UTC
cc9ff90 javadoc 07 April 2010, 09:44:43 UTC
2bb31fe reafactor how actions handle failures, better response when non active shards exists, also, default logging to have action set to DEBUG so exceptions in actions are logged in the server 06 April 2010, 22:54:33 UTC
1a9c5d6 Range filter gt is broken, closes #119. 06 April 2010, 12:54:03 UTC
cc6e6eb httpAddress -> http_address, closes #118. 06 April 2010, 10:33:36 UTC
5cef456 nicer code 06 April 2010, 09:54:19 UTC
b760ab1 update maven upload to also produce javadoc and source jars 06 April 2010, 08:44:41 UTC
11e8141 upgrade to tika 0.7 05 April 2010, 23:20:47 UTC
7ec83b2 fix typo 05 April 2010, 12:59:23 UTC
8cfa04c add _all option to nodes based operations 04 April 2010, 22:17:53 UTC
341f6d3 rename max_num_terms to max_query_terms so its similar to mlt 04 April 2010, 21:32:08 UTC
6480daf API Change: moreLikeThis and fuzzyLikeThis, closes #111. 04 April 2010, 20:59:15 UTC
2d6c2d8 API Change: moreLikeThis, closes #109. 04 April 2010, 20:36:52 UTC
52f193c API Change: put_mapping: change default ignore_conflicts to false, closes #110. 04 April 2010, 20:10:59 UTC
8262093 Query DSL: Range - support lt/lte/gt/gte, closes #114. 04 April 2010, 19:31:55 UTC
5f7d0ce Query DSL: Range - support lt/lte/gt/gte, closes #114. 04 April 2010, 19:14:45 UTC
33086fb API Change: Terms - Add support for gt/gte/lt/lte, closes #108. 04 April 2010, 19:00:05 UTC
4e34742 remote _moreLikeThis option 04 April 2010, 18:48:44 UTC
d0a7922 API Change: opType=create, closes #107 04 April 2010, 18:36:07 UTC
ff1fa9d Move from CamelCase to '_' casing, closes #116. 04 April 2010, 14:41:40 UTC
3b5b4b4 Move from CamelCase to '_' casing, closes #116. 04 April 2010, 14:18:18 UTC
3f8acbd Mapper: Rename pathType to path, closes #106. 04 April 2010, 09:02:34 UTC
a6d9c84 better copy over file 04 April 2010, 01:11:07 UTC
4692ef8 properly handle failures by closing file refs 03 April 2010, 23:45:41 UTC
3e7bf0f check search scroll URI to /_search/scroll from /_searchScroll 03 April 2010, 23:03:59 UTC
6bf19fc Mapper: Rename allFIeld to _all, sourceField to _source, idField to _id, and typeField to _type, closes #105. 03 April 2010, 22:50:52 UTC
5da4b07 update javadoc task to use more mem 03 April 2010, 22:23:58 UTC
15bdba3 allow for _ separator on top of camel case for mapping definitions 03 April 2010, 18:07:01 UTC
962ce9a improve initial read from gateway on first master startup, first master will not complete the startup sequence until meta data and all indices have been created from the gateway 03 April 2010, 00:03:37 UTC
a5a4b35 update firstMaster before submitting state update 02 April 2010, 23:25:22 UTC
65acc0c better lifecycle mgmnt 02 April 2010, 23:20:42 UTC
d633b3d nicer code 02 April 2010, 22:56:31 UTC
1521222 _all field should be added to the list of fields under the mapping registry so it can be easily referenced 02 April 2010, 19:23:05 UTC
3fb68d6 Get response should have fields always set, even when there are none 02 April 2010, 19:11:56 UTC
408bad6 Query DSL: Fuzzy Like This, closes #103. 02 April 2010, 18:55:37 UTC
58d2e2e update maven support 02 April 2010, 18:24:28 UTC
dad0686 fix chmod of elasticsearch in dist zip 02 April 2010, 17:39:27 UTC
7c904dc better pom generation 02 April 2010, 16:08:33 UTC
f2189e8 HTTP Netty: Remove httpKeepAlive support, closes #104. 02 April 2010, 15:45:15 UTC
5d5c531 more work on maven 02 April 2010, 13:54:01 UTC
6ed2374 upgrade to gradle 0.9 preview 1 02 April 2010, 12:47:27 UTC
3e12600 update readme 02 April 2010, 11:28:49 UTC
0794c80 add more logging to jgroups disco 01 April 2010, 20:38:23 UTC
10f96ba better javadoc 01 April 2010, 20:34:22 UTC
10183c7 fix spelling 01 April 2010, 20:19:58 UTC
05d85b2 add source files to dist jar files 01 April 2010, 20:06:11 UTC
8faf8c2 add source files to dist jar files 01 April 2010, 20:05:05 UTC
50249f4 wait before closing the shard if a snapshot is still in progress 01 April 2010, 19:56:05 UTC
4b2ff13 add cause to index creation 01 April 2010, 19:42:51 UTC
118aa89 Query DSL: Fuzzy Like This, closes #103. 01 April 2010, 19:19:17 UTC
c2e8804 allow no fields to be specified for the mlt builder, default to _all 01 April 2010, 15:49:00 UTC
fd57488 Clear Indices Cache API: Allow to clear indices cache, closes #101 01 April 2010, 09:25:51 UTC
0e3ca48 add type to filter cache 31 March 2010, 22:18:18 UTC
dc14025 rename 31 March 2010, 22:05:37 UTC
d546ae3 javadoc 31 March 2010, 21:44:34 UTC
aac05e2 inject similarity to parsing context of queries so it can be used 31 March 2010, 21:35:54 UTC
2ea7423 don't cache count queries 31 March 2010, 21:20:45 UTC
def8caf better lifecycle handling when deleting an index 31 March 2010, 19:46:21 UTC
6f9451f better lifecycle handling when deleting an index 31 March 2010, 19:45:46 UTC
398382f nicer code 31 March 2010, 18:45:56 UTC
632f0d4 clean logging file 31 March 2010, 18:18:40 UTC
38d8fad clean and refactor the way fs index gateway work, should work nicer with NFS 31 March 2010, 14:23:16 UTC
0586bcd better handling of fs gateway when sync to disk of the translog file 31 March 2010, 12:39:50 UTC
1a698df better handling of fs gateway when sync to disk of the translog file 31 March 2010, 12:36:43 UTC
875e7b7 better logging of fs gateway 31 March 2010, 10:02:09 UTC
41e100a fix failure in mlt with dates, this does mean that currently, mlt, when based on fetching the source and parsing it, does not do mlt on numbers 30 March 2010, 20:07:59 UTC
4492293 fix failure in mlt with dates, this does mean that currently, mlt, when based on fetching the source and parsing it, does not do mlt on numbers 30 March 2010, 19:46:20 UTC
81c6b90 MoreLikeThis: Rename fields (rest/http parameter) to mltFields, closes #95. 29 March 2010, 13:43:26 UTC
8402738 Index aliases ignored for /.../_moreLikeThis, closes #93. 29 March 2010, 11:14:23 UTC
691a336 bring out exploded 29 March 2010, 10:53:09 UTC
7c40250 bring back the exploded plugin 29 March 2010, 10:52:36 UTC
336a272 fix build 29 March 2010, 09:45:13 UTC
3decb2a nice(er) code 29 March 2010, 08:27:38 UTC
a5dc0fc javadoc 29 March 2010, 08:03:36 UTC
651cd78 add control over the base64 variant 28 March 2010, 21:39:13 UTC
913a486 more work on attachments, have basic types support external set values 28 March 2010, 21:19:33 UTC
b42245d intial support for pluggable type mappers 28 March 2010, 15:36:42 UTC
f560383 intial support for pluggable type mappers 28 March 2010, 15:35:25 UTC
b799b7a plugins support + start work on attachments plugin 27 March 2010, 20:43:59 UTC
73daff1 Better exception when failing to create gateway home 27 March 2010, 19:10:56 UTC
back to top