Re: Multi tenant setup

2017-06-14 Thread Susheel Kumar
; View this message in context: http://lucene.472066.n3. > nabble.com/Multi-tenant-setup-tp4340377p4340421.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Multi tenant setup

2017-06-13 Thread Zisis T.
most probably results from one collection will dominate the results. This led me to try the /DistributedIDF/ configuration but this did not work either due to the issues described in the link of the original post. -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-t

Re: Multi tenant setup

2017-06-13 Thread Susheel Kumar
single collection is not really a multi-tenant setup and also when you have different schema's. Thanks, Susheel On Tue, Jun 13, 2017 at 12:35 PM, Zisis T. wrote: > I'm trying to setup a multi-tenant Solr cluster (v6.5.1) which must meet > the > following requirements. The te

Multi tenant setup

2017-06-13 Thread Zisis T.
a single collection and use global stats only when querying across collections? (see link above) Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-tenant-setup-tp4340377.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Multi-Tenant Setup in Single Core

2013-11-12 Thread Christian Ramseyer
Hi guys I'm prototyping a multi-tenant search. I have various document sources and a tenant can potentially access subsets of any source. Also tenants have overlapping access to the sources, why I'm trying to do it in a single core. I'm doing this by labeling the source (origin, single value)