Class RawSearchClient

java.lang.Object
ai.vectros.resources.search.RawSearchClient

public class RawSearchClient extends Object
  • Field Details

  • Constructor Details

    • RawSearchClient

      public RawSearchClient(ClientOptions clientOptions)
  • 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; pass contentTypes to narrow the results (for example ["documents"]). Each result carries a sourceType discriminator (PartnerDocument or GenericRecord) so you can branch on the type. Requires the search:r scope.
    • 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; pass contentTypes to narrow the results (for example ["documents"]). Each result carries a sourceType discriminator (PartnerDocument or GenericRecord) so you can branch on the type. Requires the search:r scope.