Package com.flaptor.indextank.blender

Examples of com.flaptor.indextank.blender.BlendingQueryMatcher


    private QueryMatcher getMergedSearcher() {
      QueryMatcher matcher = index;
      QueryMatcher markedMatcher = markedIndex;
      if (markedMatcher != null) {
        return new BlendingQueryMatcher(markedMatcher, matcher);
      } else {
        return matcher;
      }
    }
View Full Code Here

TOP

Related Classes of com.flaptor.indextank.blender.BlendingQueryMatcher

Copyright © 2018 www.massapicom. All rights reserved.
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.