- saveBatchCommitterToXML(XML) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
-
- setApiKey(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets the Azure API admin key.
- setApiVersion(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets the Azure API version.
- setArrayFields(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets fields which values should always be treated as array.
- setArrayFieldsRegex(boolean) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets whether the list of fields to be always treated as array
is represented as regular expression.
- setDisableDocKeyEncoding(boolean) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets whether to disable document reference encoding.
- setEndpoint(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets the Azure Search endpoint
(https://[service name].search.windows.net).
- setIgnoreResponseErrors(boolean) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets whether to ignore response errors.
- setIgnoreValidationErrors(boolean) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets whether to ignore validation errors.
- setIndexName(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets the index name.
- setSourceKeyField(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets the document field name containing the value to be stored
in Azure Search key field.
- setTargetContentField(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets the name of the Azure Search field where content will be stored.
- setTargetKeyField(String) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets the name of the Azure Search document key field where to store
a document unique identifier (sourceKeyField).
- setUseWindowsAuth(boolean) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Sets whether to use integrated Windows Authentication (if applicable).