Uses of Interface
ai.vectros.resources.search.requests.SearchRequest._FinalStage
Packages that use SearchRequest._FinalStage
-
Uses of SearchRequest._FinalStage in ai.vectros.resources.search.requests
Classes in ai.vectros.resources.search.requests that implement SearchRequest._FinalStageMethods in ai.vectros.resources.search.requests that return SearchRequest._FinalStageModifier and TypeMethodDescriptionSearchRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) SearchRequest._FinalStage.additionalProperty(String key, Object value) SearchRequest._FinalStage.contentTypes(List<SearchRequestContentTypesItem> contentTypes) SearchRequest._FinalStage.contentTypes(Optional<List<SearchRequestContentTypesItem>> contentTypes) Narrow results to specific content types.SearchRequest.Builder.contentTypes(List<SearchRequestContentTypesItem> contentTypes) Narrow results to specific content types.SearchRequest.Builder.contentTypes(Optional<List<SearchRequestContentTypesItem>> contentTypes) Narrow results to specific content types.SearchRequest._FinalStage.createdAfter(String createdAfter) SearchRequest._FinalStage.createdAfter(Optional<String> createdAfter) Restrict results to content created at or after this ISO-8601 UTC timestamp.SearchRequest.Builder.createdAfter(String createdAfter) Restrict results to content created at or after this ISO-8601 UTC timestamp.SearchRequest.Builder.createdAfter(Optional<String> createdAfter) Restrict results to content created at or after this ISO-8601 UTC timestamp.SearchRequest._FinalStage.createdBefore(String createdBefore) SearchRequest._FinalStage.createdBefore(Optional<String> createdBefore) Restrict results to content created at or before this ISO-8601 UTC timestamp.SearchRequest.Builder.createdBefore(String createdBefore) Restrict results to content created at or before this ISO-8601 UTC timestamp.SearchRequest.Builder.createdBefore(Optional<String> createdBefore) Restrict results to content created at or before this ISO-8601 UTC timestamp.SearchRequest._FinalStage.filters(Map<String, FilterValue> filters) SearchRequest._FinalStage.filters(Optional<Map<String, FilterValue>> filters) Field-level filters applied to your document and record metadata.SearchRequest.Builder.filters(Map<String, FilterValue> filters) Field-level filters applied to your document and record metadata.SearchRequest.Builder.filters(Optional<Map<String, FilterValue>> filters) Field-level filters applied to your document and record metadata.Restrict results to content (documents or records) in this EXACT folder.Restrict results to content (documents or records) in this EXACT folder.Restrict results to content (documents or records) in this EXACT folder.The maximum number of results to return.The maximum number of results to return.The maximum number of results to return.SearchRequest._FinalStage.minSimilarity(Double minSimilarity) SearchRequest._FinalStage.minSimilarity(Optional<Double> minSimilarity) The minimum semantic similarity score a result must have to be included, on a scale of 0.0 to 1.0.SearchRequest.Builder.minSimilarity(Double minSimilarity) The minimum semantic similarity score a result must have to be included, on a scale of 0.0 to 1.0.SearchRequest.Builder.minSimilarity(Optional<Double> minSimilarity) The minimum semantic similarity score a result must have to be included, on a scale of 0.0 to 1.0.SearchRequest._FinalStage.minTextRelevance(Double minTextRelevance) SearchRequest._FinalStage.minTextRelevance(Optional<Double> minTextRelevance) A relative relevance floor for the keyword leg, given as a fraction from 0 to 1 of the TOP result's score — results scoring below (top score × this value) are dropped.SearchRequest.Builder.minTextRelevance(Double minTextRelevance) A relative relevance floor for the keyword leg, given as a fraction from 0 to 1 of the TOP result's score — results scoring below (top score × this value) are dropped.SearchRequest.Builder.minTextRelevance(Optional<Double> minTextRelevance) A relative relevance floor for the keyword leg, given as a fraction from 0 to 1 of the TOP result's score — results scoring below (top score × this value) are dropped.SearchRequest._FinalStage.mode(SearchRequestMode mode) SearchRequest._FinalStage.mode(Optional<SearchRequestMode> mode) How results are ranked.SearchRequest.Builder.mode(SearchRequestMode mode) How results are ranked.SearchRequest.Builder.mode(Optional<SearchRequestMode> mode) How results are ranked.The number of results to skip, for pagination.The number of results to skip, for pagination.The number of results to skip, for pagination.The search query, expressed in natural language or as keywords.The search query, expressed in natural language or as keywords.SearchRequest._FinalStage.requireComplete(Boolean requireComplete) SearchRequest._FinalStage.requireComplete(Optional<Boolean> requireComplete) A fail-closed override.SearchRequest.Builder.requireComplete(Boolean requireComplete) A fail-closed override.SearchRequest.Builder.requireComplete(Optional<Boolean> requireComplete) A fail-closed override.SearchRequest._FinalStage.rootFolderId(String rootFolderId) SearchRequest._FinalStage.rootFolderId(Optional<String> rootFolderId) Restrict results to content (documents or records) anywhere under this folder subtree — the folder itself and all of its descendants.SearchRequest.Builder.rootFolderId(String rootFolderId) Restrict results to content (documents or records) anywhere under this folder subtree — the folder itself and all of its descendants.SearchRequest.Builder.rootFolderId(Optional<String> rootFolderId) Restrict results to content (documents or records) anywhere under this folder subtree — the folder itself and all of its descendants.Restrict results to content carrying this scope value, innamespace:valueform (a value is 1-128 chars: a letter or digit first, then letters, digits,_or-) — for examplegroup:eng-team,org:<id>, orclient:<id>.Restrict results to content carrying this scope value, innamespace:valueform (a value is 1-128 chars: a letter or digit first, then letters, digits,_or-) — for examplegroup:eng-team,org:<id>, orclient:<id>.Restrict results to content carrying this scope value, innamespace:valueform (a value is 1-128 chars: a letter or digit first, then letters, digits,_or-) — for examplegroup:eng-team,org:<id>, orclient:<id>.The phrase-match slop: the number of intervening positions allowed between query terms whentextModeis PHRASE (0 means the terms must be exactly adjacent).The phrase-match slop: the number of intervening positions allowed between query terms whentextModeis PHRASE (0 means the terms must be exactly adjacent).The phrase-match slop: the number of intervening positions allowed between query terms whentextModeis PHRASE (0 means the terms must be exactly adjacent).SearchRequest._FinalStage.textMode(SearchRequestTextMode textMode) SearchRequest._FinalStage.textMode(Optional<SearchRequestTextMode> textMode) How query terms are matched by the keyword engine when the mode is TEXT or HYBRID.SearchRequest.Builder.textMode(SearchRequestTextMode textMode) How query terms are matched by the keyword engine when the mode is TEXT or HYBRID.SearchRequest.Builder.textMode(Optional<SearchRequestTextMode> textMode) How query terms are matched by the keyword engine when the mode is TEXT or HYBRID.Restrict results to content of a specific schema type — for examplepatient,intake_form, orrunbook.Restrict results to content of a specific schema type — for examplepatient,intake_form, orrunbook.Restrict results to content of a specific schema type — for examplepatient,intake_form, orrunbook.SearchRequest._FinalStage.uniqueDocuments(Boolean uniqueDocuments) SearchRequest._FinalStage.uniqueDocuments(Optional<Boolean> uniqueDocuments) When true, returns at most one chunk per source item, so a single document or record cannot appear more than once in the results.SearchRequest.Builder.uniqueDocuments(Boolean uniqueDocuments) When true, returns at most one chunk per source item, so a single document or record cannot appear more than once in the results.SearchRequest.Builder.uniqueDocuments(Optional<Boolean> uniqueDocuments) When true, returns at most one chunk per source item, so a single document or record cannot appear more than once in the results.Restrict results to content owned by this user — the Vectros-assigned UUID of a user in your account.Restrict results to content owned by this user — the Vectros-assigned UUID of a user in your account.Restrict results to content owned by this user — the Vectros-assigned UUID of a user in your account.