Class AnyStructuredFieldPosition

    • Constructor Detail

      • AnyStructuredFieldPosition

        public AnyStructuredFieldPosition​(java.lang.String termText)
      • AnyStructuredFieldPosition

        public AnyStructuredFieldPosition()
    • Method Detail

      • matches

        public int matches​(int start,
                           int end,
                           int offset)
                    throws java.io.IOException
        Description copied from interface: StructuredFieldPosition
        Does this element match
        Parameters:
        start - - the start postion of the paths terms
        end - - the end position of the paths terms
        offset - - the current offset in the path
        Returns:
        returns the next match position (usually offset + 1) or -1 if it does not match.
        Throws:
        java.io.IOException