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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addFacet(com.liferay.portal.kernel.search.facet.Facet facet)
     
    void
     
    boolean
     
    void
    setVulcanCheckPermissions(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearchContext

      public SearchContext()
  • Method Details

    • addFacet

      public void addFacet(com.liferay.portal.kernel.search.facet.Facet facet)
      Overrides:
      addFacet in class com.liferay.portal.kernel.search.SearchContext
    • addVulcanAggregation

      public void addVulcanAggregation(Aggregation aggregation)
    • isVulcanCheckPermissions

      public boolean isVulcanCheckPermissions()
    • setVulcanCheckPermissions

      public void setVulcanCheckPermissions(boolean vulcanCheckPermissions)