Interface SearchResultLocation.Builder

    • Method Detail

      • searchResultIndex

        SearchResultLocation.Builder searchResultIndex​(Integer searchResultIndex)

        The index of the search result content block where the cited content is found.

        Parameters:
        searchResultIndex - The index of the search result content block where the cited content is found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • start

        SearchResultLocation.Builder start​(Integer start)

        The starting position in the content array where the cited content begins.

        Parameters:
        start - The starting position in the content array where the cited content begins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • end

        SearchResultLocation.Builder end​(Integer end)

        The ending position in the content array where the cited content ends.

        Parameters:
        end - The ending position in the content array where the cited content ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.