[
https://issues.apache.org/jira/browse/SOLR-8993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242860#comment-15242860
]
Shawn McCorkell commented on SOLR-8993:
---------------------------------------
I was going to report this bug as well, but saw this post.
The issue is that it does list both / all DataImportHandlers you have listed in
your config, but the are all associated with the first list of defaults.
In my case I have two defined as below. They both show up named properly in the
new UI but load the config only from the first handler /dataimport. when I
click on /dataimport-date-range I see the last run time, details and config
from /dataimport.
<requestHandler name="/dataimport" class="solr.DataImportHandler">
<lst name="defaults">
<str name="config">solr-data-config.xml</str>
</lst>
</requestHandler>
<requestHandler name="/dataimport-date-range" class="solr.DataImportHandler">
<lst name="defaults">
<str name="config">solr-data-date-range-config.xml</str>
</lst>
</requestHandler>
> New UI can't show DIH
> ---------------------
>
> Key: SOLR-8993
> URL: https://issues.apache.org/jira/browse/SOLR-8993
> Project: Solr
> Issue Type: Bug
> Components: UI
> Affects Versions: 6.0
> Reporter: Buğra Yıldırım
> Priority: Critical
> Attachments: screenshot-1.png, screenshot-2.png, screenshot-3.png,
> screenshot-4.png
>
>
> New UI can't show DIHs when more than one DIH exists. I switch to old UI for
> importing from database.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]