Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- closeBatchCommitter() - Method in class com.norconex.committer.sql.SQLCommitter
- com.norconex.committer.sql - package com.norconex.committer.sql
- commitBatch(Iterator<ICommitterRequest>) - Method in class com.norconex.committer.sql.SQLCommitter
D
- DEFAULT_MULTI_VALUES_JOINER - Static variable in class com.norconex.committer.sql.SQLCommitterConfig
-
Default multi-value join string
- DEFAULT_SQL_CONTENT_FIELD - Static variable in class com.norconex.committer.sql.SQLCommitterConfig
-
Default SQL content field
E
- equals(Object) - Method in class com.norconex.committer.sql.SQLCommitter
- equals(Object) - Method in class com.norconex.committer.sql.SQLCommitterConfig
G
- getConfig() - Method in class com.norconex.committer.sql.SQLCommitter
-
Gets this committer's configuration.
- getConnectionUrl() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the JDBC connection URL.
- getCreateFieldSQL() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the SQL statement used to add a new column when a document field has no matching column.
- getCreateTableSQL() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the SQL statement used to create the target table when it does not exist.
- getCredentials() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the database authentication credentials.
- getDriverClass() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the fully-qualified JDBC driver class name.
- getDriverPath() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the path to the JDBC driver JAR file.
- getMultiValuesJoiner() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the separator used to join multi-valued fields into a single string.
- getPrimaryKey() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the primary key column name.
- getProperties() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets additional JDBC connection properties.
- getTableName() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the target table name.
- getTargetContentField() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets the SQL column name where the document content is stored.
H
- hashCode() - Method in class com.norconex.committer.sql.SQLCommitter
- hashCode() - Method in class com.norconex.committer.sql.SQLCommitterConfig
I
- initBatchCommitter() - Method in class com.norconex.committer.sql.SQLCommitter
- isFixFieldNames() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets whether to sanitize field names to conform to SQL identifier rules.
- isFixFieldValues() - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Gets whether to truncate field values that exceed the column length.
L
- loadBatchCommitterFromXML(XML) - Method in class com.norconex.committer.sql.SQLCommitter
S
- saveBatchCommitterToXML(XML) - Method in class com.norconex.committer.sql.SQLCommitter
- setConnectionUrl(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the JDBC connection URL.
- setCreateFieldSQL(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the SQL statement used to add a new column when a document field has no matching column.
- setCreateTableSQL(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the SQL statement used to create the target table when it does not exist.
- setCredentials(Credentials) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the database authentication credentials.
- setDriverClass(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the fully-qualified JDBC driver class name.
- setDriverPath(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the path to the JDBC driver JAR file.
- setFixFieldNames(boolean) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets whether to sanitize field names to conform to SQL identifier rules.
- setFixFieldValues(boolean) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets whether to truncate field values that exceed the column length.
- setMultiValuesJoiner(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the separator used to join multi-valued fields into a single string.
- setPrimaryKey(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the primary key column name.
- setProperties(Properties) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets additional JDBC connection properties.
- setTableName(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the target table name.
- setTargetContentField(String) - Method in class com.norconex.committer.sql.SQLCommitterConfig
-
Sets the SQL column name where the document content is stored.
- SQLCommitter - Class in com.norconex.committer.sql
-
Commit documents to an SQL table.
- SQLCommitter() - Constructor for class com.norconex.committer.sql.SQLCommitter
-
Creates a new SQL committer with default configuration.
- SQLCommitter(SQLCommitterConfig) - Constructor for class com.norconex.committer.sql.SQLCommitter
-
Creates a new SQL committer with the given configuration.
- SQLCommitterConfig - Class in com.norconex.committer.sql
-
SQL Committer configuration.
- SQLCommitterConfig() - Constructor for class com.norconex.committer.sql.SQLCommitterConfig
T
- toString() - Method in class com.norconex.committer.sql.SQLCommitter
- toString() - Method in class com.norconex.committer.sql.SQLCommitterConfig
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form