X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=1952f1366bb863ca929565ac715681bfc5f0bc01;hb=74c8a62d1403d51315d58bd293b6284490e78003;hp=13c356a328c3ebc06b2019c7902204700db75093;hpb=20f1f9a8b62dc5e5b216617584ff78bce435dac3;p=idzebra-moved-to-github.git diff --git a/NEWS b/NEWS index 13c356a..1952f13 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Added support for term hit counts. This was not in place for earlier +1.4 versions, but is present in the 1.3 series. Bug #124. + +Implemented the 'equivalent' directive for .chr-files. + +Added zebra_get_bfs to get BFile handle for session. + +Added 'melm' directive to absyn format to simplify config files +for MARC-style databases. See tab/marc21.abs for an example. + +Added bath-compliant definition file marc21.abs for use with MARC databases. + +Added autoconf utility idzebra.m4 which defines --with-idzebra . + +Added mechanism to ignore leading articles when doing full-field indexing, +based on the character map files. See the manual for further discussion. + +Fixed bug in record management. Releasing blocks could result in +partial read. + +Fixed bug in isam:b. A tree split could result in a lost item. Remove isamd. It's not been in use for a long time and isamb is better in most cases.