SemanticDebugInfo interface

Debug options for semantic search queries.

Properties

contentFields

The content fields that were sent to the semantic enrichment process, as well as how they were used NOTE: This property will not be serialized. It can only be populated by the server.

keywordFields

The keyword fields that were sent to the semantic enrichment process, as well as how they were used NOTE: This property will not be serialized. It can only be populated by the server.

titleField

The title field that was sent to the semantic enrichment process, as well as how it was used NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

contentFields

The content fields that were sent to the semantic enrichment process, as well as how they were used NOTE: This property will not be serialized. It can only be populated by the server.

contentFields?: QueryResultDocumentSemanticField[]

Property Value

keywordFields

The keyword fields that were sent to the semantic enrichment process, as well as how they were used NOTE: This property will not be serialized. It can only be populated by the server.

keywordFields?: QueryResultDocumentSemanticField[]

Property Value

titleField

The title field that was sent to the semantic enrichment process, as well as how it was used NOTE: This property will not be serialized. It can only be populated by the server.

titleField?: QueryResultDocumentSemanticField

Property Value