X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=247157af737871c0df428c0e3b2618bc4c3fe17c;hp=d6662e50efeb419ab19cafb7eacb45a3fd26c1b0;hb=5f934b45f139e441bf26a4d28168df7ea6f9f841;hpb=151897160304fd7e59a3109ad310ab31950c6c44 diff --git a/NEWS b/NEWS index d6662e5..247157a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +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. + +New option for zoomsh -e , which makes it abort on first error and +return process exit code to indicate success/failure. + +YAZ options utility supports special option -- which makes all it treat +all following arguments as non-options. + +-- 4.2.15 2011/09/16 + +Fix yaz_file_path_resolve/yaz_path_fopen/yaz_fopen so that path is not +searched if absolute filename is given. + +Fix conv_xslt() error-reporting when stylesheet is not found. +(The value of fullpath is meaningless in this situation.) + -- 4.2.14 2011/09/07 Fix problem in CQL sort node creation: un-initialized memory.