View Source
Class BackOfficeExamineSearcher
Assembly: Umbraco.Examine.Lucene.dll
Syntax
public class BackOfficeExamineSearcher : IBackOfficeExamineSearcher
Constructors
View Source
BackOfficeExamineSearcher(IExamineManager, ILanguageService, IBackOfficeSecurityAccessor, IEntityService, IUmbracoTreeSearcherFields, AppCaches)
Declaration
public BackOfficeExamineSearcher(IExamineManager examineManager, ILanguageService languageService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IEntityService entityService, IUmbracoTreeSearcherFields treeSearcherFields, AppCaches appCaches)
Parameters
Methods
View Source
Search(string, UmbracoEntityTypes, int, long, out long, string[]?, bool?, string?, bool)
Declaration
public IEnumerable<ISearchResult> Search(string query, UmbracoEntityTypes entityType, int pageSize, long pageIndex, out long totalFound, string[]? contentTypeAliases, bool? trashed, string? searchFrom = null, bool ignoreUserStartNodes = false)
Parameters
| Type |
Name |
Description |
| string |
query |
|
| UmbracoEntityTypes |
entityType |
|
| int |
pageSize |
|
| long |
pageIndex |
|
| long |
totalFound |
|
| string[] |
contentTypeAliases |
|
| bool? |
trashed |
|
| string |
searchFrom |
|
| bool |
ignoreUserStartNodes |
|
Returns
| Type |
Description |
| IEnumerable<ISearchResult> |
|