Uses of Class
com.microsoft.semantickernel.data.textsearch.TextSearchResult
-
Packages that use TextSearchResult Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.textsearch -
-
Uses of TextSearchResult in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data that return types with arguments of type TextSearchResult Modifier and Type Method Description reactor.core.publisher.Mono<KernelSearchResults<TextSearchResult>>VectorStoreTextSearch. getTextSearchResultsAsync(String query, TextSearchOptions options)Perform a search for content related to the specified query and return TextSearchResult values representing the search results. -
Uses of TextSearchResult in com.microsoft.semantickernel.data.textsearch
Methods in com.microsoft.semantickernel.data.textsearch that return TextSearchResult Modifier and Type Method Description static TextSearchResultTextSearchResult. fromRecord(Object record)Creates a new instance of theTextSearchResultclass from a record.TextSearchResultDefaultTextSearchResultMapper. fromResultToTextSearchResult(Object result)Maps a search result to aTextSearchResult.TextSearchResultTextSearchResultMapper. fromResultToTextSearchResult(Object result)Maps a search result to aTextSearchResult.Methods in com.microsoft.semantickernel.data.textsearch that return types with arguments of type TextSearchResult Modifier and Type Method Description reactor.core.publisher.Mono<KernelSearchResults<TextSearchResult>>TextSearch. getTextSearchResultsAsync(String query, TextSearchOptions options)Perform a search for content related to the specified query and return TextSearchResult values representing the search results.
-