标签: c# full-text-search sqlite system.data.sqlite
我正在使用sqlite数据库来存储数据。其中一个表包含名称,摘要,描述,位置等字段。我想在此表上实现全文搜索,即我想在表的所有列中搜索给定的单词。做这个的最好方式是什么?我在项目中引用了sqlite.data.dll。
答案 0 :(得分:2)
使用SQLite FTS3和FTS4 Extensions?见这里:SQLite FTS3 and FTS4 Extensions