Bump copyright year
[idzebra-moved-to-github.git] / include / rset.h
2013-01-08 Adam DickmeissBump copyright year
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2011-02-09 Adam DickmeissHappy new year.
2010-01-14 Adam DickmeissBump copyright year
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-08-12 Adam DickmeissAdded ord_list_print.
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2007-01-17 Adam DickmeissAvoid full rset count for rset_count. Proper break...
2007-01-15 Adam Dickmeiss2007.
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-07-04 Adam DickmeissWorking on and operation which deals with segments...
2006-06-06 Adam DickmeissRemoved rsbool_create_and, rsbool_create_or because...
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2005-06-22 Adam DickmeissAdded support for term references (queryIDs) for search...
2005-06-07 Adam DickmeissSave register type for TERMIDs and snippets.
2005-06-07 Adam DickmeissMake a copy of ord(inals) in rset_term_create.
2005-06-06 Adam DickmeissSave ord(inal) indexes IDs so we can make snippets...
2005-06-02 Adam DickmeissFixed and added a few Doxygen comments. Got rid of...
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-04-15 Adam DickmeissMany public functions returns ZEBRA_RES rather than...
2005-04-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-01-17 Adam DickmeissFix bug #249: rstemp sets fail. Problem was that rset...
2005-01-16 Adam DickmeissAdded include stdlib.h a few places to get prototype...
2005-01-15 Adam DickmeissFixed bug #165: Use multi-and and multi-or always....
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2004-12-08 Adam DickmeissMoved isam headers to include/idzebra.
2004-11-03 Heikki LevantoFixed bug #203, rank-1 crashed with isam-c
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-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-30 Heikki LevantoForgot to commit the new rset.h when removing rewind ops
2004-09-28 Heikki Levantomultiand seesm to work. Is used for and-lists (@attr...
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-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 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-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-01-30 Heikki LevantoAdded forward functions to rsbool, and a few tests...
2004-01-16 Heikki LevantoPart of the previosu commit
2002-08-02 Adam DickmeissTowards GPL
2002-07-25 Adam DickmeissCharacter set negotiation updates
2002-03-20 Adam DickmeissHits per term. Returned in SearchResult-1
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-03-05 Adam DickmeissNew result set model.
1998-02-10 Adam DickmeissImplemented rset_dup.
1997-12-18 Adam DickmeissNew method result set method rs_hits that returns the...
1997-09-05 Adam DickmeissChanged prototype for chr_map_input - added const.
1995-12-11 Adam DickmeissNew rset member 'flag', that holds various flags about...
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-07 Adam DickmeissNew parameter: result-set file descriptor (RSFD) to...
1995-09-06 Adam DickmeissMore work on boolean sets.
1995-09-04 Adam DickmeissMore work on temp sets. is_open member removed.
1995-09-04 Adam DickmeissString arg in dict lookup is const.
1994-11-22 Sebastian HammerSimple
1994-11-04 Sebastian HammerWorking.
1994-11-03 Sebastian HammerResult set manipulation