Re: LocalSolr - order of fields on xml response

2009-07-23 Thread Daniel Cassiano
Hi Ryan, Thanks for the information. Is this expected to be implemented? Regards, -- Daniel Cassiano _ http://www.apontador.com.br/ http://www.maplink.com.br/ On Wed, Jul 22, 2009 at 10:08 PM, Ryan McKinley wrote: > ya... 'expected', but perhaps not ideal. As i

Re: LocalSolr - order of fields on xml response

2009-07-22 Thread Ryan McKinley
ya... 'expected', but perhaps not ideal. As is, LocalSolr munges the document on its way out the door to add the distance. When LocalSolr makes it into the source, it will likely use a method like: https://issues.apache.org/jira/browse/SOLR-705 to augment each document with the calculated

LocalSolr - order of fields on xml response

2009-07-22 Thread Daniel Cassiano
Hi folks, When I do some query with LocalSolr to get the geo_distance, the order of xml fields is different of a standard query. It's a simple query, like this: http://myhost.com:8088/solr/core/select?qt=geo&x=-46.01&y=-23.01&radius=15&sort=geo_distanceasc&q=*:* Is this an expected behavi