Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addOptionalParameter(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Adds a parameter name to the set of optional query parameters.
C
- closeBatchCommitter() - Method in class com.norconex.committer.neo4j.Neo4jCommitter
- com.norconex.committer.neo4j - package com.norconex.committer.neo4j
- commitBatch(Iterator<ICommitterRequest>) - Method in class com.norconex.committer.neo4j.Neo4jCommitter
D
- DEFAULT_NEO4J_CONTENT_PROPERTY - Static variable in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Default property name used to store the document content.
- DEFAULT_NEO4J_ID_PROPERTY - Static variable in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Default property name used to store the document ID.
E
- equals(Object) - Method in class com.norconex.committer.neo4j.Neo4jCommitter
- equals(Object) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
G
- getConfig() - Method in class com.norconex.committer.neo4j.Neo4jCommitter
-
Gets this committer's configuration.
- getCredentials() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the authentication credentials.
- getDatabase() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the target database name.
- getDeleteCypher() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the Cypher query used for delete operations.
- getMultiValuesJoiner() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the separator used to join multi-valued fields into a single string.
- getNodeContentProperty() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the Neo4j property name where the document content is stored.
- getNodeIdProperty() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the Neo4j property name where the document ID is stored.
- getOptionalParameters() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the names of optional query parameters (those that may be absent without causing a client exception).
- getUpsertCypher() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the Cypher query used for upsert operations.
- getUri() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Gets the Neo4j connection URI.
H
- hashCode() - Method in class com.norconex.committer.neo4j.Neo4jCommitter
- hashCode() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
I
- initBatchCommitter() - Method in class com.norconex.committer.neo4j.Neo4jCommitter
L
- loadBatchCommitterFromXML(XML) - Method in class com.norconex.committer.neo4j.Neo4jCommitter
N
- Neo4jCommitter - Class in com.norconex.committer.neo4j
-
Commit documents/fields to a Neo4j graph database.
- Neo4jCommitter() - Constructor for class com.norconex.committer.neo4j.Neo4jCommitter
-
Creates a new Neo4j committer with default configuration.
- Neo4jCommitter(Neo4jCommitterConfig) - Constructor for class com.norconex.committer.neo4j.Neo4jCommitter
-
Creates a new Neo4j committer with the given configuration.
- Neo4jCommitterConfig - Class in com.norconex.committer.neo4j
-
Neo4j Committer configuration.
- Neo4jCommitterConfig() - Constructor for class com.norconex.committer.neo4j.Neo4jCommitterConfig
S
- saveBatchCommitterToXML(XML) - Method in class com.norconex.committer.neo4j.Neo4jCommitter
- setCredentials(Credentials) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the authentication credentials.
- setDatabase(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the target database name.
- setDeleteCypher(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the Cypher query used for delete operations.
- setMultiValuesJoiner(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the separator used to join multi-valued fields.
- setNodeContentProperty(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the Neo4j property name where the document content is stored.
- setNodeIdProperty(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the Neo4j property name where the document ID is stored.
- setOptionalParameters(Set<String>) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the names of optional query parameters.
- setUpsertCypher(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the Cypher query used for upsert operations.
- setUri(String) - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
-
Sets the Neo4j connection URI (e.g.,
bolt://localhost:7687).
T
- toString() - Method in class com.norconex.committer.neo4j.Neo4jCommitter
- toString() - Method in class com.norconex.committer.neo4j.Neo4jCommitterConfig
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form