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

Add configuration option to disable matchers #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

j-hellenberg
Copy link
Collaborator

This pull request adds the ability to disable first line matchers in the configuration file, which we found quite useful because our state-of-the-art matchers can be fairly long-running and we don't want to execute all of them in all cases.

@avielhauer
Copy link
Owner

Thanks for the PR, #11 should help with the problem. To select a set of first-line matchers to be cached, you need to enable writeCacheFirstLineMatchers, adjust first_line_matchers.yaml and first_line_tokenizers.yaml to your liking, run Schematch and then revert the changes to first_line_matchers.yaml and first_line_tokenizers.yaml.

I might later also merge this PR to complement the current caching approach.

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

Successfully merging this pull request may close these issues.

2 participants