Re: Help with denormalizing issues

2009-10-09 Thread Chris Hostetter
: business needs. Our problem is that we have a catalog schema with : products and skus, one to many. The most relevant content being indexed : is at the product level, in the name and description fields. However we : are interested in filtering by sku attributes, and in particular making

RE: Help with denormalizing issues

2009-10-07 Thread Eric Reeves
Hi again, I'm gonna try this again with more focus this time :D 1) Ideally what we would like to do, is plug in an additional mechanism to filter the initial result set, because we can't find a way to implement our filtering needs as filter queries against a single index. We would want to do

Re: Help with denormalizing issues

2009-10-07 Thread Lance Norskog
The separate sku do not become one long text string. They are separate values in the same field. The relevance calculation is completely separate per value. The performance problem with the field collapsing patch is that it does the same thing as a facet or sorting operation: it does a sweep