Allow do_query(_x) to accept exphits of -1, which means any number
[idzebra-moved-to-github.git] / index /
2005-04-20 Adam DickmeissWS updates
2005-04-20 Adam DickmeissRemoved a few log entries
2005-04-20 Adam DickmeissFixed bug #281: heap truncation fails. Problem was...
2005-04-20 Adam DickmeissWS cleanups. Added setting trunclimit and truncchunk...
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-14 Adam DickmeissReserved element set _sysno_ returns sysno for record
2005-04-14 Adam DickmeissCosmetic
2005-04-14 Adam DickmeissFix bug in retrieval code. If present request was out...
2005-04-14 Adam DickmeissSupply string attribute in additional info when scan...
2005-04-14 Adam DickmeissCosmetic.
2005-04-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-04-13 Adam DickmeissAdded zebra_scan_PQF.
2005-04-13 Adam DickmeissScan using string attributes
2005-04-01 Adam DickmeissFix parallel build
2005-03-30 Adam DickmeissMoved zebrautl.h to idzebra/util.h.
2005-03-17 Adam DickmeissDo not warn about empty records
2005-03-17 Adam DickmeissFix declaration of zebra_get_bfs.
2005-03-17 Adam DickmeissDo not warn about empty records unless they are marked...
2005-03-17 Adam DickmeissAdded zebra_get_bfs to get BFile handle for session
2005-03-16 Adam DickmeissHonor fileVerboseLimit for zebra_add_record (buffer_ext...
2005-03-11 Adam DickmeissImplemented the 'equivalent' directive for .chr-files.
2005-03-09 Adam DickmeissSeveral updates for the changes of hit count datatype...
2005-03-08 Adam DickmeissFix endless loop in log2_int for negative values for...
2005-03-08 Adam DickmeissAdded a few casts from zint to double/int where appropr...
2005-03-05 Adam DickmeissString attribute support for record filter interface.
2005-02-25 Adam DickmeissAdded two else-statements in seldom used term structure...
2005-01-23 Adam DickmeissPut code that deals with default database selection...
2005-01-22 Adam DickmeissRenamed API function zebra_deleleResultSet to zebra_del...
2005-01-21 Adam DickmeissDoxygen comments
2005-01-21 Adam DickmeissRenamed API function zebra_deleleResultSet to zebra_del...
2005-01-21 Adam DickmeissFixed bug #253: Setting group.database not honored.
2005-01-16 Adam DickmeissAdded stdlib.h again
2005-01-16 Adam DickmeissInclude sys/types.h instead of stdlib.h
2005-01-16 Adam DickmeissAdded include stdlib.h a few places to get prototype...
2005-01-15 Adam DickmeissRenamed Set utility to DFASet, since this is tied to...
2005-01-15 Adam DickmeissFixed bug #165: Use multi-and and multi-or always....
2005-01-15 Adam DickmeissWS change. (not code changes)
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...
next