mirror of
https://github.com/apache/lucene.git
synced 2025-03-02 22:39:29 +00:00
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508938 13f79535-47bb-0310-9956-ffa450edef68
8 lines
426 B
Ruby
8 lines
426 B
Ruby
class Solr::Response::Dismax < Solr::Response::Standard
|
|
# no need for special processing
|
|
|
|
# FIXME: 2007-02-07 <coda.hale@gmail.com> -- The existence of this class indicates that
|
|
# the Request/Response pair architecture is a little hinky. Perhaps we could refactor
|
|
# out some of the most common functionality -- Common Query Parameters, Highlighting Parameters,
|
|
# Simple Facet Parameters, etc. -- into modules?
|
|
end |