Share via


DocumentDebugInfo interface

Contains debugging information that can be used to further explore your search results.

Properties

innerHits

Contains debugging information specific to vectors matched within a collection of complex types. NOTE: This property will not be serialized. It can only be populated by the server.

semantic

Contains debugging information specific to semantic search queries. NOTE: This property will not be serialized. It can only be populated by the server.

vectors

Contains debugging information specific to vector and hybrid search. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

innerHits

Contains debugging information specific to vectors matched within a collection of complex types. NOTE: This property will not be serialized. It can only be populated by the server.

innerHits?: {[propertyName: string]: QueryResultDocumentInnerHit[]}

Property Value

{[propertyName: string]: QueryResultDocumentInnerHit[]}

semantic

Contains debugging information specific to semantic search queries. NOTE: This property will not be serialized. It can only be populated by the server.

semantic?: SemanticDebugInfo

Property Value

vectors

Contains debugging information specific to vector and hybrid search. NOTE: This property will not be serialized. It can only be populated by the server.

vectors?: VectorsDebugInfo

Property Value