RE: Solr multi cores or not

2011-02-17 Thread Thumuluri, Sai
selectively query across the applications. -Original Message- From: Markus Jelsma [mailto:markus.jel...@openindex.io] Sent: Wednesday, February 16, 2011 6:25 PM To: solr-user@lucene.apache.org Cc: Thumuluri, Sai Subject: Re: Solr multi cores or not Hi, That depends (as usual) on your scenario

Solr multi cores or not

2011-02-16 Thread Thumuluri, Sai
Hi, I have a need to index multiple applications using Solr, I also have the need to share indexes or run a search query across these application indexes. Is solr multi-core - the way to go? My server config is 2virtual CPUs @ 1.8 GHz and has about 32GB of memory. What is the recommendation?

Re: Solr multi cores or not

2011-02-16 Thread Jonathan Rochkind
Solr multi-core essentially just lets you run multiple seperate distinct Solr indexes in the same running Solr instance. It does NOT let you run queries accross multiple cores at once. The cores are just like completely seperate Solr indexes, they are just conveniently running in the same

RE: Solr multi cores or not

2011-02-16 Thread Bob Sandiford
- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Wednesday, February 16, 2011 4:09 PM To: solr-user@lucene.apache.org Cc: Thumuluri, Sai Subject: Re: Solr multi cores or not Solr multi-core essentially just lets you run multiple seperate distinct Solr indexes in the same running

Re: Solr multi cores or not

2011-02-16 Thread Jonathan Rochkind
www.sirsidynix.com -Original Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Wednesday, February 16, 2011 4:09 PM To: solr-user@lucene.apache.org Cc: Thumuluri, Sai Subject: Re: Solr multi cores or not Solr multi-core essentially just lets you run multiple seperate distinct Solr

Re: Solr multi cores or not

2011-02-16 Thread Markus Jelsma
Hi, That depends (as usual) on your scenario. Let me ask some questions: 1. what is the sum of documents for your applications? 2. what is the expected load in queries/minute 3. what is the update frequency in documents/minute and how many documents per commit? 4. how many different

Re: Solr multi cores or not

2011-02-16 Thread Markus Jelsma
...@sirsidynix.com www.sirsidynix.com -Original Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Wednesday, February 16, 2011 4:09 PM To: solr-user@lucene.apache.org Cc: Thumuluri, Sai Subject: Re: Solr multi cores or not Solr multi-core essentially just lets you

Re: Solr multi cores or not

2011-02-16 Thread Jan Høydahl
Rochkind [mailto:rochk...@jhu.edu] Sent: Wednesday, February 16, 2011 4:09 PM To: solr-user@lucene.apache.org Cc: Thumuluri, Sai Subject: Re: Solr multi cores or not Solr multi-core essentially just lets you run multiple seperate distinct Solr indexes in the same running Solr instance

Search in SOLR multi cores in a single request

2008-11-05 Thread gurudev
with clarification :) -- View this message in context: http://www.nabble.com/Search-in-SOLR-multi-cores-in-a-single-request-tp20356173p20356173.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search in SOLR multi cores in a single request

2008-11-05 Thread Shalin Shekhar Mangar
might be using lucene's multisearcher to search among multiple cores. Anyone with clarification :) -- View this message in context: http://www.nabble.com/Search-in-SOLR-multi-cores-in-a-single-request-tp20356173p20356173.html Sent from the Solr - User mailing list archive at Nabble.com