Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerIndexProjectionSelector
Packages that use SearchIndexerIndexProjectionSelector
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerIndexProjectionSelector in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchIndexerIndexProjectionSelectorModifier and TypeClassDescriptionfinal classDescription for what data to store in the designated search index.Methods in com.azure.search.documents.indexes.models that return SearchIndexerIndexProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerIndexProjectionSelector.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerIndexProjectionSelector from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SearchIndexerIndexProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerIndexProjection.getSelectors()Get the selectors property: A list of projections to be performed to secondary search indexes.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexerIndexProjectionSelectorModifierConstructorDescriptionCreates an instance of SearchIndexerIndexProjection class.