java.lang.Object
org.codelibs.fess.app.web.api.admin.documents.BulkBody

public class BulkBody extends Object
Request body for bulk document operations containing a list of documents.
  • Field Details

    • documents

      public List<Map<String,Object>> documents
      List of documents to be processed in bulk operations.
  • Constructor Details

    • BulkBody

      public BulkBody()
      Creates a new instance of BulkBody.