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

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

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

Fields in org.apache.jackrabbit.core.query.lucene declared as SearchIndex
protected  SearchIndex AbstractQueryImpl.index
          The actual search index
protected  SearchIndex AbstractExcerpt.index
          The search index.
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type SearchIndex
 void SimpleExcerptProvider.init(org.apache.lucene.search.Query query, SearchIndex index)
          Initializes this excerpt provider.
 void ExcerptProvider.init(org.apache.lucene.search.Query query, SearchIndex index)
          Initializes this excerpt provider.
 void AbstractExcerpt.init(org.apache.lucene.search.Query query, SearchIndex index)
          Initializes this excerpt provider.
 

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type SearchIndex
AbstractQueryImpl(SessionImpl session, ItemManager itemMgr, SearchIndex index, PropertyTypeRegistry propReg)
          Creates a new query instance from a query string.
QueryImpl(SessionImpl session, ItemManager itemMgr, SearchIndex index, PropertyTypeRegistry propReg, String statement, String language, QueryNodeFactory factory)
          Creates a new query instance from a query string.
QueryObjectModelImpl(SessionImpl session, ItemManager itemMgr, SearchIndex index, PropertyTypeRegistry propReg, QueryObjectModelTree qomTree)
          Creates a new query instance from a query string.
QueryResultImpl(SearchIndex index, ItemManager itemMgr, SessionImpl session, AccessManager accessMgr, AbstractQueryImpl queryImpl, org.apache.lucene.search.Query query, org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion, Name[] selectProps, Name[] orderProps, boolean[] orderSpecs, boolean documentOrder, long offset, long limit)
          Creates a new query result.
 



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