Interface IndexDocumentsResponse.Builder

    • Method Detail

      • fieldNames

        IndexDocumentsResponse.Builder fieldNames​(Collection<String> fieldNames)

        The names of the fields that are currently being indexed.

        Parameters:
        fieldNames - The names of the fields that are currently being indexed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldNames

        IndexDocumentsResponse.Builder fieldNames​(String... fieldNames)

        The names of the fields that are currently being indexed.

        Parameters:
        fieldNames - The names of the fields that are currently being indexed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.