log properties file location with Tomcat

2012-08-27 Thread yair even-zohar
I'm newbie with Tomcat configurations and am looking to reduce the logging level for Solr Where should I put the logging.properties file and how to point Tomcat to use it? Tomcat suggest to put it under the WEB-INF/classes   but there is no WEB-INF/classes for solr-siren Thanks -Yair

problem using lat longfield

2012-07-24 Thread yair even-zohar
I'm using solr 3.5 via SIREn I modified the schema.xml by adding:  fields     field name=coordinate type=LatLonType indexed=true stored=false multiValued=false/  /fields My code is the following: SolrInputDocument document = new SolrInputDocument(); SolrInputField inputField = new

geospacial / coordinates java example anyone?

2012-07-24 Thread yair even-zohar
Can someone please send a simple java example for indexing and querying a latitude, longitude coordinate on SolrDocument. That is, assume we have a document and we want to simply add the lat,lon as field to the document and then query according to distance too Thanks -Yair