Multi-tenant Search

I have a multi-tenant application where in which each tenant has separate
index specific to tenant. My question is that if I search something from
_all index how can I ensure in elasticsearch that it will search for
relevant query from each index. Means, how can I give equal importance to
each tenant's index in elasticsearch.

Thanks,

Noor.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/84588d80-11c3-430c-a6f2-f916b466a3db%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi Noor,

In a multiple-index search, all indices are weighted equally for scoring
purposes. You shouldn't see any difference in importance between any of
your tenants' indices.

Thanks,
Sean

On Thursday, February 27, 2014 9:14:26 AM UTC-5, Noor wrote:

I have a multi-tenant application where in which each tenant has separate
index specific to tenant. My question is that if I search something from
_all index how can I ensure in elasticsearch that it will search for
relevant query from each index. Means, how can I give equal importance to
each tenant's index in elasticsearch.

Thanks,

Noor.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/cbc0169f-93a2-4943-b96e-418a478e17ae%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.