Click or drag to resize

QuerySettings Class

The Class QuerySettings represents settings object used for query
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.QueryingQuerySettings

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class QuerySettings

The QuerySettings type exposes the following members.

Constructors
  NameDescription
Public methodQuerySettings
Initializes new query settings instance
Top
Properties
  NameDescription
Public propertyBoost
Gets or sets boost for query
Public propertyFacets
Gets or sets query facet groups collection
Public propertyFieldToSpellCheck
Gets or sets name of field to spell check
Public propertyIncludeDebugInfo
Gets or sets a value indicating whether query execution should collect debugging information
Public propertyParameters
Gets or sets parameters collection
Public propertySkip
Gets or sets start index for query results
Public propertySortOrder
Gets or sets sort order
Public propertyTake
Gets or sets count of result collection
Public propertyTrackQuery
Gets or sets a value indicating whether the query is logged for statistics
Public propertyWordToSpellCheck
Gets or sets word to spell check
Top
See Also