You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stefan Matheis (steffkes) (JIRA)" <ji...@apache.org> on 2016/06/15 12:14:09 UTC

[jira] [Resolved] (SOLR-9210) Dataimport Handlers are only available in original User Interface

     [ https://issues.apache.org/jira/browse/SOLR-9210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Matheis (steffkes) resolved SOLR-9210.
---------------------------------------------
    Resolution: Duplicate
      Assignee: Stefan Matheis (steffkes)

This is a duplicate of SOLR-8983, therefore closing this one.

> Dataimport Handlers are only available in original User Interface
> -----------------------------------------------------------------
>
>                 Key: SOLR-9210
>                 URL: https://issues.apache.org/jira/browse/SOLR-9210
>             Project: Solr
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 6.0.1
>         Environment: Linux
>            Reporter: ClaudeHe
>            Assignee: Stefan Matheis (steffkes)
>            Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 2 defined Dataimport Handlers, Migrated from 5.2.
> UI Message: "Sorry no dataimport-handler defined"
> No Problem with:
> original UI
> using the dataimport-handler URL directly
> The Problem still occurs after removing one of the Dataimport Handlers
> Here the config:
>     <requestHandler name="/import_a" class="solr.DataImportHandler">
>         <lst name="defaults">
>             <str name="config">import_a_dih.xml</str>
>         </lst>
>     </requestHandler>
>     <requestHandler name="/import_b" class="solr.DataImportHandler">
>         <lst name="defaults">
>             <str name="config">import_b_dih.xml</str>
>         </lst>
>     </requestHandler>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org