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

Snowball #606

Closed
wants to merge 1 commit into from
Closed

Snowball #606

wants to merge 1 commit into from

Conversation

harryf
Copy link

@harryf harryf commented Jan 6, 2011

This adds the snowball stemmer to elastic search directly.

This time with the analyzer I added support for those languages where stopwords were already available, namely Dutch, English (default if no language attribute), French, German and German2. Additional stopwords attribute also supported e.g;

index:
    analysis:
        analyzer:
            default:
                type: snowball
                language: French
                stopwords: [avec, dans]

Snowball filter also supported as before;

index:
    analysis:
        analyzer:
            default:
                type: custom
                tokenizer: whitespace
                filter: [snowball]
        filter:
            snowball:
                type: snowball
                language: German2

@harryf
Copy link
Author

harryf commented Jan 7, 2011

Thanks to adding. Closing this pull

@bikash119
Copy link

can any one help me , how to add analyzer to each field being indexed using java api? pls pls pls..

mindw pushed a commit to mindw/elasticsearch that referenced this pull request Sep 5, 2022
…quest elastic#606)

MPC-5256: ems scaling

* s/arn/name for policy attachment

* Add IAM policy to let EMS Router call autoscaling

... APIs. Specifically:
* autoscaling:DescribeAutoScalingGroups
* autoscaling:SetDesiredCapacity

Also, rename Terraform resources specific to EMS-Router to include
"router" in the name.

* Add tf- prefix to ems-router-autoscaling resource

... names

* Merged master into dev/fabien/MPC-5256-ems-scaling-through-ems-router
* swap access keys for irsa as per discussion

* Let EMS Router set MinSize, MaxSize, InstanceType

... via the AWS Auto Scaling UpdateAutoScalingGroup() API

* Merge branch 'dev/fabien/MPC-5256-ems-scaling-through-ems-router' of bitbucket.org:engageli/devops into dev/fabien/MPC-5256-ems-scaling-through-ems-router

* Fix indentation

* s/namespace-service-account/cluster-service-account/

* s/cr_service_account/cluster_service_account/


Approved-by: Can Yildiz
Approved-by: Hiroshi Ishii
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this pull request Dec 26, 2023
This releases 9k + 9K URI compatibility

Fixes elastic#606
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants