Class IndexBatchBase<T>

  • Direct Known Subclasses:
    IndexDocumentsBatch

    public class IndexBatchBase<T>
    extends Object
    Contains a batch of document write actions to send to the index.
    • Constructor Detail

      • IndexBatchBase

        public IndexBatchBase​(List<IndexAction<T>> actions)
        Constructor of IndexBatchBase
        Parameters:
        actions - The actions in the batch.
    • Method Detail

      • getActions

        public List<IndexAction<T>> getActions()
        Get the actions property: The actions in the batch.
        Returns:
        the actions value.