Commit Graph

  • 4b2ff13833 add cause to index creation kimchy 2010-04-01 22:42:51 +0300
  • 118aa89614 Query DSL: Fuzzy Like This, closes #103. kimchy 2010-04-01 22:19:17 +0300
  • c2e8804b4d allow no fields to be specified for the mlt builder, default to _all kimchy 2010-04-01 18:49:00 +0300
  • fd574880fc Clear Indices Cache API: Allow to clear indices cache, closes #101 kimchy 2010-04-01 12:25:51 +0300
  • 0e3ca48aa9 add type to filter cache kimchy 2010-04-01 01:18:18 +0300
  • dc1402597f rename kimchy 2010-04-01 01:05:37 +0300
  • d546ae358c javadoc kimchy 2010-04-01 00:44:34 +0300
  • aac05e2629 inject similarity to parsing context of queries so it can be used kimchy 2010-04-01 00:35:54 +0300
  • 2ea7423f3a don't cache count queries kimchy 2010-04-01 00:20:45 +0300
  • def8caf7db better lifecycle handling when deleting an index kimchy 2010-03-31 22:46:21 +0300
  • 6f9451f9c6 better lifecycle handling when deleting an index kimchy 2010-03-31 22:45:46 +0300
  • 398382f6e7 nicer code kimchy 2010-03-31 21:45:56 +0300
  • 632f0d4f0d clean logging file kimchy 2010-03-31 21:18:40 +0300
  • 38d8fad8d0 clean and refactor the way fs index gateway work, should work nicer with NFS kimchy 2010-03-31 17:23:16 +0300
  • 0586bcd003 better handling of fs gateway when sync to disk of the translog file kimchy 2010-03-31 15:39:50 +0300
  • 1a698df69d better handling of fs gateway when sync to disk of the translog file kimchy 2010-03-31 15:36:43 +0300
  • 875e7b7449 better logging of fs gateway kimchy 2010-03-31 13:02:09 +0300
  • 41e100ad33 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 kimchy 2010-03-30 23:07:59 +0300
  • 4492293b49 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 kimchy 2010-03-30 22:46:20 +0300
  • 81c6b9075c MoreLikeThis: Rename fields (rest/http parameter) to mltFields, closes #95. kimchy 2010-03-29 16:43:26 +0300
  • 8402738bbe Index aliases ignored for /.../_moreLikeThis, closes #93. kimchy 2010-03-29 14:14:23 +0300
  • 691a336b9a bring out exploded kimchy 2010-03-29 13:53:09 +0300
  • 7c402507fe bring back the exploded plugin kimchy 2010-03-29 13:52:36 +0300
  • 336a272c6f fix build kimchy 2010-03-29 12:45:13 +0300
  • 3decb2a61e nice(er) code kimchy 2010-03-29 11:27:38 +0300
  • a5dc0fcf9a javadoc kimchy 2010-03-29 11:03:36 +0300
  • 651cd78456 add control over the base64 variant kimchy 2010-03-29 00:39:13 +0300
  • 913a486f99 more work on attachments, have basic types support external set values kimchy 2010-03-29 00:19:33 +0300
  • b42245df53 intial support for pluggable type mappers kimchy 2010-03-28 18:36:42 +0300
  • f560383b53 intial support for pluggable type mappers kimchy 2010-03-28 18:35:25 +0300
  • b799b7a9d7 plugins support + start work on attachments plugin kimchy 2010-03-27 23:43:59 +0300
  • 73daff1584 Better exception when failing to create gateway home kimchy 2010-03-27 22:10:56 +0300
  • cd12d89dac Better exception when failing to create gateway home kimchy 2010-03-27 22:07:22 +0300
  • 59267ce449 more unused field kimchy 2010-03-26 21:58:19 +0300
  • 79a930d7ca javadoc kimchy 2010-03-26 21:57:47 +0300
  • 9a521e8d98 update benchmark kimchy 2010-03-26 20:08:24 +0300
  • 91b463a39a add create flag to benchmark kimchy 2010-03-26 18:20:26 +0300
  • be096fcd6f improve moreLikeThis API by using the new get request fields options kimchy 2010-03-26 00:44:44 +0200
  • 9c0a37df32 Mapping: 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
  • 5957f580e3 refactor lifecycle components to a shards base class #cleancode kimchy 2010-03-25 20:40:37 +0200
  • e5cd594503 Boot-time Mapping Definitions, closes #86. kimchy 2010-03-25 13:34:30 +0200
  • 8f324678e8 Index Aliases, closes #88. kimchy 2010-03-25 02:00:53 +0200
  • 4851ddde13 if we already have an idset, use it kimchy 2010-03-24 01:53:59 +0200
  • f4c94a35d6 Query DSL: Rename `filteredQuery` to `filtered`, closes #85. kimchy 2010-03-24 00:37:59 +0200
  • 6a476f440b rename operationThreading method kimchy 2010-03-24 00:28:05 +0200
  • 621d222c94 Mapping: Support for short type, closes #84. kimchy 2010-03-23 14:20:56 +0200
  • 0a2de7ce5d a test for lucene FieldCache kimchy 2010-03-23 12:42:31 +0200
  • 3a322a64b7 a test for lucene FieldCache kimchy 2010-03-23 12:41:59 +0200
  • 5b11de8958 clean thread locals (even static ones!) on Server#close or TransportClient#close kimchy 2010-03-23 10:31:15 +0200
  • 14af9d28fd sort 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
  • 89043b113a better exception when trying to put mappings when no indices exists, closes #79. kimchy 2010-03-22 18:03:05 +0200
  • f9cac39024 Terms query is broken, closes #80. kimchy 2010-03-22 17:59:34 +0200
  • fa55c40c87 Index FS Store: Allow to cache (in memory) specific files, closes #82 kimchy 2010-03-22 17:09:03 +0200
  • 267859c784 another test kimchy 2010-03-22 13:59:25 +0200
  • 93e025325e Terms API: Support numbers/dates, closes #78. kimchy 2010-03-22 02:34:42 +0200
  • bc03d89c00 work on terms api to work properly with number types kimchy 2010-03-21 22:38:51 +0200
  • a039a6cc38 add a test for failed from kimchy 2010-03-21 16:45:04 +0200
  • 297e2091e2 more 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
  • 77564cb14f more improved transport stream size, duplicate strings are serialized once and use handles to deserialize kimchy 2010-03-21 10:35:25 +0200
  • 1e455789d0 Search API: Scroll, closes #77. kimchy 2010-03-21 01:14:49 +0200
  • 2ae6de2433 fix wrong handling of size and from when passed as request parameters kimchy 2010-03-20 23:44:24 +0200
  • de69f5f0fd doc kimchy 2010-03-20 21:08:19 +0200
  • 52af5573f1 rename tieBreakerMultiplier to tieBreaker kimchy 2010-03-20 18:52:21 +0200
  • 35bd7f0086 fix search hanging because of query parsing exception kimchy 2010-03-20 18:45:02 +0200
  • bad8643978 fix wrong parsing of useDisMax with number kimchy 2010-03-20 18:13:08 +0200
  • fa1071d090 parse correct enabled flag on all field when passed as number, closes #76 kimchy 2010-03-20 14:40:24 +0200
  • 671bc4e734 ThreadPool: Rename dynamic to scaling, closes #75. kimchy 2010-03-20 03:41:41 +0200
  • fc47bd6f2f ThreadPool: Add a blocking thread pool, closes 74. kimchy 2010-03-20 03:25:13 +0200
  • 2551fb9fce change the default opereationThreading on delete/index to true kimchy 2010-03-20 03:15:57 +0200
  • 315cc90560 fix test kimchy 2010-03-20 02:09:44 +0200
  • 049ce4ffcd better names kimchy 2010-03-20 01:25:51 +0200
  • d2bf446d9c better exception handling kimchy 2010-03-20 00:55:24 +0200
  • d4dc3cacc1 fix problem with outputting proper error when failing to parse configuration on startup kimchy 2010-03-20 00:28:15 +0200
  • a344ebb1b3 Index Analysis: Add language analyzers and stemmers, closes #72 kimchy 2010-03-19 17:07:43 +0200
  • 45234f4d90 fix compilation warning kimchy 2010-03-19 14:19:53 +0200
  • 55cad3208e fix explain failure kimchy 2010-03-19 14:15:26 +0200
  • f8a615f9a3 refactor internal transport streams to be more effecient, heavily reduce stream size kimchy 2010-03-19 03:04:35 +0200
  • 1ae5a3467f change default recovery buffer to 100k from 16k kimchy 2010-03-18 17:28:54 +0200
  • b1e5284a06 Memory Store: change default bufferSize from 1k to 100k, closes #70 kimchy 2010-03-18 17:27:17 +0200
  • 28b0b5fc30 Search API: Support highlighting, closes #69. kimchy 2010-03-18 16:05:24 +0200
  • fc3a805514 NullPointerexception at org.elasticsearch.action.get.GetResponse.sourceAsString, closes #68 kimchy 2010-03-18 14:08:45 +0200
  • cd2090bc79 more tests kimchy 2010-03-18 01:15:26 +0200
  • 1107df9ab6 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. kimchy 2010-03-18 00:53:36 +0200
  • a8be04b334 improve test kimchy 2010-03-18 00:29:07 +0200
  • 3a55998a3b Mapper: Ability to disable storing the "source" field, closes #66. kimchy 2010-03-17 21:29:44 +0200
  • 6243f4f95b Get API: Allow to specify which fields to load, close #65. kimchy 2010-03-17 20:03:32 +0200
  • 4c13a9d548 allow to also store the all field kimchy 2010-03-17 13:17:48 +0200
  • d8ef200b4b Shutdown API: allow to shutdown node(s) or the whole, closes #64. kimchy 2010-03-17 00:29:36 +0200
  • 1dd5997889 _all field, closes #63. kimchy 2010-03-16 23:04:20 +0200
  • 1d2d4674cf stop the timer when closing the http server kimchy 2010-03-16 02:18:28 +0200
  • 20877a0c79 upgrade to jackson 1.5 kimchy 2010-03-14 21:24:47 +0200
  • 1de6509107 optimize 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
  • 2e8b0464b6 allow 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
  • 024cdb4312 wait till the index gets created to create the mappings when recovering from the gateway kimchy 2010-03-13 02:14:28 +0200
  • 4e1a1f3437 Mapping metadata not restored from gateway on server restart, closes #57 kimchy 2010-03-12 18:22:20 +0200
  • 65ed582a90 Mapper : Schema less automatic date detection wrongly detects numbers as dates, closes #60. kimchy 2010-03-12 18:16:35 +0200
  • 47c11aa538 Boolean field type does not handle number/string properly when searching, closes #59. kimchy 2010-03-12 16:53:11 +0200
  • 6fe329ab69 search json parsing to allow passing numbers/booleans as strings and not native json types kimchy 2010-03-12 16:36:31 +0200
  • ef85412f98 fix name kimchy 2010-03-12 16:30:30 +0200
  • 471801b484 query/filter json parsing to allow passing numbers/booleans as strings and not native json types kimchy 2010-03-12 16:28:37 +0200