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

Analysis: Add elision token filter #930

Closed
kimchy opened this issue May 13, 2011 · 0 comments
Closed

Analysis: Add elision token filter #930

kimchy opened this issue May 13, 2011 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented May 13, 2011

Removed elision token filter which removes elisions. For example, "l'avion" (the plane) will tokenized as "avion" (plane).

@kimchy kimchy closed this as completed in c5305a0 May 13, 2011
ofavre pushed a commit to yakaz/elasticsearch that referenced this issue Jul 18, 2011
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
The PR solves `scala.MatchError` in Spark SQL queries with `_metadata` field inside.
When Spark SQL is reading a metadata field, the data source removes the metadata
field from the given fields and replaces it at the end. This is because the metadata
field is an abstract field that is provided by the Scroll Reader instead of by explicitly
asking for it. In removing the field, the order of fields in the projection returned from
the Scroll reader does not match the order of fields within the Spark execution plan,
thus a match error is thrown. This ordering of fields is now protected with this PR.
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
same work as done in the logstash-plugins/logstash-filter-elasticsearch#126 and logstash-plugins/logstash-input-elasticsearch#120.

The only difference is that integration tests need to know the exact elasticsearch version being tested (but the input can be "7.x"). This PR modifies the .ci/logstash-run to fetch the version from elasticsearch itself.

Co-authored-by: Karol Bucek <kares@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant