Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjectionSelector
Packages that use SearchIndexerKnowledgeStoreProjectionSelector
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStoreProjectionSelector in com.azure.search.documents.indexes.models
Subclasses of SearchIndexerKnowledgeStoreProjectionSelector in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionclassAbstract class to share properties between concrete selectors.final classProjection definition for what data to store in Azure Files.final classProjection definition for what data to store in Azure Blob.final classDescription for what data to store in Azure Tables.Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreProjectionSelectorModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreProjectionSelector.setGeneratedKeyName(String generatedKeyName) Set the generatedKeyName property: Name of generated key to store projection under.SearchIndexerKnowledgeStoreProjectionSelector.setInputs(List<InputFieldMappingEntry> inputs) Set the inputs property: Nested inputs for complex projections.SearchIndexerKnowledgeStoreProjectionSelector.setReferenceKeyName(String referenceKeyName) Set the referenceKeyName property: Name of reference key to different projection.Set the source property: Source data to project.SearchIndexerKnowledgeStoreProjectionSelector.setSourceContext(String sourceContext) Set the sourceContext property: Source context for complex projections.