C# Class 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.
Inheritance: SearchHandler
Afficher le fichier Open project: solita/episerver-performance

Méthodes publiques

Méthode Description
UpdateIndex ( IndexRequestItem item ) : void
UpdateIndex ( IndexRequestItem item, string namedIndexingService ) : void

Method Details

UpdateIndex() public méthode

public UpdateIndex ( IndexRequestItem item ) : void
item IndexRequestItem
Résultat void

UpdateIndex() public méthode

public UpdateIndex ( IndexRequestItem item, string namedIndexingService ) : void
item IndexRequestItem
namedIndexingService string
Résultat void