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 ryan...@gmail.com wrote:

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

 This will at least have consistent behavior.



 On Jul 22, 2009, at 10:47 AM, Daniel Cassiano wrote:

  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=geox=-46.01y=-23.01radius=15sort=geo_distanceascq=*:*

 Is this an expected behavior of LocalSolr?


 Thanks!

 --
 Daniel Cassiano
 _
 http://www.apontador.com.br/
 http://www.maplink.com.br/





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=geox=-46.01y=-23.01radius=15sort=geo_distanceascq=*:*

Is this an expected behavior of LocalSolr?


Thanks!

-- 
Daniel Cassiano
_
http://www.apontador.com.br/
http://www.maplink.com.br/


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

This will at least have consistent behavior.



On Jul 22, 2009, at 10:47 AM, Daniel Cassiano wrote:


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=geox=-46.01y=-23.01radius=15sort=geo_distanceascq=*:*

Is this an expected behavior of LocalSolr?


Thanks!

--
Daniel Cassiano
_
http://www.apontador.com.br/
http://www.maplink.com.br/