Uses of Interface
com.microsoft.semantickernel.data.textsearch.TextSearchResultMapper
-
Packages that use TextSearchResultMapper Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.textsearch -
-
Uses of TextSearchResultMapper in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type TextSearchResultMapper Modifier and Type Method Description VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withResultMapper(TextSearchResultMapper resultMapper)Sets the result mapper.Constructors in com.microsoft.semantickernel.data with parameters of type TextSearchResultMapper Constructor Description VectorStoreTextSearch(VectorizedSearch<Record> vectorizedSearch, TextEmbeddingGenerationService textEmbeddingGenerationService, TextSearchStringMapper stringMapper, TextSearchResultMapper resultMapper, VectorStoreTextSearchOptions options)Create a new instance of VectorStoreTextSearch withVectorizedSearchto perform vectorized search andTextEmbeddingGenerationServiceto generate text embeddings. -
Uses of TextSearchResultMapper in com.microsoft.semantickernel.data.textsearch
Classes in com.microsoft.semantickernel.data.textsearch that implement TextSearchResultMapper Modifier and Type Class Description classDefaultTextSearchResultMapperDefault implementation ofTextSearchResultMapper.
-