C# Класс Solita.Episerver.Performance.Search.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.
Наследование: SearchHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
UpdateIndex ( IndexRequestItem item ) : void
UpdateIndex ( IndexRequestItem item, string namedIndexingService ) : void

Описание методов

UpdateIndex() публичный Метод

public UpdateIndex ( IndexRequestItem item ) : void
item IndexRequestItem
Результат void

UpdateIndex() публичный Метод

public UpdateIndex ( IndexRequestItem item, string namedIndexingService ) : void
item IndexRequestItem
namedIndexingService string
Результат void