C# Class Two10.AzureTextSearch.TextSearchIndex

Afficher le fichier Open project: richorama/AzureStorageExtensions

Méthodes publiques

Méthode 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 méthode

public Create ( ) : void
Résultat void

CreateIfNotExists() public méthode

public CreateIfNotExists ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

DeleteIfExists() public méthode

public DeleteIfExists ( ) : void
Résultat void

Index() public méthode

public Index ( string text, string documentId ) : void
text string
documentId string
Résultat void

Search() public méthode

public Search ( string text ) : IEnumerable
text string
Résultat IEnumerable

TextSearchIndex() public méthode

public TextSearchIndex ( IndexStore indexStore ) : System.Collections.Concurrent
indexStore IndexStore
Résultat System.Collections.Concurrent