Click or drag to resize

AssetContentSearchHelperQueryAdvanced Method



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

Parameters

finalQuery  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  Int32

[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  Int32

[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  Int32

[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  Boolean

[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  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

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