Share via


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.

searchFields

What fields were searched against.

semanticConfigurationName

What semantic configuration was used from the search index.

sourceDataFields

What fields were selected for search.

Property Details

filter

The filter string.

filter?: string

Property Value

string

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[]

Property Value