mirror of https://github.com/apache/lucene.git
previous commit meant to send document_controller, not browse_controller.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@512207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb81d5f485
commit
c1a58825ce
|
@ -12,9 +12,6 @@
|
|||
|
||||
|
||||
class DocumentController < ApplicationController
|
||||
def result
|
||||
@doc = params[:doc]
|
||||
@response = params[:response] # TODO: FlareContext?
|
||||
render :template => "document/document_#{SOLR_ENV}"
|
||||
end
|
||||
# Currently not used, as partials are used for rendering documents in search results
|
||||
# TODO: how best to allow pluggable document rendering?
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue