Package com.microsoft.semantickernel.data.textsearch
-
Interface Summary Interface Description TextSearch TextSearchResultMapper Maps a search result to aTextSearchResult.TextSearchStringMapper Maps a search result to a string. -
Class Summary Class Description DefaultTextSearchResultMapper Default implementation ofTextSearchResultMapper.DefaultTextSearchStringMapper Default implementation ofTextSearchStringMapper.KernelSearchResults<T> The search results.TextSearchFilter Represents a text search filter.TextSearchFilter.Builder The builder for theTextSearchFilterclass.TextSearchOptions Represents the options for a text search.TextSearchOptions.Builder The builder for theTextSearchOptionsclass.TextSearchResult Represents a text search result. -
Annotation Types Summary Annotation Type Description TextSearchResultLink Annotation to mark a property on a record class as the link to the source data.TextSearchResultName Annotation to mark a property on a record class as the name of the source data.TextSearchResultValue Annotation to mark a property on a record class as the value of the source data.