Hi!
Is in ElasticSearch some time interval after which I can be sure that values
I've putted are searchable? For example:
- I put some messages
- I wait x amount of seconds
- Now search "is seeing" my messages
Hi!
Is in ElasticSearch some time interval after which I can be sure that values
I've putted are searchable? For example:
By default, the refresh interval in elasticsearch is 1 second (you can
configure it to be higher). There is also the indices refresh API to make
sure that anything that happened before the API was called is searchable.
cheers,
shay.banon
On Wed, Apr 14, 2010 at 6:25 PM, Szymon Gwóźdź sz.gwozdz@gmail.com wrote:
Hi!
Is in Elasticsearch some time interval after which I can be sure that
values I've putted are searchable? For example:
- I put some messages
- I wait x amount of seconds
- Now search "is seeing" my messages
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.