Changeset 3445 for trunk/indexers


Ignore:
Timestamp:
2002-10-04T13:48:17+12:00 (22 years ago)
Author:
kjdon
Message:

changed default levels to Document rather than Section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/jni/MGPPWrapperImpl.cpp

    r3365 r3445  
    2020
    2121  // set all the default params
    22   SetCStr(queryInfo->docLevel, "Section"); // the level to search at
     22  SetCStr(queryInfo->docLevel, "Document"); // the level to search at
    2323  queryInfo->maxDocs = 50;
    2424  queryInfo->sortByRank = true;
     
    2828
    2929  UCArrayClear(level);
    30   SetCStr(level, "Section"); // the level to return docs at
     30  SetCStr(level, "Document"); // the level to return docs at
    3131  defaultStemMethod=0;
    3232  defaultBoolCombine=0;
Note: See TracChangeset for help on using the changeset viewer.