DocumentSearchablesRetriever Class |
Namespace: CMS.DocumentEngine.Internal
public class DocumentSearchablesRetriever : SearchablesRetriever
The DocumentSearchablesRetriever type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentSearchablesRetriever |
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.
(Overrides SearchablesRetrieverGetRelevantIndexes(String, String).) |
![]() | 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 indexType, siteName and searchProvider.
(Overrides SearchablesRetrieverGetRelevantIndexes(String, String, String).) |
![]() | 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.
(Overrides SearchablesRetrieverGetSearchableObjects(SearchIndexInfo).) |
![]() | IsObjectTypeIndexed |
Indicates whether objectType is to be included in index.
(Inherited from SearchablesRetriever.) |