Uses of Class
com.norconex.committer.googlecloudsearch.GoogleCloudSearchCommitterConfig
Packages that use GoogleCloudSearchCommitterConfig
-
Uses of GoogleCloudSearchCommitterConfig in com.norconex.committer.googlecloudsearch
Methods in com.norconex.committer.googlecloudsearch that return GoogleCloudSearchCommitterConfigModifier and TypeMethodDescriptionGoogleCloudSearchCommitter.getConfiguration()GoogleCloudSearchCommitterConfig.setAclInheritance(GoogleCloudSearchCommitterConfig.AclInheritanceMapping aclInheritance) ACL inheritance configuration, mapping a metadata field holding a parent item reference to an ACL inheritance type.GoogleCloudSearchCommitterConfig.setAclMappings(List<GoogleCloudSearchCommitterConfig.AclMapping> aclMappings) GoogleCloudSearchCommitterConfig.setApiEndpoint(String apiEndpoint) Overrides the Google Cloud Search API root URL.GoogleCloudSearchCommitterConfig.setApplicationName(String applicationName) The application name sent to Google Cloud Search.GoogleCloudSearchCommitterConfig.setConnectorName(String connectorName) The connector name sent with indexing requests.GoogleCloudSearchCommitterConfig.setDataSourceId(String dataSourceId) The Google Cloud Search data source ID to index documents into.GoogleCloudSearchCommitterConfig.setFailOnDeleteNotFound(boolean failOnDeleteNotFound) Whether a delete request targeting an item that does not exist in the index is treated as a failure.GoogleCloudSearchCommitterConfig.setHttpBackoffInitialIntervalMillis(int httpBackoffInitialIntervalMillis) Optional exponential backoff initial interval in milliseconds.GoogleCloudSearchCommitterConfig.setHttpBackoffMaxElapsedTimeMillis(int httpBackoffMaxElapsedTimeMillis) Optional exponential backoff maximum elapsed time in milliseconds.GoogleCloudSearchCommitterConfig.setHttpBackoffMaxIntervalMillis(int httpBackoffMaxIntervalMillis) Optional exponential backoff maximum interval in milliseconds.GoogleCloudSearchCommitterConfig.setHttpConnectTimeoutMillis(int httpConnectTimeoutMillis) Optional HTTP connect timeout in milliseconds applied to Google API requests.GoogleCloudSearchCommitterConfig.setHttpMaxRetries(int httpMaxRetries) Optional HTTP retry count for Google API requests.GoogleCloudSearchCommitterConfig.setHttpReadTimeoutMillis(int httpReadTimeoutMillis) Optional HTTP read timeout in milliseconds applied to Google API requests.GoogleCloudSearchCommitterConfig.setKeepSourceIdField(boolean keepSourceIdField) Whether to keep the source ID field in the document metadata after it has been extracted.GoogleCloudSearchCommitterConfig.setMetadataMappings(List<GoogleCloudSearchCommitterConfig.MetadataMapping> metadataMappings) GoogleCloudSearchCommitterConfig.setRequestMode(GoogleCloudSearchCommitterConfig.RequestMode requestMode) The priority/consistency mode sent with indexing and delete requests.GoogleCloudSearchCommitterConfig.setSecretKeyPath(String secretKeyPath) Path to the Google service account JSON key file, with access to the Cloud Search indexing API.GoogleCloudSearchCommitterConfig.setSourceIdField(String sourceIdField) Metadata field holding the value to use as the document unique identifier.GoogleCloudSearchCommitterConfig.setStructuredDataMappings(List<GoogleCloudSearchCommitterConfig.StructuredDataMapping> structuredDataMappings) GoogleCloudSearchCommitterConfig.setUploadFormat(GoogleCloudSearchCommitterConfig.UploadFormat uploadFormat) The format used to upload document content.