com.liferay.portal.kernel.search
Class BaseRelatedEntryIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseRelatedEntryIndexer
- All Implemented Interfaces:
- RelatedEntryIndexer
public class BaseRelatedEntryIndexer
- extends Object
- implements RelatedEntryIndexer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseRelatedEntryIndexer
public BaseRelatedEntryIndexer()
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