Class Hit


  • public class Hit
    extends Object
    INTERNAL: Class that holds search hit data.

    • Constructor Detail

      • Hit

        public Hit​(Object value,
                   float score)
    • Method Detail

      • getValue

        public Object getValue()
        INTERNAL: Gets the result value.
      • getScore

        public float getScore()
        INTERNAL: Gets the score ;