QuerySettings Class | 
Namespace: Dynamicweb.Indexing.Querying
The QuerySettings type exposes the following members.
| Name | Description | |
|---|---|---|
| QuerySettings | 
            Initializes new query settings instance
              | 
| Name | Description | |
|---|---|---|
| Boost | 
            Gets or sets boost for query
              | |
| Facets | 
            Gets or sets query facet groups collection
              | |
| FieldToSpellCheck | 
            Gets or sets name of field to spell check
              | |
| IncludeDebugInfo | 
            Gets or sets a value indicating whether query execution should collect debugging information
              | |
| Parameters | 
            Gets or sets parameters collection
              | |
| Skip | 
            Gets or sets start index for query results
              | |
| SortOrder | 
            Gets or sets sort order
              | |
| Take | 
            Gets or sets count of result collection
              | |
| TrackQuery | 
            Gets or sets a value indicating whether the query is logged for statistics
              | |
| WordToSpellCheck | 
            Gets or sets word to spell check
              |