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

Searcher Manger with support for Multi-Reader #13975

Open
Shibi-bala opened this issue Nov 4, 2024 · 0 comments
Open

Searcher Manger with support for Multi-Reader #13975

Shibi-bala opened this issue Nov 4, 2024 · 0 comments

Comments

@Shibi-bala
Copy link
Contributor

Description

I'd like to use MultiReader inside my searcher manager, but currently there is only support for DirectoryReader. Not sure about the context for. why this was the case initially, seems specific to some desired use-case https://issues.apache.org/jira/browse/LUCENE-6087.

Anyway should be a 1-line change here:

public SearcherManager(DirectoryReader reader, SearcherFactory searcherFactory)

I found a relevant stack overflow question here:
https://stackoverflow.com/questions/49817453/searchermanager-and-multireader-in-lucene

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

No branches or pull requests

1 participant