38d8fad8d0clean and refactor the way fs index gateway work, should work nicer with NFS
kimchy
2010-03-31 17:23:16 +0300
0586bcd003better handling of fs gateway when sync to disk of the translog file
kimchy
2010-03-31 15:39:50 +0300
1a698df69dbetter handling of fs gateway when sync to disk of the translog file
kimchy
2010-03-31 15:36:43 +0300
875e7b7449better logging of fs gateway
kimchy
2010-03-31 13:02:09 +0300
41e100ad33fix 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
kimchy
2010-03-30 23:07:59 +0300
4492293b49fix 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
kimchy
2010-03-30 22:46:20 +0300
91b463a39aadd create flag to benchmark
kimchy
2010-03-26 18:20:26 +0300
be096fcd6fimprove moreLikeThis API by using the new get request fields options
kimchy
2010-03-26 00:44:44 +0200
9c0a37df32Mapping: Allow to have for a field to not be stored and not indexed, but still be included in `all`, closes#90.
kimchy
2010-03-25 20:56:45 +0200
5957f580e3refactor lifecycle components to a shards base class #cleancode
kimchy
2010-03-25 20:40:37 +0200
621d222c94Mapping: Support for short type, closes#84.
kimchy
2010-03-23 14:20:56 +0200
0a2de7ce5da test for lucene FieldCache
kimchy
2010-03-23 12:42:31 +0200
3a322a64b7a test for lucene FieldCache
kimchy
2010-03-23 12:41:59 +0200
5b11de8958clean thread locals (even static ones!) on Server#close or TransportClient#close
kimchy
2010-03-23 10:31:15 +0200
14af9d28fdsort field can be null (when sorting on score for example), make sure we take it into account when serializing
kimchy
2010-03-23 08:53:58 +0200
89043b113abetter exception when trying to put mappings when no indices exists, closes#79.
kimchy
2010-03-22 18:03:05 +0200
f9cac39024Terms query is broken, closes#80.
kimchy
2010-03-22 17:59:34 +0200
fa55c40c87Index FS Store: Allow to cache (in memory) specific files, closes#82
kimchy
2010-03-22 17:09:03 +0200
267859c784another test
kimchy
2010-03-22 13:59:25 +0200
93e025325eTerms API: Support numbers/dates, closes#78.
kimchy
2010-03-22 02:34:42 +0200
bc03d89c00work on terms api to work properly with number types
kimchy
2010-03-21 22:38:51 +0200
a039a6cc38add a test for failed from
kimchy
2010-03-21 16:45:04 +0200
297e2091e2more improved search result streaming, write a header with shard targets, so each hit just write an id of the targe
kimchy
2010-03-21 15:09:02 +0200
77564cb14fmore improved transport stream size, duplicate strings are serialized once and use handles to deserialize
kimchy
2010-03-21 10:35:25 +0200
1107df9ab6query 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.
kimchy
2010-03-18 00:53:36 +0200
a8be04b334improve test
kimchy
2010-03-18 00:29:07 +0200
3a55998a3bMapper: Ability to disable storing the "source" field, closes#66.
kimchy
2010-03-17 21:29:44 +0200
6243f4f95bGet API: Allow to specify which fields to load, close#65.
kimchy
2010-03-17 20:03:32 +0200
4c13a9d548allow to also store the all field
kimchy
2010-03-17 13:17:48 +0200
d8ef200b4bShutdown API: allow to shutdown node(s) or the whole, closes#64.
kimchy
2010-03-17 00:29:36 +0200
1d2d4674cfstop the timer when closing the http server
kimchy
2010-03-16 02:18:28 +0200
20877a0c79upgrade to jackson 1.5
kimchy
2010-03-14 21:24:47 +0200
1de6509107optimize fetching when an empty array of fields is provided, in such a case, we only need the uid (id and type)
kimchy
2010-03-13 17:56:29 +0200
2e8b0464b6allow to specify mappings in created index (currently, only internally), use it to create the mappings on index creation with recoverying from gateway
kimchy
2010-03-13 02:42:43 +0200
024cdb4312wait till the index gets created to create the mappings when recovering from the gateway
kimchy
2010-03-13 02:14:28 +0200
4e1a1f3437Mapping metadata not restored from gateway on server restart, closes#57
kimchy
2010-03-12 18:22:20 +0200
65ed582a90Mapper : Schema less automatic date detection wrongly detects numbers as dates, closes#60.
kimchy
2010-03-12 18:16:35 +0200
47c11aa538Boolean field type does not handle number/string properly when searching, closes#59.
kimchy
2010-03-12 16:53:11 +0200
6fe329ab69search json parsing to allow passing numbers/booleans as strings and not native json types
kimchy
2010-03-12 16:36:31 +0200
ef85412f98fix name
kimchy
2010-03-12 16:30:30 +0200
471801b484query/filter json parsing to allow passing numbers/booleans as strings and not native json types
kimchy
2010-03-12 16:28:37 +0200