Hello,
i am having a Neo4J database where a huge amount of data related to airlines and airports is stored. And this data can be accessed through a python/django based webapp from which a user can check for airports and get their localization on a map.
The problem is that i need to handle the case where a query is misspelled.
i saw that there were many solutions based on Lucene, Solr, PyEnchant,... but these latter require generally that a dictionary (containing keywords in each line) is built before making spell checking. And for a big number of entries, this would be costly in time, and this would get worst if the data is dynamic and database must be updated and the dictionary would as well.
Currently, data is inserted in the database using a BatchInserter in java and entries are indexed at the same time.
So my question is : how can i perform spell check & correction while traversing the neo4j db for a given query ?
Thank you for your help
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/6ZpBt4DtZHM/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.
<Screenshot-Neo4j Monitoring and Management Tool - Mozilla Firefox.png>
<Screenshot2.png>