Class CompareOptimizer

  • All Implemented Interfaces:
    QueryOptimizer

    @Deprecated(forRemoval=true,
                since="4.1.0")
    public class CompareOptimizer
    extends CompareOptimizer
    implements QueryOptimizer
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.0. Use CompareOptimizer instead.
    A query optimizer that replaces Compare operators with SameTerms, if possible.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  CompareOptimizer.CompareVisitor
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Summary

      Constructors 
      Constructor Description
      CompareOptimizer()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CompareOptimizer

        public CompareOptimizer()
        Deprecated, for removal: This API element is subject to removal in a future version.