[Neo4j] Lucene queries via neo4j.py

2010-10-21 Thread Chris Diehl
Hi All, In the neo4j.rb documentation, there is the following reference describing the capability to execute general Lucene queries. There are different ways to write Lucenehttp://neo4j.rubyforge.org/classes/Lucene.html queries. Using a hash: Person.find (:name = 'kalle', :salary =

[Neo4j] Lucene queries via neo4j.py

2010-09-23 Thread Chris Diehl
Hi All, I saw the email traffic from not long ago about the recent additions to neo4j.py that now support Lucene queries. Is there any documentation available that describes how to use it? Cheers, Chris ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Lucene queries via neo4j.py

2010-09-23 Thread Andres Taylor
Hi Chris, If you go to this page: http://components.neo4j.org/neo4j.py/ and scroll down to the part titled Indexes, you'll find some documentation. Let me know if you need more information. Andrés On Thu, Sep 23, 2010 at 12:18 PM, Chris Diehl di...@alumni.cmu.edu wrote: Hi All, I saw the