vendredi 22 janvier 2016

SQLite intellectual search with percentage of contains

Hi anyone who read this question. At the first I want beg don't minus my post. If question like this exist, please just give me url. I have problem with intellectual search functionality implementation. I use sqlite and I want execute query which select values with intellectual sorting results. For example: User search word „Wort“, in database we have: "Wortschatz, Vorwort, Dort, Test, Wort". So result must be are: Wort (100%), Wortschatz, Vorwort (50%), Dort (25%)
may not contain in result: Test (0%).

Can I implement this functionality by sqlite instruments ?? Or need select by "LIKE" and sorting by java ?? Thanks.

Aucun commentaire:

Enregistrer un commentaire