Re: [Neo4j] Fulltext Query across fields

2011-07-19 Thread Mattias Persson
No, which parser to use isn't configurable. You could probably mimic that behavior OR:ing some fields in the query. 2011/6/6 James Swetnam jswet...@gmail.com Hello, When using the native Lucene API, I was able to query across all fields using the MultiFieldQueryParser class (

[Neo4j] Fulltext Query across fields

2011-06-06 Thread James Swetnam
Hello, When using the native Lucene API, I was able to query across all fields using the MultiFieldQueryParser class ( http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/queryParser/MultiFieldQueryParser.html). Can this functionality be mimicked using the integrated index api? Best James