ForumSearchablesRetriever Class |
Namespace: CMS.Forums.Internal
public class ForumSearchablesRetriever : SearchablesRetriever
The ForumSearchablesRetriever type exposes the following members.
Name | Description | |
---|---|---|
ForumSearchablesRetriever |
Name | Description | |
---|---|---|
Logger |
Logs progress of a search task.
(Inherited from SearchablesRetriever.) |
Name | Description | |
---|---|---|
GetRelevantIndexes(String, String) |
Returns dataset of index IDs for specific type.
(Inherited from SearchablesRetriever.) | |
GetRelevantIndexes(ISearchable, String) |
Gets the list of indexes relevant to the given object
(Overrides SearchablesRetrieverGetRelevantIndexes(ISearchable, String).) | |
GetRelevantIndexes(String, String, String) |
Gets relevant indexes for given objectType, siteName and searchProvider.
(Inherited from SearchablesRetriever.) | |
GetSearchableObject |
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.) | |
GetSearchableObjects |
Returns collection of all ISearchable objects for given indexInfo.
(Inherited from SearchablesRetriever.) | |
IsObjectTypeIndexed |
Indicates whether objectType is to be included in index.
(Inherited from SearchablesRetriever.) |