Solr in production

sunskin

Can Solr(version 4.6) with its default Jetty be used in Production? or Should I deploy it to Tomcat?

I found this information but not sure if it really meant for production environment?

Solr ships with a working Jetty server, with optimized settings for Solr, inside the example directory. It is recommended that you use the provided Jetty server for optimal performance. If you absolutely must use a different servlet container then continue to the next section on how to install Solr.

elbuild

I've been using the same exact configuration Solr 4 + Jetty for the production environment of a medium sized project (1.700.000 rich documents, about 35GB of index size) and it works perfectly (scaling gracefully as well). You can try the performance yourself here http://www.ricerca-amministrativa.it (it's italian, just type "test", "pizza" or whatever in the search box). The crucial thing is to allocate enough memory to Jetty via the standard JVM params.

In that project the frontend web server is a standard Apache, proxying to Glassfish 3.x (Java EE, JSF) for dynamic stuff. Jetty is responsible only of serving Solr.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Sunspot / Solr on production server

From Dev

Rails - Solr production server, connection refused

From Dev

Can I use solr pecl extension for a production application?

From Dev

Rails 4 solr sunspot in production environment schema.xml isn't being read

From Dev

How can I set up rails sunspot solr production on debian 8?

From Dev

IWantToRunWhenBusStartsAndStops not for production?

From Dev

NoAutoGeneratedIdViewHandler and production?

From Dev

DoubleMetaphoneFilterFactory in Solr

From Dev

Scoring in Solr

From Dev

React in Production: What must be the size of React in production?

From Dev

Installed Solr: Shows Running, but seeing 404 on /solr

From Dev

What is the difference between Solr Replication and Solr Cloud?

From Dev

Solr single index vs Solr multi core

From Dev

Solr : Make XML as response in Solr 4.8.1

From Dev

How to Split solr shard in solr cloud

From Dev

Solr schema.xml changes not recognized by Solr

From Dev

Is solr avgTimePerRequest statistic in ms or seconds? (Solr 3.5)

From Dev

Solr : Make XML as response in Solr 4.8.1

From Dev

Solr: Localities & solr.ICUCollationField usage?

From Dev

Solr queries stored within Solr field

From Dev

What is the difference between Solr Replication and Solr Cloud?

From Dev

Replication from solr 4.10.3 to solr 5.3

From Dev

Apache solr confusion with solr commit and indexing

From Dev

Nutch v Solr v Nutch+Solr

From Dev

Bringing a classifier to production

From Dev

Different seed for development and production

From Dev

Rails not rendering 404 in production

From Dev

RVM on production server?

From Dev

no image with rails in production?

Related Related

HotTag

Archive