Re: RE : Re: index articles with groups
: Unfortunately this is not that easy. Because I must be able to retrieve : only one article and if i index all the content in one document then all : the document will be retrieved instead of the single article. i didn't say you had to *only* index the article contents in "group" documents ... y
Re: RE : Re: index articles with groups
I think you're back to Karl's suggestion. Implement a HitCollector and ignore all hits on a group ID after the first one. You even get the most relevant article in the group that way ... Best Erick