Click or drag to resize

AssetContentSearchFactorySearchAdvanced Method


Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public IEnumerable<IAssetContentSearchResultItem> SearchAdvanced(
	BooleanQuery query,
	out int totalCount,
	int startIndex,
	int pageSize,
	bool showFrags,
	Sort sort = null
)

Parameters

query
Type: BooleanQuery

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

totalCount
Type: SystemInt32

[Missing <param name="totalCount"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.SearchAdvanced(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.AssetContentSearchFactory.SearchAdvanced(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.AssetContentSearchFactory.SearchAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32@,System.Int32,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

showFrags
Type: SystemBoolean

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

sort (Optional)
Type: Sort

[Missing <param name="sort"/> documentation for "M:Ingeniux.CMS.Assets.Search.AssetContentSearchFactory.SearchAdvanced(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.AssetContentSearchFactory.SearchAdvanced(Lucene.Net.Search.BooleanQuery,System.Int32@,System.Int32,System.Int32,System.Boolean,Lucene.Net.Search.Sort)"]

See Also