Yes, that would be the right solution. I'm not sure if, in order to use
french culture settings on xp, you would require corresponding changes in
culture settings for the solr instance.
Hope this helps.
-- j
On 9/24/07, JP Genty - LibertySurf <[EMAIL PROTECTED]> wrote:
>
>
> I use solrsharp
I use solrsharp on a french XP and I have problems with the float
conversion to text.
I modified ExempleIndexDocument constructor to force the "en-US"
culture.
CultureInfo MyCulture = new CultureInfo("en-US");
.
.
this.Add(new IndexFieldValue("weight", weight.ToString(MyC