Class QueryRefinement

    • Method Detail

      • refinedTerm

        public final String refinedTerm()

        The term that will be suggested to the user.

        Returns:
        The term that will be suggested to the user.
      • originalTerm

        public final String originalTerm()

        The sub-string of the original query that is replaced by this query term.

        Returns:
        The sub-string of the original query that is replaced by this query term.
      • startIndex

        public final Integer startIndex()

        Start index of the parsed component.

        Returns:
        Start index of the parsed component.
      • endIndex

        public final Integer endIndex()

        End index of the parsed query.

        Returns:
        End index of the parsed query.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)