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