Enum Class SearchPageRequest.TotalCountModeEnum

java.lang.Object
java.lang.Enum<SearchPageRequest.TotalCountModeEnum>
de.codebarista.shopware.model.core.SearchPageRequest.TotalCountModeEnum
All Implemented Interfaces:
Serializable, Comparable<SearchPageRequest.TotalCountModeEnum>, Constable
Enclosing class:
SearchPageRequest

public static enum SearchPageRequest.TotalCountModeEnum extends Enum<SearchPageRequest.TotalCountModeEnum>
Whether the total for the total number of hits should be determined for the search query. none = disabled total count, exact = calculate exact total amount (slow), next-pages = calculate only for next page (fast)