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

Solr core dedup: multiple entries of searchComponent spellcheck and tvComponent #497

Open
saschaszott opened this issue Jan 30, 2025 · 0 comments
Labels

Comments

@saschaszott
Copy link

Problem Description

The search components spellcheck and tvComponent are declared twice in Solr configuration file solrconfig.xml of Solr core dedup:

spellcheck component

<searchComponent name="spellcheck" class="solr.SpellCheckComponent">

and

<searchComponent name="spellcheck" class="solr.SpellCheckComponent">

tvComponent component

<searchComponent name="tvComponent" class="org.apache.solr.handler.component.TermVectorComponent"/>

and

<searchComponent name="tvComponent" class="solr.TermVectorComponent"/>

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

No branches or pull requests

1 participant