I changed my schema to use the "tdouble" that the link above describes:
and I'm able to do the search correctly now.
-- Chris
On Tue, May 11, 2010 at 11:37 AM, Christopher Gross wrote:
> The lines from the schema.xml:
>
>
> required="false" />
> required="false" />
>
> I w
The lines from the schema.xml:
I was going off of the examples from:
http://www.ibm.com/developerworks/opensource/library/j-spatial/index.html
but I wasn't able to use "tdobule" as they were.
Let me know if there is anything else you would need.
Thanks!
-- Chris
On Tue, May 1
We really need to see your schema definitions for the relevant field. For
instance,
if you're storing these as text you may just be losing the negative sign
which would
lead to all sorts of interesting "failures"..
Best
Erick
On Tue, May 11, 2010 at 9:53 AM, Christopher Gross wrote:
> I've store
I've stored some geo data in SOLR, and some of the coordinates are negative
numbers. I'm having trouble getting a range to work.
Using the query tool in the admin interface, I can get something like:
lon:[* TO 0]
to work to list out everything with a negative longitude, but if I try to do
somet