Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_queries_function_valuesource_MultiValuedLongFieldSource_H
#define org_apache_lucene_queries_function_valuesource_MultiValuedLongFieldSource_H
#include "org/apache/lucene/queries/function/valuesource/LongFieldSource.h"
namespace org {
namespace apache {
namespace lucene {
namespace search {
class SortedNumericSelector$Type;
class SortField;
}
}
}
}
namespace java {
namespace lang {
class String;
class Class;
class Object;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace valuesource {
class MultiValuedLongFieldSource : public ::org::apache::lucene::queries::function::valuesource::LongFieldSource {
public:
enum {
mid_init$_5a69d73a6bbb167c,
mid_description_a6d454b6117bc1ba,
mid_equals_ac708f0101821708,
mid_getSortField_9e2c672dd162ea1d,
mid_hashCode_9135e6328d9d7dfd,
mid_getNumericDocValues_9ada2bd63a6b61a9,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit MultiValuedLongFieldSource(jobject obj) : ::org::apache::lucene::queries::function::valuesource::LongFieldSource(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
MultiValuedLongFieldSource(const MultiValuedLongFieldSource& obj) : ::org::apache::lucene::queries::function::valuesource::LongFieldSource(obj) {}
MultiValuedLongFieldSource(const ::java::lang::String &, const ::org::apache::lucene::search::SortedNumericSelector$Type &);
::java::lang::String description() const;
jboolean equals(const ::java::lang::Object &) const;
::org::apache::lucene::search::SortField getSortField(jboolean) const;
jint hashCode() const;
};
}
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace valuesource {
extern PyType_Def PY_TYPE_DEF(MultiValuedLongFieldSource);
extern PyTypeObject *PY_TYPE(MultiValuedLongFieldSource);
class t_MultiValuedLongFieldSource {
public:
PyObject_HEAD
MultiValuedLongFieldSource object;
static PyObject *wrap_Object(const MultiValuedLongFieldSource&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
}
#endif