Re: Using lowercase as field type

2011-05-04 Thread Erick Erickson
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

Re: Using lowercase as field type

2011-05-03 Thread Isan Fulia
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

Re: Using lowercase as field type

2011-05-03 Thread Markus Jelsma
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