Re: DIH deleting documents

2013-02-25 Thread cveres
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.

Re: DIH deleting documents

2013-02-23 Thread Arcadius Ahouansou
ta > straight from Solr. > > thanks, Csaba > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/DIH-deleting-documents-tp4041811p4042426.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH deleting documents

2013-02-23 Thread cveres
://lucene.472066.n3.nabble.com/DIH-deleting-documents-tp4041811p4042426.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH deleting documents

2013-02-22 Thread Gora Mohanty
On 22 February 2013 12:11, cveres wrote: > 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 >

Re: DIH deleting documents

2013-02-21 Thread cveres
f I could see a list of deleted documents! I was trying to look in the terminal window (Jetty) but that did not help. I don't know where else Solr might put logs. I looked in /var/log.. but did not find anything useful looking. -- View this message in context: http://lucene.472066.n3.nab

Re: DIH deleting documents

2013-02-21 Thread cveres
the config file (the relevant part): thanks, Csaba -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-deleting-documents-tp4041811p4041996.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH deleting documents

2013-02-21 Thread Arcadius Ahouansou
Hi Csaba. Would you mind posting your DIHconfig/data-config.xml and the command you use for the import? Thanks. Arcadius. On 21 February 2013 17:55, Gora Mohanty wrote: > On 21 February 2013 19:30, cveres wrote: >> Thanks Gora, >> >> Sorry I might not have been sufficiently clear. >> >> I st

Re: DIH deleting documents

2013-02-21 Thread Gora Mohanty
On 21 February 2013 19:30, cveres wrote: > 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 no

Re: DIH deleting documents

2013-02-21 Thread cveres
documents so that I could try and figure out why they were deleted immediately. thanks, Csaba -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-deleting-documents-tp4041811p4041887.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DIH deleting documents

2013-02-21 Thread Gora Mohanty
On 21 February 2013 14:27, cveres wrote: > 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

DIH deleting documents

2013-02-21 Thread cveres
documents in the database ending up in the Solr index. Is there a way to get a list of the deleted documents, so that I can start troubleshooting what went wrong? thanks, Csaba -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-deleting-documents-tp4041809.html Sent

Re: DIH - deleting documents, high performance (delta) imports, and passing parameters

2010-08-30 Thread Tommy Chheng
Thanks for the section on "Passing "parameters" to DIH config:" I'm going to try the parameter passing to allow the DIH to index different DBs based on the system environment(local dev machine or production machine) @tommychheng Programmer and UC Irvine Graduate Student Find a great grad sch

DIH - deleting documents, high performance (delta) imports, and passing parameters

2010-08-30 Thread Ephraim Ofir
After wasting a few days navigating the somewhat uncharted and murky waters of DIH, thought I'd share my insights with the community to save other newbies time, so here goes... First off, this is not to say DIH is bad, I think it's great and it works really well for my uses, but it has a few undoc

Re: DIH - Deleting documents

2010-03-23 Thread André Maldonado
; >> Hy all. > >> > >> How can I delete documents when using DataImportHandler on a delta > >> import? > >> > >> Thank's > >> > >> "Então aproximaram-se os que estavam no barco, e adoraram-no, dizendo: > És >

Re: DIH - Deleting documents

2010-03-23 Thread blargy
documents when using DataImportHandler on a delta >> import? >> >> Thank's >> >> "Então aproximaram-se os que estavam no barco, e adoraram-no, dizendo: És >> verdadeiramente o Filho de Deus." (Mateus 14:33) >> > > -- View this message

Re: DIH - Deleting documents

2010-03-23 Thread Mauricio Scheffer
Take a look at the DIH special commands: http://wiki.apache.org/solr/DataImportHandler#Special_Commands Some other options: http://stackoverflow.com/questions/1555610/solr-dih-how-to-handle-deleted-documents Cheers, Mauricio 2010/3/2

DIH - Deleting documents

2010-03-23 Thread André Maldonado
Hy all. How can I delete documents when using DataImportHandler on a delta import? Thank's "Então aproximaram-se os que estavam no barco, e adoraram-no, dizendo: És verdadeiramente o Filho de Deus." (Mateus 14:33)