Uses of Class
com.norconex.committer.neo4j.Neo4jCommitterConfig
Packages that use Neo4jCommitterConfig
-
Uses of Neo4jCommitterConfig in com.norconex.committer.neo4j
Methods in com.norconex.committer.neo4j that return Neo4jCommitterConfigModifier and TypeMethodDescriptionNeo4jCommitter.getConfiguration()Neo4jCommitterConfig.setDatabase(String database) A database name when using one other than the default one.Neo4jCommitterConfig.setDeleteCypher(String deleteCypher) Cypher query for adding relationships to Neo4j.Neo4jCommitterConfig.setMultiValuesJoiner(String multiValuesJoiner) One or more characters to join multi-value fields.Neo4jCommitterConfig.setNodeContentProperty(String nodeContentProperty) Optional property name where to store the document content in Neo4j graph entries.Neo4jCommitterConfig.setNodeIdProperty(String nodeIdProperty) Optional property name where to store the document reference in Neo4j graph entries.Neo4jCommitterConfig.setUpsertCypher(String upsertCypher) Cypher query for adding relationships to Neo4j.Required connection URI.