Ignore:
Timestamp:
2006-07-28T12:06:09+12:00 (18 years ago)
Author:
kjdon
Message:

made MAXNUMERIC a global variable instead of a \#define. Its now a command line arg to mgpp_passes, and an option in Queryer, and a parameter to ParseQuery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/text/GSDLQueryParser.h

    r6118 r12321  
    2929
    3030// returns NULL if the query could not be parsed
    31 // defaultBoolCombine determines if individual terms are combined using
     31// defaultBoolCOmbine determines if individual terms are combined using
    3232// AND or OR in the absence of specified operators.
    3333// defaultStemMethod used to set stemming and casefolding for terms where
     
    3535// should be set using the values from the preferences page
    3636QueryNode *ParseQuery (const UCArray &queryStr, int defaultBoolCombine,
    37                int defaultStemMethod);
     37               int defaultStemMethod, int maxnumeric);
    3838
    3939#endif
Note: See TracChangeset for help on using the changeset viewer.