Open dvdcastro opened 1 year ago
Hello,
We have connected Tika but the plugin is not sending files to it or they are not showing up when doing global search.
Is there a way to validate from the plugin that Tika is indeed working?
Also, I see the connection to tika is being validated.:
https://github.com/catalyst/moodle-search_elastic/blob/MOODLE_310_STABLE/classes/enrich/text/tika.php#L102-L106
It verifies that the tika host and port are set but then it makes a request towards the elastic host and port. Is this correct?
Here is a proposal for this.
Hello,
We have connected Tika but the plugin is not sending files to it or they are not showing up when doing global search.
Is there a way to validate from the plugin that Tika is indeed working?