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: stem_exclusion as array not working in language analyzers #6237

Closed
clintongormley opened this issue May 19, 2014 · 0 comments
Closed

Comments

@clintongormley
Copy link
Contributor

DELETE /_all

PUT /t
{
  "settings": {
    "analysis": {
      "analyzer": {
        "my_english": {
          "type": "english",
          "stem_exclusion": ["organization"]
        }
      }
    }
  }
}

GET /t/_analyze?analyzer=my_english&text=organization

-> returns term organ

clintongormley added a commit that referenced this issue May 19, 2014
clintongormley added a commit that referenced this issue May 19, 2014
clintongormley added a commit that referenced this issue May 19, 2014
@clintongormley clintongormley changed the title stem_exclusion as array not working in language analyzers Analysis: stem_exclusion as array not working in language analyzers Jul 16, 2014
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant