Skip to content

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

Open
@saschaszott

Description

@saschaszott

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"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions