Share via


IIndexesOperations Schnittstelle

Definition

IndizesOperationsvorgänge.

public interface IIndexesOperations
type IIndexesOperations = interface
Public Interface IIndexesOperations

Eigenschaften

Client

Ruft einen Verweis auf den SearchServiceClient ab, der dieser Vorgangsgruppe zugrunde liegt.

Methoden

AnalyzeWithHttpMessagesAsync(String, AnalyzeRequest, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Zeigt, wie ein Analysetool Text in Token unterbricht. https://docs.microsoft.com/rest/api/searchservice/test-analyzer

CreateOrUpdateWithHttpMessagesAsync(Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

Erstellt einen neuen Suchindex oder aktualisiert einen Index, falls er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdateWithHttpMessagesAsync(String, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

Erstellt einen neuen Suchindex oder aktualisiert einen Index, falls er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateWithHttpMessagesAsync(Index, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Erstellt einen neuen Suchindex. https://docs.microsoft.com/rest/api/searchservice/Create-Index

DeleteWithHttpMessagesAsync(String, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

Löscht einen Suchindex und alle darin enthaltenen Dokumente. https://docs.microsoft.com/rest/api/searchservice/Delete-Index

ExistsWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Bestimmt, ob der angegebene Index im Suchdienst vorhanden ist oder nicht.

GetStatisticsWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gibt Statistiken für den angegebenen Index zurück, einschließlich dokumentanzahl und Speichernutzung. https://docs.microsoft.com/rest/api/searchservice/Get-Index-Statistics

GetWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Indexdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Index

ListWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Listet alle für einen Suchdienst verfügbaren Indizes auf. https://docs.microsoft.com/rest/api/searchservice/List-Indexes

Erweiterungsmethoden

GetClient(IIndexesOperations, String)

Erstellt einen neuen Indexclient zum Abfragen und Verwalten von Dokumenten in einem bestimmten Index.

Analyze(IIndexesOperations, String, AnalyzeRequest, SearchRequestOptions)

Zeigt, wie ein Analysetool Text in Token unterbricht. https://docs.microsoft.com/rest/api/searchservice/test-analyzer

AnalyzeAsync(IIndexesOperations, String, AnalyzeRequest, SearchRequestOptions, CancellationToken)

Zeigt, wie ein Analysetool Text in Token unterbricht. https://docs.microsoft.com/rest/api/searchservice/test-analyzer

Create(IIndexesOperations, Index, SearchRequestOptions)

Erstellt einen neuen Suchindex. https://docs.microsoft.com/rest/api/searchservice/Create-Index

CreateAsync(IIndexesOperations, Index, SearchRequestOptions, CancellationToken)

Erstellt einen neuen Suchindex. https://docs.microsoft.com/rest/api/searchservice/Create-Index

CreateOrUpdate(IIndexesOperations, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition)

Erstellt einen neuen Suchindex oder aktualisiert einen Index, falls er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdate(IIndexesOperations, String, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition)

Erstellt einen neuen Suchindex oder aktualisiert einen Index, falls er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdateAsync(IIndexesOperations, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, CancellationToken)

Erstellt einen neuen Suchindex oder aktualisiert einen Index, falls er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdateAsync(IIndexesOperations, String, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, CancellationToken)

Erstellt einen neuen Suchindex oder aktualisiert einen Index, falls er bereits vorhanden ist. https://docs.microsoft.com/rest/api/searchservice/Update-Index

Delete(IIndexesOperations, String, SearchRequestOptions, AccessCondition)

Löscht einen Suchindex und alle darin enthaltenen Dokumente. https://docs.microsoft.com/rest/api/searchservice/Delete-Index

DeleteAsync(IIndexesOperations, String, SearchRequestOptions, AccessCondition, CancellationToken)

Löscht einen Suchindex und alle darin enthaltenen Dokumente. https://docs.microsoft.com/rest/api/searchservice/Delete-Index

Exists(IIndexesOperations, String, SearchRequestOptions)

Bestimmt, ob der angegebene Index im Suchdienst vorhanden ist oder nicht.

ExistsAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

Bestimmt, ob der angegebene Index im Suchdienst vorhanden ist oder nicht.

Get(IIndexesOperations, String, SearchRequestOptions)

Ruft eine Indexdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Index

GetAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

Ruft eine Indexdefinition ab. https://docs.microsoft.com/rest/api/searchservice/Get-Index

GetStatistics(IIndexesOperations, String, SearchRequestOptions)

Gibt Statistiken für den angegebenen Index zurück, einschließlich dokumentanzahl und Speichernutzung. https://docs.microsoft.com/rest/api/searchservice/Get-Index-Statistics

GetStatisticsAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

Gibt Statistiken für den angegebenen Index zurück, einschließlich dokumentanzahl und Speichernutzung. https://docs.microsoft.com/rest/api/searchservice/Get-Index-Statistics

List(IIndexesOperations, String, SearchRequestOptions)

Listet alle für einen Suchdienst verfügbaren Indizes auf. https://docs.microsoft.com/rest/api/searchservice/List-Indexes

ListAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

Listet alle für einen Suchdienst verfügbaren Indizes auf. https://docs.microsoft.com/rest/api/searchservice/List-Indexes

ListNames(IIndexesOperations, SearchRequestOptions)

Listet die Namen aller für einen Suchdienst verfügbaren Indizes auf. Verwenden Sie diese anstelle von List(), wenn Sie nur Indexnamen benötigen. Dies spart Bandbreite und Ressourcenauslastung, insbesondere wenn Ihr Suchdienst über viele Indizes verfügt. https://docs.microsoft.com/rest/api/searchservice/List-Indexes

ListNamesAsync(IIndexesOperations, SearchRequestOptions, CancellationToken)

Listet die Namen aller für einen Suchdienst verfügbaren Indizes auf. Verwenden Sie diese anstelle von List(), wenn Sie nur Indexnamen benötigen. Dies spart Bandbreite und Ressourcenauslastung, insbesondere wenn Ihr Suchdienst über viele Indizes verfügt. https://docs.microsoft.com/rest/api/searchservice/List-Indexes

Gilt für: