Click or drag to resize

AssetContentSearchFactorySearchWithAdditionalQuery Method


Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public IEnumerable<IAssetContentSearchResultItem> SearchWithAdditionalQuery(
	string searchText,
	out int totalCount,
	int startIndex,
	int pageSize,
	bool showFrags,
	string sortField,
	bool sortDescending,
	BooleanQuery additionalQuery
)

Parameters

searchText
Type: SystemString

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

totalCount
Type: SystemInt32

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

startIndex
Type: SystemInt32

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

pageSize
Type: SystemInt32

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

showFrags
Type: SystemBoolean

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

sortField
Type: SystemString

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

sortDescending
Type: SystemBoolean

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

additionalQuery
Type: BooleanQuery

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

Return Value

Type: IEnumerableIAssetContentSearchResultItem

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

See Also