Database Reference
In-Depth Information
public static void main(String[] args) {
try {
new Neo4jBatchIndexer().batchIndexer();
} catch (Exception e) {
//Print all and any kind of Exception on Console
e.printStackTrace();
}
}
Stop your Neo4j server (if it is running); compile the preceding code and execute it from
IDE itself. The preceding code will create a Node that can then be indexed using
BatchInserterIndex .
Search WWH ::




Custom Search