Solr 3.4 group.truncate does not work with facet queries
--------------------------------------------------------

                 Key: SOLR-2863
                 URL: https://issues.apache.org/jira/browse/SOLR-2863
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 3.4
         Environment: Solr 3.4 on Windows Server 2008.
            Reporter: Ian Grainger


When using Grouping with group.truncate=true, The following simple facet query:
facet.query=Monitor_id:[380000 TO 400000]

Doesn't give the same number as the nGroups result for the equivalent filter 
query:
fq=Monitor_id:[380000 TO 400000]

>From the Wiki page: 'group.truncate: If true, facet counts are based on the 
>most relevant document of each group matching the query.'

If I turn off group.truncate then the counts are the same, as I'd expect - but 
unfortunately I'm only interested in the grouped results.

Asked this question on the Solr-user mailing list and was told it is likely a 
bug by: martijn.v.gronin...@gmail.com.

I'd be very interested in any workaround for this bug!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to