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

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

The SearchablesRetriever type exposes the following members.

Constructors
  NameDescription
Public methodSearchablesRetriever
Top
Properties
  NameDescription
Protected propertyLogger
Logs progress of a search task.
Top
Methods
  NameDescription
Public methodGetRelevantIndexes(String, String)
Returns dataset of index IDs for specific type.
Public methodGetRelevantIndexes(ISearchable, String)
Gets the list of indexes relevant to the given object.
Public methodGetRelevantIndexes(String, String, String)
Gets relevant indexes for given objectType, siteName and searchProvider.
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.
Public methodGetSearchableObjects
Returns collection of all ISearchable objects for given indexInfo.
Public methodIsObjectTypeIndexed
Indicates whether objectType is to be included in index.
Top
See Also