Class: Hydra::Derivatives::Processors::FullText
- Defined in:
- lib/hydra/derivatives/processors/full_text.rb
Overview
Extract the full text from the content using Solr’s extract handler
Instance Attribute Summary
Attributes inherited from Processor
#directives, #output_file_service, #source_path
Instance Method Summary collapse
-
#process ⇒ TrueClass, FalseClass
Run the full text extraction and save the result.
Methods inherited from Processor
#initialize, #output_file, #output_filename_for
Constructor Details
This class inherits a constructor from Hydra::Derivatives::Processors::Processor
Instance Method Details
#process ⇒ TrueClass, FalseClass
Run the full text extraction and save the result
8 9 10 |
# File 'lib/hydra/derivatives/processors/full_text.rb', line 8 def process output_file_service.call(extract, directives) end |