Changeset 3981 for trunk/indexers/mg


Ignore:
Timestamp:
2003-03-25T12:33:39+12:00 (21 years ago)
Author:
mdewsnip
Message:

Updated comments and a constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mg/jni/MGWrapperImpl.c

    r3791 r3981  
    5151           queryLevel.
    5252
    53    - "Some" (boolean OR) queries.
    54      In boolean querying mode, MG assumes query terms are joined by ANDs.
    55      There is no way to tell MG to treat the query terms as if they were
    56      joined by ORs. Here, "some" queries are handled by explicitly
    57      inserting OR ("|") characters between the query terms.
    58 
    59  *************************************************************************
    60    TO DO
    61 
    62    - Find out about necessity of other query term information
    63      (eg. equivalent terms).
    64 
    6553 *************************************************************************/
    6654
    6755
    68 #define MAX_INDEXES_CACHED 2
     56#define MAX_INDEXES_CACHED 3
    6957
    7058
Note: See TracChangeset for help on using the changeset viewer.