SearchIndexerKnowledgeStore Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStore
- com.
Implements
public final class SearchIndexerKnowledgeStore
implements JsonSerializable<SearchIndexerKnowledgeStore>
Definition of additional projections to azure blob, table, or files, of enriched data.
Constructor Summary
Constructor | Description |
---|---|
SearchIndexerKnowledgeStore(String storageConnectionString, List<SearchIndexerKnowledgeStoreProjection> projections) |
Creates an instance of Search |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Search |
fromJson(JsonReader jsonReader)
Reads an instance of Search |
List<Search |
getProjections()
Get the projections property: A list of additional projections to perform during indexing. |
String |
getStorageConnectionString()
Get the storage |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerKnowledgeStore
public SearchIndexerKnowledgeStore(String storageConnectionString, List
Creates an instance of SearchIndexerKnowledgeStore class.
Parameters:
Method Details
fromJson
public static SearchIndexerKnowledgeStore fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerKnowledgeStore from the JsonReader.
Parameters:
Returns:
Throws:
getProjections
public List
Get the projections property: A list of additional projections to perform during indexing.
Returns:
getStorageConnectionString
public String getStorageConnectionString()
Get the storageConnectionString property: The connection string to the storage account projections will be stored in.
Returns:
toJson
Applies to
Azure SDK for Java