Re: Solrsharp culture problems

2007-09-24 Thread Jeff Rodenburg
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

Solrsharp culture problems

2007-09-24 Thread JP Genty - LibertySurf
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