Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerIndexProjection
Packages that use SearchIndexerIndexProjection
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerIndexProjection in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerIndexProjectionModifier and TypeMethodDescriptionstatic SearchIndexerIndexProjectionSearchIndexerIndexProjection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerIndexProjection from the JsonReader.SearchIndexerSkillset.getIndexProjection()Get the indexProjection property: Definition of additional projections to secondary search index(es).SearchIndexerIndexProjection.setParameters(SearchIndexerIndexProjectionsParameters parameters) Set the parameters property: A dictionary of index projection-specific configuration properties.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerIndexProjectionModifier and TypeMethodDescriptionSearchIndexerSkillset.setIndexProjection(SearchIndexerIndexProjection indexProjection) Set the indexProjection property: Definition of additional projections to secondary search index(es).