Class TextIndex.Not

  • Enclosing class:
    TextIndex

    public static class TextIndex.Not
    extends TextIndex.Query
    A query that matches every document except the documents matched by its child query.
    • Constructor Summary

      Constructors 
      Constructor Description
      Not​(TextIndex.Query q)
      Creates a new query that is the logical negation of the specified query.