Changeset 1987


Ignore:
Timestamp:
2001-02-15T16:57:02+13:00 (23 years ago)
Author:
kjm18
Message:

changed accumulator_method for mg to be array rather than list - it was
getting some weird results with ranked searches

File:
1 edited

Legend:

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

    r1860 r1987  
    2828/*
    2929   $Log$
     30   Revision 1.29  2001/02/15 03:57:02  kjm18
     31   changed accumulator_method for mg to be array rather than list - it was
     32   getting some weird results with ranked searches
     33
    3034   Revision 1.28  2001/01/25 18:26:44  cs025
    3135   Included CORBA branch for first time
     
    430434  mgq_ask(".set expert true");
    431435  mgq_ask(".set sorted_terms true");
    432   mgq_ask(".set accumulator_method list");
     436  mgq_ask(".set accumulator_method array");
    433437  mgq_ask(".set max_accumulators 500000");
    434438  mgq_ask(".set maxparas 500000");
Note: See TracChangeset for help on using the changeset viewer.