Re: Product data schema question

2011-08-16 Thread Alexander Ramos Jardim
> Not particularly. Just trying to do my part to answer some questions on > the list. > > -Original Message- > From: Steve Cerny [mailto:sjce...@gmail.com] > Sent: Tuesday, August 16, 2011 11:49 AM > To: solr-user@lucene.apache.org > Subject: Re: Product data schema question &g

RE: Product data schema question

2011-08-16 Thread Jaeger, Jay - DOT
Not particularly. Just trying to do my part to answer some questions on the list. -Original Message- From: Steve Cerny [mailto:sjce...@gmail.com] Sent: Tuesday, August 16, 2011 11:49 AM To: solr-user@lucene.apache.org Subject: Re: Product data schema question Thanks Jay, if we come to

Re: Product data schema question

2011-08-16 Thread Steve Cerny
011 11:37 AM > To: solr-user@lucene.apache.org > Subject: Re: Product data schema question > > Jay, this is great information. > > I don't know enough about Solr whether this is possible...Can we setup two > indexes in the same core, one for product_catalog and the other for

RE: Product data schema question

2011-08-16 Thread Jaeger, Jay - DOT
s an index. -Original Message- From: Steve Cerny [mailto:sjce...@gmail.com] Sent: Tuesday, August 16, 2011 11:37 AM To: solr-user@lucene.apache.org Subject: Re: Product data schema question Jay, this is great information. I don't know enough about Solr whether this is possible...Can we setup

Re: Product data schema question

2011-08-16 Thread Steve Cerny
Jay, this is great information. I don't know enough about Solr whether this is possible...Can we setup two indexes in the same core, one for product_catalog and the other for inventory? Then using a Solr query we could join the indexed content together. In Sql it would look like this select p.

RE: Product data schema question

2011-08-16 Thread Jaeger, Jay - DOT
On the surface, you could simply add some more fields to your schema. But as far as I can tell, you would have to have a separate Solr "document" for each SKU/size combination, and store the rest of the information (brand, model, color, SKU) redundantly and make the unique key a combination of