sort by:
Revision Author Date Message Commit Date
cd12d89 Better exception when failing to create gateway home 27 March 2010, 19:07:22 UTC
59267ce more unused field 26 March 2010, 18:58:19 UTC
79a930d javadoc 26 March 2010, 18:57:47 UTC
9a521e8 update benchmark 26 March 2010, 17:08:24 UTC
91b463a add create flag to benchmark 26 March 2010, 15:20:26 UTC
be096fc improve moreLikeThis API by using the new get request fields options 25 March 2010, 22:44:44 UTC
9c0a37d Mapping: Allow to have for a field to not be stored and not indexed, but still be included in `all`, closes #90. 25 March 2010, 18:56:45 UTC
5957f58 refactor lifecycle components to a shards base class #cleancode 25 March 2010, 18:40:37 UTC
e5cd594 Boot-time Mapping Definitions, closes #86. 25 March 2010, 11:34:30 UTC
8f32467 Index Aliases, closes #88. 25 March 2010, 00:00:53 UTC
4851ddd if we already have an idset, use it 23 March 2010, 23:53:59 UTC
f4c94a3 Query DSL: Rename `filteredQuery` to `filtered`, closes #85. 23 March 2010, 22:37:59 UTC
6a476f4 rename operationThreading method 23 March 2010, 22:28:05 UTC
621d222 Mapping: Support for short type, closes #84. 23 March 2010, 12:20:56 UTC
0a2de7c a test for lucene FieldCache 23 March 2010, 10:42:31 UTC
3a322a6 a test for lucene FieldCache 23 March 2010, 10:41:59 UTC
5b11de8 clean thread locals (even static ones!) on Server#close or TransportClient#close 23 March 2010, 08:31:15 UTC
14af9d2 sort field can be null (when sorting on score for example), make sure we take it into account when serializing 23 March 2010, 06:53:58 UTC
89043b1 better exception when trying to put mappings when no indices exists, closes #79. 22 March 2010, 16:03:05 UTC
f9cac39 Terms query is broken, closes #80. 22 March 2010, 15:59:34 UTC
fa55c40 Index FS Store: Allow to cache (in memory) specific files, closes #82 22 March 2010, 15:09:03 UTC
267859c another test 22 March 2010, 11:59:25 UTC
93e0253 Terms API: Support numbers/dates, closes #78. 22 March 2010, 00:34:42 UTC
bc03d89 work on terms api to work properly with number types 21 March 2010, 20:38:51 UTC
a039a6c add a test for failed from 21 March 2010, 14:45:04 UTC
297e209 more improved search result streaming, write a header with shard targets, so each hit just write an id of the targe 21 March 2010, 13:09:02 UTC
77564cb more improved transport stream size, duplicate strings are serialized once and use handles to deserialize 21 March 2010, 08:35:25 UTC
1e45578 Search API: Scroll, closes #77. 20 March 2010, 23:14:49 UTC
2ae6de2 fix wrong handling of size and from when passed as request parameters 20 March 2010, 21:44:24 UTC
de69f5f doc 20 March 2010, 19:08:19 UTC
52af557 rename tieBreakerMultiplier to tieBreaker 20 March 2010, 16:52:21 UTC
35bd7f0 fix search hanging because of query parsing exception 20 March 2010, 16:45:02 UTC
bad8643 fix wrong parsing of useDisMax with number 20 March 2010, 16:13:08 UTC
fa1071d parse correct enabled flag on all field when passed as number, closes #76 20 March 2010, 12:40:24 UTC
671bc4e ThreadPool: Rename dynamic to scaling, closes #75. 20 March 2010, 01:41:41 UTC
fc47bd6 ThreadPool: Add a blocking thread pool, closes 74. 20 March 2010, 01:25:13 UTC
2551fb9 change the default opereationThreading on delete/index to true 20 March 2010, 01:15:57 UTC
315cc90 fix test 20 March 2010, 00:09:44 UTC
049ce4f better names 19 March 2010, 23:25:51 UTC
d2bf446 better exception handling 19 March 2010, 22:55:24 UTC
d4dc3ca fix problem with outputting proper error when failing to parse configuration on startup 19 March 2010, 22:28:15 UTC
a344ebb Index Analysis: Add language analyzers and stemmers, closes #72 19 March 2010, 15:07:43 UTC
45234f4 fix compilation warning 19 March 2010, 12:19:53 UTC
55cad32 fix explain failure 19 March 2010, 12:15:26 UTC
f8a615f refactor internal transport streams to be more effecient, heavily reduce stream size 19 March 2010, 01:04:35 UTC
1ae5a34 change default recovery buffer to 100k from 16k 18 March 2010, 15:28:54 UTC
b1e5284 Memory Store: change default bufferSize from 1k to 100k, closes #70 18 March 2010, 15:27:17 UTC
28b0b5f Search API: Support highlighting, closes #69. 18 March 2010, 14:05:24 UTC
fc3a805 NullPointerexception at org.elasticsearch.action.get.GetResponse.sourceAsString, closes #68 18 March 2010, 12:08:45 UTC
cd2090b more tests 17 March 2010, 23:15:26 UTC
1107df9 query parser should take into account using all, since all creates a specialized "term query" which boosts based on the boost level associated with a term. Generalized it so mappers can control when query is used for term query. 17 March 2010, 22:53:36 UTC
a8be04b improve test 17 March 2010, 22:29:07 UTC
3a55998 Mapper: Ability to disable storing the "source" field, closes #66. 17 March 2010, 19:29:44 UTC
6243f4f Get API: Allow to specify which fields to load, close #65. 17 March 2010, 18:03:32 UTC
4c13a9d allow to also store the all field 17 March 2010, 11:17:48 UTC
d8ef200 Shutdown API: allow to shutdown node(s) or the whole, closes #64. 16 March 2010, 22:29:36 UTC
1dd5997 _all field, closes #63. 16 March 2010, 21:04:20 UTC
1d2d467 stop the timer when closing the http server 16 March 2010, 00:18:28 UTC
20877a0 upgrade to jackson 1.5 14 March 2010, 19:24:47 UTC
1de6509 optimize fetching when an empty array of fields is provided, in such a case, we only need the uid (id and type) 13 March 2010, 15:56:29 UTC
2e8b046 allow to specify mappings in created index (currently, only internally), use it to create the mappings on index creation with recoverying from gateway 13 March 2010, 00:42:43 UTC
024cdb4 wait till the index gets created to create the mappings when recovering from the gateway 13 March 2010, 00:14:28 UTC
4e1a1f3 Mapping metadata not restored from gateway on server restart, closes #57 12 March 2010, 16:22:20 UTC
65ed582 Mapper : Schema less automatic date detection wrongly detects numbers as dates, closes #60. 12 March 2010, 16:16:35 UTC
47c11aa Boolean field type does not handle number/string properly when searching, closes #59. 12 March 2010, 14:53:11 UTC
6fe329a search json parsing to allow passing numbers/booleans as strings and not native json types 12 March 2010, 14:36:31 UTC
ef85412 fix name 12 March 2010, 14:30:30 UTC
471801b query/filter json parsing to allow passing numbers/booleans as strings and not native json types 12 March 2010, 14:28:37 UTC
86c3a40 Java API: Expose source as Map (in GetResponse, SearchHit), allow to index a Map, closes #58. 11 March 2010, 14:39:30 UTC
4b04db9 A search with an empty fields param causes a NullPointerException or a runaway process. Changed logic for an empty fields array, where it won't return the source in this case. Closes #55. 10 March 2010, 15:49:47 UTC
7c68489 Mapping - Support specifying string as number values (for example, for boost), closes #53. 10 March 2010, 09:22:57 UTC
ae5bcb6 Support parsing Strings with numeric types, closes #54 09 March 2010, 22:40:11 UTC
baaac70 get jackson object mapper to support dates as elasticsearch expects them 09 March 2010, 15:09:07 UTC
58319b1 back to 0.6.0 09 March 2010, 11:33:21 UTC
79e1df1 prepare for 0.5.1 09 March 2010, 11:30:49 UTC
83a78b3 _count hangs, closes #52 09 March 2010, 11:25:17 UTC
b13f6b1 Mapping - MultiField Mapping, closes #51. 07 March 2010, 18:13:59 UTC
54dc5a5 update readme file 06 March 2010, 20:41:28 UTC
290ecd4 delete files that are no longer used from the fs gateway 05 March 2010, 20:46:15 UTC
729baa6 move to 0.6.0 05 March 2010, 14:21:19 UTC
f4f26d2 Search API: Query Facet - Add global flag to control if the facet is bounded to the search query or not, closes #50. 05 March 2010, 14:05:08 UTC
40b0dfd count should be cached as a filter 05 March 2010, 13:24:04 UTC
f1d5b17 doc 05 March 2010, 11:02:36 UTC
51836e0 doc 05 March 2010, 10:56:37 UTC
e735ff4 simpler settings builder api 05 March 2010, 10:39:38 UTC
45489ed add TimeValue based getter 04 March 2010, 23:50:40 UTC
7a38e38 wrap checked TimeoutException with runtime ElasticSearchTimeoutException 04 March 2010, 23:48:56 UTC
7bf0f1f refactor client api, remove execXXX, and simple remain with the actual operation name as the method name, one that returns a future, and one that accepts a listener 04 March 2010, 23:39:04 UTC
e49a845 fix rest boolean 04 March 2010, 16:49:18 UTC
111f9cb proper handling of get response (document does not exists) 04 March 2010, 13:35:15 UTC
c560f1f wait for status should wait for at least that provided status, for example, waiting for status yellow should return if the status is green 04 March 2010, 13:09:11 UTC
5d947ad make final 03 March 2010, 06:47:22 UTC
e276928 remove dep on sun 02 March 2010, 23:49:25 UTC
03ee0a9 update docs 02 March 2010, 22:50:53 UTC
12e2ba8 more docs 02 March 2010, 20:16:35 UTC
fdd221e Query DSL: queryString - allow to run against multiple fields, closes #48. 01 March 2010, 22:42:53 UTC
fbf9197 make non negative query in query parser 01 March 2010, 20:17:17 UTC
7709c68 optimize boolean queries when possible 01 March 2010, 20:07:14 UTC
4dbc167 Query DSL: Field Query, closes #47. 01 March 2010, 18:10:38 UTC
12e87ba allow for * on range queries in query parser 01 March 2010, 16:49:14 UTC
back to top