source: tags/ant-install-branch-merged-1/indexers/mgpp/jni/MGPPWrapperImpl.h@ 9873

Last change on this file since 9873 was 9873, checked in by (none), 19 years ago

This commit was manufactured by cvs2svn to create tag
'ant-install-branch-merged-1'.

  • 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.