Uses of Class
ai.waii.clients.database.SearchContext
Packages that use SearchContext
-
Uses of SearchContext in ai.waii.clients.query
Methods in ai.waii.clients.query that return SearchContextMethods in ai.waii.clients.query that return types with arguments of type SearchContextModifier and TypeMethodDescriptionAutoCompleteRequest.getSearchContext()DescribeQueryRequest.getSearchContext()DiffQueryRequest.getSearchContext()TranscodeQueryRequest.getSearchContext()Methods in ai.waii.clients.query with parameters of type SearchContextModifier and TypeMethodDescriptionQueryGenerationRequest.setSearchContext(SearchContext[] searchContext) Method parameters in ai.waii.clients.query with type arguments of type SearchContextModifier and TypeMethodDescriptionvoidAutoCompleteRequest.setSearchContext(List<SearchContext> searchContext) DescribeQueryRequest.setSearchContext(List<SearchContext> searchContext) DiffQueryRequest.setSearchContext(List<SearchContext> searchContext) TranscodeQueryRequest.setSearchContext(List<SearchContext> searchContext) Constructor parameters in ai.waii.clients.query with type arguments of type SearchContextModifierConstructorDescriptionAutoCompleteRequest(String text, Integer cursorOffset, String dialect, List<SearchContext> searchContext, Integer maxOutputTokens) DescribeQueryRequest(List<SearchContext> searchContext, String currentSchema, String query) DiffQueryRequest(List<SearchContext> searchContext, String currentSchema, String query, String previousQuery) TranscodeQueryRequest(List<SearchContext> searchContext, String ask, String sourceDialect, String sourceQuery, String targetDialect)