You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elastic supports completion suggestion as an experimental feature. I understand the point of not building experimental features into the client, but nonetheless I'd like to have the ability to extend this way myself.
SuggestDescriptorBucket has a fixed TermSuggest and PhraseSuggest property, please change it into a dictionary-like wrapper, so I can add ANY descriptor inheriting from BaseSuggestDescriptor (so I could implement my own CompletionSuggestDescriptor)
The text was updated successfully, but these errors were encountered:
Elastic supports completion suggestion as an experimental feature. I understand the point of not building experimental features into the client, but nonetheless I'd like to have the ability to extend this way myself.
SuggestDescriptorBucket has a fixed TermSuggest and PhraseSuggest property, please change it into a dictionary-like wrapper, so I can add ANY descriptor inheriting from BaseSuggestDescriptor (so I could implement my own CompletionSuggestDescriptor)
The text was updated successfully, but these errors were encountered: