Table of Contents

Class IndexSearch

Namespace
Dynamicweb.Indexing.Querying
Assembly
Dynamicweb.Core.dll

Object containing both a query and the settings needed to perform an index search.

public class IndexSearch
Inheritance
IndexSearch
Inherited Members

Properties

Query

Query used in search.

public Query Query { get; set; }

Property Value

Query

Settings

Settings needed with query to perform search.

public QuerySettings Settings { get; set; }

Property Value

QuerySettings
To top