Skip to content

Conversation

fragosoluana
Copy link
Member

No description provided.

// have obtained this searcher from the NRTManager
// (i.e. sometimes we pulled from
// SearcherLifetimeManager, other times (if
// snapshot was specified) we opened ourselves,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may not want to warm the query with specific generation, i.e. snapshot. But this is likely a fix in saving criteria.

@@ -257,7 +257,8 @@ public void initWarmer(Archiver archiver, String indexName) {
archiver,
configuration.getServiceName(),
indexName,
warmerConfig.getMaxWarmingQueries());
warmerConfig.getMaxWarmingQueries(),
warmerConfig.getMaxWarmingLuceneQueryOnlyCount());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can still use the % settings in your final PR if you prefer

@fragosoluana
Copy link
Member Author

Not needed anymore due to #844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants