Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AzureSearchCommitter - Class in com.norconex.committer.azuresearch
-
Commits documents to Microsoft Azure Search.
- AzureSearchCommitter() - Constructor for class com.norconex.committer.azuresearch.AzureSearchCommitter
-
Creates a new Azure Search committer with default configuration.
- AzureSearchCommitter(AzureSearchCommitterConfig) - Constructor for class com.norconex.committer.azuresearch.AzureSearchCommitter
-
Creates a new Azure Search committer with the given configuration.
- AzureSearchCommitterConfig - Class in com.norconex.committer.azuresearch
-
Azure Search Committer configuration.
- AzureSearchCommitterConfig() - Constructor for class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
C
- closeBatchCommitter() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
- com.norconex.committer.azuresearch - package com.norconex.committer.azuresearch
- commitBatch(Iterator<ICommitterRequest>) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
D
- DEFAULT_API_VERSION - Static variable in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Default Azure Search API version
- DEFAULT_AZURE_CONTENT_FIELD - Static variable in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Default Azure Search content field
- DEFAULT_AZURE_KEY_FIELD - Static variable in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Default Azure Search document key field
E
- equals(Object) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
- equals(Object) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
G
- getApiKey() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the Azure API admin key.
- getApiVersion() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the Azure API version.
- getArrayFields() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets fields which values should always be treated as array.
- getConfig() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
-
Gets this committer's configuration.
- getEndpoint() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the Azure Search endpoint (https://[service name].search.windows.net).
- getIndexName() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the index name.
- getProxySettings() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the proxy settings.
- getSourceKeyField() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the document field name containing the value to be stored in Azure Search document key field.
- getTargetContentField() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the name of the Azure Search field where content will be stored.
- getTargetKeyField() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets the name of Azure Search key field where to store a document unique identifier (sourceKeyField).
H
- hashCode() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
- hashCode() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
I
- initBatchCommitter() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
- isArrayFieldsRegex() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Gets whether the list of fields to be always treated as array is represented as regular expression.
- isDisableDocKeyEncoding() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Whether to disable document reference encoding.
- isIgnoreResponseErrors() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Whether to ignore response errors.
- isIgnoreValidationErrors() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Whether to ignore validation errors.
- isUseWindowsAuth() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
-
Whether to use integrated Windows Authentication (if applicable).
L
- loadBatchCommitterFromXML(XML) - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
S
- 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).
T
- toString() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitter
- toString() - Method in class com.norconex.committer.azuresearch.AzureSearchCommitterConfig
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form