DefaultTextSearchStringMapper Class
- java.
lang. Object - com.
microsoft. semantickernel. data. textsearch. DefaultTextSearchStringMapper
- com.
Implements
public class DefaultTextSearchStringMapper
implements TextSearchStringMapper
Default implementation of TextSearchStringMapper.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DefaultTextSearchStringMapper() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
fromResultToString(Object result)
Maps a search result to a string. |
Methods inherited from java.lang.Object
Constructor Details
DefaultTextSearchStringMapper
public DefaultTextSearchStringMapper()
Method Details
fromResultToString
public String fromResultToString(Object result)
Maps a search result to a string.
Parameters:
Returns: