Subject: | Questions on indexing missed from documentation |
Dear Mark,
there are some few questions not covered by documentation. Probably it won't take too much time and effort to give answers for them?
1. How do I utilize auto-indexes from Perl? For nodes? For relations?
From http://docs.neo4j.org/chunked/2.0.0/query-create-unique.html I guess, that starting from 2.0 indexing has become vastly different and 2.0 queries use auto-indexes by default with no extra effort (see also http://docs.neo4j.org/chunked/2.0.0/indexing.html ). So why create an extra index for CREATE UNIQUE instead of using auto-index?
(side note: BTW is legacy indexing deprecated? Or it is just considered advanced feature for advanced users and DBAs?)
2. How do I query relation with "legacy index"?
Thanks in advanse!
With best regards,
Andrii