Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.search.lucene.IndexAccessor

Packages that use IndexAccessor
com.liferay.portal.search.lucene   
 

Uses of IndexAccessor in com.liferay.portal.search.lucene
 

Classes in com.liferay.portal.search.lucene that implement IndexAccessor
 class IndexAccessorImpl
           
 class SynchronizedIndexAccessorImpl
           
 

Methods in com.liferay.portal.search.lucene that return IndexAccessor
 IndexAccessor LuceneHelper.getIndexAccessor(long companyId)
           
 IndexAccessor LuceneHelperImpl.getIndexAccessor(long companyId)
           
static IndexAccessor LuceneHelperUtil.getIndexAccessor(long companyId)
           
 

Constructors in com.liferay.portal.search.lucene with parameters of type IndexAccessor
SynchronizedIndexAccessorImpl(IndexAccessor indexAccessor)
           
 


Liferay 6.2-ce-ga5