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 java.lang.String |
ALLFACETVALUESINRESPONSE
Qualifier of the
SolrSearchConfig.allFacetValuesInResponse attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
DEFAULTSORTORDER
Qualifier of the
SolrSearchConfig.defaultSortOrder attribute |
static java.lang.String |
DESCRIPTION
Qualifier of the
SolrSearchConfig.description attribute |
static java.lang.String |
ENABLEHIGHLIGHTING
Qualifier of the
SolrSearchConfig.enableHighlighting attribute |
static java.lang.String |
GROUPINGPROPERTY
Qualifier of the
SolrSearchConfig.groupingProperty attribute |
static java.lang.String |
LEGACYMODE
Qualifier of the
SolrSearchConfig.legacyMode attribute |
static java.lang.String |
PAGESIZE
Qualifier of the
SolrSearchConfig.pageSize attribute |
static java.lang.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 java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.util.Collection<java.lang.String> |
getDefaultSortOrder()
Generated method - Getter of the
SolrSearchConfig.defaultSortOrder attribute. |
java.util.Collection<java.lang.String> |
getDefaultSortOrder(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.defaultSortOrder attribute. |
java.lang.String |
getDescription()
Generated method - Getter of the
SolrSearchConfig.description attribute. |
java.lang.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. |
java.lang.Integer |
getPageSize()
Generated method - Getter of the
SolrSearchConfig.pageSize attribute. |
java.lang.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. |
java.lang.Boolean |
isAllFacetValuesInResponse()
Generated method - Getter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
java.lang.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. |
java.lang.Boolean |
isEnableHighlighting()
Generated method - Getter of the
SolrSearchConfig.enableHighlighting attribute. |
java.lang.Boolean |
isEnableHighlighting(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.enableHighlighting attribute. |
boolean |
isEnableHighlightingAsPrimitive()
Generated method - Getter of the
SolrSearchConfig.enableHighlighting attribute. |
boolean |
isEnableHighlightingAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrSearchConfig.enableHighlighting attribute. |
java.lang.Boolean |
isLegacyMode()
Generated method - Getter of the
SolrSearchConfig.legacyMode attribute. |
java.lang.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. |
java.lang.Boolean |
isRestrictFieldsInResponse()
Generated method - Getter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
java.lang.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(java.lang.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,
java.lang.Boolean value)
Generated method - Setter of the
SolrSearchConfig.allFacetValuesInResponse attribute. |
void |
setDefaultSortOrder(java.util.Collection<java.lang.String> value)
Generated method - Setter of the
SolrSearchConfig.defaultSortOrder attribute. |
void |
setDefaultSortOrder(SessionContext ctx,
java.util.Collection<java.lang.String> value)
Generated method - Setter of the
SolrSearchConfig.defaultSortOrder attribute. |
void |
setDescription(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
SolrSearchConfig.description attribute. |
void |
setDescription(java.lang.String value)
Generated method - Setter of the
SolrSearchConfig.description attribute. |
void |
setEnableHighlighting(boolean value)
Generated method - Setter of the
SolrSearchConfig.enableHighlighting attribute. |
void |
setEnableHighlighting(java.lang.Boolean value)
Generated method - Setter of the
SolrSearchConfig.enableHighlighting attribute. |
void |
setEnableHighlighting(SessionContext ctx,
boolean value)
Generated method - Setter of the
SolrSearchConfig.enableHighlighting attribute. |
void |
setEnableHighlighting(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
SolrSearchConfig.enableHighlighting 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(java.lang.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,
java.lang.Boolean value)
Generated method - Setter of the
SolrSearchConfig.legacyMode attribute. |
void |
setPageSize(int value)
Generated method - Setter of the
SolrSearchConfig.pageSize attribute. |
void |
setPageSize(java.lang.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,
java.lang.Integer value)
Generated method - Setter of the
SolrSearchConfig.pageSize attribute. |
void |
setRestrictFieldsInResponse(boolean value)
Generated method - Setter of the
SolrSearchConfig.restrictFieldsInResponse attribute. |
void |
setRestrictFieldsInResponse(java.lang.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,
java.lang.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, getImplementation, 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, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, 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, writeReplacesetTenantpublic static final java.lang.String PAGESIZE
SolrSearchConfig.pageSize attributepublic static final java.lang.String DEFAULTSORTORDER
SolrSearchConfig.defaultSortOrder attributepublic static final java.lang.String DESCRIPTION
SolrSearchConfig.description attributepublic static final java.lang.String RESTRICTFIELDSINRESPONSE
SolrSearchConfig.restrictFieldsInResponse attributepublic static final java.lang.String ENABLEHIGHLIGHTING
SolrSearchConfig.enableHighlighting attributepublic static final java.lang.String ALLFACETVALUESINRESPONSE
SolrSearchConfig.allFacetValuesInResponse attributepublic static final java.lang.String LEGACYMODE
SolrSearchConfig.legacyMode attributepublic static final java.lang.String GROUPINGPROPERTY
SolrSearchConfig.groupingProperty attributeprotected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic java.lang.Boolean isAllFacetValuesInResponse(SessionContext ctx)
SolrSearchConfig.allFacetValuesInResponse attribute.public java.lang.Boolean isAllFacetValuesInResponse()
SolrSearchConfig.allFacetValuesInResponse attribute.public boolean isAllFacetValuesInResponseAsPrimitive(SessionContext ctx)
SolrSearchConfig.allFacetValuesInResponse attribute.public boolean isAllFacetValuesInResponseAsPrimitive()
SolrSearchConfig.allFacetValuesInResponse attribute.public void setAllFacetValuesInResponse(SessionContext ctx, java.lang.Boolean value)
SolrSearchConfig.allFacetValuesInResponse attribute.value - the allFacetValuesInResponsepublic void setAllFacetValuesInResponse(java.lang.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 java.util.Collection<java.lang.String> getDefaultSortOrder(SessionContext ctx)
SolrSearchConfig.defaultSortOrder attribute.public java.util.Collection<java.lang.String> getDefaultSortOrder()
SolrSearchConfig.defaultSortOrder attribute.public void setDefaultSortOrder(SessionContext ctx, java.util.Collection<java.lang.String> value)
SolrSearchConfig.defaultSortOrder attribute.value - the defaultSortOrderpublic void setDefaultSortOrder(java.util.Collection<java.lang.String> value)
SolrSearchConfig.defaultSortOrder attribute.value - the defaultSortOrderpublic java.lang.String getDescription(SessionContext ctx)
SolrSearchConfig.description attribute.public java.lang.String getDescription()
SolrSearchConfig.description attribute.public void setDescription(SessionContext ctx, java.lang.String value)
SolrSearchConfig.description attribute.value - the descriptionpublic void setDescription(java.lang.String value)
SolrSearchConfig.description attribute.value - the descriptionpublic java.lang.Boolean isEnableHighlighting(SessionContext ctx)
SolrSearchConfig.enableHighlighting attribute.public java.lang.Boolean isEnableHighlighting()
SolrSearchConfig.enableHighlighting attribute.public boolean isEnableHighlightingAsPrimitive(SessionContext ctx)
SolrSearchConfig.enableHighlighting attribute.public boolean isEnableHighlightingAsPrimitive()
SolrSearchConfig.enableHighlighting attribute.public void setEnableHighlighting(SessionContext ctx, java.lang.Boolean value)
SolrSearchConfig.enableHighlighting attribute.value - the enableHighlightingpublic void setEnableHighlighting(java.lang.Boolean value)
SolrSearchConfig.enableHighlighting attribute.value - the enableHighlightingpublic void setEnableHighlighting(SessionContext ctx, boolean value)
SolrSearchConfig.enableHighlighting attribute.value - the enableHighlightingpublic void setEnableHighlighting(boolean value)
SolrSearchConfig.enableHighlighting attribute.value - the enableHighlightingpublic 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 java.lang.Boolean isLegacyMode(SessionContext ctx)
SolrSearchConfig.legacyMode attribute.public java.lang.Boolean isLegacyMode()
SolrSearchConfig.legacyMode attribute.public boolean isLegacyModeAsPrimitive(SessionContext ctx)
SolrSearchConfig.legacyMode attribute.public boolean isLegacyModeAsPrimitive()
SolrSearchConfig.legacyMode attribute.public void setLegacyMode(SessionContext ctx, java.lang.Boolean value)
SolrSearchConfig.legacyMode attribute.value - the legacyModepublic void setLegacyMode(java.lang.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 java.lang.Integer getPageSize(SessionContext ctx)
SolrSearchConfig.pageSize attribute.public java.lang.Integer getPageSize()
SolrSearchConfig.pageSize attribute.public int getPageSizeAsPrimitive(SessionContext ctx)
SolrSearchConfig.pageSize attribute.public int getPageSizeAsPrimitive()
SolrSearchConfig.pageSize attribute.public void setPageSize(SessionContext ctx, java.lang.Integer value)
SolrSearchConfig.pageSize attribute.value - the pageSizepublic void setPageSize(java.lang.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 java.lang.Boolean isRestrictFieldsInResponse(SessionContext ctx)
SolrSearchConfig.restrictFieldsInResponse attribute.public java.lang.Boolean isRestrictFieldsInResponse()
SolrSearchConfig.restrictFieldsInResponse attribute.public boolean isRestrictFieldsInResponseAsPrimitive(SessionContext ctx)
SolrSearchConfig.restrictFieldsInResponse attribute.public boolean isRestrictFieldsInResponseAsPrimitive()
SolrSearchConfig.restrictFieldsInResponse attribute.public void setRestrictFieldsInResponse(SessionContext ctx, java.lang.Boolean value)
SolrSearchConfig.restrictFieldsInResponse attribute.value - the restrictFieldsInResponsepublic void setRestrictFieldsInResponse(java.lang.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 © 2018 SAP SE. All Rights Reserved.