Currently, the MassIndexer support for Neo4j remote doesn't work as we try to extract a TransactionContext in forEachTuple while the TransactionContext is not available: we are not yet in a session. This should be fixed as one of the advantages of using Neo4j remote is that we don't have any conflict between the Lucene versions of Search and the ones of Neo4j. |