Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
After further reading, especially (Thanks Hoss) Depending on update patterns and index sizes, you can probably get better efficiency with multiple indexes, but not really more functionality (in your case), rig

Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
Thanks Yonik to share your reflexion, This doesn't sound like true federated search, I'm affraid to not understand "federated search", you seems to have a precise idea behind the head. since you have a number of fields that are the same in each index that you search across, and you treat t

Re: Multiple doc types in schema

2007-06-21 Thread Yonik Seeley
On 6/21/07, Frédéric Glorieux <[EMAIL PROTECTED]> wrote: >> I will also need multiple indexes searches, > > Do you mean: > 2) Multiple indexes with different schemas, search will search across > all or some subset and combine the results (federated search) Exactly that. I'm comming from a quite

Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
Hi Sonic, I will also need multiple indexes searches, Do you mean: 2) Multiple indexes with different schemas, search will search across all or some subset and combine the results (federated search) Exactly that. I'm comming from a quite old lucene based project, called SDX

Re: Multiple doc types in schema

2007-06-21 Thread Yonik Seeley
On 6/21/07, Frédéric Glorieux <[EMAIL PROTECTED]> wrote: I will also need multiple indexes searches, Do you mean: 1) Multiple unrelated indexes with different schemas, that you will search separately... but you just want them in the same JVM for some reason. 2) Multiple indexes with different

Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
Otis, Thanks for the link and the work ! Maybe around september, I will need this patch, if it's not already commit to the Solr sources. I will also need multiple indexes searches, but understand that there is no simple, fast and genereric solution in solr context. Maybe I should lose solr

Re: Multiple doc types in schema

2007-06-21 Thread Walter Underwood
do with NFS, though. > > Otis > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > Simpy -- http://www.simpy.com/ - Tag - Search - Share > > - Original Message > From: James liu <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, June 21, 2007 3

Re: Multiple doc types in schema

2007-06-21 Thread Otis Gospodnetic
://www.simpy.com/ - Tag - Search - Share - Original Message From: James liu <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, June 21, 2007 3:45:06 AM Subject: Re: Multiple doc types in schema I see SOLR-215 from this mail. Does it now really support multi ind

Re: Multiple doc types in schema

2007-06-20 Thread Jim Dow
CatName() { return this.catname; } public String getCatDoc() { return this.catdoc; } public Class getCatClass() { return this.catclass; } public Class getCatParentClass() { return thi

Re: Multiple doc types in schema

2007-06-20 Thread James liu
- http://www.simpy.com/ - Tag - Search - Share - Original Message From: Chris Hostetter <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org; Jack L <[EMAIL PROTECTED]> Sent: Wednesday, June 6, 2007 6:58:10 AM Subject: Re: Multiple doc types in schema : This is based o

Re: Multiple doc types in schema

2007-06-20 Thread Otis Gospodnetic
AIL PROTECTED]> To: solr-user@lucene.apache.org; Jack L <[EMAIL PROTECTED]> Sent: Wednesday, June 6, 2007 6:58:10 AM Subject: Re: Multiple doc types in schema : This is based on my understanding that solr/lucene does not : have the concept of document type. It only sees fields. : : Is my u

Re: Multiple doc types in schema

2007-06-05 Thread Chris Hostetter
: This is based on my understanding that solr/lucene does not : have the concept of document type. It only sees fields. : : Is my understanding correct? it is. : It seems a bit unclean to mix fields of all document types : in the same schema though. Or, is there a way to allow multiple : documen