I am having a list of ContentReferences.
I need to index the content in EpiServer Find using these ContentReferences.Any way to do that?
You can use IContentLoader to load the content from the content references, then use IContentIndexer to index the content
@Quan Mai, Thanks. It works.
IContentIndexer indexer= ContentIndexer.Instance; indexer.Index(content);
I am having a list of ContentReferences.
I need to index the content in EpiServer Find using these ContentReferences.
Any way to do that?