OK, what is your proof that they're not overwriting? Because the
deleted documents are still in the index, and looking at, say,
terms will show them until an optimize is done.
The deleted copies won't be shown in search results etc, but
the underlying data is still in the index.
If that's not the
I want multiple documents with same unique key to overwrite each other but
they are not overwriting because of lowercase field type as unique key
On 4 May 2011 11:45, Markus Jelsma wrote:
> So those multiple documents overwrite eachother? In that case, your data is
> not suited for a lowercased
So those multiple documents overwrite eachother? In that case, your data is
not suited for a lowercased docID. I'd recommend not doing any analysis on the
docID to prevent such headaches.
> Hi ,
>
> My schema consists of a field of type lowercase(for applying the lowercase
> filter factory) an