Question on viability of relevancy boosting without sorting...
Here is the idea, if I switch all queries to filtered queries (bool.must or bool.filter) if the query does not contain a sort, would this is "safe" ? Are there cases when a query boost can occur - change the order when there is not a sort? I assume Sort = score would be required in order to see the affect of a query / vs a filter - right?
Thanks.