Interface SearchResultLocation.Builder

  • Method Details

    • 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

      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

      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.