Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_queries_function_valuesource_MaxDocValueSource_H
#define org_apache_lucene_queries_function_valuesource_MaxDocValueSource_H
#include "org/apache/lucene/queries/function/ValueSource.h"
namespace java {
namespace lang {
class String;
class Class;
class Object;
}
namespace io {
class IOException;
}
namespace util {
class Map;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace search {
class IndexSearcher;
}
namespace index {
class LeafReaderContext;
}
namespace queries {
namespace function {
class FunctionValues;
}
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace valuesource {
class MaxDocValueSource : public ::org::apache::lucene::queries::function::ValueSource {
public:
enum {
mid_init$_d7775b228e076e62,
mid_createWeight_04b138d5c8419e0f,
mid_description_a6d454b6117bc1ba,
mid_equals_ac708f0101821708,
mid_getValues_0041a7aeb8edd48e,
mid_hashCode_9135e6328d9d7dfd,
mid_name_a6d454b6117bc1ba,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit MaxDocValueSource(jobject obj) : ::org::apache::lucene::queries::function::ValueSource(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
MaxDocValueSource(const MaxDocValueSource& obj) : ::org::apache::lucene::queries::function::ValueSource(obj) {}
MaxDocValueSource();
void createWeight(const ::java::util::Map &, const ::org::apache::lucene::search::IndexSearcher &) const;
::java::lang::String description() const;
jboolean equals(const ::java::lang::Object &) const;
::org::apache::lucene::queries::function::FunctionValues getValues(const ::java::util::Map &, const ::org::apache::lucene::index::LeafReaderContext &) const;
jint hashCode() const;
::java::lang::String name() const;
};
}
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace queries {
namespace function {
namespace valuesource {
extern PyType_Def PY_TYPE_DEF(MaxDocValueSource);
extern PyTypeObject *PY_TYPE(MaxDocValueSource);
class t_MaxDocValueSource {
public:
PyObject_HEAD
MaxDocValueSource object;
static PyObject *wrap_Object(const MaxDocValueSource&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
}
#endif