get SOMETHING out of an index

2011-01-29 Thread Dennis Gearon
I indexed my whole database (only 52k records). It has some geospatioal on it. I set the geospatial to 1000km radius to centered on the town where they all are, and NADA comes out. How can I find out what's in the index and get at least ONE document out? Dennis Gearon Signature Warning

Re: get SOMETHING out of an index

2011-01-29 Thread Estrada Groups
It would be really helpful to send along your schem.XML file so we can see how you are indexing these points. Polygons and linestrings are not supported yet. Another good way to test is using the Solr/admin tool or hand jamming your params in manually. Type *:* as your query in the admin tool.

Re: get SOMETHING out of an index

2011-01-29 Thread Dennis Gearon
29, 2011 9:35:56 PM Subject: Re: get SOMETHING out of an index It would be really helpful to send along your schem.XML file so we can see how you are indexing these points. Polygons and linestrings are not supported yet. Another good way to test is using the Solr/admin tool or hand jamming your