Class TransportIndexAction


  • @Deprecated
    public class TransportIndexAction
    extends TransportSingleItemBulkWriteAction<IndexRequest,​IndexResponse>
    Deprecated.
    Performs the index operation. Allows for the following settings:
    • autoCreateIndex: When set to true, will automatically create an index if one does not exists. Defaults to true.
    • allowIdGeneration: If the id is set not, should it be generated. Defaults to true.
    Deprecated use TransportBulkAction with a single item instead