Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_index_MultiFields_H
#define org_apache_lucene_index_MultiFields_H
#include "org/apache/lucene/index/Fields.h"
namespace org {
namespace apache {
namespace lucene {
namespace index {
class ReaderSlice;
class PostingsEnum;
class FieldInfos;
class Terms;
class IndexReader;
}
namespace util {
class Bits;
class BytesRef;
}
}
}
}
namespace java {
namespace lang {
class Class;
class String;
}
namespace util {
class Iterator;
class Collection;
}
namespace io {
class IOException;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace index {
class MultiFields : public ::org::apache::lucene::index::Fields {
public:
enum {
mid_init$_44dff7660b2fc2b7,
mid_getFields_91224daa212ef5c2,
mid_getIndexedFields_1976cabedb2da2f3,
mid_getLiveDocs_5996511f2b604601,
mid_getMergedFieldInfos_92d46392880a0ecc,
mid_getTermDocsEnum_a0fe84312d8206ad,
mid_getTermDocsEnum_cb510f55d51ae42d,
mid_getTermPositionsEnum_a0fe84312d8206ad,
mid_getTermPositionsEnum_cb510f55d51ae42d,
mid_getTerms_e3e6437991145ba2,
mid_iterator_1b087b0cc2db38d4,
mid_size_9135e6328d9d7dfd,
mid_terms_20505e497919c534,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit MultiFields(jobject obj) : ::org::apache::lucene::index::Fields(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
MultiFields(const MultiFields& obj) : ::org::apache::lucene::index::Fields(obj) {}
MultiFields(const JArray< ::org::apache::lucene::index::Fields > &, const JArray< ::org::apache::lucene::index::ReaderSlice > &);
static ::org::apache::lucene::index::Fields getFields(const ::org::apache::lucene::index::IndexReader &);
static ::java::util::Collection getIndexedFields(const ::org::apache::lucene::index::IndexReader &);
static ::org::apache::lucene::util::Bits getLiveDocs(const ::org::apache::lucene::index::IndexReader &);
static ::org::apache::lucene::index::FieldInfos getMergedFieldInfos(const ::org::apache::lucene::index::IndexReader &);
static ::org::apache::lucene::index::PostingsEnum getTermDocsEnum(const ::org::apache::lucene::index::IndexReader &, const ::java::lang::String &, const ::org::apache::lucene::util::BytesRef &);
static ::org::apache::lucene::index::PostingsEnum getTermDocsEnum(const ::org::apache::lucene::index::IndexReader &, const ::java::lang::String &, const ::org::apache::lucene::util::BytesRef &, jint);
static ::org::apache::lucene::index::PostingsEnum getTermPositionsEnum(const ::org::apache::lucene::index::IndexReader &, const ::java::lang::String &, const ::org::apache::lucene::util::BytesRef &);
static ::org::apache::lucene::index::PostingsEnum getTermPositionsEnum(const ::org::apache::lucene::index::IndexReader &, const ::java::lang::String &, const ::org::apache::lucene::util::BytesRef &, jint);
static ::org::apache::lucene::index::Terms getTerms(const ::org::apache::lucene::index::IndexReader &, const ::java::lang::String &);
::java::util::Iterator iterator() const;
jint size() const;
::org::apache::lucene::index::Terms terms(const ::java::lang::String &) const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace index {
extern PyType_Def PY_TYPE_DEF(MultiFields);
extern PyTypeObject *PY_TYPE(MultiFields);
class t_MultiFields {
public:
PyObject_HEAD
MultiFields object;
static PyObject *wrap_Object(const MultiFields&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif