public final class LimitBy
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static LimitBy |
FINAL_SIZE
Limit the total number of search results returned after pruning by permissions.
|
static LimitBy |
NUMBER_OF_PERMISSION_EVALUATIONS
Limit the number of results that will be passed through for permission checks.
Used internally to prevent excessive permission checking (see property lucene.query.maxInitialSearchResults). |
static LimitBy |
UNLIMITED
The final number of search results is not important.
|
public static final LimitBy UNLIMITED
public static final LimitBy FINAL_SIZE
public static final LimitBy NUMBER_OF_PERMISSION_EVALUATIONS
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.