Package com.liferay.portal.vulcan.util
Class SearchUtil.SearchContext
java.lang.Object
com.liferay.portal.kernel.search.SearchContext
com.liferay.portal.vulcan.util.SearchUtil.SearchContext
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SearchUtil
public static class SearchUtil.SearchContext
extends com.liferay.portal.kernel.search.SearchContext
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFacet(com.liferay.portal.kernel.search.facet.Facet facet) voidaddVulcanAggregation(Aggregation aggregation) booleanvoidsetVulcanCheckPermissions(boolean vulcanCheckPermissions) Methods inherited from class com.liferay.portal.kernel.search.SearchContext
addFullQueryEntryClassName, addStats, clearFullQueryEntryClassNames, getAssetCategoryIds, getAssetTagNames, getAssetVocabularyIds, getAttribute, getAttributes, getBooleanClauses, getCategoryIds, getClassTypeIds, getCompanyId, getEnd, getEntryClassNames, getFacet, getFacets, getFolderIds, getFullQueryEntryClassNames, getGroupBy, getGroupIds, getKeywords, getLanguageId, getLayout, getLocale, getNodeIds, getOwnerUserId, getPortletIds, getQueryConfig, getScoresThreshold, getSorts, getStart, getStats, getStats, getTimeZone, getUserId, hasOverridenKeywords, isAndSearch, isBatchMode, isCommitImmediately, isIncludeAttachments, isIncludeDiscussions, isIncludeFolders, isIncludeInternalAssetCategories, isIncludeLiveGroups, isIncludeStagingGroups, isLike, isScopeStrict, openBatchMode, openBatchMode, overrideKeywords, registerBatchModeSyncCallable, registerBatchModeSyncFuture, setAndSearch, setAssetCategoryIds, setAssetTagNames, setAssetVocabularyIds, setAttribute, setAttributes, setBooleanClauses, setCategoryIds, setClassTypeIds, setCommitImmediately, setCompanyId, setEnd, setEntryClassNames, setFacets, setFolderIds, setFolderIds, setGroupBy, setGroupIds, setIncludeAttachments, setIncludeDiscussions, setIncludeFolders, setIncludeInternalAssetCategories, setIncludeLiveGroups, setIncludeStagingGroups, setKeywords, setLayout, setLike, setLocale, setNodeIds, setOwnerUserId, setPortletIds, setScopeStrict, setScoresThreshold, setSorts, setStart, setTimeZone, setUserId, unregisterBatchModeSyncFuture
-
Constructor Details
-
SearchContext
public SearchContext()
-
-
Method Details
-
addFacet
public void addFacet(com.liferay.portal.kernel.search.facet.Facet facet) - Overrides:
addFacetin classcom.liferay.portal.kernel.search.SearchContext
-
addVulcanAggregation
-
isVulcanCheckPermissions
public boolean isVulcanCheckPermissions() -
setVulcanCheckPermissions
public void setVulcanCheckPermissions(boolean vulcanCheckPermissions)
-