Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / index / zsets.c
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.
1997-09-25 Adam DickmeissWindows NT port.
1996-12-23 Adam DickmeissWork on truncation.
1995-10-30 Adam DickmeissBug fixes.
1995-10-17 Adam DickmeissNew feature: databases. Implemented as prefix to words...
1995-10-10 Adam DickmeissFunction rset_open changed its wflag parameter to gener...
1995-10-06 Adam DickmeissNew result set method: r_score.
1995-09-28 Adam Dickmeissxfree/xmalloc used everywhere.
1995-09-27 Adam DickmeissMore work on retrieve.
1995-09-07 Adam DickmeissNew parameter: result-set file descriptor (RSFD) to...
1995-09-06 Adam DickmeissOption: only one word key per file.
1995-09-06 Adam DickmeissMore work on present. Some log messages removed.
1995-09-05 Adam DickmeissMore work on search engine.