Hi, fellows!

I use field collapsing to collapse near-duplicate documents based on
document fuzzy signature calculated at index time.
The problem is that, when field collapsing is enabled, in query
response numFound is equal to the number of rows requested.

For instance, with solr example schema i can issue the following query

http://localhost:8983/solr/select?q=*:*&rows=3&collapse.field=manu_exact

In response i get collapse_counts together with ordinary result list,
but numFound equals 3.
As far as I understand, this is due to the way field collapsing works.

I want to show the total number of hits to the user and provide a
pagination through the results.

Any ideas?

Regards,
Sergey Shinderuk

Reply via email to