Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_document_NumericDocValuesField_H
#define org_apache_lucene_document_NumericDocValuesField_H
#include "org/apache/lucene/document/Field.h"
namespace java {
namespace lang {
class String;
class Class;
class Long;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace document {
class FieldType;
}
namespace search {
class Query;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace document {
class NumericDocValuesField : public ::org::apache::lucene::document::Field {
public:
enum {
mid_init$_f014cb83e65e4463,
mid_init$_0a0de15921f5a55d,
mid_newSlowExactQuery_34705f5a4852d1d1,
mid_newSlowRangeQuery_84fc658baad81332,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit NumericDocValuesField(jobject obj) : ::org::apache::lucene::document::Field(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
NumericDocValuesField(const NumericDocValuesField& obj) : ::org::apache::lucene::document::Field(obj) {}
static ::org::apache::lucene::document::FieldType *TYPE;
NumericDocValuesField(const ::java::lang::String &, jlong);
NumericDocValuesField(const ::java::lang::String &, const ::java::lang::Long &);
static ::org::apache::lucene::search::Query newSlowExactQuery(const ::java::lang::String &, jlong);
static ::org::apache::lucene::search::Query newSlowRangeQuery(const ::java::lang::String &, jlong, jlong);
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace document {
extern PyType_Def PY_TYPE_DEF(NumericDocValuesField);
extern PyTypeObject *PY_TYPE(NumericDocValuesField);
class t_NumericDocValuesField {
public:
PyObject_HEAD
NumericDocValuesField object;
static PyObject *wrap_Object(const NumericDocValuesField&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif