Ignore:
Timestamp:
2000-07-14T09:43:50+12:00 (24 years ago)
Author:
sjboddie
Message:

Removed CVS logging information from source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mgq.c

    r561 r1285  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.8  1999/09/09 04:12:22  sjboddie
    31    added GPL header
    32 
    33    Revision 1.7  1999/07/01 09:29:18  rjmcnab
    34    Changes for better reporting of number documents which match a query. Changes
    35    should still work as before with older versions of mg.
    36 
    37    Revision 1.6  1999/07/01 03:52:05  rjmcnab
    38    Added a function to get the equivalent terms of a query term. I also
    39    fixed a small bug that was causing massive slowdown :-^
    40 
    41    Revision 1.5  1999/06/30 04:04:11  rjmcnab
    42    made stemming functions available from mgsearch and made the stems
    43    for the query terms available in queryinfo
    44 
    45    Revision 1.4  1999/06/28 08:56:29  rjmcnab
    46    A bit of hacking to remove the restriction that the index to get
    47    a document must be a level 2 index. Now both level 2 and level 3
    48    indexes can be used to get the text of a document.
    49 
    50    Revision 1.3  1999/01/19 01:38:16  rjmcnab
    51 
    52    Made the source more portable.
    53 
    54    Revision 1.2  1999/01/12 01:51:02  rjmcnab
    55 
    56    Standard header.
    57 
    58    Revision 1.1  1999/01/08 09:02:22  rjmcnab
    59 
    60    Moved from src/library.
    61 
    62  */
    63 
    6425
    6526#include "mgq.h"
     
    769730  make_current (-1);
    770731}
    771 
    772 
    773 
Note: See TracChangeset for help on using the changeset viewer.