Click or drag to resize
ForumSearchablesRetriever Class
Helps with retrieving ISearchable objects and SearchIndexInfos related to forum search.
Inheritance Hierarchy

Namespace: CMS.Forums.Internal
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
public class ForumSearchablesRetriever : SearchablesRetriever

The ForumSearchablesRetriever type exposes the following members.

Constructors
  NameDescription
Public methodForumSearchablesRetriever
Top
Properties
  NameDescription
Protected propertyLogger
Logs progress of a search task.
(Inherited from SearchablesRetriever.)
Top
Methods
  NameDescription
Public methodGetRelevantIndexes(String, String)
Returns dataset of index IDs for specific type.
(Inherited from SearchablesRetriever.)
Public methodGetRelevantIndexes(ISearchable, String)
Gets the list of indexes relevant to the given object
(Overrides SearchablesRetrieverGetRelevantIndexes(ISearchable, String).)
Public methodGetRelevantIndexes(String, String, String)
Gets relevant indexes for given objectType, siteName and searchProvider.
(Inherited from SearchablesRetriever.)
Public methodGetSearchableObject
Returns ISearchable object for given index that satisfies conditions given by objectType, value and field. Returns null if no ISearchable object satisfies given conditions.
(Inherited from SearchablesRetriever.)
Public methodGetSearchableObjects
Returns collection of all ISearchable objects for given indexInfo.
(Inherited from SearchablesRetriever.)
Public methodIsObjectTypeIndexed
Indicates whether objectType is to be included in index.
(Inherited from SearchablesRetriever.)
Top
See Also