Uses of Class
com.azure.search.documents.indexes.models.IndexerExecutionEnvironment
Packages that use IndexerExecutionEnvironment
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexerExecutionEnvironment in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as IndexerExecutionEnvironmentModifier and TypeFieldDescriptionstatic final IndexerExecutionEnvironmentIndexerExecutionEnvironment.PRIVATEIndicates that the indexer should run with the environment provisioned specifically for the search service.static final IndexerExecutionEnvironmentIndexerExecutionEnvironment.STANDARDIndicates that the search service can determine where the indexer should execute.Methods in com.azure.search.documents.indexes.models that return IndexerExecutionEnvironmentModifier and TypeMethodDescriptionstatic IndexerExecutionEnvironmentIndexerExecutionEnvironment.fromString(String name) Creates or finds a IndexerExecutionEnvironment from its string representation.IndexingParametersConfiguration.getExecutionEnvironment()Get the executionEnvironment property: Specifies the environment in which the indexer should execute.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexerExecutionEnvironmentModifier and TypeMethodDescriptionIndexerExecutionEnvironment.values()Gets known IndexerExecutionEnvironment values.Methods in com.azure.search.documents.indexes.models with parameters of type IndexerExecutionEnvironmentModifier and TypeMethodDescriptionIndexingParametersConfiguration.setExecutionEnvironment(IndexerExecutionEnvironment executionEnvironment) Set the executionEnvironment property: Specifies the environment in which the indexer should execute.