Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_facet_range_DoubleRangeFacetCounts_H
#define org_apache_lucene_facet_range_DoubleRangeFacetCounts_H
#include "org/apache/lucene/facet/range/RangeFacetCounts.h"
namespace java {
namespace lang {
class String;
class Class;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace search {
class DoubleValuesSource;
class Query;
}
namespace facet {
namespace range {
class DoubleRange;
}
class FacetsCollector;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace facet {
namespace range {
class DoubleRangeFacetCounts : public ::org::apache::lucene::facet::range::RangeFacetCounts {
public:
enum {
mid_init$_627df74aa45a31b6,
mid_init$_efb1aea0e52072ae,
mid_init$_2bf07b37b80314f0,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit DoubleRangeFacetCounts(jobject obj) : ::org::apache::lucene::facet::range::RangeFacetCounts(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
DoubleRangeFacetCounts(const DoubleRangeFacetCounts& obj) : ::org::apache::lucene::facet::range::RangeFacetCounts(obj) {}
DoubleRangeFacetCounts(const ::java::lang::String &, const ::org::apache::lucene::facet::FacetsCollector &, const JArray< ::org::apache::lucene::facet::range::DoubleRange > &);
DoubleRangeFacetCounts(const ::java::lang::String &, const ::org::apache::lucene::search::DoubleValuesSource &, const ::org::apache::lucene::facet::FacetsCollector &, const JArray< ::org::apache::lucene::facet::range::DoubleRange > &);
DoubleRangeFacetCounts(const ::java::lang::String &, const ::org::apache::lucene::search::DoubleValuesSource &, const ::org::apache::lucene::facet::FacetsCollector &, const ::org::apache::lucene::search::Query &, const JArray< ::org::apache::lucene::facet::range::DoubleRange > &);
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace facet {
namespace range {
extern PyType_Def PY_TYPE_DEF(DoubleRangeFacetCounts);
extern PyTypeObject *PY_TYPE(DoubleRangeFacetCounts);
class t_DoubleRangeFacetCounts {
public:
PyObject_HEAD
DoubleRangeFacetCounts object;
static PyObject *wrap_Object(const DoubleRangeFacetCounts&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif