Re: numFound is changing when query across distributed-seach with the same query.

2010-01-01 Thread johnson hong
Yonik Seeley-2 wrote: > > On Thu, Dec 31, 2009 at 2:29 AM, johnson hong > wrote: >> >> Hi,all. >>    I found a problem on distributed-seach. >>    when i use "?q=keyword&start=0&rows=20" to query across >> distributed-seach,it will r

numFound is changing when query across distributed-seach with the same query.

2009-12-30 Thread johnson hong
Hi,all. I found a problem on distributed-seach. when i use "?q=keyword&start=0&rows=20" to query across distributed-seach,it will return numFound="181" ,then I change the start param from 0 to 100,it will return numFound="131". why return different numFound with same query ? -- V

Re: SCHEMA-INDEX-MISMATCH

2009-12-23 Thread johnson hong
Yonik Seeley-2 wrote: > > On Tue, Dec 22, 2009 at 11:41 PM, johnson hong > wrote: >> I use Lucene's NumericField to index "price" field,And query with >> solr.TrieDoubleField. >> When i use "price:[1  TO 5000]" to search,it can return all

SCHEMA-INDEX-MISMATCH

2009-12-22 Thread johnson hong
Hi,all. I use Lucene's NumericField to index "price" field,And query with solr.TrieDoubleField. When i use "price:[1 TO 5000]" to search,it can return all results that price is between 1 and 5000. but the price value return is :ERROR:SCHEMA-INDEX-MISMATCH,stringValue=2000.0 anybogy know why? --