: 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
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 ..
: 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
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,
: 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
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
>
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
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