Example usage for org.apache.lucene.search MatchAllDocsQuery subclass-usage

List of usage examples for org.apache.lucene.search MatchAllDocsQuery subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.search MatchAllDocsQuery subclass-usage.

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 {