Re: SCHEMA-INDEX-MISMATCH

2009-12-23 Thread johnson hong
o away. > > -Yonik > http://www.lucidimagination.com > > Thank you,Yonik . I dont know why solr store numericField in binary,it may be consume less storage,buy take more time to index. then I must copy the code from TrieField to index in the way solr do. -- View this messa

Re: SCHEMA-INDEX-MISMATCH

2009-12-23 Thread Yonik Seeley
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 results that > price is between 1 and 5000. > but the price value return is > :ERROR:SCHEM

SCHEMA-INDEX-MISMATCH

2009-12-22 Thread johnson hong
e=2000.0 anybogy know why? -- View this message in context: http://old.nabble.com/SCHEMA-INDEX-MISMATCH-tp26897605p26897605.html Sent from the Solr - User mailing list archive at Nabble.com.