Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_facet_range_RangeFacetCounts_H
#define org_apache_lucene_facet_range_RangeFacetCounts_H
#include "org/apache/lucene/facet/Facets.h"
namespace java {
namespace lang {
class String;
class Class;
class Number;
}
namespace util {
class List;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace facet {
class FacetResult;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace facet {
namespace range {
class RangeFacetCounts : public ::org::apache::lucene::facet::Facets {
public:
enum {
mid_getAllDims_64f5324465d61ac5,
mid_getSpecificValue_06da7463fa9b0486,
mid_getTopChildren_2d236928d5168e56,
mid_toString_a6d454b6117bc1ba,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit RangeFacetCounts(jobject obj) : ::org::apache::lucene::facet::Facets(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
RangeFacetCounts(const RangeFacetCounts& obj) : ::org::apache::lucene::facet::Facets(obj) {}
::java::util::List getAllDims(jint) const;
::java::lang::Number getSpecificValue(const ::java::lang::String &, const JArray< ::java::lang::String > &) const;
::org::apache::lucene::facet::FacetResult getTopChildren(jint, const ::java::lang::String &, const JArray< ::java::lang::String > &) const;
::java::lang::String toString() const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace facet {
namespace range {
extern PyType_Def PY_TYPE_DEF(RangeFacetCounts);
extern PyTypeObject *PY_TYPE(RangeFacetCounts);
class t_RangeFacetCounts {
public:
PyObject_HEAD
RangeFacetCounts object;
static PyObject *wrap_Object(const RangeFacetCounts&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif