Re: Storing different entities in Solr

2010-05-31 Thread Moazzam Khan
< >> > knagelb...@globeandmail.com> wrote: >> > >> >> Multi-core is an option, but keep in mind if you go that route you will >> >> need to do two searches to correlate data between the two. >> >> >> >> -Kallin Nagelberg >> >

Re: Storing different entities in Solr

2010-05-30 Thread Bill Au
e: > > > >> Multi-core is an option, but keep in mind if you go that route you will > >> need to do two searches to correlate data between the two. > >> > >> -Kallin Nagelberg > >> > >> -Original Message----- > >>

Re: Storing different entities in Solr

2010-05-28 Thread Lance Norskog
light on the appropriate approach. > > -Kallin Nagelberg > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Friday, May 28, 2010 2:36 PM > To: solr-user@lucene.apache.org > Subject: Re: Storing different entities in Solr > > You

RE: Storing different entities in Solr

2010-05-28 Thread Nagelberg, Kallin
To: solr-user@lucene.apache.org Subject: Re: Storing different entities in Solr You most certainly *can* store the many<->many relationship, you are just denormalizing your data. I know it goes against the grain of any good database admin, but it's very often a good solution for a search

Re: Storing different entities in Solr

2010-05-28 Thread Erick Erickson
gt; >> > >> -Kallin Nagelberg > >> > >> -----Original Message- > >> From: Robert Zotter [mailto:robertzot...@gmail.com] > >> Sent: Friday, May 28, 2010 12:26 PM > >> To: solr-user@lucene.apache.org > >> Subject: Re: Storing

Re: Storing different entities in Solr

2010-05-28 Thread David Stuart
ter [mailto:robertzot...@gmail.com] Sent: Friday, May 28, 2010 12:26 PM To: solr-user@lucene.apache.org Subject: Re: Storing different entities in Solr Sounds like you'll want to use a multiple core setup. One core fore each type of "document" http://wiki.apache.org/solr/CoreAdmin -

Re: Storing different entities in Solr

2010-05-28 Thread Moazzam Khan
tion, but keep in mind if you go that route you will >> need to do two searches to correlate data between the two. >> >> -Kallin Nagelberg >> >> -Original Message- >> From: Robert Zotter [mailto:robertzot...@gmail.com] >> Sent: Friday, May 28, 2010

Re: Storing different entities in Solr

2010-05-28 Thread Bill Au
Friday, May 28, 2010 12:26 PM > To: solr-user@lucene.apache.org > Subject: Re: Storing different entities in Solr > > > Sounds like you'll want to use a multiple core setup. One core fore each > type > of "document" > > http://wiki.apache.org/solr/CoreAdmin &

RE: Storing different entities in Solr

2010-05-28 Thread Nagelberg, Kallin
@lucene.apache.org Subject: Re: Storing different entities in Solr Sounds like you'll want to use a multiple core setup. One core fore each type of "document" http://wiki.apache.org/solr/CoreAdmin -- View this message in context: http://lucene.472066.n3.nabble.com/Storing-different-e

Re: Storing different entities in Solr

2010-05-28 Thread Robert Zotter
Sounds like you'll want to use a multiple core setup. One core fore each type of "document" http://wiki.apache.org/solr/CoreAdmin -- View this message in context: http://lucene.472066.n3.nabble.com/Storing-different-entities-in-Solr-tp852299p852346.html Sent from the Solr - Us

RE: Storing different entities in Solr

2010-05-28 Thread Nagelberg, Kallin
8, 2010 12:17 PM To: solr-user@lucene.apache.org Subject: Storing different entities in Solr Hi Guys, Is there a way to store 2 types of things in Solr. We have a list of consultants and a list of consultation requests. and I want to store them as separate documents. Can I do this with one instan

Storing different entities in Solr

2010-05-28 Thread Moazzam Khan
Hi Guys, Is there a way to store 2 types of things in Solr. We have a list of consultants and a list of consultation requests. and I want to store them as separate documents. Can I do this with one instance of Solr or do I have to have two instances? Thanks, MOazzam