C# Class Two10.AzureTextSearch.TextSearchIndex

ファイルを表示 Open project: richorama/AzureStorageExtensions

Public Methods

Method Description
Create ( ) : void
CreateIfNotExists ( ) : void
Delete ( ) : void
DeleteIfExists ( ) : void
Index ( string text, string documentId ) : void
Search ( string text ) : IEnumerable
TextSearchIndex ( IndexStore indexStore ) : System.Collections.Concurrent

Method Details

Create() public method

public Create ( ) : void
return void

CreateIfNotExists() public method

public CreateIfNotExists ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

DeleteIfExists() public method

public DeleteIfExists ( ) : void
return void

Index() public method

public Index ( string text, string documentId ) : void
text string
documentId string
return void

Search() public method

public Search ( string text ) : IEnumerable
text string
return IEnumerable

TextSearchIndex() public method

public TextSearchIndex ( IndexStore indexStore ) : System.Collections.Concurrent
indexStore IndexStore
return System.Collections.Concurrent