We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
regexp
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:
pyes/pyes/filters.py
Line 308 in f280758
Could you please just release that code to get this working?
Thanks!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thanks @underyx I did so when I opened the issue cause I didn't want to wait :)
No branches or pull requests
Hey so I'm trying to use the RegexTermFilter and I'm getting an error:
According to https://www.bountysource.com/issues/1521992-regextermfilter-error the filter name should be
regexp
notregex_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:
pyes/pyes/filters.py
Line 308 in f280758
Could you please just release that code to get this working?
Thanks!
The text was updated successfully, but these errors were encountered: