SearchIndexerKnowledgeStoreParameters Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerKnowledgeStoreParameters
- com.
Implements
public final class SearchIndexerKnowledgeStoreParameters
implements JsonSerializable<SearchIndexerKnowledgeStoreParameters>
A dictionary of knowledge store-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Constructor Summary
| Constructor | Description |
|---|---|
| SearchIndexerKnowledgeStoreParameters() |
Creates an instance of Search |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Search |
fromJson(JsonReader jsonReader)
Reads an instance of Search |
| Map<String,Object> |
getAdditionalProperties()
Get the additional |
| Boolean |
isSynthesizeGeneratedKeyName()
Get the synthesize |
|
Search |
setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Search |
setSynthesizeGeneratedKeyName(Boolean synthesizeGeneratedKeyName)
Set the synthesize |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerKnowledgeStoreParameters
public SearchIndexerKnowledgeStoreParameters()
Creates an instance of SearchIndexerKnowledgeStoreParameters class.
Method Details
fromJson
public static SearchIndexerKnowledgeStoreParameters fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerKnowledgeStoreParameters from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Get the additionalProperties property: A dictionary of knowledge store-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Returns:
isSynthesizeGeneratedKeyName
public Boolean isSynthesizeGeneratedKeyName()
Get the synthesizeGeneratedKeyName property: Whether or not projections should synthesize a generated key name if one isn't already present.
Returns:
setAdditionalProperties
public SearchIndexerKnowledgeStoreParameters setAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: A dictionary of knowledge store-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Parameters:
Returns:
setSynthesizeGeneratedKeyName
public SearchIndexerKnowledgeStoreParameters setSynthesizeGeneratedKeyName(Boolean synthesizeGeneratedKeyName)
Set the synthesizeGeneratedKeyName property: Whether or not projections should synthesize a generated key name if one isn't already present.
Parameters:
Returns: