Re: geospacial / coordinates java example anyone?

2012-07-24 Thread Ram Marpaka
Yair  1. In case if you have not seen this, you can download and play with the example  http://www.ibm.com/developerworks/opensource/library/j-spatial/  2. Download solr-example.tgz from below which has input xml files, index using DIH {It doesnt use solrj  but I think you will get some idea

Re: Search special chars

2012-07-23 Thread Ram Marpaka
Ivan The hyphen character (-) is a Solr operator to exclude results matching the word that follows the operator. You may strip off them while indexing and searching. I think there are different ways to make it work if you need to retain. I am using the following way  1. Excerpt from my schema