Index is Finished in ES. Now available for search, how can i understand ? any idea?
Sorry, I don't understand your question. Can you please add a bit more detail to it?
1 Like
These documents have been indexed means they can be searched.
Is there any way to know when index completed? Ex: after 1s or 2s index has finished, now you have to search on available. it is important because ES index is slow! .
Once you get the response, these data have already been indexed.
Just like:
{
"acknowledge":true
}
How can I check acknowledge is true?
Suppose, indexData = Client.Index(dataModel, id);