Uses of Class
com.norconex.committer.azurecognitivesearch.AzureSearchCommitterConfig
Packages that use AzureSearchCommitterConfig
-
Uses of AzureSearchCommitterConfig in com.norconex.committer.azurecognitivesearch
Methods in com.norconex.committer.azurecognitivesearch that return AzureSearchCommitterConfigModifier and TypeMethodDescriptionAzureSearchCommitter.getConfiguration()The Azure API admin key.AzureSearchCommitterConfig.setApiVersion(String apiVersion) The Azure API version.AzureSearchCommitterConfig.setArrayFields(String arrayFields) The fields which values should always be treated as array.AzureSearchCommitterConfig.setArrayFieldsRegex(boolean arrayFieldsRegex) Whether the list of fields to be always treated as array is represented as regular expression.AzureSearchCommitterConfig.setDisableDocKeyEncoding(boolean disableDocKeyEncoding) Whether to disable document reference encoding.AzureSearchCommitterConfig.setEndpoint(String endpoint) Gets the Azure Search endpoint.AzureSearchCommitterConfig.setIgnoreResponseErrors(boolean ignoreResponseErrors) Whether to ignore response errors.AzureSearchCommitterConfig.setIgnoreValidationErrors(boolean ignoreValidationErrors) Whether to ignore validation errors.AzureSearchCommitterConfig.setIndexName(String indexName) The target index name.AzureSearchCommitterConfig.setProxySettings(@NonNull ProxySettings proxySettings) Sets the proxy settings.AzureSearchCommitterConfig.setSourceKeyField(String sourceKeyField) The document field name containing the value to be stored in Azure Search document key field.AzureSearchCommitterConfig.setTargetContentField(String targetContentField) The name of the Azure Search field where content will be stored.AzureSearchCommitterConfig.setTargetKeyField(String targetKeyField) The name of Azure Search key field where to store a document unique identifier (sourceKeyField).AzureSearchCommitterConfig.setUseWindowsAuth(boolean useWindowsAuth) Whether to use integrated Windows Authentication (if applicable).