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 required Query Query { get; set; }
Property Value
Settings
Settings needed with query to perform search.
public required QuerySettings Settings { get; set; }