I am trying a data import handler for a MySQL database.
I added a DIhandler to the solrconfig.xml file, created a data-config.xml file according to my database schema, and also added a field to schema.xml that was different. I am connecting to a MySQL database
After I connected and I started dataimport?command=full-import
, I get this answer
"00C:\solr\conf\data-config.xmlfull-importidle1102011-03-05 15:01:04Indexing completed. Added/Updated: 0 documents. Deleted 0 documents.2011-03-05 15:01:042011-03-05 15:01:040:0:0.400This response format is experimental. It is likely to change in the future."
The xml files are in this http://pastebin.com/iKebKGSZ
source
share