> Basically for some uses cases I would like to show
> duplicates for other I
> wanted them ignored.
> 
> If I have overwriteDupes=false and I just create the dedup
> hash how can I
> query for only unique hash values... ie something like a
> SQL group by. 

TermsComponent maybe? 

or faceting? 
q=*:*&facet=true&facet.field=signatureField&defType=lucene&rows=0&start=0

if you append &facet.mincount=1 to above url you can see your duplications


      

Reply via email to