Package org.ametys.cms.search.query
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. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MatchNoneQuery() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()Build the solr query string representing the Query object. 
 - 
 
- 
- 
Constructor Detail
- 
MatchNoneQuery
public MatchNoneQuery()
 
 - 
 
- 
Method Detail
- 
build
public String build() throws QuerySyntaxException
Description copied from interface:QueryBuild the solr query string representing the Query object.- Specified by:
 buildin interfaceQuery- Returns:
 - the solr query string representing the Query object.
 - Throws:
 QuerySyntaxException- if the query can't be built because of a syntax error.
 
 - 
 
 -