Try our conversational search powered by Generative AI!

Error indexing videofiles

Vote:
 

Hi

We have a problem when indexing large videofiles with Episerver Find. We want to index certain fields like Name, Filesize, date etc, but not the file content itself.

Is it possible to avoid indexing the file content for some given files with EPiServer Find, while still indexing the fields mentioned above? 

 

CMS: Episerver.Cms 6.1 R2

#75305
Sep 24, 2013 16:55
Vote:
 

You can create your own indexjob. Take a look at the code used here:
http://world.episerver.com/Blogs/Mari-Jorgensen/Dates/2013/6/Did-you-know-of-the-UnifiedFileSummarySaved/

The sample above uses UnifiedFileSummarySaved event, but you could use another event (file added/updated) or create a scheduler job that fetched all files and adds them to the index.

#75378
Sep 26, 2013 13:27
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.