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

RegexTermFilter doesn't work, but you've already got the fix in master #506

Open
kurtwheeler opened this issue Dec 10, 2015 · 2 comments
Open

Comments

@kurtwheeler
Copy link

Hey so I'm trying to use the RegexTermFilter and I'm getting an error:

2015-12-10 22:41:06,171 Error on: ElasticSearchException(u'QueryParsingException[[logstash-2015.12.10] No filter registered for [regex_term]]; }]',)

According to https://www.bountysource.com/issues/1521992-regextermfilter-error the filter name should be regexp not regex_term.

It looks like @toconnor already fixed it in master here:
https://github.com/aparo/pyes/blob/master/pyes/filters.py#L308
with this commit:
e40ae66
however the change never made it into the latest release as you can see here:

_internal_name = "regex_term"

Could you please just release that code to get this working?

Thanks!

@underyx
Copy link

underyx commented Dec 17, 2015

Since this release does not seem to be coming anytime soon, you could just install the package from GitHub and use the master branch version: https://underyx.me/2015/11/23/adding-an-unreleased-commit-as-a-dependency

@kurtwheeler
Copy link
Author

Thanks @underyx I did so when I opened the issue cause I didn't want to wait :)

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