source: trunk/mgpp/jni/MGPPWrapperImpl.h@ 3365

Last change on this file since 3365 was 3365, checked in by kjdon, 22 years ago

Initial revision

  • Property svn:keywords set to Author Date Id Revision
File size: 283 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 UCArray level; // the return level
11
12 MGPPWrapperData();
13 ~MGPPWrapperData();
14
15};
Note: See TracBrowser for help on using the repository browser.