Class: BlacklightCql::ExplainController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/blacklight_cql/explain_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
10
11
12
# File 'app/controllers/blacklight_cql/explain_controller.rb', line 7

def index
   @luke_response = Blacklight.solr.luke
   @config = CatalogController.blacklight_config
   
   render "explain.xml.builder", :content_type => "application/xml"
end