Support BIGINT facet’s index table

<?php
/** add this filter to change the index table to use BIGINT instead of INT
 ** purge the table and then re-index in facet's setttings
 **/
add_filter( 'facetwp_use_bigint', '__return_true' );