[
https://issues.apache.org/jira/browse/SOLR-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679368#action_12679368
]
ian connor commented on SOLR-1047:
----------------------------------
*** standard.rb 2009-03-05 16:29:51.000000000 -0500
--- new.standard.rb 2009-03-05 16:31:24.000000000 -0500
***************
*** 75,80 ****
--- 75,81 ----
hash["facet.mincount"] = @params[:facets][:mincount]
hash["facet.prefix"] = @params[:facets][:prefix]
hash["facet.offset"] = @params[:facets][:offset]
+ hash["facet.method"] = @params[:facets][:method] if
@params[:facets][:method]
if @params[:facets][:fields] # facet fields are optional (could be
facet.query only)
@params[:facets][:fields].each do |f|
if f.kind_of? Hash
> support for facet method
> ------------------------
>
> Key: SOLR-1047
> URL: https://issues.apache.org/jira/browse/SOLR-1047
> Project: Solr
> Issue Type: Improvement
> Components: clients - ruby - flare
> Affects Versions: 1.3
> Reporter: ian connor
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.