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 pattern analyzer #276

Closed
kimchy opened this issue Jul 25, 2010 · 1 comment
Closed

Analysis: Add pattern analyzer #276

kimchy opened this issue Jul 25, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Jul 25, 2010

Pattern analyzer uses regular expressions to separate text into tokens. It can act as a combination of the letter, lower_case, whitespace, and stop filter.

Sample configuration can be:

 index:
    analysis:
        analyzer:
            my_analyzer:
                type: pattern
                lowercase: true
                pattern: \W+
                flags: DOTALL|MULTILINE
                stopwords: ["something", "else"]
@kimchy
Copy link
Member Author

kimchy commented Jul 25, 2010

Analysis: Add pattern analyzer, closed by ac7c8cb.

mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…stic#276)

MPC-2068: Terraform special IAM roles

Roles created by us to manage infrastructure and other service access


Approved-by: Gideon Avida
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