Re: [Neo4j] Node attributes as multiple lucene fields

2010-07-29 Thread Mattias Persson
2010/7/19 Andrew Mutz andrew.m...@appfolio.com Thanks Tobias! One more quick question: I'm using Neo4J-Rest. Right now, I'm modifying the rest project to use this prototyped index component. I'm fine continuing down this road, but I wanted to ask if anyone else has been doing the same

Re: [Neo4j] Node attributes as multiple lucene fields

2010-07-29 Thread Peter Neubauer
Andrew, if you care to contribute the code, feel free to follow the CLA at http://wiki.neo4j.org/content/About_Contributor_License_Agreement and you can work in the laboratory or in a branch for the component? Cheers, /peter neubauer COO and Sales, Neo Technology GTalk:      neubauer.peter

Re: [Neo4j] Node attributes as multiple lucene fields

2010-07-19 Thread Andrew Mutz
Thanks Tobias! One more quick question: I'm using Neo4J-Rest. Right now, I'm modifying the rest project to use this prototyped index component. I'm fine continuing down this road, but I wanted to ask if anyone else has been doing the same thing? Is there a (presumably prerelease) version of

[Neo4j] Node attributes as multiple lucene fields

2010-07-17 Thread Andrew Mutz
Hi all, I've been getting up to speed in the last few days with the Lucene indexing capabilities in Neo4J and I have a question: When Neo4J creates a Lucene Document for indexing, it only assigns it two fields, the node id and the contents to be indexed. Is it possible to write to multiple

Re: [Neo4j] Node attributes as multiple lucene fields

2010-07-17 Thread Tobias Ivarsson
This feature is available in the new index component that is being prototyped at https://svn.neo4j.org/laboratory/components/lucene-index/ It is being built by the buildbot, which means that prebuilt snapshots are available at http://m2.neo4j.org/org/neo4j/neo4j-lucene-index/0.1-SNAPSHOT/ Please