Search.ISearchIndexManager Interface
Namespace: Nucleus.Abstractions.Search
Assembly: Nucleus.Abstractions.dll
Defines the interface for a search index manager.
Methods
ClearIndex
(Site) Method
ClearIndex (Site site)
Clear all entries from the index.
Index
(ContentMetaData) Method
Index (ContentMetaData metadata)
Add the content specified by metadata to the search index.
Remove
(ContentMetaData) Method
Remove (ContentMetaData metadata)
Remove the content specified by metadata from the search index, if it is present.