Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_codecs_simpletext_SimpleTextTermVectorsReader_H
#define org_apache_lucene_codecs_simpletext_SimpleTextTermVectorsReader_H
#include "org/apache/lucene/codecs/TermVectorsReader.h"
namespace java {
namespace lang {
class Class;
class String;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace store {
class IOContext;
class Directory;
}
namespace index {
class SegmentInfo;
class Fields;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace codecs {
namespace simpletext {
class SimpleTextTermVectorsReader : public ::org::apache::lucene::codecs::TermVectorsReader {
public:
enum {
mid_init$_db61568d541aea9b,
mid_checkIntegrity_d7775b228e076e62,
mid_clone_4e1f05d2c4492c5c,
mid_close_d7775b228e076e62,
mid_get_8a6ca27e075c7383,
mid_ramBytesUsed_062ad918b5794303,
mid_toString_a6d454b6117bc1ba,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit SimpleTextTermVectorsReader(jobject obj) : ::org::apache::lucene::codecs::TermVectorsReader(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
SimpleTextTermVectorsReader(const SimpleTextTermVectorsReader& obj) : ::org::apache::lucene::codecs::TermVectorsReader(obj) {}
SimpleTextTermVectorsReader(const ::org::apache::lucene::store::Directory &, const ::org::apache::lucene::index::SegmentInfo &, const ::org::apache::lucene::store::IOContext &);
void checkIntegrity() const;
::org::apache::lucene::codecs::TermVectorsReader clone() const;
void close() const;
::org::apache::lucene::index::Fields get(jint) const;
jlong ramBytesUsed() const;
::java::lang::String toString() const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace codecs {
namespace simpletext {
extern PyType_Def PY_TYPE_DEF(SimpleTextTermVectorsReader);
extern PyTypeObject *PY_TYPE(SimpleTextTermVectorsReader);
class t_SimpleTextTermVectorsReader {
public:
PyObject_HEAD
SimpleTextTermVectorsReader object;
static PyObject *wrap_Object(const SimpleTextTermVectorsReader&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif