Click or drag to resize

AssetContentSearchFactorySearchWithAdditionalQuery Method



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

Parameters

searchText  String

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

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

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

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

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

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

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

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