- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 42字
- 2025-04-04 14:26:49
Refreshing an index
Elasticsearch allows the user to control the state of the searcher using a forced refresh on an index. If not forced, the newly indexed document will only be searchable after a fixed time interval (usually 1 second).