SotirisFtiakas / Search-Engine-Creation

This is a fully functional search engine, with a crawler , inverted indexer, and query processor. It also supports user feedback, refreshing results based on the pages that the user found useful.
0 stars 0 forks source link

Compatible database #2

Closed GregB712 closed 3 years ago

GregB712 commented 3 years ago

Some retrieved texts contain symbols that make the database to not accept them. So we need to create tables in db to support such a functionality.

SotirisFtiakas commented 3 years ago

We should try encoding our data before inserting them into the database.

GregB712 commented 3 years ago

Instead of encoding our data, I removed the MySQL database completely and used CSV files to hold the data, so it will be more convenient with the process. The commit with the fixes: fff7e1a139ce31acd419478ca1493e637abc668d