I can put a token string (say, <start_token>) at the beginning and query for <start_token>word*, but that's ugly.
Any suggestions?
Is there a way to query Neo4j's Lucene with a "starts with" query, in REST? (For an autocomplete purposes). I can put a token string (say, <start_token>) at the beginning and query for <start_token>word*, but that's ugly. Any suggestions? |