Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_codecs_lucene50_Lucene50PostingsReader_H
#define org_apache_lucene_codecs_lucene50_Lucene50PostingsReader_H
#include "org/apache/lucene/codecs/PostingsReaderBase.h"
namespace org {
namespace apache {
namespace lucene {
namespace index {
class SegmentReadState;
class PostingsEnum;
class FieldInfo;
}
namespace store {
class DataInput;
class IndexInput;
}
namespace codecs {
class BlockTermState;
}
}
}
}
namespace java {
namespace lang {
class String;
class Class;
}
namespace io {
class IOException;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace codecs {
namespace lucene50 {
class Lucene50PostingsReader : public ::org::apache::lucene::codecs::PostingsReaderBase {
public:
enum {
mid_init$_f2ef6a41dc2acb01,
mid_checkIntegrity_d7775b228e076e62,
mid_close_d7775b228e076e62,
mid_decodeTerm_a83dc66683f899f4,
mid_init_dd69daa0b166bab7,
mid_newTermState_cb7efab9cf793d9a,
mid_postings_193e80fb82b728c5,
mid_ramBytesUsed_062ad918b5794303,
mid_toString_a6d454b6117bc1ba,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit Lucene50PostingsReader(jobject obj) : ::org::apache::lucene::codecs::PostingsReaderBase(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
Lucene50PostingsReader(const Lucene50PostingsReader& obj) : ::org::apache::lucene::codecs::PostingsReaderBase(obj) {}
Lucene50PostingsReader(const ::org::apache::lucene::index::SegmentReadState &);
void checkIntegrity() const;
void close() const;
void decodeTerm(const JArray< jlong > &, const ::org::apache::lucene::store::DataInput &, const ::org::apache::lucene::index::FieldInfo &, const ::org::apache::lucene::codecs::BlockTermState &, jboolean) const;
void init(const ::org::apache::lucene::store::IndexInput &, const ::org::apache::lucene::index::SegmentReadState &) const;
::org::apache::lucene::codecs::BlockTermState newTermState() const;
::org::apache::lucene::index::PostingsEnum postings(const ::org::apache::lucene::index::FieldInfo &, const ::org::apache::lucene::codecs::BlockTermState &, const ::org::apache::lucene::index::PostingsEnum &, jint) const;
jlong ramBytesUsed() const;
::java::lang::String toString() const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace codecs {
namespace lucene50 {
extern PyType_Def PY_TYPE_DEF(Lucene50PostingsReader);
extern PyTypeObject *PY_TYPE(Lucene50PostingsReader);
class t_Lucene50PostingsReader {
public:
PyObject_HEAD
Lucene50PostingsReader object;
static PyObject *wrap_Object(const Lucene50PostingsReader&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif