I am adding documents with data import handler from a mysql database. I
create a unique id for each document by concatenating a couple of fields in
the database. Every id is unique.
After the import, over half the documents which were imported are deleted
again, leaving me with less then half the
Thanks Gora,
Sorry I might not have been sufficiently clear.
I start with an empty index, then add documents.
9000 are added and 6000 immediately deleted again, leaving 3000.
I assume this can only happen with duplicate IDs, but that should not be
possible! So I wanted to get a list of deleted do
Hi Gora and Arcadius,
Thanks for your help. I'll try and answer both your questions here.
I am interested in three database tables. "Book" contains information about
books, "page" has the content of each book page by page, and "chapter"
contains the title of each chapter in every book, and the pa
I should also add that some of the books don't have chapters, so the query
won't succeed for these books.
But in this case I expected that the document won't be added at all ..
rather than first added then deleted (which I am now suspecting is the
case).
It would be very helpful if I could see a li
Thanks Gora. I do not have optimise automatically enabled, but I am new to
Solr so I am not 100% familiar with all the steps that go on.
I will try your suggestion, but I was hoping first that I could get the data
straight from Solr.
thanks, Csaba
--
View this message in context:
http://luce
Thanks Arcadius,
Excellent suggestion about the view.I'll try to simplify things and see how
I go.
thanks,
Csaba
--
View this message in context:
http://lucene.472066.n3.nabble.com/DIH-deleting-documents-tp4041811p4042663.html
Sent from the Solr - User mailing list archive at Nabble.com.