public abstract class GeneratedSolrSearchConfig extends GenericItem
SolrSearchConfig.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static String |
ALLFACETVALUESINRESPONSE
Qualifier of the
SolrSearchConfig.allFacetValuesInResponse attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
DEFAULTSORTORDER
Qualifier of the
SolrSearchConfig.defaultSortOrder attribute |
static String |
DESCRIPTION
Qualifier of the
SolrSearchConfig.description attribute |
static String |
GROUPINGPROPERTY
Qualifier of the
SolrSearchConfig.groupingProperty attribute |
static String |
LEGACYMODE
Qualifier of the
SolrSearchConfig.legacyMode attribute |
static String |
PAGESIZE
Qualifier of the
SolrSearchConfig.pageSize attribute |
static String |
RESTRICTFIELDSINRESPONSE
Qualifier of the
SolrSearchConfig.restrictFieldsInResponse attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedSolrSearchConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Collection<String> |
getDefaultSortOrder()
Generated method - Getter of the
SolrSearchConfig.defaultSortOrder attribute. |
Collection<String> |
getDefaultSortOrder(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.defaultSortOrder attribute. |
String |
getDescription()
Generated method - Getter of the
SolrSearchConfig.description attribute. |
String |
getDescription(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.description attribute. |
SolrIndexedProperty |
getGroupingProperty()
Generated method - Getter of the
SolrSearchConfig.groupingProperty attribute. |
SolrIndexedProperty |
getGroupingProperty(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.groupingProperty attribute. |
Integer |
getPageSize()
Generated method - Getter of the
SolrSearchConfig.pageSize attribute. |
Integer |
getPageSize(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.pageSize attribute. |
int |
getPageSizeAsPrimitive()
Generated method - Getter of the
SolrSearchConfig.pageSize attribute. |
int |
getPageSizeAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.pageSize attribute. |
Boolean |
isAllFacetValuesInResponse()
Generated method - Getter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
Boolean |
isAllFacetValuesInResponse(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
boolean |
isAllFacetValuesInResponseAsPrimitive()
Generated method - Getter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
boolean |
isAllFacetValuesInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
Boolean |
isLegacyMode()
Generated method - Getter of the
SolrSearchConfig.legacyMode attribute. |
Boolean |
isLegacyMode(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.legacyMode attribute. |
boolean |
isLegacyModeAsPrimitive()
Generated method - Getter of the
SolrSearchConfig.legacyMode attribute. |
boolean |
isLegacyModeAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.legacyMode attribute. |
Boolean |
isRestrictFieldsInResponse()
Generated method - Getter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
Boolean |
isRestrictFieldsInResponse(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
boolean |
isRestrictFieldsInResponseAsPrimitive()
Generated method - Getter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
boolean |
isRestrictFieldsInResponseAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
void |
setAllFacetValuesInResponse(boolean value)
Generated method - Setter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
void |
setAllFacetValuesInResponse(Boolean value)
Generated method - Setter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
void |
setAllFacetValuesInResponse(SessionContext ctx,
boolean value)
Generated method - Setter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
void |
setAllFacetValuesInResponse(SessionContext ctx,
Boolean value)
Generated method - Setter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
void |
setDefaultSortOrder(Collection<String> value)
Generated method - Setter of the
SolrSearchConfig.defaultSortOrder attribute. |
void |
setDefaultSortOrder(SessionContext ctx,
Collection<String> value)
Generated method - Setter of the
SolrSearchConfig.defaultSortOrder attribute. |
void |
setDescription(SessionContext ctx,
String value)
Generated method - Setter of the
SolrSearchConfig.description attribute. |
void |
setDescription(String value)
Generated method - Setter of the
SolrSearchConfig.description attribute. |
void |
setGroupingProperty(SessionContext ctx,
SolrIndexedProperty value)
Generated method - Setter of the
SolrSearchConfig.groupingProperty attribute. |
void |
setGroupingProperty(SolrIndexedProperty value)
Generated method - Setter of the
SolrSearchConfig.groupingProperty attribute. |
void |
setLegacyMode(boolean value)
Generated method - Setter of the
SolrSearchConfig.legacyMode attribute. |
void |
setLegacyMode(Boolean value)
Generated method - Setter of the
SolrSearchConfig.legacyMode attribute. |
void |
setLegacyMode(SessionContext ctx,
boolean value)
Generated method - Setter of the
SolrSearchConfig.legacyMode attribute. |
void |
setLegacyMode(SessionContext ctx,
Boolean value)
Generated method - Setter of the
SolrSearchConfig.legacyMode attribute. |
void |
setPageSize(int value)
Generated method - Setter of the
SolrSearchConfig.pageSize attribute. |
void |
setPageSize(Integer value)
Generated method - Setter of the
SolrSearchConfig.pageSize attribute. |
void |
setPageSize(SessionContext ctx,
int value)
Generated method - Setter of the
SolrSearchConfig.pageSize attribute. |
void |
setPageSize(SessionContext ctx,
Integer value)
Generated method - Setter of the
SolrSearchConfig.pageSize attribute. |
void |
setRestrictFieldsInResponse(boolean value)
Generated method - Setter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
void |
setRestrictFieldsInResponse(Boolean value)
Generated method - Setter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
void |
setRestrictFieldsInResponse(SessionContext ctx,
boolean value)
Generated method - Setter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
void |
setRestrictFieldsInResponse(SessionContext ctx,
Boolean value)
Generated method - Setter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacegetImplementation, setTenantpublic static final String PAGESIZE
SolrSearchConfig.pageSize attributepublic static final String DEFAULTSORTORDER
SolrSearchConfig.defaultSortOrder attributepublic static final String DESCRIPTION
SolrSearchConfig.description attributepublic static final String RESTRICTFIELDSINRESPONSE
SolrSearchConfig.restrictFieldsInResponse attributepublic static final String ALLFACETVALUESINRESPONSE
SolrSearchConfig.allFacetValuesInResponse attributepublic static final String LEGACYMODE
SolrSearchConfig.legacyMode attributepublic static final String GROUPINGPROPERTY
SolrSearchConfig.groupingProperty attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Boolean isAllFacetValuesInResponse(SessionContext ctx)
SolrSearchConfig.allFacetValuesInResponse attribute.public Boolean isAllFacetValuesInResponse()
SolrSearchConfig.allFacetValuesInResponse attribute.public boolean isAllFacetValuesInResponseAsPrimitive(SessionContext ctx)
SolrSearchConfig.allFacetValuesInResponse attribute.public boolean isAllFacetValuesInResponseAsPrimitive()
SolrSearchConfig.allFacetValuesInResponse attribute.public void setAllFacetValuesInResponse(SessionContext ctx, Boolean value)
SolrSearchConfig.allFacetValuesInResponse attribute.value - the allFacetValuesInResponsepublic void setAllFacetValuesInResponse(Boolean value)
SolrSearchConfig.allFacetValuesInResponse attribute.value - the allFacetValuesInResponsepublic void setAllFacetValuesInResponse(SessionContext ctx, boolean value)
SolrSearchConfig.allFacetValuesInResponse attribute.value - the allFacetValuesInResponsepublic void setAllFacetValuesInResponse(boolean value)
SolrSearchConfig.allFacetValuesInResponse attribute.value - the allFacetValuesInResponsepublic Collection<String> getDefaultSortOrder(SessionContext ctx)
SolrSearchConfig.defaultSortOrder attribute.public Collection<String> getDefaultSortOrder()
SolrSearchConfig.defaultSortOrder attribute.public void setDefaultSortOrder(SessionContext ctx, Collection<String> value)
SolrSearchConfig.defaultSortOrder attribute.value - the defaultSortOrderpublic void setDefaultSortOrder(Collection<String> value)
SolrSearchConfig.defaultSortOrder attribute.value - the defaultSortOrderpublic String getDescription(SessionContext ctx)
SolrSearchConfig.description attribute.public String getDescription()
SolrSearchConfig.description attribute.public void setDescription(SessionContext ctx, String value)
SolrSearchConfig.description attribute.value - the descriptionpublic void setDescription(String value)
SolrSearchConfig.description attribute.value - the descriptionpublic SolrIndexedProperty getGroupingProperty(SessionContext ctx)
SolrSearchConfig.groupingProperty attribute.public SolrIndexedProperty getGroupingProperty()
SolrSearchConfig.groupingProperty attribute.public void setGroupingProperty(SessionContext ctx, SolrIndexedProperty value)
SolrSearchConfig.groupingProperty attribute.value - the groupingPropertypublic void setGroupingProperty(SolrIndexedProperty value)
SolrSearchConfig.groupingProperty attribute.value - the groupingPropertypublic Boolean isLegacyMode(SessionContext ctx)
SolrSearchConfig.legacyMode attribute.public Boolean isLegacyMode()
SolrSearchConfig.legacyMode attribute.public boolean isLegacyModeAsPrimitive(SessionContext ctx)
SolrSearchConfig.legacyMode attribute.public boolean isLegacyModeAsPrimitive()
SolrSearchConfig.legacyMode attribute.public void setLegacyMode(SessionContext ctx, Boolean value)
SolrSearchConfig.legacyMode attribute.value - the legacyModepublic void setLegacyMode(Boolean value)
SolrSearchConfig.legacyMode attribute.value - the legacyModepublic void setLegacyMode(SessionContext ctx, boolean value)
SolrSearchConfig.legacyMode attribute.value - the legacyModepublic void setLegacyMode(boolean value)
SolrSearchConfig.legacyMode attribute.value - the legacyModepublic Integer getPageSize(SessionContext ctx)
SolrSearchConfig.pageSize attribute.public Integer getPageSize()
SolrSearchConfig.pageSize attribute.public int getPageSizeAsPrimitive(SessionContext ctx)
SolrSearchConfig.pageSize attribute.public int getPageSizeAsPrimitive()
SolrSearchConfig.pageSize attribute.public void setPageSize(SessionContext ctx, Integer value)
SolrSearchConfig.pageSize attribute.value - the pageSizepublic void setPageSize(Integer value)
SolrSearchConfig.pageSize attribute.value - the pageSizepublic void setPageSize(SessionContext ctx, int value)
SolrSearchConfig.pageSize attribute.value - the pageSizepublic void setPageSize(int value)
SolrSearchConfig.pageSize attribute.value - the pageSizepublic Boolean isRestrictFieldsInResponse(SessionContext ctx)
SolrSearchConfig.restrictFieldsInResponse attribute.public Boolean isRestrictFieldsInResponse()
SolrSearchConfig.restrictFieldsInResponse attribute.public boolean isRestrictFieldsInResponseAsPrimitive(SessionContext ctx)
SolrSearchConfig.restrictFieldsInResponse attribute.public boolean isRestrictFieldsInResponseAsPrimitive()
SolrSearchConfig.restrictFieldsInResponse attribute.public void setRestrictFieldsInResponse(SessionContext ctx, Boolean value)
SolrSearchConfig.restrictFieldsInResponse attribute.value - the restrictFieldsInResponsepublic void setRestrictFieldsInResponse(Boolean value)
SolrSearchConfig.restrictFieldsInResponse attribute.value - the restrictFieldsInResponsepublic void setRestrictFieldsInResponse(SessionContext ctx, boolean value)
SolrSearchConfig.restrictFieldsInResponse attribute.value - the restrictFieldsInResponsepublic void setRestrictFieldsInResponse(boolean value)
SolrSearchConfig.restrictFieldsInResponse attribute.value - the restrictFieldsInResponseCopyright © 2017 SAP SE. All Rights Reserved.