Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / rset / rsbool.c
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2005-05-24 Adam DickmeissAvoid mix vardecl/stmt.
2005-05-24 Adam DickmeissAdded support for temr hit counts. This was not in...
2005-05-03 Adam DickmeissExtended the result set system. Added support for filte...
2005-04-26 Adam DickmeissRemove the obsolete rset public control variables....
2005-03-30 Adam DickmeissMoved zebrautl.h to idzebra/util.h.
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-10-22 Heikki LevantoAdded a routine to get an array of terms in a query...
2004-10-15 Heikki LevantoPassing a TERMID to rsets when creating, and getting...
2004-09-30 Heikki LevantoRemoved the rewind function from rsets, it was unused
2004-09-09 Heikki LevantoAdded the scope parameter to rsets, and using it in...
2004-09-01 Heikki LevantoUsing the key_control block for the first key-handling...
2004-08-31 Heikki LevantoMajor restructuring in rsets.
2004-08-26 Heikki LevantoUsing nmem for all rsets, and keeping a freelist for...
2004-08-25 Adam DickmeissAdd comment
2004-08-25 Adam DickmeissUse free_list for RSFDs so they are reused.
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-23 Heikki LevantoRemoved the VOLATILE flag from rsets
2004-08-20 Heikki LevantoRemoved the term count stuff from all rsets, and fixed...
2004-08-06 Heikki Levantopos estimates for rsbetween and rsprox
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-04 Heikki LevantoChanged the pos code to 64-bit clean. Still lots of...
2004-08-03 Heikki LevantoAdded framework for the pos calls. rsisamb and rsnull...
2004-08-03 Heikki LevantoRemoved the count function from the rset f-table, in...
2004-06-16 Adam DickmeissInitialize local to prevent gcc -O warning
2004-06-09 Adam DickmeissRemove unused code. Reformat a bit
2004-06-02 Adam DickmeissPass log function to some rsets
2004-06-01 Adam DickmeissOne more RSET_DEBUG
2004-05-30 Adam DickmeissRemove expensive calls to logf
2004-02-12 Heikki LevantoFast-forward in rsbool and rsbetween.
2004-01-30 Heikki LevantoAdded forward functions to rsbool, and a few tests...
2004-01-16 Heikki LevantoDeclarations for the rset_forward function. No actual...
2003-03-31 Adam DickmeissAllow multiple open instances of rstemp
2003-03-28 Adam DickmeissFix and operation which in some cases for equal keys
2003-01-13 Adam DickmeissFix and op. Mixed ranking/non-ranking did not work
2002-08-02 Adam DickmeissTowards GPL
2002-04-18 Adam Dickmeissrs_and reads all items
2002-03-20 Adam DickmeissHits per term. Returned in SearchResult-1
1999-05-26 Adam DickmeissC++ compilation.
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-03-05 Adam DickmeissNew result set model.
1997-12-18 Adam DickmeissNew method result set method rs_hits that returns the...
1997-10-31 Adam DickmeissCode calls xfree() instead of free().
1997-09-09 Adam DickmeissPartial port to WIN95/NT.
1996-10-29 Adam DickmeissInclude of zebrautl.h instead of alexutil.h.
1995-12-11 Adam DickmeissNew set types: sand/sor/snot - ranked versions of and...
1995-10-12 Adam DickmeissPrivate info (buf) moved from struct rset_control to...
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-08 Adam DickmeissWork on relevance feedback.
1995-09-08 Adam DickmeissMore efficient and operation.
1995-09-07 Adam DickmeissNew parameter: result-set file descriptor (RSFD) to...
1995-09-06 Adam DickmeissMore work on boolean sets.
1995-09-06 Adam DickmeissNew set type: bool. Not finished yet.