Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork LRUQueryCache from Lucene to work around LUCENE-7749 #24207

Merged
merged 3 commits into from
Apr 21, 2017

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Apr 20, 2017

Lucene 6.5.1 is likely going to be released too late for it to be included
in Elasticsearch 5.4. Yet we are interested in one bug fix it contains:
https://issues.apache.org/jira/browse/LUCENE-7749, which allows the query
cache to work with IndexOrDocValuesQuery, the new query that we use for range
queries.

…rg/jira/browse/LUCENE-7749.

Lucene 6.5.1 is likely going to be released too late for it to be inncluded
in Elasticsearch 5.4. Yet we are interested in one bug fix it contains:
https://issues.apache.org/jira/browse/LUCENE-7749, which allows the query
cache to work with `IndexOrDocValuesQuery`, the new query that we use for range
queries.
Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

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

LGTM

@jpountz jpountz merged commit a7e76dc into elastic:5.x Apr 21, 2017
@jpountz jpountz deleted the fix/cache_idvquery branch April 21, 2017 08:35
jpountz added a commit that referenced this pull request Apr 21, 2017
Lucene 6.5.1 is likely going to be released too late for it to be inncluded
in Elasticsearch 5.4. Yet we are interested in one bug fix it contains:
https://issues.apache.org/jira/browse/LUCENE-7749, which allows the query
cache to work with `IndexOrDocValuesQuery`, the new query that we use for range
queries.
@clintongormley clintongormley added the :Search/Search Search-related issues that do not fall into other categories label Apr 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Search Search-related issues that do not fall into other categories v5.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants