Classes

  Class Description
Public class GroupAddJob
Index synchronization job for Group indices.
Public class GroupDeleteJob
Index synchronization job for Group indices.
Public class GroupDocumentMapper
IndexDocument mapper for Group entities.

The following properties will be indexed and made available for searching:

Name

Description

In addition, some properties will be added as tags (Tag). For a complete list of tag properties please see TagNames.

Public class GroupIndexingService
Indexing facitily for groups.
Public class GroupQuery
Query object for groups.
Public class GroupUpdateJob
Index synchronization job for Group indices.
Public class OrganizationAddJob
Index synchronization job for Organization indices.
Public class OrganizationDeleteJob
Index synchronization job for Organization indices.
Public class OrganizationDocumentMapper
IndexDocument mapper for Organization entities.

The following properties will be indexed and made available for searching:

Name

Description

CustomerNumber

HierarchyName

In addition, some properties will be added as tags (Tag). For a complete list of tag properties please see TagNames.

Public class OrganizationHelper
Helper that simplifies Organization indexing tasks.
Public class OrganizationIndexingService
Indexing facitily for organizations.
Public class OrganizationQuery
Organization query
Public class OrganizationUpdateJob
Index synchronization job for Organization indices.
Public class PersonAddJob
Index synchronization job for Person indices.
Public class PersonDeleteJob
Index synchronization job for Person indices.
Public class PersonDocumentMapper
IndexDocument mapper for Person entities.

The following properties will be indexed and made available for searching:

FirstName

LastName

MiddleName

Title

Comments

Address1

Address2

City

Company

Country

CustomerNumber

Email

PhoneHome

PhoneMobile

PhoneWork

In addition, some properties will be added as tags (Tag). For a complete list of tag properties please see TagNames.

Public class PersonIndexingService
Indexing facitily for person.
Public class PersonQuery
Person query
Public class PersonUpdateJob
Index synchronization job for Person indices.
Public class Query
Search query base class
Public class RelationsSearchInitializer
Relations module search initializer that registers query configuration elements.
Public class RelationsSearchResultItem
Relations search result grid item.
Public class RelationsSearchResultItemFactory
Public class RelationsSearchService
Provides a simplified API towards the underlying search service, with methods for commonly used search queries. For more advanced queries where more control is needed for filtering, sorting, ranging or paging, the Solution.Instance.SearchService may be used instead.
Public class RoleQuery
Role query
Public class SearchManager Obsolete.
Search manager for the Relations module

Structures

  Structure Description
Public structure RelationsSearchDomains
String constants that are used for indentifying query and index configurations within the Relations module.
Public structure TagNames
String constants for naming and identifying tags (Tag) on index documents (IndexDocument).