Class RemoteIndexData


  • public class RemoteIndexData
    extends java.lang.Object
    Supplier of index data
    • Constructor Detail

      • RemoteIndexData

        public RemoteIndexData​(java.lang.String partitionKey,
                               SearchParametersTransport searchParameters)
        Public constructor
        Parameters:
        partitionKey -
        searchParameters -
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getSearchParameters

        public SearchParametersTransport getSearchParameters()
        Get the search parameter block representing the data we want to send to the remote indexing service
        Returns:
      • getPartitionKey

        public java.lang.String getPartitionKey()
        Get the key used to select which partition we want to send to. Partitions are important because we want to see the IndexData processed in order within a particular partition
        Returns: