Re: Join support across multiple document types in Lucene

2012-06-29 Thread Erick Erickson
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. > >

Join support across multiple document types in Lucene

2012-06-29 Thread Frank DeRose
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

Re: Multiple document types

2012-01-25 Thread Simon Willnauer
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

RE: Multiple document types

2012-01-25 Thread Frank DeRose
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

Re: Multiple document types

2012-01-25 Thread Simon Willnauer
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

Multiple document types

2012-01-25 Thread Frank DeRose
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