Re: Different sort behavior on same code

2009-10-09 Thread Yonik Seeley
On Fri, Oct 9, 2009 at 3:14 PM, Lance Norskog wrote: > So if I have a unique value for every document, then delete some > documents, Lucene will count the values from the deleted documents and > refuse? Does the counter check for "this term has no documents any > more"? The count is done while fi

Re: Different sort behavior on same code

2009-10-09 Thread Lance Norskog
So if I have a unique value for every document, then delete some documents, Lucene will count the values from the deleted documents and refuse? Does the counter check for "this term has no documents any more"? On Tue, Oct 6, 2009 at 12:10 PM, Yonik Seeley wrote: > Lucene's test for multi-valued f

Re: Different sort behavior on same code

2009-10-06 Thread Yonik Seeley
Lucene's test for multi-valued fields is crude... it's essentially if the number of values (un-inverted term instances) becomes greater than the number of documents. -Yonik http://www.lucidimagination.com On Tue, Oct 6, 2009 at 3:04 PM, wojtekpia wrote: > > Hi, > > I'm running Solr version 1.3.0