Class MatchNoneQuery

java.lang.Object
org.ametys.cms.search.query.MatchNoneQuery
All Implemented Interfaces:
Query

public class MatchNoneQuery extends Object implements Query
A query which returns no document.
  • Constructor Details

  • Method Details

    • build

      Description copied from interface: Query
      Build the solr query string representing the Query object.
      Specified by:
      build in interface Query
      Returns:
      the solr query string representing the Query object.
      Throws:
      QuerySyntaxException - if the query can't be built because of a syntax error.