C# 클래스 Two10.AzureTextSearch.TextSearchIndex

파일 보기 프로젝트 열기: richorama/AzureStorageExtensions

공개 메소드들

메소드 설명
Create ( ) : void
CreateIfNotExists ( ) : void
Delete ( ) : void
DeleteIfExists ( ) : void
Index ( string text, string documentId ) : void
Search ( string text ) : IEnumerable
TextSearchIndex ( IndexStore indexStore ) : System.Collections.Concurrent

메소드 상세

Create() 공개 메소드

public Create ( ) : void
리턴 void

CreateIfNotExists() 공개 메소드

public CreateIfNotExists ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DeleteIfExists() 공개 메소드

public DeleteIfExists ( ) : void
리턴 void

Index() 공개 메소드

public Index ( string text, string documentId ) : void
text string
documentId string
리턴 void

Search() 공개 메소드

public Search ( string text ) : IEnumerable
text string
리턴 IEnumerable

TextSearchIndex() 공개 메소드

public TextSearchIndex ( IndexStore indexStore ) : System.Collections.Concurrent
indexStore IndexStore
리턴 System.Collections.Concurrent