Re: [Neo] Maven Dependency For Neo Util for Lucene BatchInserter?

2009-12-04 Thread Todd Stavish
Thanks Mattias. Just an FYI, there doesn't seem to be 1.0-b10 version
build for neo-utils yet.

 http://m2.neo4j.org/org/neo4j/neo-utils/

Regards,
Todd






On Fri, Dec 4, 2009 at 12:26 PM, Mattias Persson
 wrote:
> 2009/12/4 Todd Stavish :
>> 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.(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:
>>
>> 
>>        org.neo4j
>>        util
> Try 'neo-utils' instead
>>        1.0-b9
>> 
>>
>> Anyone know where I can find this?
>>
>> Thanks,
>> Todd
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
>
>
>
> --
> Mattias Persson, [matt...@neotechnology.com]
> Neo Technology, www.neotechnology.com
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Maven Dependency For Neo Util for Lucene BatchInserter?

2009-12-04 Thread Mattias Persson
2009/12/4 Todd Stavish :
> 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.(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:
>
> 
>        org.neo4j
>        util
Try 'neo-utils' instead
>        1.0-b9
> 
>
> Anyone know where I can find this?
>
> Thanks,
> Todd
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Neo Technology, www.neotechnology.com
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo] Maven Dependency For Neo Util for Lucene BatchInserter?

2009-12-04 Thread Todd Stavish
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.(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:


org.neo4j
util
1.0-b9


Anyone know where I can find this?

Thanks,
Todd
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user