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

Support ignore_keywords flag for word delimiter graph token filter #59491

Closed
malpani opened this issue Jul 14, 2020 · 1 comment
Closed

Support ignore_keywords flag for word delimiter graph token filter #59491

malpani opened this issue Jul 14, 2020 · 1 comment
Labels
>enhancement :Search Relevance/Analysis How text is split into tokens Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch

Comments

@malpani
Copy link
Contributor

malpani commented Jul 14, 2020

Support ignore_keywords flag for word delimiter graph token filter

Lucene's WordDelimiterGraphFilter allows to skip processing of tokens tagged as keyword. However the Elasticsearch word delimiter graph token filter does not support this yet. I would like to update the Elasticsearch implementation to incorporate the ignore_keywords flag to enable better customization of token filters

@malpani malpani added >enhancement needs:triage Requires assignment of a team area label labels Jul 14, 2020
@astefan astefan added the :Search Relevance/Analysis How text is split into tokens label Jul 14, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Analysis)

@elasticmachine elasticmachine added the Team:Search Meta label for search team label Jul 14, 2020
@astefan astefan removed Team:Search Meta label for search team needs:triage Requires assignment of a team area label labels Jul 14, 2020
malpani added a commit to malpani/elasticsearch that referenced this issue Jul 14, 2020
…lter

Support ignore_keywords flag for word delimiter graph token filter

Lucene's WordDelimiterGraphFilter allows to skip processing of tokens tagged as keyword. However the Elasticsearch word delimiter graph token filter does not support this yet. I would like to update the Elasticsearch implementation to incorporate the ignore_keywords flag to enable better customization of token filters

Fix for elastic#59491
romseygeek pushed a commit that referenced this issue Jul 21, 2020
…59563)

This commit allows customizing the word delimiter token filters to skip processing 
tokens tagged as keyword through the `ignore_keywords` flag Lucene's 
WordDelimiterGraphFilter already exposes.

Fix for #59491
romseygeek pushed a commit that referenced this issue Jul 21, 2020
…59563)

This commit allows customizing the word delimiter token filters to skip processing 
tokens tagged as keyword through the `ignore_keywords` flag Lucene's 
WordDelimiterGraphFilter already exposes.

Fix for #59491
@malpani malpani closed this as completed Jul 21, 2020
@javanna javanna added the Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search Relevance/Analysis How text is split into tokens Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch
Projects
None yet
Development

No branches or pull requests

4 participants