Re: [Neo4j] Querying multivalued properties

2011-09-23 Thread Alexandre de Assis Bento Lima
It works! Thanks a lot! Cheers, Alexandre. On Fri, 23 Sep 2011 11:01:45 +0200, Mattias Persson wrote > If you index and array it will be indexed as separate values for that > property name in lucene so you can ask complex queries having that data in > there. > > 2011/9/21 Alexandre de Assis Bent

Re: [Neo4j] Querying multivalued properties

2011-09-23 Thread Mattias Persson
If you index and array it will be indexed as separate values for that property name in lucene so you can ask complex queries having that data in there. 2011/9/21 Alexandre de Assis Bento Lima > Got it! > Thx! > > Cheers, > Alexandre. > > On Wed, 21 Sep 2011 13:27:07 +, Peter Neubauer wrote >

Re: [Neo4j] Querying multivalued properties

2011-09-21 Thread Alexandre de Assis Bento Lima
Got it! Thx! Cheers, Alexandre. On Wed, 21 Sep 2011 13:27:07 +, Peter Neubauer wrote > Alexandre, > this I think is a Lucene question, maybe something like > http://lucene.472066.n3.nabble.com/Searching-a-group-of-associated-multi-value- > fileds-td2789957.html could help? > > Cheers, > > /

Re: [Neo4j] Querying multivalued properties

2011-09-21 Thread Peter Neubauer
Alexandre, this I think is a Lucene question, maybe something like http://lucene.472066.n3.nabble.com/Searching-a-group-of-associated-multi-value-fileds-td2789957.html could help? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

[Neo4j] Querying multivalued properties

2011-09-20 Thread Alexandre de Assis Bento Lima
Hi, I need multivalued properties in my application. However, I don't know how to make queries based on them using indexes. I need to search nodes that have a certain value inside their multivalued properties (arrays). Does anybody know how can I do that? I couldn't find anything in the docu