X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=247157af737871c0df428c0e3b2618bc4c3fe17c;hp=667bfb6a3c54a65ce989f77216126c896f9e9ed9;hb=bb616f1670e9198b048298b049dd8cdb7370353f;hpb=adad3479963999a4085240a5cd2a6aa4d405e846 diff --git a/NEWS b/NEWS index 667bfb6..247157a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Add support for Solr spell-checking/suggestions through ZOOM. +If a Solr target has been configured correctly for spelling-checking +and suggestions, these will now be returned on the ResultSet option +"suggestions". zoomsh has been extended to show this with the cmd suggestions. + +-- 4.2.17 2011/09/28 + +Fix function nmem_strsplit_escape2 which extends nmem_strsplit_escape +with a flag whether to substitute escape sequences or not. + -- 4.2.16 2011/09/22 Fix nmem_strsplit_escape to substitute escape char properly.