source: indexers/trunk/mgpp/jni/MGPPWrapperImpl.h@ 14456

Last change on this file since 14456 was 12324, checked in by kjdon, 18 years ago

made the wrapper use maxnumeric for query parsing, can set it using setMaxNumeric

  • Property svn:keywords set to Author Date Id Revision
File size: 301 bytes
Line 
1#include "MGQuery.h"
2
3// the global stuff we need to do a query
4class MGPPWrapperData {
5 public:
6 IndexData * indexData;
7 QueryInfo * queryInfo;
8 int defaultStemMethod;
9 int defaultBoolCombine;
10 int maxNumeric;
11 UCArray level; // the return level
12
13 MGPPWrapperData();
14 ~MGPPWrapperData();
15
16};
Note: See TracBrowser for help on using the repository browser.