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: Allow to alias analyzers #486

Closed
kimchy opened this issue Nov 7, 2010 · 1 comment
Closed

Analysis: Allow to alias analyzers #486

kimchy opened this issue Nov 7, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Nov 7, 2010

Allow to alias analyzers allowing to lookup the same analyzer using several possible names. For example:

index :
  analysis :
    analyzer :
      standard :
        alias: [alias1, alias2]
        type : standard
        stopwords : [test1, test2, test3]

Then the standard analyzer can also be referenced (where applicable) using the alias1 and alias2 names.

@kimchy
Copy link
Member Author

kimchy commented Nov 7, 2010

Analysis: Allow to alias analyzers, closed by e515233.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
dadoonet pushed a commit to dadoonet/elasticsearch that referenced this issue Sep 4, 2015
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
This issue was closed.
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