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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -