Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_queries_function_docvalues_DocTermsIndexDocValues_H
#define org_apache_lucene_queries_function_docvalues_DocTermsIndexDocValues_H
#include "org/apache/lucene/queries/function/FunctionValues.h"
namespace org {
namespace apache {
namespace lucene {
namespace util {
class BytesRefBuilder;
}
namespace queries {
namespace function {
class ValueSourceScorer;
class ValueSource;
class FunctionValues$ValueFiller;
}
}
namespace index {
class LeafReaderContext;
}
}
}
}
namespace java {
namespace lang {
class String;
class Class;
class Object;
}
namespace io {
class IOException;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace docvalues {
class DocTermsIndexDocValues : public ::org::apache::lucene::queries::function::FunctionValues {
public:
enum {
mid_init$_a364724138f1c2b4,
mid_boolVal_b9777742cbbb5232,
mid_bytesVal_0b0e4910bd8d0a48,
mid_exists_b9777742cbbb5232,
mid_getRangeScorer_3f50f08b319bf505,
mid_getValueFiller_262f4294b0bf9393,
mid_numOrd_9135e6328d9d7dfd,
mid_objectVal_3c45fe7cb6f7fd6e,
mid_ordVal_898568c95ed890a7,
mid_strVal_362d87738f8d2888,
mid_toString_362d87738f8d2888,
mid_toTerm_b6b89aa915f3be5f,
mid_getOrdForDoc_898568c95ed890a7,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit DocTermsIndexDocValues(jobject obj) : ::org::apache::lucene::queries::function::FunctionValues(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
DocTermsIndexDocValues(const DocTermsIndexDocValues& obj) : ::org::apache::lucene::queries::function::FunctionValues(obj) {}
DocTermsIndexDocValues(const ::org::apache::lucene::queries::function::ValueSource &, const ::org::apache::lucene::index::LeafReaderContext &, const ::java::lang::String &);
jboolean boolVal(jint) const;
jboolean bytesVal(jint, const ::org::apache::lucene::util::BytesRefBuilder &) const;
jboolean exists(jint) const;
::org::apache::lucene::queries::function::ValueSourceScorer getRangeScorer(const ::org::apache::lucene::index::LeafReaderContext &, const ::java::lang::String &, const ::java::lang::String &, jboolean, jboolean) const;
::org::apache::lucene::queries::function::FunctionValues$ValueFiller getValueFiller() const;
jint numOrd() const;
::java::lang::Object objectVal(jint) const;
jint ordVal(jint) const;
::java::lang::String strVal(jint) const;
::java::lang::String toString(jint) const;
};
}
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace docvalues {
extern PyType_Def PY_TYPE_DEF(DocTermsIndexDocValues);
extern PyTypeObject *PY_TYPE(DocTermsIndexDocValues);
class t_DocTermsIndexDocValues {
public:
PyObject_HEAD
DocTermsIndexDocValues object;
static PyObject *wrap_Object(const DocTermsIndexDocValues&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
}
#endif