Hi,
If you're using Cypher then until 2.0 you won't be able to create indexes with it. Instead I suggest you configure auto indexes while you're learning Neo4j.
See:
http://docs.neo4j.org/chunked/milestone/auto-indexing.html#auto-indexing-config
Now when you create a node in Cypher you can have it indexed.
Jim
On 12 Mar 2013, at 16:34, hamid ghofrani <
gho...@gmail.com> wrote:
> Hello Michael,
> Thanks for always posting useful notes. I am beginner with neo4j and am learning the shell/cypher . I am getting really frustrated with the indexing thing. Is there any example that shows how to index properties from the shell for example for the shakspear dataset? something like
> index --create ....
> 2-...
> I appreciate any help
> --
> 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
neo4j+un...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>