com.microsoft.semantickernel.data.textsearch
Classes
| DefaultTextSearchResultMapper |
Default implementation of TextSearchResultMapper. |
| DefaultTextSearchStringMapper |
Default implementation of TextSearchStringMapper. |
| KernelSearchResults<T> |
The search results. |
| TextSearchFilter |
Represents a text search filter. |
| TextSearchFilter.Builder |
The builder for the TextSearchFilter class. |
| TextSearchOptions |
Represents the options for a text search. |
| TextSearchOptions.Builder |
The builder for the TextSearchOptions class. |
| TextSearchResult |
Represents a text search result. |
Interfaces
| TextSearch | ||
| TextSearchResultLink |
Annotation to mark a property on a record class as the link to the source data. |
|
| TextSearchResultMapper |
Maps a search result to a TextSearchResult. |
|
| 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. |
|
| TextSearchStringMapper |
Maps a search result to a string. |
|