DIH is deprecated and removed from Solr 9.0. DIH did not support SolrCloud very well, as it runs on one local core, not distributed. Please seek support from its new 3rd party plugin home in GitHub: https://github.com/rohitbemax/dataimporthandler <https://github.com/rohitbemax/dataimporthandler> Or consider using a different way of indexing your content.
Jan > 31. mar. 2022 kl. 06:38 skrev James Greene <[email protected]>: > > Are there any working examples of using the DataImportHandler's delta > import with SolrCloid? > > I have a single zookeeper instance with four solr instances (using > docker-compose). > > Once all services are online I use the zk upload tool to upload my conf > configuration directory to zookeeper. From there I create a new collection > using the uploaded config. > > I'm able to run a DIH full import with no issues. > > When I run a DIH delta import the data gets imported and I have a "import > successful" in the solr logs right before a null pointer exception thrown > while trying to close the DIH properties writer. > > Checking zookeeper I see the dataimport.properties file but it has 0 > content and never updates. I've confirmed my dih config specifies using > the ZKPropertiesWriter > > Anyone running DIH delta imports while using aolrcloud? > > Cheers, > JAG
