Class CoreSearchRowLocation

    • Constructor Detail

      • CoreSearchRowLocation

        public CoreSearchRowLocation​(String field,
                                     String term,
                                     long pos,
                                     long start,
                                     long end,
                                     @Nullable
                                     long[] arrayPositions)
    • Method Detail

      • field

        public String field()
      • pos

        public long pos()
      • start

        public long start()
      • end

        public long end()
      • arrayPositions

        @Nullable
        public long[] arrayPositions()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object