C# 클래스 BExIS.Ddm.Providers.LuceneProvider.Helpers.EncoderHelper

Lucene use some spacial Characters for query This Encoder find and replace this special Character for searching
파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
Encode ( string value ) : string

비공개 메소드들

메소드 설명
ReplaceSpecialCharacters ( string value, bool encodeSpace = false ) : string

compare the list of Special Characters with the incoming value and add a \ before it

SpecialCharactrersInValue ( string value ) : bool

Check if SpecialCharacter is in the incoming value string

메소드 상세

Encode() 공개 정적인 메소드

public static Encode ( string value ) : string
value string
리턴 string