Uses of Class
ai.vectros.resources.search.requests.SearchRequest
Packages that use SearchRequest
-
Uses of SearchRequest in ai.vectros.resources.search
Methods in ai.vectros.resources.search with parameters of type SearchRequestModifier and TypeMethodDescriptionAsyncRawSearchClient.content(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.AsyncRawSearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.AsyncSearchClient.content(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.AsyncSearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.RawSearchClient.content(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.RawSearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.SearchClient.content(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.SearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed. -
Uses of SearchRequest in ai.vectros.resources.search.requests
Methods in ai.vectros.resources.search.requests that return SearchRequestModifier and TypeMethodDescriptionSearchRequest._FinalStage.build()SearchRequest.Builder.build()Methods in ai.vectros.resources.search.requests with parameters of type SearchRequestModifier and TypeMethodDescriptionSearchRequest.Builder.from(SearchRequest other) SearchRequest.QueryStage.from(SearchRequest other)