rick
On Fri, Jun 29, 2012 at 3:13 PM, Frank DeRose wrote:
> All,
>
> I have a question about join support across multiple document types in
> Solr/Lucene. Let me lay out the use case.
>
> Suppose I have 3 tables:
>
>
> * Table A has 3 columns, id, a1, a2.
>
>
All,
I have a question about join support across multiple document types in
Solr/Lucene. Let me lay out the use case.
Suppose I have 3 tables:
* Table A has 3 columns, id, a1, a2.
* Table B has 4 columns, id, b1, b2, and aid, which is a foreign key
referencing A.id
o:simon.willna...@googlemail.com]
> Sent: Wednesday, January 25, 2012 2:08 PM
> To: java-user
> Subject: Re: Multiple document types
>
> hey Frank,
>
> can you elaborate what you mean by different doc types? Are you
> referring to an entity ie. a table per entity
al Message-
From: Simon Willnauer [mailto:simon.willna...@googlemail.com]
Sent: Wednesday, January 25, 2012 2:08 PM
To: java-user
Subject: Re: Multiple document types
hey Frank,
can you elaborate what you mean by different doc types? Are you
referring to an entity ie. a table per entity to sp
DeRose wrote:
> It seems that it is not possible to have multiple document types defined in a
> single solr schema.xml file. If, in fact, this is not possible, then, what is
> the recommended app server deployment strategy for supporting multiple
> documents on solr? Do I need to hav
It seems that it is not possible to have multiple document types defined in a
single solr schema.xml file. If, in fact, this is not possible, then, what is
the recommended app server deployment strategy for supporting multiple
documents on solr? Do I need to have one webapp instance per