[ https://issues.apache.org/jira/browse/SOLR-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998597#comment-12998597
]
Anton commented on SOLR-2349:
-----------------------------
Hi, Hasan! I already told you my solution by faceting on sortid field. If you have same result
as <int name="1">5</int> in facet results that mean, that you have different values
in sortid field for each document in solr index, and that mean, that you have 5 groups. Try
to analyse your data and check that sortid field is indexed.
> Wrong matches count with groupped results
> -----------------------------------------
>
> Key: SOLR-2349
> URL: https://issues.apache.org/jira/browse/SOLR-2349
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.0
> Environment: windows xp, jetty
> Reporter: Anton
> Priority: Minor
>
> With query q=*:* i get "numFound = 1752"
> When i group by field (q=*:*&group=true&group.field=company_id) i also get "matches
= 1752", but number of groupped results less than 1752 and application wouldn't be able to
show valid pagination.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|