C# 클래스 Aqueduct.SitecoreLib.Search.Utilities.SearchField

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib 1 사용 예제들

공개 메소드들

메소드 설명
SearchField ( ) : System
SearchField ( string storageType, string indexType, string vectorType, string boost ) : System
SetBoost ( string boost ) : void
SetIndexType ( string indexType ) : void
SetStorageType ( string storageType ) : void
SetVectorType ( string vectorType ) : void

메소드 상세

SearchField() 공개 메소드

public SearchField ( ) : System
리턴 System

SearchField() 공개 메소드

public SearchField ( string storageType, string indexType, string vectorType, string boost ) : System
storageType string
indexType string
vectorType string
boost string
리턴 System

SetBoost() 공개 메소드

public SetBoost ( string boost ) : void
boost string
리턴 void

SetIndexType() 공개 메소드

public SetIndexType ( string indexType ) : void
indexType string
리턴 void

SetStorageType() 공개 메소드

public SetStorageType ( string storageType ) : void
storageType string
리턴 void

SetVectorType() 공개 메소드

public SetVectorType ( string vectorType ) : void
vectorType string
리턴 void