commit | 489362c83c11f7d531c8c0c08c285499cd2b3869 | [log] [tgz] |
---|---|---|
author | Fabrice Di Meglio <fdimeglio@google.com> | Mon Mar 10 15:47:49 2014 -0700 |
committer | Fabrice Di Meglio <fdimeglio@google.com> | Mon Mar 10 16:00:50 2014 -0700 |
tree | de130eb0af3580da3b39d28f5762aa31beda2c93 | |
parent | b643cbf6d60bb4cd43d3191106d68680fffe97b5 [diff] |
Remove duplicates into Search results In schema version 100, we were using data_title and data_summary for storing a normalized version of the title and summary. This was leading to have duplicate results. Now (in schema version 101), we are introducing two new colums for storing normalized title and summary. We are also doing a new MATCH query on those two new columns and that fixes the duplicates issue. Change-Id: I609675cdd1a47a1a29595f0fe8b87ad96c6e4522