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 / FixedGapTermsIndexWriter.h
Size: Mime:
#ifndef org_apache_lucene_codecs_blockterms_FixedGapTermsIndexWriter_H
#define org_apache_lucene_codecs_blockterms_FixedGapTermsIndexWriter_H

#include "org/apache/lucene/codecs/blockterms/TermsIndexWriterBase.h"

namespace java {
  namespace lang {
    class Class;
  }
  namespace io {
    class IOException;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace codecs {
        namespace blockterms {
          class TermsIndexWriterBase$FieldWriter;
        }
      }
      namespace index {
        class FieldInfo;
        class SegmentWriteState;
      }
    }
  }
}
template<class T> class JArray;

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

          class FixedGapTermsIndexWriter : public ::org::apache::lucene::codecs::blockterms::TermsIndexWriterBase {
           public:
            enum {
              mid_init$_a8c52f966389b172,
              mid_init$_dc966806e4db239d,
              mid_addField_8e6ecd5565e4e9f4,
              mid_close_d7775b228e076e62,
              mid_indexedTermPrefixLength_be8aa8aad7019222,
              max_mid
            };

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

            explicit FixedGapTermsIndexWriter(jobject obj) : ::org::apache::lucene::codecs::blockterms::TermsIndexWriterBase(obj) {
              if (obj != NULL && mids$ == NULL)
                env->getClass(initializeClass);
            }
            FixedGapTermsIndexWriter(const FixedGapTermsIndexWriter& obj) : ::org::apache::lucene::codecs::blockterms::TermsIndexWriterBase(obj) {}

            static jint DEFAULT_TERM_INDEX_INTERVAL;

            FixedGapTermsIndexWriter(const ::org::apache::lucene::index::SegmentWriteState &);
            FixedGapTermsIndexWriter(const ::org::apache::lucene::index::SegmentWriteState &, jint);

            ::org::apache::lucene::codecs::blockterms::TermsIndexWriterBase$FieldWriter addField(const ::org::apache::lucene::index::FieldInfo &, jlong) const;
            void close() const;
          };
        }
      }
    }
  }
}

#include <Python.h>

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

          class t_FixedGapTermsIndexWriter {
          public:
            PyObject_HEAD
            FixedGapTermsIndexWriter object;
            static PyObject *wrap_Object(const FixedGapTermsIndexWriter&);
            static PyObject *wrap_jobject(const jobject&);
            static void install(PyObject *module);
            static void initialize(PyObject *module);
          };
        }
      }
    }
  }
}

#endif