Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file:// URLs instead of SMB:// URLs ? #1906

Open
jebofponderworthy opened this issue Apr 4, 2018 · 2 comments
Open

file:// URLs instead of SMB:// URLs ? #1906

jebofponderworthy opened this issue Apr 4, 2018 · 2 comments

Comments

@jebofponderworthy
Copy link

I have added a Filter to the default renderer, field "url", tested "Replace" as both "true" and "false", Filter Type "FACET_MERGE", containing this text:

casesensitive=false
regexp.1.find=smb://
regexp.1.replace=file://

and also tested this text:

casesensitive=false
regexp.1.find=smb
regexp.1.replace=file

but URLs were not changed. What is the simplest way to get OSS to output file:// URLs? Endpoint changes are not practical, and this is a Windows environment.

@tobias-husmann
Copy link
Contributor

How about to use the "Fields" tab in the renderer?
I did it like this:

Field: uri
Url Pattern: smb://
Url Replace: file://

That should work like you want it.

@jebofponderworthy
Copy link
Author

jebofponderworthy commented Apr 9, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants