The problem is with the admin UI not following the XML include to find
entity so it found none. DIH itself does support XML include as I can
issue the DIH commands via HTTP on the included entities successfully.
Bill
On Mon, Jan 13, 2014 at 8:03 PM, Shawn Heisey wrote:
> On 1/13/2014 3:31 PM,
On 1/13/2014 3:31 PM, Bill Au wrote:
But when I use XML include, the Entity pull-down in the Dataimport section
of the Solr admin UI is empty. I know that happens when there is a syntax
error in solr-data-config.xml. Does DIH supports XML include? Also I am
not seeing any error message in the
I am trying to simplify my Solr DIH configuration by using XML schema
include element. Here is an example:
]>
&dataSource;
&entity1;
&entity2;
I know my included XML files are good because if I put them all into a
single XML file, DIH works as expected.
But