s,
> so exactly how those 'n' matches were located doesn't matter
> particularly.
>
> Simpler answer: try it!
>
> Upayavira
>
> On Tue, Jun 25, 2013, at 11:25 PM, Chris Toomey wrote:
> > What are the restrictions/limitations w.r.t. joins when using Solr
Index all the docs in a single
> collection and
> use grouping (aka field collapsing) to get a single response that has the
> top N
> docs from each type (they'll be in different sections of the original
> response) and present
> them to the user however makes sense. You
llection - add all the fields to one schema - there is no time or space
> penalty if most of the field are empty for most documents.
>
> -- Jack Krupansky
>
> -Original Message- From: Chris Toomey
> Sent: Tuesday, June 25, 2013 6:08 PM
> To: solr-user@lucene.apache.org
&
What are the restrictions/limitations w.r.t. joins when using SolrCloud?
Say I have a 3-node cluster and both my "outer" and "inner" collections are
sharded 3 ways across the cluster. Could I do a query such as
"select?q={!join+from=inner_id+fromIndex=innerCollection+to=outer_id}xx:foo&collection
Hi, I'm investigating using SolrCloud for querying documents of different
but similar/related types, and have read through docs. on the wiki and done
many searches in these archives, but still have some questions. Thanks in
advance for your help.
Setup:
* Say that I have N distinct types of docum