Is there a way for bulk indexing in app-search similar to Elastic search??
@teja_sri How many documents do you need to index? The documents API for indexing can accept 100 at a time: https://swiftype.com/documentation/app-search/api/documents#create.
If you have more than that, you would probably need to write a script to index documents in batches.