Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_index_IndexUpgrader_H
#define org_apache_lucene_index_IndexUpgrader_H
#include "java/lang/Object.h"
namespace java {
namespace lang {
class String;
class Class;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace index {
class IndexWriterConfig;
}
namespace util {
class InfoStream;
}
namespace store {
class Directory;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace index {
class IndexUpgrader : public ::java::lang::Object {
public:
enum {
mid_init$_c65c15e8ea3ac336,
mid_init$_785f80700bc60e74,
mid_init$_d6abe5d5b5fc316a,
mid_main_0351455f15f07047,
mid_upgrade_d7775b228e076e62,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit IndexUpgrader(jobject obj) : ::java::lang::Object(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
IndexUpgrader(const IndexUpgrader& obj) : ::java::lang::Object(obj) {}
IndexUpgrader(const ::org::apache::lucene::store::Directory &);
IndexUpgrader(const ::org::apache::lucene::store::Directory &, const ::org::apache::lucene::index::IndexWriterConfig &, jboolean);
IndexUpgrader(const ::org::apache::lucene::store::Directory &, const ::org::apache::lucene::util::InfoStream &, jboolean);
static void main(const JArray< ::java::lang::String > &);
void upgrade() const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace index {
extern PyType_Def PY_TYPE_DEF(IndexUpgrader);
extern PyTypeObject *PY_TYPE(IndexUpgrader);
class t_IndexUpgrader {
public:
PyObject_HEAD
IndexUpgrader object;
static PyObject *wrap_Object(const IndexUpgrader&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif