Many thanks, as always giving great support

El miércoles, 4 de junio de 2014 16:53:03 UTC+2, Michael Hunger escribió:
>
> 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] <javascript:>>:
>
> 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 <http://twitter.com/peterneubauer>
>>
>> Open Data    - @mapillary <http://mapillary.com/>
>> Open Source - @neo4j <http://neo4j.org/>
>> Open Future  - @coderdojo <http://malmo.coderdojo.se/>
>>  
>  -- 
> 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] <javascript:>.
> 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