faceting on very long strings

2014-11-18 Thread English, Eben
depending on the specifics of the situation. I anticipate the entire index to include about 2 million documents, with possibly about 200,000 unique values for this GeoJSON string field. Thanks! Eben English

Re: how to change the default path of Solr Tomcat

2010-07-21 Thread Eben
8080)? Check your ports ($ sudo netstat -nlp) Maybe try searching the file system for the solr.xml file? $ sudo find / -name solr.xml Hope this helps. K On Wed, Jul 21, 2010 at 8:22 PM, Eben wrote: firstly, I really appreciate your respond to my question Ken I'm using Tomcat on Linu

Re: how to change the default path of Solr Tomcat

2010-07-21 Thread Eben
;java -jar start.jar" if so then under same directory there is another directory called "webapps" go in there, rename "solr.war" to "search.war" bounce server and you should be good to go! Eben wrote: firstly, I really appreciate your respond to my question

Re: how to change the default path of Solr Tomcat

2010-07-21 Thread Eben
firstly, I really appreciate your respond to my question Ken I'm using Tomcat on Linux Debian I can't find the solr.xml in \program files\apache...\Tomcat\conf\catalina\localhost there are only 2 files in localhost folder: host-manager.xml and manager.xml any solutions? On 7/22/2010 10:41 AM

how to change the default path of Solr Tomcat

2010-07-21 Thread Eben
Hi everyone, I really need your help this is the default address that I got from the solr: http://172.16.17.126:8983/solr/ the question is how to change that path to be: http://172.16.17.126:8983/search/ Please I really need your help thanks a lot before