Class UmbracoTreeSearcherFields
Inheritance
System.Object
Namespace: Umbraco.Web.Search
Assembly: Umbraco.Web.dll
Syntax
public class UmbracoTreeSearcherFields : IUmbracoTreeSearcherFields2, IUmbracoTreeSearcherFields
Constructors
View SourceUmbracoTreeSearcherFields(ILocalizationService)
Declaration
public UmbracoTreeSearcherFields(ILocalizationService localizationService)
Parameters
Type | Name | Description |
---|---|---|
ILocalizationService | localizationService |
Methods
View SourceGetBackOfficeDocumentFields()
The additional index fields that are searched on in the back office for document entities.
Declaration
public virtual IEnumerable<string> GetBackOfficeDocumentFields()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
GetBackOfficeDocumentFieldsToLoad()
Additional set of fields for Documents to be loaded
Declaration
public virtual ISet<string> GetBackOfficeDocumentFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |
GetBackOfficeFields()
The default index fields that are searched on in the back office search for umbraco content entities.
Declaration
public virtual IEnumerable<string> GetBackOfficeFields()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
GetBackOfficeFieldsToLoad()
Set of fields for all node types to be loaded
Declaration
public virtual ISet<string> GetBackOfficeFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |
GetBackOfficeMediaFields()
The additional index fields that are searched on in the back office for media entities.
Declaration
public virtual IEnumerable<string> GetBackOfficeMediaFields()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
GetBackOfficeMediaFieldsToLoad()
Additional set of fields for Media to be loaded
Declaration
public virtual ISet<string> GetBackOfficeMediaFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |
GetBackOfficeMembersFields()
The additional index fields that are searched on in the back office for member entities.
Declaration
public virtual IEnumerable<string> GetBackOfficeMembersFields()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
GetBackOfficeMembersFieldsToLoad()
Additional set list of fields for Members to be loaded
Declaration
public virtual ISet<string> GetBackOfficeMembersFieldsToLoad()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<System.String> |