Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lucene / include / org / apache / lucene / codecs / blockterms / VariableGapTermsIndexWriter$IndexTermSelector.h
Size: Mime:
#ifndef org_apache_lucene_codecs_blockterms_VariableGapTermsIndexWriter$IndexTermSelector_H
#define org_apache_lucene_codecs_blockterms_VariableGapTermsIndexWriter$IndexTermSelector_H

#include "java/lang/Object.h"

namespace org {
  namespace apache {
    namespace lucene {
      namespace codecs {
        class TermStats;
      }
      namespace util {
        class BytesRef;
      }
      namespace index {
        class FieldInfo;
      }
    }
  }
}
namespace java {
  namespace lang {
    class Class;
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace codecs {
        namespace blockterms {

          class VariableGapTermsIndexWriter$IndexTermSelector : public ::java::lang::Object {
           public:
            enum {
              mid_init$_d7775b228e076e62,
              mid_isIndexTerm_93c01b1c05dc9e68,
              mid_newField_3aa5bdc87cb79608,
              max_mid
            };

            static ::java::lang::Class *class$;
            static jmethodID *mids$;
            static bool live$;
            static jclass initializeClass(bool);

            explicit VariableGapTermsIndexWriter$IndexTermSelector(jobject obj) : ::java::lang::Object(obj) {
              if (obj != NULL && mids$ == NULL)
                env->getClass(initializeClass);
            }
            VariableGapTermsIndexWriter$IndexTermSelector(const VariableGapTermsIndexWriter$IndexTermSelector& obj) : ::java::lang::Object(obj) {}

            VariableGapTermsIndexWriter$IndexTermSelector();

            jboolean isIndexTerm(const ::org::apache::lucene::util::BytesRef &, const ::org::apache::lucene::codecs::TermStats &) const;
            void newField(const ::org::apache::lucene::index::FieldInfo &) const;
          };
        }
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace codecs {
        namespace blockterms {
          extern PyType_Def PY_TYPE_DEF(VariableGapTermsIndexWriter$IndexTermSelector);
          extern PyTypeObject *PY_TYPE(VariableGapTermsIndexWriter$IndexTermSelector);

          class t_VariableGapTermsIndexWriter$IndexTermSelector {
          public:
            PyObject_HEAD
            VariableGapTermsIndexWriter$IndexTermSelector object;
            static PyObject *wrap_Object(const VariableGapTermsIndexWriter$IndexTermSelector&);
            static PyObject *wrap_jobject(const jobject&);
            static void install(PyObject *module);
            static void initialize(PyObject *module);
          };
        }
      }
    }
  }
}

#endif