Skip navigation links

Package org.elasticsearch.action.admin.indices.warmer

Index / Search Warmer Administrative Actions

See: Description

Package org.elasticsearch.action.admin.indices.warmer Description

Index / Search Warmer Administrative Actions

Index warming allows to run registered search requests to warm up the index before it is available for search. With the near real time aspect of search, cold data (segments) will be warmed up before they become available for search. This includes things such as the filter cache, filesystem cache, and loading field data for fields.

See Also:
reference guide for more detailed information about the Indices / Search Warmer
Skip navigation links

Copyright © 2009–2015. All rights reserved.