Filtering results based on group count isn't supported yet. There is
already an issue created for this feature:
https://issues.apache.org/jira/browse/SOLR-3152

Martijn

On 21 March 2012 11:52, ViruS <svi...@gmail.com> wrote:

> Hi,
>
> I try to get all duplicated documents in my index.
> I have signature field and I now can take duplicates witch
> facet.filed=signature , but I want use only one request to get groups of
> duplicates documents
> at end I stop witch this
> query:
> /solr/select?q=*:*&group=true&group.field=signature&group.truncate=true&group.ngroups=true
> I search somthing similar to MySQL query:
> SELECT * FROM table GROUP BY signature HAVING COUNT(*)>2
>
> Thanks in advanced
>
> --
> Piotr (ViruS) Sikora
> svi...@gmail.com
> JID: vi...@hostv.pl
>



-- 
Met vriendelijke groet,

Martijn van Groningen

Reply via email to