Package ai.vectros.resources.search
Class RawSearchClient
java.lang.Object
ai.vectros.resources.search.RawSearchClient
-
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.
-
Field Details
-
clientOptions
-
-
Constructor Details
-
RawSearchClient
-
-
Method Details
-
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
public VectrosApiHttpResponse<SearchResponse> content(SearchRequest request, RequestOptions requestOptions) 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.
-