Claudio Hebein created SOLR-9210:
------------------------------------

             Summary: 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: Claudio Hebein
            Priority: Minor


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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to