Uses of Class
com.azure.search.documents.indexes.models.IndexProjectionMode
Packages that use IndexProjectionMode
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of IndexProjectionMode in com.azure.search.documents.indexes.models
Subclasses with type arguments of type IndexProjectionMode in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classDefines behavior of the index projections in relation to the rest of the indexer.Fields in com.azure.search.documents.indexes.models declared as IndexProjectionModeModifier and TypeFieldDescriptionstatic final IndexProjectionModeIndexProjectionMode.INCLUDE_INDEXING_PARENT_DOCUMENTSThe source document will be written into the indexer's target index.static final IndexProjectionModeIndexProjectionMode.SKIP_INDEXING_PARENT_DOCUMENTSThe source document will be skipped from writing into the indexer's target index.Methods in com.azure.search.documents.indexes.models that return IndexProjectionModeModifier and TypeMethodDescriptionstatic IndexProjectionModeIndexProjectionMode.fromString(String name) Creates or finds a IndexProjectionMode from its string representation.SearchIndexerIndexProjectionsParameters.getProjectionMode()Get the projectionMode property: Defines behavior of the index projections in relation to the rest of the indexer.Methods in com.azure.search.documents.indexes.models that return types with arguments of type IndexProjectionModeModifier and TypeMethodDescriptionstatic Collection<IndexProjectionMode> IndexProjectionMode.values()Gets known IndexProjectionMode values.Methods in com.azure.search.documents.indexes.models with parameters of type IndexProjectionModeModifier and TypeMethodDescriptionSearchIndexerIndexProjectionsParameters.setProjectionMode(IndexProjectionMode projectionMode) Set the projectionMode property: Defines behavior of the index projections in relation to the rest of the indexer.