You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also included the plugin's directive in the solrconfig.xml and added the needed lines of config in solrconfig_extra.xml here
Set the correct path for the SOLR_HOCR_PLUGIN_PATH environment variable
Restarted the SOLR container and also Indexed the nodes in Drupal
Problem
I cannot seem to get the hOCR to be indexed into Solr even after all the above setup steps. I've traced the code and found that the processor is properly doing its job of reading the content out and adding the value into Solr. However, using the Solr web interface I cannot see the field when I perform a query. I can see the field as the raw file content in the Solr query if I change the islandora_hocr_field:content property type to Fulltext. The OCR highlighting also doesn't show anything.
Am I missing something from the setup steps that are preventing the module from working? Some guidance would be appreciated! Thanks!
The text was updated successfully, but these errors were encountered:
Setup
drush migrate:import islandora_hocr_media_uses
islandora_hocr_field:content
property to be indexed in Solr via the Search API and also set its Type toFulltext ("islandora_hocr")
.tif
file and.hocr
file in mediaSOLR_HOCR_PLUGIN_PATH
environment variableProblem
I cannot seem to get the hOCR to be indexed into Solr even after all the above setup steps. I've traced the code and found that the processor is properly doing its job of reading the content out and adding the value into Solr. However, using the Solr web interface I cannot see the field when I perform a query. I can see the field as the raw file content in the Solr query if I change the
islandora_hocr_field:content
property type to Fulltext. The OCR highlighting also doesn't show anything.Am I missing something from the setup steps that are preventing the module from working? Some guidance would be appreciated! Thanks!
The text was updated successfully, but these errors were encountered: