Uses of Class
com.azure.search.documents.indexes.models.IndexingMode
Packages that use IndexingMode
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexingMode in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as IndexingModeModifier and TypeFieldDescriptionstatic final IndexingModeIndexingMode.INDEXING_ALL_DOCSThe indexer is indexing all documents in the datasource.static final IndexingModeIndexingMode.INDEXING_RESET_DOCSThe indexer is indexing selective, reset documents in the datasource.static final IndexingModeIndexingMode.INDEXING_RESYNCThe indexer is resyncing and indexing selective option(s) from the datasource.Methods in com.azure.search.documents.indexes.models that return IndexingModeModifier and TypeMethodDescriptionstatic IndexingModeIndexingMode.fromString(String name) Creates or finds a IndexingMode from its string representation.IndexerCurrentState.getMode()Get the mode property: The mode the indexer is running in.IndexerExecutionResult.getMode()Get the mode property: The mode the indexer is running in.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexingModeModifier and TypeMethodDescriptionstatic Collection<IndexingMode> IndexingMode.values()Gets known IndexingMode values.