I'm using Nest to insert a list of 60k+ objects into elastic search, specifically calling client.IndexMany(list, indexName).
- As the list is inserted, is it query-able? or is it only query-able after the complete list is indexed?
- If its the former, is there a way to force it to only be query-able after the list is fully indexed?