sorl-ruby facet.method

2009-03-05 Thread Ian Connor
Hi, Is there a way to specify the facet.method using solr-ruby. I tried to add it like this: hash[facet.method] = @params[:facets][:method] if @params[:facets][:method] to line 78 of standard.rb and it works when you add it to the facets Hash. However, if there is another place that I

Re: sorl-ruby facet.method

2009-03-05 Thread Erik Hatcher
First, note we have a ruby-...@lucene.apache.org list which focuses primarily on the solr-ruby library, flare, and other Ruby specific things. But this forum is as good as any, though I'm CC'ing ruby-dev too. On Mar 5, 2009, at 12:59 PM, Ian Connor wrote: Is there a way to specify the

Re: sorl-ruby facet.method

2009-03-05 Thread Ian Connor
I agree that remapping params is not that much fun. I certainly vote for just passing them through and it will be easier to keep up with the latest as well. I created: https://issues.apache.org/jira/browse/SOLR-1047 Let me know if there is something else I can do to help. On Thu, Mar 5, 2009

Re: sorl-ruby facet.method

2009-03-05 Thread Ian Connor
If you want this to switch groups, let me know... ...but it would be good to know benchmarkng like in ActiveRecord so that you know for a request how much time was spent where. ActiveRecord logs look like: JournalAccess Columns (0.107016) SHOW FIELDS FROM `journal_accesses` Transform Load