Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_codecs_memory_FSTOrdTermsReader_H
#define org_apache_lucene_codecs_memory_FSTOrdTermsReader_H
#include "org/apache/lucene/codecs/FieldsProducer.h"
namespace org {
namespace apache {
namespace lucene {
namespace index {
class SegmentReadState;
class Terms;
}
namespace codecs {
class PostingsReaderBase;
}
namespace util {
class Accountable;
}
}
}
}
namespace java {
namespace lang {
class String;
class Class;
}
namespace util {
class Iterator;
class Collection;
}
namespace io {
class IOException;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace codecs {
namespace memory {
class FSTOrdTermsReader : public ::org::apache::lucene::codecs::FieldsProducer {
public:
enum {
mid_init$_30df1b65ce29820a,
mid_checkIntegrity_d7775b228e076e62,
mid_close_d7775b228e076e62,
mid_getChildResources_928c43133c03833e,
mid_iterator_1b087b0cc2db38d4,
mid_ramBytesUsed_062ad918b5794303,
mid_size_9135e6328d9d7dfd,
mid_terms_20505e497919c534,
mid_toString_a6d454b6117bc1ba,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit FSTOrdTermsReader(jobject obj) : ::org::apache::lucene::codecs::FieldsProducer(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
FSTOrdTermsReader(const FSTOrdTermsReader& obj) : ::org::apache::lucene::codecs::FieldsProducer(obj) {}
FSTOrdTermsReader(const ::org::apache::lucene::index::SegmentReadState &, const ::org::apache::lucene::codecs::PostingsReaderBase &);
void checkIntegrity() const;
void close() const;
::java::util::Collection getChildResources() const;
::java::util::Iterator iterator() const;
jlong ramBytesUsed() const;
jint size() const;
::org::apache::lucene::index::Terms terms(const ::java::lang::String &) const;
::java::lang::String toString() const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace codecs {
namespace memory {
extern PyType_Def PY_TYPE_DEF(FSTOrdTermsReader);
extern PyTypeObject *PY_TYPE(FSTOrdTermsReader);
class t_FSTOrdTermsReader {
public:
PyObject_HEAD
FSTOrdTermsReader object;
static PyObject *wrap_Object(const FSTOrdTermsReader&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif