Uses of Class
org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl

Packages that use AbstractQueryImpl
org.apache.jackrabbit.core.query.lucene   
 

Uses of AbstractQueryImpl in org.apache.jackrabbit.core.query.lucene
 

Subclasses of AbstractQueryImpl in org.apache.jackrabbit.core.query.lucene
 class QueryImpl
          Implements the ExecutableQuery interface.
 

Fields in org.apache.jackrabbit.core.query.lucene declared as AbstractQueryImpl
protected  AbstractQueryImpl QueryResultImpl.queryImpl
          The query instance which created this query result.
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type AbstractQueryImpl
 MultiColumnQueryHits SearchIndex.executeQuery(SessionImpl session, AbstractQueryImpl queryImpl, org.apache.lucene.search.Query query, Path[] orderProps, boolean[] orderSpecs, long resultFetchHint)
          Executes the query on the search index.
 

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type AbstractQueryImpl
MultiColumnQueryResult(SearchIndex index, SessionContext sessionContext, AbstractQueryImpl queryImpl, MultiColumnQuery query, org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion, ColumnImpl[] columns, OrderingImpl[] orderings, boolean documentOrder, long offset, long limit)
           
QueryResultImpl(SearchIndex index, SessionContext sessionContext, AbstractQueryImpl queryImpl, org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion, ColumnImpl[] columns, boolean documentOrder, long offset, long limit)
          Creates a new query result.
SingleColumnQueryResult(SearchIndex index, SessionContext sessionContext, AbstractQueryImpl queryImpl, org.apache.lucene.search.Query query, org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion, ColumnImpl[] columns, Path[] orderProps, boolean[] orderSpecs, boolean documentOrder, long offset, long limit)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.