Hi,


Here is a quick one for Jeff R. about his SolrSharp client.  Looking at 

http://solrstuff.org/svn/solrsharp/src/Query/Parameters/QueryParameter.cs , I 
see boost defined as an int(eger):


private int _boost = 1;



Lucene's boosts are floats (see 
http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/Query.html#getBoost()
 )



Is there a reason boosts are ints in SolrSharp?



Thanks,

Otis




Reply via email to