Use mk_version.tcl on Windows
[idzebra-moved-to-github.git] / rset /
2008-08-12 Adam DickmeissAdded ord_list_print.
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2008-03-26 Adam DickmeissIgnore *.o, *~ files.
2008-03-12 Adam DickmeissMoved ignore files.
2007-01-17 Adam DickmeissAvoid full rset count for rset_count. Proper break...
2007-01-15 Adam Dickmeiss2007.
2006-12-22 Adam DickmeissImplemented bug #781: Easier tracking of result sets...
2006-11-14 Adam DickmeissWork on bug #550: Avoid exit. In particular the mfile...
2006-09-08 Adam DickmeissHonor position attribute, i.e. allow first-in-field...
2006-08-16 Adam DickmeissFix comment
2006-08-16 Adam DickmeissA little clearer rset counting
2006-08-14 Adam DickmeissUpdate copyright year + FSF address
2006-07-05 Adam DickmeissOmit version-info for convenience libraries
2006-07-04 Adam DickmeissWorking on and operation which deals with segments...
2006-07-04 Adam DickmeissSlightly reformatting for doxygen
2006-07-03 Adam DickmeissBuild main libidzebra-2.0.la. Bug #620.
2006-06-29 Adam DickmeissRevert. Libs installed in /usr/lib (again). Minor tweak...
2006-06-29 Adam DickmeissStore Zebra libs in <prefix>/lib/idzebra<suffix> and...
2006-06-28 Adam DickmeissFixed bug #619: @not searches results in bad memory...
2006-06-26 Marc Crommepreparing release 2.0.0 before.bug.529
2006-06-22 Adam DickmeissFixed leak in rset_dup. It leaked rs->control handles.
2006-06-06 Adam DickmeissRemoved rsbool_create_and, rsbool_create_or because...
2006-06-01 Adam DickmeissReformat
2006-06-01 Adam DickmeissFixed bug in r_open (isam:s)
2006-05-10 Adam DickmeissPut local variables footer in all c, h files.
2005-09-16 Adam DickmeissAllow same document to be modified multiple times withi...
2005-06-22 Adam DickmeissAdded support for term references (queryIDs) for search...
2005-06-14 Adam DickmeissUse HAVE_UNISTD_H when including unistd.h.
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 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 DickmeissAvoid mix vardecl/stmt.
2005-05-24 Adam DickmeissAdded support for temr hit counts. This was not in...
2005-05-18 Adam DickmeissFixed bug #342: estimate hit not in effect for multi...
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-13 Adam DickmeissGet rid of typedefs iSAMS_P, ISAMC_P, ISAMB_P and use...
2005-03-30 Adam DickmeissMoved zebrautl.h to idzebra/util.h.
2005-03-08 Adam DickmeissAdded a few casts from zint to double/int where appropr...
2005-01-17 Adam DickmeissFix bug #249: rstemp sets fail. Problem was that rset...
2005-01-17 Adam DickmeissWS update
2005-01-17 Adam DickmeissWS updates. Fix rstemp file open
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
2005-01-15 Adam DickmeissFix compilation error that occurs when HAVE_MKSTEMP...
2005-01-11 Adam DickmeissFix log that could print NULL term
2005-01-04 Adam DickmeissMake default value for local r
2004-12-08 Adam DickmeissMoved isam headers to include/idzebra.
2004-11-19 Heikki LevantoFixed minor problems with deb/stable
2004-11-19 Heikki LevantoUsing the new ylog.h everywhere, and fixing what that...
2004-11-15 Adam DickmeissChange spacing
2004-11-15 Adam DickmeissMake isam:c work again
2004-11-05 Heikki LevantoCleaned a bit
2004-11-05 Heikki LevantoNew rsbeween implementation. Much shorter and easier...
2004-11-04 Heikki LevantoDynamic logging and minor cleaning
2004-11-04 Heikki LevantoNew logging -v rsisamc
2004-11-03 Heikki LevantoFixed bug #203, rank-1 crashed with isam-c
2004-11-01 Heikki LevantoAdded debug info and comments to hunt bug #202
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-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 LevantoRemoved the rewind function from rsets, it was unused
2004-09-29 Heikki LevantoFixed the rsmultior forward problem.
2004-09-28 Heikki Levantomultiand seesm to work. Is used for and-lists (@attr...
2004-09-28 Heikki LevantoRead works. Forward missing (but safe to commit, as...
2004-09-28 Heikki LevantoRenamed rsmultior to rsmultiandor, and started to add...
2004-09-09 Heikki LevantoAdded the scope parameter to rsets, and using it in...
2004-09-03 Heikki LevantoFixed an obvious typo in rsprox that prevented forward...
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-30 Adam DickmeissUpdate cvsignore due to new type of files generated...
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-25 Adam DickmeissMove headers zebraapi.h->idzebra/api.h, zebraver.h...
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-24 Adam DickmeissSwitching to Libtool shared libraries for Zebra.
2004-08-24 Heikki LevantoFixed a crash with isam-c and multior (incremented...
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-19 Heikki LevantoAdded pos
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-06 Heikki Levantopos estimates for rsbetween and rsprox
2004-08-06 Adam DickmeissMore type casts due to zint.
2004-08-06 Adam DickmeissRemove this.
2004-08-06 Adam DickmeissRemove oldest isam (isam:i)
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,
next