Class SearchIndexerKnowledgeStore
java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStore
Definition of additional projections to azure blob, table, or files, of enriched data.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchIndexerKnowledgeStore
(String storageConnectionString, List<SearchIndexerKnowledgeStoreProjection> projections) Creates an instance of SearchIndexerKnowledgeStore class. -
Method Summary
Modifier and TypeMethodDescriptionGet the projections property: A list of additional projections to perform during indexing.Get the storageConnectionString property: The connection string to the storage account projections will be stored in.
-
Constructor Details
-
SearchIndexerKnowledgeStore
public SearchIndexerKnowledgeStore(String storageConnectionString, List<SearchIndexerKnowledgeStoreProjection> projections) Creates an instance of SearchIndexerKnowledgeStore class.- Parameters:
storageConnectionString
- the storageConnectionString value to set.projections
- the projections value to set.
-
-
Method Details
-
getStorageConnectionString
Get the storageConnectionString property: The connection string to the storage account projections will be stored in.- Returns:
- the storageConnectionString value.
-
getProjections
Get the projections property: A list of additional projections to perform during indexing.- Returns:
- the projections value.
-