Message
> From: Паша Минченков
> To: java-user@lucene.apache.org
> Sent: Mon, May 31, 2010 4:15:40 PM
> Subject: Grouping or de-duping
>
> Sorry for my similar questions. I need to remove duplicates from
> search
results for a given field (or group by). Documents on
Sorry for my similar questions. I need to remove duplicates from search
results for a given field (or group by). Documents on this field are not
ordered. Which one will get duplicates in search results - I do not care. I
tried to use DuplicateFilter and PerParentLimitedQuery, but they didn't
help.