Sascha Szott created SOLR-3945:
----------------------------------

             Summary: SolrJ SolrQuery.setFacet(false) does not add 
'facet=false' to URL params
                 Key: SOLR-3945
                 URL: https://issues.apache.org/jira/browse/SOLR-3945
             Project: Solr
          Issue Type: Bug
          Components: clients - java
    Affects Versions: 3.6.1
            Reporter: Sascha Szott


The standard request handler is configured with
{code}
<bool name="facet">true</bool>
{code}
in the {{default}} section.

If I do not want to retrieve (and compute) facets for a specific query, I can 
add 'facet=false' to the list of URL parameters. But SolrJ's 
SolrQuery.setFacet(false) does not add this parameter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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