Uses of Class
com.azure.search.documents.indexes.models.IndexingMode
Packages that use IndexingMode
Package
Description
Package containing classes 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 IndexingMode
IndexingMode.INDEXING_ALL_DOCS
Static value indexingAllDocs for IndexingMode.static final IndexingMode
IndexingMode.INDEXING_RESET_DOCS
Static value indexingResetDocs for IndexingMode.Methods in com.azure.search.documents.indexes.models that return IndexingModeModifier and TypeMethodDescriptionstatic IndexingMode
IndexingMode.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.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.