Class DefaultIndexingChain.PerField

    • Constructor Detail

      • PerField

        public PerField​(int indexCreatedVersionMajor,
                        FieldInfo fieldInfo,
                        boolean invert)
    • Method Detail

      • setInvertState

        void setInvertState()
      • finish

        public void finish()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • invert

        public void invert​(IndexableField field,
                           boolean first)
                    throws java.io.IOException
        Inverts one field for one document; first is true if this is the first time we are seeing this field name in this document.
        Throws:
        java.io.IOException