Class MatchNoDocsQueryNode

All Implemented Interfaces:
Cloneable, QueryNode

public class MatchNoDocsQueryNode extends DeletedQueryNode
A MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.
  • Constructor Details

    • MatchNoDocsQueryNode

      public MatchNoDocsQueryNode()
  • Method Details