Creating named indexes prior to 3.5

What's your use case? Why do you think you need "named" indexes?

If the answer is "i want fulltext indexing" than the easiest is to use APOC. APOC basically uses manual (==explicit) indexes with a update trigger.

If you don't require full text search, the "normal" schema indexes via CREATE INDEX ... should be good enough.