Interface SourceFieldProperties.Builder

    • Method Detail

      • isRetrievable

        SourceFieldProperties.Builder isRetrievable​(Boolean isRetrievable)

        Indicates whether the field can be returned in a search result.

        Parameters:
        isRetrievable - Indicates whether the field can be returned in a search result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isQueryable

        SourceFieldProperties.Builder isQueryable​(Boolean isQueryable)

        Indicates if the field can be queried.

        Parameters:
        isQueryable - Indicates if the field can be queried.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTimestampFieldForIncrementalQueries

        SourceFieldProperties.Builder isTimestampFieldForIncrementalQueries​(Boolean isTimestampFieldForIncrementalQueries)

        Indicates if this timestamp field can be used for incremental queries.

        Parameters:
        isTimestampFieldForIncrementalQueries - Indicates if this timestamp field can be used for incremental queries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.