Hi Nadir! App Search's API does not have a _bulk endpoint. Here's the documentation for our documents API:
If your JSON files contain 100 or fewer documents each, and each document is smaller than 102kb, you should be able to simply change your endpoint to <https-endpoint/api/as/v1/engines/myengine/documents and POST to there without issue.
If your JSON files contain more than 100 documents per file, you'll need to write some extra batching logic on your end to limit/chunk each individual POST request to 100 docs.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.