Sandro Mario Zbinden created SOLR-5073:
------------------------------------------

             Summary: Improve solrj SolrQuery to support facet limit on per 
field basis in SolrJ
                 Key: SOLR-5073
                 URL: https://issues.apache.org/jira/browse/SOLR-5073
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 5.0, 4.4
            Reporter: Sandro Mario Zbinden
            Priority: Minor


Currently the SolrQuery (org.apache.solr.client.solrj) class supports the 
setFacetLimit(int limit) and getFacetLimit() method. 

Recently someone added a feature to specifiy the facet.limit on a per field 
basis. It would be great if this feature could be used from solrj.

with setFacetLimit(String field, int limit) and getFacetLimit(String field)
setFacetPrefix is already implemetned like this.  




--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to