Currently my index has this option:
{
"index" : {
"refresh_interval" : "-1"
}
}
Which should mean that index needs to be manually refreshed once data has been pushed into it to make content searchable.
My application, which indexes data, refreshes index once bulk inserting is done.
Is this a good approach or is there a other recommended way to do that?