Class BlendedTermQuery.RewriteMethod

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RewriteMethod()
      Sole constructor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Query rewrite​(Query[] subQueries)
      Merge the provided sub queries into a single Query object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RewriteMethod

        protected RewriteMethod()
        Sole constructor
    • Method Detail

      • rewrite

        public abstract Query rewrite​(Query[] subQueries)
        Merge the provided sub queries into a single Query object.