Re: [Neo4j] Index Framework - Query Question

2011-05-15 Thread Peter Neubauer
[mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Thursday, May 12, 2011 3:55 AM To: Neo4j user discussions Subject: Re: [Neo4j] Index Framework - Query Question Could you perhaps create an index with a custom Analyzer which treats titles as fulltext and others as non

Re: [Neo4j] Index Framework - Query Question

2011-05-12 Thread Mattias Persson
Could you perhaps create an index with a custom Analyzer which treats titles as fulltext and others as non-analyzed? 2011/5/11 Rick Bullotta rick.bullo...@thingworx.com Is there currently any way to have a composite index consisting of fulltext and non-analyzed (simple fields), and to query

Re: [Neo4j] Index Framework - Query Question

2011-05-12 Thread Rick Bullotta
it virtually? Thoughts? Rick -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Mattias Persson Sent: Thursday, May 12, 2011 3:55 AM To: Neo4j user discussions Subject: Re: [Neo4j] Index Framework - Query Question Could you perhaps

[Neo4j] Index Framework - Query Question

2011-05-11 Thread Rick Bullotta
Is there currently any way to have a composite index consisting of fulltext and non-analyzed (simple fields), and to query them in a single query statement? e.g. : title:Reloaded AND year:1999 In this case, I'd be using a Lucene Analyzer on the title, but indexing the primitive types without