Interface ITMQuery

    • Method Detail

      • setMaximumHits

        void setMaximumHits​(int max)
        Sets the maximum number of hits to retrieve.
        Parameters:
        max - The maximum number of hits to retrieve.
      • getMaximumHits

        int getMaximumHits()
        Gets the current maximum number of hits to retrieve.
        Returns:
        the current maximum number of hits to retrieve.
      • setThreshold

        void setThreshold​(int threshold)
        Sets the threshold value to use for the query.
        Parameters:
        threshold - The threshold value (between 0 and 100).
      • getThreshold

        int getThreshold()
        Gets the current threshold value to use for the query.
        Returns:
        The current threshold value to use for the query.