-
Notifications
You must be signed in to change notification settings - Fork 17
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
Docs: searching for example #27
Comments
For auto_phrase i found so far (could not get it working)
|
Hi, In addition to the original issue, LemmatizeTokenFilter lacks description too. I would appreciate any info on how to configure it, on supported languages and what is behind this plugin. To me this plugin looks similar to baseform plugin. From skimming through the code I can guess that the lemmatizer replaces the original word while baseform-er adds generated form alongside the original. Thanx |
@nkrot in general you gave the answer. I updated the gist with an example. Like you said, it just keeps the baseform and removes the original word
|
@ThaDafinser , thank you. Do you have any info on
thanx, |
Sadly not yet. You can see a lot of examples in the tests, how it should work. Line 113 in 93ed7cb
|
|
After going through a lot of examples, code and so on... I think the best would be to create something like this For a "one pager" (or add all in Readme) there are too many things to explain, and with such an approach the documentation can be created step by step. Like mentioned at the end, it's similar to the ES reference guide structure https://www.elastic.co/guide/en/elasticsearch/reference/5.3/index.html @jprante what do you think? If you like it, i will add some more pages and create a PR for this one. |
Hello,
i tried now to complete the examples for Kibana, see
https://gist.github.com/ThaDafinser/d27b4fa9d144b0083ee7dad37484fdd8
For the example i've gone through the complete plugin-list
https://github.com/jprante/elasticsearch-plugin-bundle#a-plugin-bundle-for-elastisearch
For those plugins i couldn't find docs ( @jprante could cou help me here pls?)
Other missing examples for now (could not create a "live" example yet)
_analyze
API foricu_collation
Are there any other things missing? When they are finished: Do you want them in README or in a seperate file?
The text was updated successfully, but these errors were encountered: