Class NotNodeReorderer

java.lang.Object
com.yahoo.search.predicate.optimization.NotNodeReorderer
All Implemented Interfaces:
PredicateProcessor

public class NotNodeReorderer extends Object implements PredicateProcessor
Reorders not nodes to improve the efficiency of the z-star posting list compression. It puts negative children first in AND-nodes, and last in OR-nodes.
Author:
Magnar Nedland, bjorncs
  • Constructor Details

    • NotNodeReorderer

      public NotNodeReorderer()
  • Method Details