Re: Multi tenant setup

2017-06-14 Thread Susheel Kumar
I'll suggest to raise a JIRA and link to https://issues.apache.org/jira/browse/SOLR-7759 but before that see if updating the settings in Solrcofig for statsCache as described works here https://issues.apache.org/jira/browse/SOLR-1632 Thanks, Susheel On Tue, Jun 13, 2017 at 5:16 PM, Zisis T. wrot

Re: Multi tenant setup

2017-06-13 Thread Zisis T.
We are talking about fewer collections,so that won't be an issue. The problem comes when - using the proposed setup - I want to send a query across all those collections and get properly ranked results. Each collection has its own IDF etc, so the scores are not comparable. This means that most pr

Re: Multi tenant setup

2017-06-13 Thread Susheel Kumar
Going with single cluster having multiple collections (for each client) is what I would try. How many clients do you have? If 10K, mean 10K collections and then how many documents, their size etc. you will need to come up with to nail down #machines and their memory/cpu requirements. Going with si

Re: Multi-Tenant Setup in Single Core

2013-11-13 Thread Christian Ramseyer
On 11/12/13 5:20 PM, Shawn Heisey wrote: > Ensure that all handler names start with a slash character, so they are > things like "/query", "/select", and so on. Make sure that handleSelect > is set to false on your requestDispatcher config. This is how Solr 4.x > examples are set up already. > >

Re: Multi-Tenant Setup in Single Core

2013-11-12 Thread Shawn Heisey
On 11/12/2013 6:13 AM, Christian Ramseyer wrote: > So I'm worried about something that uses these URL paths, say > > https://reverse-proxy/mapping-to-solr/searchui_client?qt=update&; > commit=true&stream.body=*:* Ensure that all handler names start with a slash character, so they are things like

Re: Multi-Tenant Setup in Single Core

2013-11-12 Thread Christian Ramseyer
On 11/12/13 1:51 PM, Erick Erickson wrote: > When you mention velocity, you're talking about the stock Velocity Response > Writer that comes with the example? Because if you're exposing the Solr > http address to the world, accessing each others data is the least of your > worries. To whit: > > ht

Re: Multi-Tenant Setup in Single Core

2013-11-12 Thread Erick Erickson
When you mention velocity, you're talking about the stock Velocity Response Writer that comes with the example? Because if you're exposing the Solr http address to the world, accessing each others data is the least of your worries. To whit: http://machine:8983/solr/collection/update?commit=true&st