dih

Solr DIH delta-import with compound primary keys?

My Solr data source is a SQL database where the primary key is compound (i.e. it's two fields). This is fine for my main DIH query, I just concatenate the fields and that becomes my Solr primary key. However it's unclear from the documentation how I'd write a delta-import query to support this. The documentation suggests I need two qu...

Missing url field using Solr DataImportHandler

Hi, I'm new to Solr and having difficulties with the DataImportHandler. I get this message when the server starts: Jan 27, 2010 12:27:22 PM org.apache.solr.handler.dataimport.DataImportHandler processConfiguration INFO: Processing configuration from solrconfig.xml: {config=dih-gensigdb-jdbc.xml} Jan 27, 2010 12:27:22 PM org.apache....

How to index different types of xml using DIH in SOLR?

Hello guys, I need to index 5 different kinds of xml files. They share similar structure with slight differences in each of them. example 1: <?xml version="1.0"?> <manifest> <metadata> <isbn>9780815341291</isbn> <title>Essential Cell Biology,Third Edition</title> <authors> ...