I have a query similar to this:
I need to boost the results where user_id_i:(123 OR 222 OR 512 OR 932)
something like => __val_:"if(user_id_i:(123 OR 222 OR 512 OR 932), 100, 0)"
But obviously I need a function that returns true or false for that particular question.