RE: strange updating inconsistency

2008-02-08 Thread patrik
rom: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 2:05 PM To: solr-user@lucene.apache.org Subject: Re: strange updating inconsistency : odd behavior while updating. The use case is that a document gets indexed : with a status, in this case it's -1 for documents that are

Re: strange updating inconsistency

2008-02-07 Thread Chris Hostetter
: odd behavior while updating. The use case is that a document gets indexed : with a status, in this case it's -1 for documents that aren't ready to be : searched yet and 1 otherwise. Initial indexing works perfectly, and getting : a result set of documents with the status of -1 works as well.

strange updating inconsistency

2008-02-05 Thread patrik
I'm working with a reasonably big index with solr-1.2, and have noticed some odd behavior while updating. The use case is that a document gets indexed with a status, in this case it's -1 for documents that aren't ready to be searched yet and 1 otherwise. Initial indexing works perfectly, and gettin