Package ai.vectros.resources.search
Class SearchClient
java.lang.Object
ai.vectros.resources.search.SearchClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.Get responses with HTTP metadata like headers
-
Field Details
-
clientOptions
-
-
Constructor Details
-
SearchClient
-
-
Method Details
-
withRawResponse
Get responses with HTTP metadata like headers -
content
Runs a hybrid, semantic, or text search across the content you have indexed. By default it returns both documents and records in a single unified result set; passcontentTypesto narrow the results (for example["documents"]). Each result carries asourceTypediscriminator (PartnerDocumentorGenericRecord) so you can branch on the type. Requires thesearch:rscope. -
content
Runs a hybrid, semantic, or text search across the content you have indexed. By default it returns both documents and records in a single unified result set; passcontentTypesto narrow the results (for example["documents"]). Each result carries asourceTypediscriminator (PartnerDocumentorGenericRecord) so you can branch on the type. Requires thesearch:rscope.
-