Click or drag to resize

IQueryResult Interface

The Interface IQueryResult defines basic query result model

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public interface IQueryResult

The IQueryResult type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets or sets results count
Public propertyDebugInfo
Gets or sets debugging information related to the execution of the query that produced this result
Public propertyFacetGroupResult
Gets or sets facet groups result
Public propertyQueryResult
Gets or sets query result as collection of objects
Public propertyTotalCount
Gets or sets total hits of result
Top
See Also