Fixed several prototypes.. Most changes are f() to f(void).
[idzebra-moved-to-github.git] / index / zsets.c
2006-10-29 Adam DickmeissFixed several prototypes.. Most changes are f() to...
2006-09-20 Adam DickmeissFixed bug #669: Numeric sorting does not work, but...
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-08-07 Adam DickmeissUse less memory for each result set. Size of zset_sort_...
2006-06-22 Adam DickmeissIndexing system change. Introduced new index category...
2006-06-07 Adam DickmeissUse CAST_ZINT_TO_INT in some places, so we can easily...
2006-06-06 Adam DickmeissRemoved rsbool_create_and, rsbool_create_or because...
2006-05-30 Adam DickmeissFixed bug #597: Support null missing key for sort....
2006-05-19 Adam DickmeissFurhter code reductions because of string attributes
2006-05-19 Adam DickmeissZebra uses string attributes for indexing internally...
2006-05-18 Adam DickmeissSort Keys are stored using the reckeys_t structure...
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2006-05-03 Marc Crommeadded new ranking function rank-similar in ranksimilar.c
2006-01-26 Adam DickmeissFix non-init member sortSpec (introduced by previous...
2006-01-19 Adam DickmeissFixed bug #451: Sorted result set disappears .. NEW...
2006-01-12 Adam DickmeissFixed bug #451: Sorted result set disappears after...
2005-10-28 Adam DickmeissFix leak for rset_key_control
2005-08-26 Adam DickmeissUpdate snippets handling for new store keys structure...
2005-08-19 Adam DickmeissPass a stop_flag to ranking method calc. When set to...
2005-08-19 Adam DickmeissExtend the ranking interface so staticrank is passed...
2005-08-18 Adam DickmeissUpdates for Windows
2005-08-18 Adam DickmeissAdded support for static ranking. Bug #174. The staticr...
2005-06-22 Adam DickmeissAdded support for term references (queryIDs) for search...
2005-06-09 Adam DickmeissFixes for hit estimates. Added zebra_set_approx_limit.
2005-06-07 Adam DickmeissSave register type for TERMIDs and snippets.
2005-06-07 Adam DickmeissAdded snippet utilities and snippet window implementation.
2005-06-06 Adam DickmeissSave ord(inal) indexes IDs so we can make snippets...
2005-05-31 Adam DickmeissTowards snippets/high-light of matched terms in records...
2005-05-31 Adam DickmeissFor loglevel=searchhits print terms+search keys
2005-05-24 Adam DickmeissAdded support for temr hit counts. This was not in...
2005-05-11 Adam DickmeissAlign Zebra API more so that ZEBRA_RES is used to signa...
2005-04-25 Adam DickmeissOptimize multiple binary ANDs + OPs to multi ANDs,...
2005-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-14 Adam DickmeissFix bug in retrieval code. If present request was out...
2005-03-08 Adam DickmeissAdded a few casts from zint to double/int where appropr...
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2005-01-07 Adam DickmeissFixed bug #245
2004-12-10 Heikki LevantoCleaned a bit more logging
2004-12-10 Heikki LevantoNot using the deprecated yaz-util.h any more
2004-12-02 Adam DickmeissAdded zebra_meta_records_create_range
2004-11-29 Adam DickmeissAdd support for section/chapter indexing. Add safari...
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-11-15 Adam DickmeissFix leak in resultSetRank. Rework logging and layout
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-09-15 Adam DickmeissRemoved old struct it_key handling. 580 lines removed.
2004-09-13 Adam DickmeissReduce log. LOG_LOG -> LOG_DEBUG
2004-09-01 Heikki LevantoUsing the key_control block for the first key-handling...
2004-08-31 Heikki LevantoMajor restructuring in rsets.
2004-08-30 Heikki LevantoUsing a separate nmem for creating rsets
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-10 Heikki Levantousing a few more zints for hitcounts etc
2004-08-06 Adam DickmeissMore type casts due to zint.
2004-08-06 Adam DickmeissFix term counters to be of type zint. Fix several print...
2004-08-06 Heikki LevantoUsing doubles in the position estimates, not to loose...
2004-08-06 Heikki Levantoestimatehits config option,
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2004-06-13 Adam DickmeissHandle undefined rank handler
2004-06-07 Adam DickmeissMaximum number of records to be sorted in a result...
2004-05-10 Adam DickmeissDo not use obsolete YAZ defines
2003-06-18 Adam DickmeissFix memory handling of quries in result sets
2003-05-20 Adam DickmeissODR handles no longer needed for zebra_search_{rpn...
2003-03-26 Adam DickmeissIntegrated ranking algorithm from Liverpool University
2003-03-06 Adam DickmeissScan with limiting result set
2003-02-27 Adam DickmeissFix memory leak for sortKeys.buf.
2003-01-13 Adam DickmeissFix logging ZEBRA.1.3.4.Roel
2003-01-13 Adam DickmeissDo not use readdir_r
2002-08-28 Adam DickmeissZebra uses yaz_iconv
2002-08-02 Adam DickmeissTowards GPL
2002-07-25 Adam DickmeissCharacter set negotiation updates
2002-04-18 Adam Dickmeissremove yaz_log message
2002-04-16 Adam Dickmeissisamb work
2002-04-04 Adam DickmeissMultiple registers (alpha early)
2002-03-20 Adam DickmeissHits per term. Returned in SearchResult-1
2002-02-20 Adam DickmeissWork on new API. Locking system re-implemented
2001-11-19 Adam DickmeissAdded a few prototypes.
2001-10-15 Adam DickmeissPOSIX thread updates. First work on term sets.
2001-01-22 Adam DickmeissAdded numerical sort.
2000-07-07 Adam DickmeissOptimized resultSetInsert{Rank,Sort}.
2000-04-05 Adam DickmeissOn Unix, zebra/z'mbol uses automake.
2000-03-20 Adam DickmeissAdded remote record import using Z39.50 extended servic...
2000-03-15 Adam DickmeissFirst work on threaded version.
1999-11-04 Adam DickmeissImplemented delete result set(s).
1999-05-26 Adam DickmeissC++ compilation.
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-11-16 Adam DickmeissMoved loggin utilities to Yaz. Was implemented in file...
1998-11-16 Adam DickmeissFixed problem with zebraPosSetCreate that occurred...
1998-09-22 Adam DickmeissMinor changes in search API.
1998-09-22 Adam DickmeissChanged result sets to be persistent in the sense that...
1998-06-23 Adam DickmeissAdded feature to specify sort criteria in query (type...
1998-05-20 Adam DickmeissImplemented automatic EXPLAIN database maintenance.
1998-03-05 Adam DickmeissNew result set model and modular ranking system. Moved...
1998-02-10 Adam DickmeissMinor change.
1998-02-10 Adam DickmeissImplemented Sort.
next