Click or drag to resize

AssetContentQueryParserParse Method


Parses original query using the standard Lucene QueryParser. Synonmys defined in the configuration are applied to the resulting query.

Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public override Query Parse(
	string query
)

Parameters

query
Type: SystemString

[Missing <param name="query"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentQueryParser.Parse(System.String)"]

Return Value

Type: Query

[Missing <returns> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentQueryParser.Parse(System.String)"]

See Also