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

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

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

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type JackrabbitIndexSearcher
 QueryHits QueryHitsQuery.execute(JackrabbitIndexSearcher searcher, SessionImpl session, org.apache.lucene.search.Sort sort)
          Executes this query and returns QueryHits or null if this query should be executed using the regular Lucene API.
 QueryHits MatchAllDocsQuery.execute(JackrabbitIndexSearcher searcher, SessionImpl session, org.apache.lucene.search.Sort sort)
          Executes this query and returns QueryHits or null if this query should be executed using the regular Lucene API.
 QueryHits JackrabbitQuery.execute(JackrabbitIndexSearcher searcher, SessionImpl session, org.apache.lucene.search.Sort sort)
          Executes this query and returns QueryHits or null if this query should be executed using the regular Lucene API.
 



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