Re: Index a new record in MySQL

2014-02-08 Thread tamanjit.bin...@yahoo.co.in
.nabble.com/Index-a-new-record-in-MySQL-tp4116164p4116193.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Index a new record in MySQL

2014-02-08 Thread PeriS
ig.xml and version of Solr for further help. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Index-a-new-record-in-MySQL-tp4116164p4116184.html > Sent from the Solr - User mailing list archive at Nabble.com. > > > > *** DISCL

Re: Index a new record in MySQL

2014-02-08 Thread tamanjit.bin...@yahoo.co.in
But delta indexing is supposed to do that. Please share details of your datatimport-config.xml and version of Solr for further help. -- View this message in context: http://lucene.472066.n3.nabble.com/Index-a-new-record-in-MySQL-tp4116164p4116184.html Sent from the Solr - User mailing list

Index a new record in MySQL

2014-02-07 Thread PeriS
Hi, How do I approach the issue of firing the DIH without it having to index the whole DB when adding a new record? It appears that when a new record is added the delta query on DIH doesn’t pick up the record. And I don’t want to run a full index on the DB when adding 1 single row. Any suggesti