0

I have a question in terms of the renderer: My search query is running fine and gives prosper output. But the links provided by the renderer, I mean the results of the search, are not working. They simply lead nowhere… is there a solution for opening local links through the renderer?

Ps: local filesystem and smb crawler were used. Same problem…

1 Answers1

0

Here is an extract of a comment in the official documentation:

In the renderer you can apply a regular expression on the URL to change it to something like file://.... This is done in tab "Fields" of the renderer. For IE for example, field URL Pattern should be ^smb://(.*) and URL replace should be file:///$1.

When using another browser please adapt this to the proper expected syntax.

However, by default, for security reasons, the Internet browsers do not allow opening a local file from an Internet web site.

This page give few workarounds.

To solve this problem for Chrome and Firefox, you can install an extension that will allow this.

Emmanuel Keller
  • 3,384
  • 1
  • 14
  • 16
  • Thank you for your answer and help. The URL replacement was already done by us --> doesn't really help, because of all the used browsers. These workarounds you postet are also not suiteable for us, since they are not universal. Even if they seem to work (tried them too...). But here is another question, since we like OSS and want to get it run properly: Would it be possible to access or better to open our searched and found files, if they wouldn't be "local" anymore? I mean, if we would host them anywhere, so it would be http:// instead of file://? – el muchacho Feb 19 '16 at 14:08