Hello Erik,

> class DemoRequest < Solr::Request::Dismax
>   def initialize(params)
>     super
>     @query_type = "demo"
>   end
> end

This is a totally same way what I did to solve my problem.
I wasn't sure that my solution was reasonable in terms of Ruby,
but now I can be confident with this by your reply and your further description.

Thank you very much, Erik!

Koji


Reply via email to