Hello,

I sent some data into the solr/lucene index but when I query
the data I see weird results.

There are documents with identical id fields but they have different hash values.
Apart from the hash values the results are the same.

I thought it was impossible to have documents with same uniqueKey in the index?
Evidently this is not the case? Could the index be corrupt somehow?

from schema.xml:
<uniqueKey>id</uniqueKey>


Best regards,
Lauri Hyttinen

Reply via email to