Hi Rick, thanks for the answer, so i can do this: user puts an input like 
this "via XX settembre, pescara", then via js or server side code split and 
clean the phrase in words, (maybe i may take only words longer than 3 
characters) then build a cypher query like this "START 
departure=node:node_auto_index("stopName:*{firstWord}* OR 
stopName:*{secondWord}*") RETURN departure" perhaps with a sort. Is it 
right?

Il giorno mercoledì 20 gennaio 2016 22:27:15 UTC+1, RickBullotta ha scritto:
>
> You can't efficiently search for letters contained within a word using Neo 
> (or Lucene) but you can definitely search for words in a phrase with very 
> high performance. The default tokenizer will do this for you. 

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