com.atlassian.confluence.search.lucene
Class MatchNoDocsQuery
java.lang.Object
com.atlassian.confluence.search.lucene.MatchNoDocsQuery
public class MatchNoDocsQuery
- extends Object
Sometimes you want a "match nothing" query, for example to take the place in a search of something that could
not be resolved, and therefore can never be found (i.e. the favourite spaces of the anonymous user)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchNoDocsQuery
public MatchNoDocsQuery()
newInstance
public static Query newInstance()