Classes
| Class | Description | |
|---|---|---|
|
|
CmsPropertyHelper |
Helper that provides easy access to indexable Property values.
|
|
|
CmsSearchInitializer |
CMS module search initializer for the that registers query configuration elements.
|
|
|
CmsSearchResultItem |
CMS search result grid item.
|
|
|
CmsSearchResultItemFactory |
CmsSearchResultItem factory.
|
|
|
CmsSearchService |
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.
|
|
|
InvalidSearchExpressionException |
Thrown when trying to search an invalid search expression.
|
|
|
LicenseResolvingQueryLocator |
In-memory implementation of a IQueryLocator.
Stores SearchQuery instances in a Dictionary<(Of <(<'TKey, TValue>)>)>.
|
|
|
PageAddJob |
Index synchronization job for Page indices.
|
|
|
PageContentDocumentMapper |
IndexDocument mapper for Page files.
Maps property sets to index items, making the properties searchable or
available for filtering and sorting.
|
|
|
PageDeleteJob |
Index synchronization job for Page indices.
|
|
|
PageDocumentMapper |
IndexDocument mapper for Page entities. The following properties will be indexed and made available for searching: In addition, some properties will be added as tags (Tag). For a complete list of tag properties please see TagNames. |
|
|
PageIndexingHelper |
Helper that simplifies Page indexing tasks.
|
|
|
PageIndexingService |
Indexing facitily for pages.
|
|
|
PageUpdateJob |
Index synchronization job for Page indices.
|
|
|
PublicContentSearchResultItem |
Display item for public site file search result grids.
|
|
|
PublicFileSearchResultItem |
Display item for public site file search result grids.
|
|
|
PublicPageSearchResultItem |
Display item for public site page search result grids.
|
|
|
PublicProductGroupSearchResultItem | |
|
|
PublicProductSearchResultItem | |
|
|
PublicSearchResultItem |
Display item for public site page search result grids.
|
|
|
SearchHitPage |
A search hit on a page.
|
|
|
SearchHitPageProperty |
A search hit on a page property.
|
|
|
SearchManager | Obsolete.
Manager for searching.
|
|
|
SearchResultHelper |
Provides helper methods related to search results.
|
|
|
SiteSearcher |
Search facility for searching public site items.
Finds:
Page and associated files, ProductGroup and Product.
|
|
|
WorkingCopyAddJob |
Index synchronization job for WorkingCopy indices.
|
|
|
WorkingCopyDeleteJob |
Index synchronization job for WorkingCopy indices.
|
|
|
WorkingCopyDocumentMapper |
IndexDocument mapper for WorkingCopy entities.
The following properties will be indexed and made available for searching: In addition, some properties will be added as tags (Tag). For a complete list of tag properties please see TagNames. |
|
|
WorkingCopyIndexingService |
Indexing facitily for working copies.
|
|
|
WorkingCopyUpdateJob |
Index synchronization job for WorkingCopy indices.
|
Structures
| Structure | Description | |
|---|---|---|
|
|
CmsSearchDomains |
String constants that are used for indentifying query and index configurations
within the CMS module.
|
|
|
TagNames |
String constants for naming and identifying tags (Tag) on index documents (IndexDocument).
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
CmsSearchItemType |
Enum of CmsSearchItemType.
|