Re: Documents disappearing

2010-03-09 Thread Chris Hostetter
: A quick check did show me a couple of duplicates, but if I understand : correctly, even if two different process send the same document, the last : one should update the previous. If I send the same documents 10 times, in : the end, it should only be in my index once, no? it should yes ... i di

Re: Documents disappearing

2010-03-05 Thread Pascal Dimassimo
Hi, hossman wrote: > > : We index using 4 processes that read from a queue of documents. Each > process > : send one document at a time to the /update handler. > > Hmmm.. then you should have a message from the LogUpdateProcessorFactory > for every individual "add" command that was recieved ..

Re: Documents disappearing

2010-03-04 Thread Chris Hostetter
: We index using 4 processes that read from a queue of documents. Each process : send one document at a time to the /update handler. Hmmm.. then you should have a message from the LogUpdateProcessorFactory for every individual "add" command that was recieved ... did you crunch those to see if

Re: Documents disappearing

2010-02-24 Thread Pascal Dimassimo
Hoss, Thanks for your answers. You are absolutely right, I should have provided you more details. We index using 4 processes that read from a queue of documents. Each process send one document at a time to the /update handler. Yes, I double checked that no delete occur. Since that indexation,

Re: Documents disappearing

2010-02-23 Thread Chris Hostetter
: I have encounter a situation that I can't explain. We are indexing documents : that are often duplicates so we activated deduplication like this: FWIW: w/o providing us more info about what your schema looks like, and how you are indexing documents, all we can do is speculate about some of ht

Re: Documents disappearing

2010-02-19 Thread Otis Gospodnetic
Message > From: Pascal Dimassimo > To: solr-user@lucene.apache.org > Sent: Fri, February 19, 2010 3:50:26 PM > Subject: RE: Documents disappearing > > > Using LukeRequestHandler, I see: > > 7725 > 28099 > 758826 >

RE: Documents disappearing

2010-02-19 Thread Pascal Dimassimo
Using LukeRequestHandler, I see: 7725 28099 758826 1266355690710 false true true org.apache.lucene.store.NIOFSDirectory:org.apache.lucene.store.NIOFSDirectory@/opt/solr/myindex/data/index I will copy the index to my local machine so I can open it with luke. Should I look for something specific

RE: Documents disappearing

2010-02-19 Thread Ankit Bhatnagar
Try inspecting your index with luke Ankit -Original Message- From: Pascal Dimassimo [mailto:thesuper...@hotmail.com] Sent: Friday, February 19, 2010 2:22 PM To: solr-user@lucene.apache.org Subject: Documents disappearing Hi, I have encounter a situation that I can't explain. We are