Class Hierarchy
- java.lang.Object
- org.opensearch.plugins.Plugin (implements java.io.Closeable)
- org.opensearch.example.customsuggester.CustomSuggesterPlugin (implements org.opensearch.plugins.SearchPlugin)
- org.opensearch.search.suggest.Suggest.Suggestion<T> (implements java.lang.Iterable<T>, org.opensearch.common.io.stream.NamedWriteable, org.opensearch.common.xcontent.ToXContentFragment)
- org.opensearch.example.customsuggester.CustomSuggestion
- org.opensearch.search.suggest.Suggest.Suggestion.Entry<O> (implements java.lang.Iterable<T>, org.opensearch.common.xcontent.ToXContentFragment, org.opensearch.common.io.stream.Writeable)
- org.opensearch.example.customsuggester.CustomSuggestion.Entry
- org.opensearch.search.suggest.Suggest.Suggestion.Entry.Option (implements org.opensearch.common.xcontent.ToXContentFragment, org.opensearch.common.io.stream.Writeable)
- org.opensearch.example.customsuggester.CustomSuggestion.Entry.Option
- org.opensearch.search.suggest.Suggester<T>
- org.opensearch.example.customsuggester.CustomSuggester
- org.opensearch.search.suggest.SuggestionBuilder<T> (implements org.opensearch.common.io.stream.NamedWriteable, org.opensearch.common.xcontent.ToXContentFragment)
- org.opensearch.example.customsuggester.CustomSuggestionBuilder
- org.opensearch.search.suggest.SuggestionSearchContext.SuggestionContext
- org.opensearch.example.customsuggester.CustomSuggestionContext
- org.opensearch.plugins.Plugin (implements java.io.Closeable)