Nope, other than just oversight.
I just modified the QueryParameter class to change the _boost and Boost
variable & property to type float, and all works well. I'll log an issue in
JIRA and update the source.
thanks otis,
jeff
On 7/5/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
Hi,
He
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/or