C# (CSharp) Solita.Episerver.Performance.Search Namespace

Сlasses

Name Description
NonFileIndexingSearchHandler By default Episerver.Search indexes all file content for text, including xml, js, css, json, etc. With big files this is CPU intense and slow, and often there is no need for full-text search with files. This override removes link to the file content before sending the item to processing, thus preventing the file content indexing. It'll keep other indexable properties intact.