Happy new year.
[idzebra-moved-to-github.git] / index / trunc.c
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-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2007-12-03 Adam DickmeissAdded function zebra_create_rset_isam .
2007-10-29 Adam DickmeissChanged type of index_type char/int to string.
2007-01-15 Adam Dickmeiss2007.
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
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-10-22 Adam DickmeissFixed bug #415: Strange truncation behavior
2005-08-25 Adam DickmeissFor trunctations, only 20 temp sets are merged at a...
2005-07-21 Adam DickmeissReduce memory considerably during bug merges (heap...
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-06 Adam DickmeissSave ord(inal) indexes IDs so we can make snippets...
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-20 Adam DickmeissRemove fprintf
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-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-01-15 Adam DickmeissFixed bug #165: Use multi-and and multi-or always....
2005-01-15 Adam DickmeissBump year. Change Aps->ApS
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-11-03 Heikki LevantoFixed bug #203, rank-1 crashed with isam-c
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-29 Heikki LevantoFixed the rsmultior forward problem.
2004-09-09 Heikki LevantoAdded the scope parameter to rsets, and using it in...
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-25 Adam DickmeissDo not include rsm_or.h . It is dead
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-20 Heikki LevantoRemoved the term count stuff from all rsets, and fixed...
2004-08-19 Heikki Levantothe new multior. Seems to work, forwards OK, does not...
2004-08-16 Heikki LevantoAdded skeleton for multior - not at all functional...
2004-08-11 Adam DickmeissFix truncation for isam:b for deleted words (which...
2004-08-06 Adam DickmeissMore type casts due to zint.
2004-08-06 Adam DickmeissRemove oldest isam (isam:i)
2004-08-06 Adam DickmeissAdded several type casts and changed many types - mostl...
2004-08-04 Adam DickmeissRemove isamd. It's not been in use for a long time...
2003-03-26 Adam DickmeissIntegrated ranking algorithm from Liverpool University
2002-08-02 Adam DickmeissTowards GPL
2002-07-25 Adam DickmeissCharacter set negotiation updates
2002-07-12 Heikki LevantoIsam-D now stores small entries directly in the dictionary.
2002-04-16 Adam Dickmeissisamb work
2002-04-12 Adam DickmeissWork on XPATH
2002-04-05 Adam DickmeissZebra with full functionality
2002-04-04 Adam DickmeissMultiple registers (alpha early)
2002-03-20 Adam DickmeissHits per term. Returned in SearchResult-1
2001-01-16 Heikki LevantoSearching in my isam-d
2000-05-18 Adam DickmeissSystem call times(2) used again. More 64-bit fixes.
2000-03-15 Adam DickmeissFirst work on threaded version.
1999-11-30 Adam DickmeissImproved installation. Updated for inclusion of YAZ...
1999-07-20 Adam DickmeissFixed bug that occurred when phrases had 0 hits.
1999-05-26 Adam DickmeissC++ compilation.
1999-05-12 Adam DickmeissFirst version of ISAMS.
1999-02-02 Adam DickmeissUpdated WIN32 code specific sections. Changed header.
1998-03-25 Adam DickmeissFixed bug in rset_trunc_r.
1998-03-05 Adam DickmeissNew result set model and modular ranking system. Moved...
1998-01-12 Adam DickmeissThe test option (-s) only uses read-lock (and not write...
1997-10-31 Adam DickmeissBug fix: memory leak.
1997-09-29 Adam DickmeissMinor change.
1997-09-22 Adam DickmeissAdded get_pos method for the ranked result sets.
1997-09-17 Adam DickmeissZebra version corresponds to YAZ version 1.4.
1996-12-23 Adam DickmeissWork on truncation.
1996-12-20 Adam DickmeissMulti-or result set.
1996-11-08 Adam DickmeissBuffers used during file match got bigger.
1996-11-04 Adam DickmeissMoved truncation code to trunc.c.