--
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/d/optout.
topiclucene | {"to_lower_case":"true", "type":"fulltext"} | |
namelucene | {"to_lower_case":"true", "type":"fulltext"} | |
idlucene | {"type":"exact"} | |
node_auto_indexlucene | {"type":"exact"} | |
create index on :topic(name);
Update:after creating an index on property of type integer, fetching a node by id seems it take same time as by name (fulltext index): ~6K mscreate index on:topic(id)(note here id is not the interna lnode identifier of neo)
MATCH (n:topic) WHERE n.id =9996533 Return n;
--
--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/Xn3ml37dPDU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.