Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_index_ParallelLeafReader_H
#define org_apache_lucene_index_ParallelLeafReader_H
#include "org/apache/lucene/index/LeafReader.h"
namespace org {
namespace apache {
namespace lucene {
namespace index {
class SortedDocValues;
class StoredFieldVisitor;
class BinaryDocValues;
class IndexReader$CacheHelper;
class Fields;
class SortedNumericDocValues;
class FieldInfos;
class LeafMetaData;
class Terms;
class SortedSetDocValues;
class NumericDocValues;
class PointValues;
}
namespace util {
class Bits;
}
}
}
}
namespace java {
namespace lang {
class String;
class Class;
}
namespace io {
class IOException;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace index {
class ParallelLeafReader : public ::org::apache::lucene::index::LeafReader {
public:
enum {
mid_init$_ee686540d94f8ed4,
mid_init$_268a2d6d2a86df67,
mid_init$_7d7bbbcf2f279913,
mid_checkIntegrity_d7775b228e076e62,
mid_document_b420ec074a1c7aa1,
mid_getBinaryDocValues_30d59ed5dea41c75,
mid_getCoreCacheHelper_a813abb8bb368117,
mid_getFieldInfos_15c57a59cd24ddb2,
mid_getLiveDocs_62de8b2c07a61ba9,
mid_getMetaData_6404bcb63f0cc85f,
mid_getNormValues_155234d2af55b5e3,
mid_getNumericDocValues_155234d2af55b5e3,
mid_getParallelReaders_00253a89d0215c8f,
mid_getPointValues_b80cf180a90f0c27,
mid_getReaderCacheHelper_a813abb8bb368117,
mid_getSortedDocValues_826a6aade1314201,
mid_getSortedNumericDocValues_ef2f9068afb9a2eb,
mid_getSortedSetDocValues_acabec611f2826fa,
mid_getTermVectors_8a6ca27e075c7383,
mid_maxDoc_9135e6328d9d7dfd,
mid_numDocs_9135e6328d9d7dfd,
mid_terms_20505e497919c534,
mid_toString_a6d454b6117bc1ba,
mid_doClose_d7775b228e076e62,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit ParallelLeafReader(jobject obj) : ::org::apache::lucene::index::LeafReader(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
ParallelLeafReader(const ParallelLeafReader& obj) : ::org::apache::lucene::index::LeafReader(obj) {}
ParallelLeafReader(const JArray< ::org::apache::lucene::index::LeafReader > &);
ParallelLeafReader(jboolean, const JArray< ::org::apache::lucene::index::LeafReader > &);
ParallelLeafReader(jboolean, const JArray< ::org::apache::lucene::index::LeafReader > &, const JArray< ::org::apache::lucene::index::LeafReader > &);
void checkIntegrity() const;
void document(jint, const ::org::apache::lucene::index::StoredFieldVisitor &) const;
::org::apache::lucene::index::BinaryDocValues getBinaryDocValues(const ::java::lang::String &) const;
::org::apache::lucene::index::IndexReader$CacheHelper getCoreCacheHelper() const;
::org::apache::lucene::index::FieldInfos getFieldInfos() const;
::org::apache::lucene::util::Bits getLiveDocs() const;
::org::apache::lucene::index::LeafMetaData getMetaData() const;
::org::apache::lucene::index::NumericDocValues getNormValues(const ::java::lang::String &) const;
::org::apache::lucene::index::NumericDocValues getNumericDocValues(const ::java::lang::String &) const;
JArray< ::org::apache::lucene::index::LeafReader > getParallelReaders() const;
::org::apache::lucene::index::PointValues getPointValues(const ::java::lang::String &) const;
::org::apache::lucene::index::IndexReader$CacheHelper getReaderCacheHelper() const;
::org::apache::lucene::index::SortedDocValues getSortedDocValues(const ::java::lang::String &) const;
::org::apache::lucene::index::SortedNumericDocValues getSortedNumericDocValues(const ::java::lang::String &) const;
::org::apache::lucene::index::SortedSetDocValues getSortedSetDocValues(const ::java::lang::String &) const;
::org::apache::lucene::index::Fields getTermVectors(jint) const;
jint maxDoc() const;
jint numDocs() 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 index {
extern PyType_Def PY_TYPE_DEF(ParallelLeafReader);
extern PyTypeObject *PY_TYPE(ParallelLeafReader);
class t_ParallelLeafReader {
public:
PyObject_HEAD
ParallelLeafReader object;
static PyObject *wrap_Object(const ParallelLeafReader&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif