Click or drag to resize

AssetContentSearchHelperQueryAdvanced Method


Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public IEnumerable<IAssetContentSearchResultItem> QueryAdvanced(
	BooleanQuery finalQuery,
	int startIndex,
	out int totalHits,
	int pageSize,
	bool includeFrags,
	Sort sort
)

Parameters

finalQuery
Type: BooleanQuery

[Missing <param name="finalQuery"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchHelper.QueryAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32,System.Int32@,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchHelper.QueryAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32,System.Int32@,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

totalHits
Type: SystemInt32

[Missing <param name="totalHits"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchHelper.QueryAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32,System.Int32@,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

pageSize
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchHelper.QueryAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32,System.Int32@,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

includeFrags
Type: SystemBoolean

[Missing <param name="includeFrags"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchHelper.QueryAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32,System.Int32@,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

sort
Type: Sort

[Missing <param name="sort"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchHelper.QueryAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32,System.Int32@,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

Return Value

Type: IEnumerableIAssetContentSearchResultItem

[Missing <returns> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchHelper.QueryAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32,System.Int32@,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

See Also