1. how to reduce solr memory usage? stackoverflow.comI use solr in my application, there is just hundreds of documents. the memory usage is about 80M, how to reduce it? |
2. Multiple solr instances within Jetty or run Multiple Jetty servers, which is less intensive? stackoverflow.comI am about to embark upon a new linode VPS server.I currently use both Tomcat and Jetty (on my development server) to serve different Solr, but having read around a bit ... |
3. solr admin gives 404 errors after integrating nutch stackoverflow.comI've followed the instructions from http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ Had solr up and running before that, could handle test cases, access admin pages, etc. Copied the nutch schema.xml over to solr as per instructions. ... |
4. How to run Solr Jetty in background stackoverflow.comI am using the Jetty/Solr build that comes with Solr and would like to run it in the background instead of in the terminal.
Right now I start it by |
5. Not allowing calls to solr outside localhost stackoverflow.comI want to not allowing calls to solr which are not coming from localhost.I am using jetty. Thanks, Shashwat |
6. SOLR Config issue stackoverflow.comI have added solr.war file on my linux remote dev manchine. I am using jetty as the server. Now when I run " java -jar start.jar" it is pointing to me localhost. ... |
7. Simultaneous queries in Solr stackoverflow.comHej, I am deploying a Solr server containg more than 30m docs. Currently, I am testing the searching performance and the results are very dependant of the number of simultaneous queries ... |
8. Improving Solr performance stackoverflow.comI have deployed a 5-sharded infrastructure where: shard1 has 3124422 docs shard2 has 920414 docs shard3 has 602772 docs ... |
9. NSSM - the Non-Sucking Service Manager & Jetty stackoverflow.comI am trying to use the NSSM - the Non-Sucking Service Manager to run Jetty that is included with Solr as a Windows Service. Everything works fine by placing ... |
10. Limiting memory usage for Solr on Jetty stackoverflow.comI have a memory-limited environment and I'm running Solr on Jetty with the following command:
|
11. Jetty6 doesn't start stackoverflow.comI am getting the following error when restarting jetty6 which I use to run Solr. Starting Jetty: STARTED Jetty Fri Jun 24 10:53:42 EDT 2011 $Error: Password file not found: /usr/lib/jvm/java-1.6.0-sun-1.6.0.15/jre/lib/management/jmxremote.password Everything use to ... |
12. How to run multiple applications on single jetty instance stackoverflow.comAs it will be apparent in some moments am more than a novice in jetty and tomcat. The job in hand is to run multiple applications in single jetty server and to ... |
13. Solr UI localhost jetty stackoverflow.comInstall Solr, all work. Install with jetty. jetty.xml edit, host 127.0.01, port 80. Work adress http://localhost/solr/browse. how can i make it work at http://localhost& |