Draft: dev#167408 : improve search performance with facets
- first try, change sql match against for like (no need for relevance computation for facets binary data)
- second try, change facets data modeling, new table to handle records/facets relationships, search filtering will be performed by joining the tables.
- see query_for_dev167408 file for query examples.
Edited by Arthur Suzuki