I am using the Lucene Batch Inserter with attributes that have a space
(combined first name and last name).

Exception in thread "main" java.lang.NoSuchMethodError:
org.neo4j.impl.util.FileUtils.fixSeparatorsInPath(Ljava/lang/String;)Ljava/lang/String;
        at 
org.neo4j.util.index.LuceneIndexBatchInserterImpl.fixPath(LuceneIndexBatchInserterImpl.java:61)
        at 
org.neo4j.util.index.LuceneIndexBatchInserterImpl.<init>(LuceneIndexBatchInserterImpl.java:51)
        at com.cisco.collectiveintelligence.QueryNeo.addData(QueryNeo.java:135)
        at com.cisco.collectiveintelligence.QueryNeo.main(QueryNeo.java:43)

I tried the obvious:

<dependency>
        <groupId>org.neo4j</groupId>
        <artifactId>util</artifactId>
        <version>1.0-b9</version>
</dependency>

Anyone know where I can find this?

Thanks,
Todd
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to