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
파일 보기 프로젝트 열기: solita/episerver-performance

공개 메소드들

메소드 설명
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