The index name is search

start movie=node:search('title:Matrix') return movie

Sent from mobile device

Am 04.06.2014 um 13:54 schrieb José Daniel Ruiz Sánchez <[email protected]>:

> Not found start movie=node:Movie('title:Matrix') return movie
> 
> this is my code:
> 
> public class Movie {
>     @GraphId Long nodeId;
>     @Indexed  String id;
>     @Indexed(indexType=IndexType.FULLTEXT, indexName = "search")
>     String title;
> 
> for example, this query, found
> 
> movie=node:Movie(id="604") return movie
> 
> El miércoles, 4 de junio de 2014 13:42:51 UTC+2, Peter Neubauer escribió:
>> 
>> 
>> On Wed, Jun 4, 2014 at 1:39 PM, José Daniel Ruiz Sánchez 
>> <[email protected]> wrote:
>>>  start movie=node:Movie('title=Matrix') return movie
>> 
>> This should be
>> 
>>  start movie=node:Movie('title:Matrix') return movie
>> 
>> 
>> G:  neubauer.peter
>> S:  peter.neubauer
>> P:  +46 704 106975
>> L:   http://www.linkedin.com/in/neubauer
>> T:   @peterneubauer
>> 
>> Open Data    - @mapillary
>> Open Source - @neo4j
>> Open Future  - @coderdojo
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to