Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / index /
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2005-01-15 Adam DickmeissFixed bug #160: rpn_search_APT_and_list hard-codes...
2005-01-15 Adam DickmeissAdded a few (zint)->(int) casts
2005-01-07 Adam DickmeissFixed bug #245
2005-01-03 Adam DickmeissCast pid type to long for printf format
2005-01-03 Adam DickmeissCast to unsigned char for ctype is.. compare
2004-12-21 Adam DickmeissAdded zebra_octet_term_encoding that specifies encoding...
2004-12-21 Adam DickmeissDont log each indexed entry
2004-12-13 Adam Dickmeissusing yaz/log.h again
2004-12-10 Heikki LevantoCleaned a bit more logging
2004-12-10 Heikki LevantoNot using the deprecated yaz-util.h any more
2004-12-08 Adam DickmeissMoved isam headers to include/idzebra.
2004-12-08 Adam DickmeissMove/refactoring of public interfaces..
2004-12-02 Adam DickmeissAdded zebra_meta_records_create_range
2004-12-02 Adam DickmeissMove X-Path tests to xpath subdirectory.
2004-12-01 Adam DickmeissReduce logging for indexing
2004-11-29 Adam DickmeissAdd support for section/chapter indexing. Add safari...
2004-11-29 Adam DickmeissAdd member addinfo for recRetrieveCtrl to throw better...
2004-11-26 Adam DickmeissFixed bug #218: if a certain element/attrirbute doesn...
2004-11-19 Heikki LevantoFixed minor problems with deb/stable
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-11-15 Adam DickmeissFix bug #171. Align with 1.3.16 branch.
2004-11-15 Adam DickmeissFix leak in resultSetRank. Rework logging and layout
2004-11-04 Heikki Levanto- Changed logging levels to the new symbolic system...
2004-11-04 Heikki LevantoFixed the way keys are displayed in the log
2004-11-03 Heikki LevantoFixed bug #203, rank-1 crashed with isam-c
2004-10-29 Heikki LevantoFixed an old-style declaration
2004-10-28 Heikki LevantoRemoved livcode ranking
2004-10-26 Heikki LevantoRe-estabslished rank-1. Gets same order of results...
2004-10-22 Heikki LevantoTerm counts right in the log (if not in searchresponse)
2004-10-22 Heikki LevantoCleaned debug logs away
2004-10-22 Heikki LevantoAdded a routine to get an array of terms in a query...
2004-10-21 Heikki LevantoGetting the terms from rsets where needed, still not...
2004-10-20 Heikki LevantoCreating search terms, and passing them around in searc...
2004-10-15 Heikki LevantoPassing a TERMID to rsets when creating, and getting...
2004-10-07 Heikki LevantoAdded a load of assertions in the zebraapi.c, so now...
2004-10-04 Adam DickmeissOnly warn about empty records within file verbose limit
2004-10-01 Heikki LevantoAdded an asserion in zebra_search_rpn api
2004-10-01 Heikki Levantofixed a debug log message
2004-10-01 Heikki LevantoUsing multiand/or instead of and/or in a few more places
2004-09-29 Heikki LevantoFixed the rsmultior forward problem.
2004-09-28 Adam DickmeissInclude yaz/options.h
2004-09-28 Heikki Levantomultiand seesm to work. Is used for and-lists (@attr...
2004-09-28 Adam DickmeissMade zebramap.h public too
2004-09-28 Adam DickmeissReorganized header files so that a certain subset are...
2004-09-27 Adam DickmeissImplemented loadable filters.
2004-09-26 Adam DickmeissFix bug 154: Option -n does not disable shadow as it...
2004-09-26 Adam DickmeissFix bug 156: Index corrupted after large-scale test.
2004-09-15 Adam DickmeissRemoved old struct it_key handling. 580 lines removed.
2004-09-14 Sebastian HammerAdded charmap facility to delete leading articles
2004-09-13 Adam DickmeissReduce log. LOG_LOG -> LOG_DEBUG
2004-09-09 Adam DickmeissAvoid using NULL bfs in zebra_init
2004-09-09 Heikki LevantoAdded the scope parameter to rsets, and using it in...
2004-09-09 Adam DickmeissExtra page_size arg for dict_open.
2004-09-03 Heikki LevantoRemoved some FIXMEs. Mostly comments on things that...
2004-09-01 Heikki LevantoUsing the key_control block for the first key-handling...
2004-08-31 Heikki LevantoUsing proper nmems for more rsets around the system,
2004-08-31 Heikki LevantoMajor restructuring in rsets.
2004-08-30 Adam DickmeissUpdate cvsignore due to new type of files generated...
2004-08-30 Adam DickmeissFix various order for various linking steps. Add Tcl...
2004-08-30 Heikki LevantoUsing a separate nmem for creating rsets
2004-08-25 Adam DickmeissFix syntax (oops)
2004-08-25 Adam DickmeissMove headers zebraapi.h->idzebra/api.h, zebraver.h...
2004-08-25 Adam DickmeissDo not include rsm_or.h . It is dead
2004-08-25 Adam DickmeissInitialize count, type due to removed rset terms
2004-08-24 Heikki LevantoUsing a bit more of those nmems in rsets
2004-08-24 Heikki LevantoCleaned up the creation of rsets, added nmem
2004-08-24 Adam DickmeissSwitching to Libtool shared libraries for Zebra.
2004-08-20 Heikki LevantoRemoved the term count stuff from all rsets, and fixed...
2004-08-19 Heikki LevantoEstimating the term occurrences the same way as total...
2004-08-19 Heikki Levantothe new multior. Seems to work, forwards OK, does not...
2004-08-18 Adam DickmeissFix bug in rec_release_blcoks that caused Zebra to...
2004-08-16 Heikki LevantoAdded skeleton for multior - not at all functional...
2004-08-16 Heikki LevantoAnother 64-bit format string
2004-08-11 Adam DickmeissFix truncation for isam:b for deleted words (which...
2004-08-10 Heikki LevantoAdded maxhits config option. Not yet used in present...
2004-08-10 Heikki LevantoLimiting hits to INT_MAX, because yaz can't handle...
2004-08-10 Heikki Levantousing a few more zints for hitcounts etc
2004-08-09 Adam DickmeissChanging type of block_size to make register compatible...
2004-08-09 Adam DickmeissRemove libisam.a
2004-08-06 Adam DickmeissMore type casts due to zint.
2004-08-06 Adam DickmeissRemove oldest isam (isam:i)
2004-08-06 Adam DickmeissFix term counters to be of type zint. Fix several print...
2004-08-06 Adam DickmeissAdded several type casts and changed many types - mostl...
2004-08-06 Heikki LevantoUsing doubles in the position estimates, not to loose...
2004-08-06 Heikki Levantoestimatehits config option,
2004-08-06 Adam DickmeissOnly use inline on GCC
2004-08-04 Adam DickmeissRemove log message
2004-08-04 Adam DickmeissFix declaration - to make it backwards compatible
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2004-08-03 Heikki LevantoRemoved the count function from the rset f-table, in...
2004-08-02 Adam DickmeissSelect database before commit takes place to ensure...
2004-07-28 Adam DickmeissAdded a new 'cut' directive to charmaps (.chr files...
2004-07-28 Adam DickmeissUpdate Perl internals so that it matches the current...
2004-06-16 Adam DickmeissEnabling rsprox. Tests OK
2004-06-15 Adam DickmeissMinor changes to avoid a few warnings
2004-06-15 Adam DickmeissShell accepts -c <config> option
2004-06-14 Mike TaylorComment only, on possible widening of relevance plugin...
2004-06-13 Adam DickmeissHandle undefined rank handler
2004-06-13 Adam DickmeissAvoid crash zvrank.weighting-scheme is unset.
next