Hi there. I read this post of Michael 
Hunger http://jexp.de/blog/2014/03/full-text-indexing-fts-in-neo4j-2-0/ but 
is it valid for my version? And if it's yes, on the mac version inside the 
file neo4j.properties there aren't these properties node_auto_indexing and 
node_keys_indexable, can i simply add these two properties in the file? 
Another question about this, is it the better solution, use the fulltext 
index to find a stopname? My problem is this, how can i improve the find of 
a name substring? Below an example: 
if a user wants to find a name like via XX settembre, and a stop name is Roma, 
via XX settembre, and the user puts via, i want to get all stops that 
contain via.

I saw here 
http://neo4j.com/docs/2.3.2/query-schema-index.html#schema-index-use-index-with-starts-with
 
that with CONTAINS operator cannot currently be solved using indexes.

Any suggestions? I have million nodes.

-- 
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