source: tags/greenstone-3_01-distribution/indexers/mgpp/jni/MGPPWrapperImpl.h@ 10896

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

This commit was manufactured by cvs2svn to create tag
'greenstone-3_01-distribution'.

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