Re: DataImportHandler with multiple values

2009-04-13 Thread Vincent Pérès
I changed the ISBN to lowercase (and the other fields as well) and it works ! Thanks very much ! -- View this message in context: http://www.nabble.com/DataImportHandler-with-multiple-values-tp23022195p23023374.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DataImportHandler with multiple values

2009-04-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
it is likely that your query did not return any data. just run the query separately and see if it reallly works. Or try it out in debug mode. it will tell you which query was run and what got returned. --Noble 2009/4/13 Vincent Pérès : > > Hello, > > I'm trying to import a simple book table with

Re: DataImportHandler with multiple values

2009-04-13 Thread Shalin Shekhar Mangar
2009/4/13 Vincent Pérès > > > type="JdbcDataSource" driver="com.mysql.jdbc.Driver" > url="jdbc:mysql://localhost:33061/completelynovel" user="root" password="" > /> > > > > > > > > > > > > > > > > Ten fields are well created...