keonchennl / trustchain-superapp

Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
GNU General Public License v3.0
0 stars 0 forks source link

Implement search back-end #12

Open marko-matusovic-personal opened 2 years ago

marko-matusovic-personal commented 2 years ago

When receiving a search query, the device needs to determine if they have in storage any relevant documents. How is the query compared against the documents?

This issue implements some basic search metric. Eg: look for frequent words in the document and compare with the query.

sisko444 commented 2 years ago

Wrote a query package and added it to the existing keyword extractor kotlin package to be pushed in sepperate repo. Implementing into app right now