Re: RE : Re: index articles with groups

2006-07-27 Thread Chris Hostetter
: 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

2006-07-26 Thread Erick Erickson
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

RE : Re: index articles with groups

2006-07-26 Thread John john
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. Chris Hostetter <[EMAIL PROTECTED]> a écrit : : Then if I search for a word which is pr

RE : Re: index articles with groups

2006-07-24 Thread John john
Here more details because it seems that I did not give enough information :) I want to index my messsage board and each topic contains several posts. So my idea was to index each post with 3 fields (ID, title, post_content) then I can search in each post and have a link with the title of th