Ontolica for SharePoint Public API

SearchDialogComponent.CreateQuery Method 

Factory method for creating a new instance of the OntolicaQuery class.

[Visual Basic]
Protected Function CreateQuery() As OntolicaQuery
[C#]
protected OntolicaQuery CreateQuery();

Return Value

A new OntolicaQuery object.

Remarks

The returned OntolicaQuery object contains an expression validator that ensures that you can not send illegal search expression to the Ontolica search framework. The validator will only accept property clauses for properties defined in the current search configuration.

See Also

SearchDialogComponent Class | NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace