KnowledgeBaseSearchIndexActivityArguments interface
Represents the arguments the search index retrieval activity was run with.
Properties
| filter | The filter string. |
| search | The search string used to query the search index. |
| search |
What fields were searched against. |
| semantic |
What semantic configuration was used from the search index. |
| source |
What fields were selected for search. |
Property Details
filter
The filter string.
filter?: string
Property Value
string
search
The search string used to query the search index.
search?: string
Property Value
string
searchFields
What fields were searched against.
searchFields?: SearchIndexFieldReference[]
Property Value
semanticConfigurationName
What semantic configuration was used from the search index.
semanticConfigurationName?: string
Property Value
string
sourceDataFields
What fields were selected for search.
sourceDataFields?: SearchIndexFieldReference[]