A BlendingQueryMatcher is created based on two internal matchers. One of them should be static and provide older results and the other one should be fresher and its results will be considered true over the old ones.
This matcher will merge results from both searchers and will prioritize the current results. Any result with changes in the newer matcher will be ignored in the older matcher.
@author Santiago Perez (santip)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.