Click or drag to resize
SearchablesRetriever Methods

The SearchablesRetriever type exposes the following members.

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