#include "MGQuery.h" // the global stuff we need to do a query class MGPPWrapperData { public: IndexData * indexData; QueryInfo * queryInfo; int defaultStemMethod; int defaultBoolCombine; int maxNumeric; UCArray level; // the return level MGPPWrapperData(); ~MGPPWrapperData(); };