Uses of Interface
org.apache.jackrabbit.core.query.lucene.MultiColumnQueryHits

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

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

Classes in org.apache.jackrabbit.core.query.lucene that implement MultiColumnQueryHits
 class FilterMultiColumnQueryHits
          FilterMultiColumnQueryHits implements a MultiColumnQueryHits filter that forwards each call to the underlying query hits.
 class QueryHitsAdapter
          QueryHitsAdapter implements an adapter for QueryHits and exposes them as MultiColumnQueryHits.
 

Methods in org.apache.jackrabbit.core.query.lucene that return MultiColumnQueryHits
 MultiColumnQueryHits JackrabbitIndexSearcher.execute(org.apache.lucene.search.Query query, org.apache.lucene.search.Sort sort)
          Executes the query and returns the hits that match the query.
protected  MultiColumnQueryHits QueryResultImpl.executeQuery()
          Executes the query for this result and returns hits.
 MultiColumnQueryHits SearchIndex.executeQuery(SessionImpl session, AbstractQueryImpl queryImpl, org.apache.lucene.search.Query query, Name[] orderProps, boolean[] orderSpecs)
          Executes the query on the search index.
 

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type MultiColumnQueryHits
FilterMultiColumnQueryHits(MultiColumnQueryHits hits)
          Creates a new FilterMultiColumnQueryHits, which forwards each call to hits.
 



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