-
Notifications
You must be signed in to change notification settings - Fork 102
Add variants to analysis classes, Add IndexState.data_stream #727
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! ❤️
@sethmlarson You closed #532 for the |
@sebelga Hmm, I saw |
It looks correct to me, @sebelga can you elaborate? elasticsearch-specification/output/typescript/types.ts Lines 8356 to 8357 in 17af83c
If what you mean is that it's not currently present in the kibana ES client, you are right, a type release has not happened yet. |
Oh I see it got added in a previous PR. Thanks @delvedor |
* added 'remove_binary' to AttachmentProcessor (issue #727) * making node info path optional (issue #242) * making node info discover seed_host optional (issue #242) * changed description for update by query (issue #315) * adding custom options to index settings similarity (issue #299) * initial_master_nodes from string to string[] (issue #242) * correct contrib * correct node info discover class (issue #242)
* added 'remove_binary' to AttachmentProcessor (issue #727) * making node info path optional (issue #242) * making node info discover seed_host optional (issue #242) * changed description for update by query (issue #315) * initial_master_nodes from string to string[] (issue #242) * correct node info discover class (issue #242) * generate and contrib
* added 'remove_binary' to AttachmentProcessor (issue #727) * making node info path optional (issue #242) * making node info discover seed_host optional (issue #242) * changed description for update by query (issue #315) * adding custom options to index settings similarity (issue #299) * initial_master_nodes from string to string[] (issue #242) * correct contrib * correct node info discover class (issue #242)
* Batch from java issues (#2412) * added 'remove_binary' to AttachmentProcessor (issue #727) * making node info path optional (issue #242) * making node info discover seed_host optional (issue #242) * changed description for update by query (issue #315) * adding custom options to index settings similarity (issue #299) * initial_master_nodes from string to string[] (issue #242) * correct contrib * correct node info discover class (issue #242) * contrib
Most of this is adding
@variant
to analyzers, tokenizers, token filters and char filters.Added
IndexState.data_stream?
to close #532