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
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