indexing - Elasticsearch bulk manual index refreshing -
currently index has option:
{ "index" : { "refresh_interval" : "-1" } }
which should mean index needs manually refreshed once data has been pushed make content searchable.
my application, indexes data, refreshes index once bulk inserting done.
is approach or there other recommended way that?
Comments
Post a Comment