Re: local solr geo_distance

2010-03-12 Thread Grant Ingersoll

On Mar 12, 2010, at 1:23 AM, wicketnewuser wrote:

> 
> Hi I'm getting geo_distance as str eventhough I'm define the field as
> tdouble. my search looks like
> /solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
> Is there anyway i can get is as
> double instead of str

I'm not sure about this.  I think that is hardcoded in the Local Solr code, but 
you could put in a request on that project.  You might also note that the Solr 
trunk is building on Local Solr right now and has incorporate most of the 
functionality there.  See http://wiki.apache.org/solr/SpatialSearch for the 
status.  

Cheers,
Grant   

Re: local solr geo_distance

2010-03-12 Thread Grant Ingersoll
I'm sorry.  You sent this to the correct one.  I made a mistake in my mail 
client.

On Mar 12, 2010, at 10:49 AM, Grant Ingersoll wrote:

> Hi,
> 
> From http://people.apache.org/~hossman/#solr-dev:
> 
> Your question is better suited for the solr-u...@lucene mailing list ...
> not the solr-...@lucene list.  solr-dev is for discussing development of
> the internals of the Solr application ... it is *not* the appropriate
> place to ask questions about how to use Solr (or write Solr plugins) 
> when developing your own applications.  Please resend your message to
> the solr-user mailing list, where you are likely to get more/better
> responses since that list also has a larger number of subscribers.
> 
> Cheers,
> Grant
> 
> 
> On Mar 12, 2010, at 10:39 AM, wicketnewuser wrote:
> 
>> 
>> any one with localsolr expirence?
>> 
>> wicketnewuser wrote:
>>> 
>>> Hi I'm getting geo_distance as str eventhough I'm define the field as
>>> tdouble. my search looks like
>>> /solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
>>> Is there anyway i can get is as
>>> double instead of str
>>> 
>> 
>> -- 
>> View this message in context: 
>> http://old.nabble.com/local-solr-geo_distance-tp27873810p27878068.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>> 
> 




Re: local solr geo_distance

2010-03-12 Thread Grant Ingersoll
Hi,

From http://people.apache.org/~hossman/#solr-dev:

Your question is better suited for the solr-u...@lucene mailing list ...
not the solr-...@lucene list.  solr-dev is for discussing development of
the internals of the Solr application ... it is *not* the appropriate
place to ask questions about how to use Solr (or write Solr plugins) 
when developing your own applications.  Please resend your message to
the solr-user mailing list, where you are likely to get more/better
responses since that list also has a larger number of subscribers.

Cheers,
Grant


On Mar 12, 2010, at 10:39 AM, wicketnewuser wrote:

> 
> any one with localsolr expirence?
> 
> wicketnewuser wrote:
>> 
>> Hi I'm getting geo_distance as str eventhough I'm define the field as
>> tdouble. my search looks like
>> /solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
>> Is there anyway i can get is as
>> double instead of str
>> 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/local-solr-geo_distance-tp27873810p27878068.html
> Sent from the Solr - User mailing list archive at Nabble.com.
> 



Re: local solr geo_distance

2010-03-12 Thread wicketnewuser

any one with localsolr expirence?

wicketnewuser wrote:
> 
> Hi I'm getting geo_distance as str eventhough I'm define the field as
> tdouble. my search looks like
> /solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
> Is there anyway i can get is as
> double instead of str
> 

-- 
View this message in context: 
http://old.nabble.com/local-solr-geo_distance-tp27873810p27878068.html
Sent from the Solr - User mailing list archive at Nabble.com.



local solr geo_distance

2010-03-11 Thread wicketnewuser

Hi I'm getting geo_distance as str eventhough I'm define the field as
tdouble. my search looks like
/solr/select?&qt=geo&lat=xx.xx&long=yy.yy&q=*&radius=10
Is there anyway i can get is as
double instead of str
-- 
View this message in context: 
http://old.nabble.com/local-solr-geo_distance-tp27873810p27873810.html
Sent from the Solr - User mailing list archive at Nabble.com.