Re: Python Client / Parameters with a dot

2008-03-10 Thread Christian Vogler
On Monday 10 March 2008 19:34:09 Eric Falconnier wrote: > I am beginning to use the python client from the subversion > repository. Everything works well except if I want to pass a parameter > with a dot to the search method of the SolrConnection class (for > example facet.field). The solution I ha

Python Client / Parameters with a dot

2008-03-10 Thread Eric Falconnier
Hello, I am beginning to use the python client from the subversion repository. Everything works well except if I want to pass a parameter with a dot to the search method of the SolrConnection class (for example facet.field). The solution I have is to replace the "." by "__dot__" ( facet__dot__fiel