Liferay 7.0-ce-b4

com.liferay.portal.kernel.search
Class BaseRelatedEntryIndexer

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseRelatedEntryIndexer
All Implemented Interfaces:
RelatedEntryIndexer

public class BaseRelatedEntryIndexer
extends Object
implements RelatedEntryIndexer


Constructor Summary
BaseRelatedEntryIndexer()
           
 
Method Summary
 void addRelatedClassNames(BooleanFilter contextBooleanFilter, SearchContext searchContext)
           
 void addRelatedEntryFields(Document document, Object obj)
           
protected  void postProcessContextQuery(BooleanFilter relatedBooleanFilter, SearchContext searchContext, Indexer<?> indexer)
          Deprecated. As of 7.0.0, added strictly to support backwards compatibility of Indexer.postProcessContextQuery(BooleanQuery, SearchContext)
 void updateFullQuery(SearchContext searchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseRelatedEntryIndexer

public BaseRelatedEntryIndexer()
Method Detail

addRelatedClassNames

public void addRelatedClassNames(BooleanFilter contextBooleanFilter,
                                 SearchContext searchContext)
                          throws Exception
Specified by:
addRelatedClassNames in interface RelatedEntryIndexer
Throws:
Exception

addRelatedEntryFields

public void addRelatedEntryFields(Document document,
                                  Object obj)
                           throws Exception
Specified by:
addRelatedEntryFields in interface RelatedEntryIndexer
Throws:
Exception

updateFullQuery

public void updateFullQuery(SearchContext searchContext)
Specified by:
updateFullQuery in interface RelatedEntryIndexer

postProcessContextQuery

@Deprecated
protected void postProcessContextQuery(BooleanFilter relatedBooleanFilter,
                                                  SearchContext searchContext,
                                                  Indexer<?> indexer)
                                throws Exception
Deprecated. As of 7.0.0, added strictly to support backwards compatibility of Indexer.postProcessContextQuery(BooleanQuery, SearchContext)

Throws:
Exception

Liferay 7.0-ce-b4