-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Is it possible to deactivated the standard solr tags like: currency, phone numbers, Money, law clause,... #455
Comments
Probably editing the file /etc/opensemanticsearch/etl solves your problem, especially by changing the lines regarding regex and by uncommenting lines with: |
Y'know, I always wondered if anyone got those to work for them. I also disabled these because while it's a great concept, particularly when indexing things like the Panama Papers, it doesn't seem intelligent enough to properly parse things out without resorting to a lot of regex testing. |
Great, it works. Thank's a lot. Now I'm ready to install it on a production VMware for my Dev-Team |
I just realize, that i had to go a bit further to deactivate those as well: You can simply deactivate the Django facets for e.g. "phone", "currency" and so on.
|
Hi,
I installed the latest Opemsemanticsearch Version as deb-Package in my Ubuntu 22 LTS Hyper-V machine. I'd like to use OSS for our about 1700 docx documentations of non standard Feature of our Software. The indexing of the docs worked without any problems.
My Problem is:
By Default all docx are tagged with multiple default tags, I think the came from the 'Apache solr"!?!
Here some examples:
Is it possible to deactived this tags in the apache solr? If tried the following, which didn't worked:
{{{curl http://localhost:8983/solr/admin/cores?action=RELOAD\&core=opensemanticsearch}}}
{{{curl http://localhost:8983/solr/admin/cores?action=RELOAD\&core=opensemanticsearch-entities}}}
Did anyone has a hint, to get rid of the default tags?
The text was updated successfully, but these errors were encountered: