Module: BlacklightHighlight::SolrDocumentExtension::ClassMethods
- Defined in:
- lib/blacklight_highlight/solr_document_extension.rb
Instance Method Summary collapse
-
#highlight ⇒ Object
Provide a class-level method to white-list highlighted fields By default, it will highlight every field for which there’s a highlight result.
Instance Method Details
#highlight ⇒ Object
Provide a class-level method to white-list highlighted fields By default, it will highlight every field for which there’s a highlight result
15 16 17 |
# File 'lib/blacklight_highlight/solr_document_extension.rb', line 15 def highlight @highlight ||= [] end |