RE: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
Original Message- > From: hkmortensen [mailto:ko...@yahoo.com] > Sent: Wednesday, May 19, 2010 11:39 AM > To: solr-user@lucene.apache.org > Subject: RE: Challenge: Searching for variant products and get basic > products in result set > > > sorry, what does "sk

RE: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread Nagelberg, Kallin
u traverse all children, collecting their attributes into the current node. -Kallin Nagelberg -Original Message- From: hkmortensen [mailto:ko...@yahoo.com] Sent: Wednesday, May 19, 2010 11:39 AM To: solr-user@lucene.apache.org Subject: RE: Challenge: Searching for variant products and

RE: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
nt the actual variants just search for > isVirtual:false. > > Does that work? > > -Kallin Nagelberg > > -Original Message- > From: Leonardo Menezes [mailto:leonardo.menez...@googlemail.com] > Sent: Wednesday, May 19, 2010 11:13 AM > To: solr-user@lucene.apache.org &g

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
your are right, in that case an arbitrary on would have to be chosen or probably then both should be in the result set. Difficult to say what the marketing department would like ;-) Leonardo Menezes wrote: > > if that is so, and maybe, you have for example, two variants of cars with > automati

RE: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread Nagelberg, Kallin
Challenge: Searching for variant products and get basic products in result set if that is so, and maybe, you have for example, two variants of cars with automatic, what would define on which one was the hit? or field dont share common information across variants? if they do share, you wouldnt

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread Leonardo Menezes
if that is so, and maybe, you have for example, two variants of cars with automatic, what would define on which one was the hit? or field dont share common information across variants? if they do share, you wouldnt be able to define in which one was the hit(because it was on both of them) and would

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
thanks. Currently not, but requirements change all the time as always ;-) If we get a requirement, that a facet shall be "material of doors", we will need to know which variant was the hit. I would like to be prepared for that. Leonardo Menezes wrote: > > would you then need to know in which

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread Leonardo Menezes
would you then need to know in which variant was your match produced? because if not, you can just index the whole thing as one single document... On Wed, May 19, 2010 at 4:23 PM, hkmortensen wrote: > > I do searching for products. Each base product exist in variants as well. > One > variant has