Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_search_spans_SpanNotQuery$SpanNotWeight_H
#define org_apache_lucene_search_spans_SpanNotQuery$SpanNotWeight_H
#include "org/apache/lucene/search/spans/SpanWeight.h"
namespace org {
namespace apache {
namespace lucene {
namespace search {
class IndexSearcher;
namespace spans {
class SpanWeight$Postings;
class SpanNotQuery;
class Spans;
}
}
namespace index {
class Term;
class LeafReaderContext;
class TermContext;
}
}
}
}
namespace java {
namespace lang {
class Class;
}
namespace util {
class Set;
class Map;
}
namespace io {
class IOException;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace search {
namespace spans {
class SpanNotQuery$SpanNotWeight : public ::org::apache::lucene::search::spans::SpanWeight {
public:
enum {
mid_init$_17e62348fb98ead7,
mid_extractTermContexts_7f861190b8e19611,
mid_extractTerms_886840acb024c40a,
mid_getSpans_f3dfad58efc83893,
mid_isCacheable_6d46effbba8f03d8,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit SpanNotQuery$SpanNotWeight(jobject obj) : ::org::apache::lucene::search::spans::SpanWeight(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
SpanNotQuery$SpanNotWeight(const SpanNotQuery$SpanNotWeight& obj) : ::org::apache::lucene::search::spans::SpanWeight(obj) {}
SpanNotQuery$SpanNotWeight(const ::org::apache::lucene::search::spans::SpanNotQuery &, const ::org::apache::lucene::search::IndexSearcher &, const ::java::util::Map &, const ::org::apache::lucene::search::spans::SpanWeight &, const ::org::apache::lucene::search::spans::SpanWeight &, jfloat);
void extractTermContexts(const ::java::util::Map &) const;
void extractTerms(const ::java::util::Set &) const;
::org::apache::lucene::search::spans::Spans getSpans(const ::org::apache::lucene::index::LeafReaderContext &, const ::org::apache::lucene::search::spans::SpanWeight$Postings &) const;
jboolean isCacheable(const ::org::apache::lucene::index::LeafReaderContext &) const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace search {
namespace spans {
extern PyType_Def PY_TYPE_DEF(SpanNotQuery$SpanNotWeight);
extern PyTypeObject *PY_TYPE(SpanNotQuery$SpanNotWeight);
class t_SpanNotQuery$SpanNotWeight {
public:
PyObject_HEAD
SpanNotQuery$SpanNotWeight object;
static PyObject *wrap_Object(const SpanNotQuery$SpanNotWeight&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif