Changeset 1990


Ignore:
Timestamp:
2001-02-16T11:58:11+13:00 (23 years ago)
Author:
kjm18
Message:

added a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mgsearch.cpp

    r1987 r1990  
    2828/*
    2929   $Log$
     30   Revision 1.30  2001/02/15 22:58:11  kjm18
     31   added a comment
     32
    3033   Revision 1.29  2001/02/15 03:57:02  kjm18
    3134   changed accumulator_method for mg to be array rather than list - it was
     
    429432}
    430433
    431 
     434/* accumulator_method has been changed to use array rather than list.
     435list appears to be broken somewhat - for some ranked queries, it returned
     436fewer results than it should have (eg 45 instead of 50). The three other
     437methods (array, splay_tree, hash_table) all return the same number of
     438documents, in the same order, with the same ranks. list returns what
     439appears to be the same documents (but less of them), but with different ranks,
     440and in a different order. Minimal time tests dont show any speed improvement
     441of list over array (maybe because its broken??).  [02/2001, kjm18]
     442*/
    432443void mgsearchclass::setsearchmode (const queryparamclass &queryparams)
    433444{
Note: See TracChangeset for help on using the changeset viewer.