List of usage examples for org.apache.lucene.search MatchAllDocsQuery subclass-usage
From source file org.apache.jackrabbit.core.query.lucene.MatchAllDocsQuery.java
/** * <code>MatchAllDocsQuery</code> extends the lucene <code>MatchAllDocsQuery</code> * and in addition implements {@link JackrabbitQuery}. */ @SuppressWarnings("serial") public class MatchAllDocsQuery extends org.apache.lucene.search.MatchAllDocsQuery implements JackrabbitQuery {
From source file org.exoplatform.services.jcr.impl.core.query.lucene.MatchAllDocsQuery.java
/** * <code>MatchAllDocsQuery</code> extends the lucene <code>MatchAllDocsQuery</code> * and in addition implements {@link JcrQuery}. */ public class MatchAllDocsQuery extends org.apache.lucene.search.MatchAllDocsQuery implements JcrQuery {