Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_search_grouping_GroupFacetCollector_H
#define org_apache_lucene_search_grouping_GroupFacetCollector_H
#include "org/apache/lucene/search/SimpleCollector.h"
namespace org {
namespace apache {
namespace lucene {
namespace search {
class Scorer;
namespace grouping {
class GroupFacetCollector$GroupedFacetResult;
}
}
}
}
}
namespace java {
namespace io {
class IOException;
}
namespace lang {
class Class;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace search {
namespace grouping {
class GroupFacetCollector : public ::org::apache::lucene::search::SimpleCollector {
public:
enum {
mid_mergeSegmentResults_c1cdc751af8c8a6e,
mid_needsScores_c20c2fcd6b89d9a9,
mid_setScorer_227e197c0e123f98,
mid_createSegmentResult_7a84479a2982c027,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit GroupFacetCollector(jobject obj) : ::org::apache::lucene::search::SimpleCollector(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
GroupFacetCollector(const GroupFacetCollector& obj) : ::org::apache::lucene::search::SimpleCollector(obj) {}
::org::apache::lucene::search::grouping::GroupFacetCollector$GroupedFacetResult mergeSegmentResults(jint, jint, jboolean) const;
jboolean needsScores() const;
void setScorer(const ::org::apache::lucene::search::Scorer &) const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace search {
namespace grouping {
extern PyType_Def PY_TYPE_DEF(GroupFacetCollector);
extern PyTypeObject *PY_TYPE(GroupFacetCollector);
class t_GroupFacetCollector {
public:
PyObject_HEAD
GroupFacetCollector object;
static PyObject *wrap_Object(const GroupFacetCollector&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif