public class SolrSearchConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALLFACETVALUESINRESPONSE
Generated constant - Attribute key of
SolrSearchConfig.allFacetValuesInResponse attribute defined at extension solrfacetsearch. |
static java.lang.String |
DEFAULTSORTORDER
Generated constant - Attribute key of
SolrSearchConfig.defaultSortOrder attribute defined at extension solrfacetsearch. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
SolrSearchConfig.description attribute defined at extension solrfacetsearch. |
static java.lang.String |
ENABLEHIGHLIGHTING
Generated constant - Attribute key of
SolrSearchConfig.enableHighlighting attribute defined at extension solrfacetsearch. |
static java.lang.String |
GROUPINGPROPERTY
Generated constant - Attribute key of
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch. |
static java.lang.String |
LEGACYMODE
Generated constant - Attribute key of
SolrSearchConfig.legacyMode attribute defined at extension solrfacetsearch. |
static java.lang.String |
PAGESIZE
Generated constant - Attribute key of
SolrSearchConfig.pageSize attribute defined at extension solrfacetsearch. |
static java.lang.String |
RESTRICTFIELDSINRESPONSE
Generated constant - Attribute key of
SolrSearchConfig.restrictFieldsInResponse attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrSearchConfigModel()
Generated constructor - Default constructor for generic creation.
|
SolrSearchConfigModel(java.lang.Integer _pageSize)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrSearchConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrSearchConfigModel(ItemModel _owner,
java.lang.Integer _pageSize)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getDefaultSortOrder()
Generated method - Getter of the
SolrSearchConfig.defaultSortOrder attribute defined at extension solrfacetsearch. |
java.lang.String |
getDescription()
Generated method - Getter of the
SolrSearchConfig.description attribute defined at extension solrfacetsearch. |
SolrIndexedPropertyModel |
getGroupingProperty()
Generated method - Getter of the
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch. |
java.lang.Integer |
getPageSize()
Generated method - Getter of the
SolrSearchConfig.pageSize attribute defined at extension solrfacetsearch. |
boolean |
isAllFacetValuesInResponse()
Generated method - Getter of the
SolrSearchConfig.allFacetValuesInResponse attribute defined at extension solrfacetsearch. |
boolean |
isEnableHighlighting()
Generated method - Getter of the
SolrSearchConfig.enableHighlighting attribute defined at extension solrfacetsearch. |
boolean |
isLegacyMode()
Deprecated.
|
boolean |
isRestrictFieldsInResponse()
Generated method - Getter of the
SolrSearchConfig.restrictFieldsInResponse attribute defined at extension solrfacetsearch. |
void |
setAllFacetValuesInResponse(boolean value)
Generated method - Setter of
SolrSearchConfig.allFacetValuesInResponse attribute defined at extension solrfacetsearch. |
void |
setDefaultSortOrder(java.util.Collection<java.lang.String> value)
Generated method - Setter of
SolrSearchConfig.defaultSortOrder attribute defined at extension solrfacetsearch. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
SolrSearchConfig.description attribute defined at extension solrfacetsearch. |
void |
setEnableHighlighting(boolean value)
Generated method - Setter of
SolrSearchConfig.enableHighlighting attribute defined at extension solrfacetsearch. |
void |
setGroupingProperty(SolrIndexedPropertyModel value)
Generated method - Setter of
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch. |
void |
setLegacyMode(boolean value)
Deprecated.
|
void |
setPageSize(java.lang.Integer value)
Generated method - Setter of
SolrSearchConfig.pageSize attribute defined at extension solrfacetsearch. |
void |
setRestrictFieldsInResponse(boolean value)
Generated method - Setter of
SolrSearchConfig.restrictFieldsInResponse attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String PAGESIZE
SolrSearchConfig.pageSize attribute defined at extension solrfacetsearch.public static final java.lang.String DEFAULTSORTORDER
SolrSearchConfig.defaultSortOrder attribute defined at extension solrfacetsearch.public static final java.lang.String DESCRIPTION
SolrSearchConfig.description attribute defined at extension solrfacetsearch.public static final java.lang.String RESTRICTFIELDSINRESPONSE
SolrSearchConfig.restrictFieldsInResponse attribute defined at extension solrfacetsearch.public static final java.lang.String ENABLEHIGHLIGHTING
SolrSearchConfig.enableHighlighting attribute defined at extension solrfacetsearch.public static final java.lang.String ALLFACETVALUESINRESPONSE
SolrSearchConfig.allFacetValuesInResponse attribute defined at extension solrfacetsearch.public static final java.lang.String LEGACYMODE
SolrSearchConfig.legacyMode attribute defined at extension solrfacetsearch.public static final java.lang.String GROUPINGPROPERTY
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch.public SolrSearchConfigModel()
public SolrSearchConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrSearchConfigModel(java.lang.Integer _pageSize)
_pageSize - initial attribute declared by type SolrSearchConfig at extension solrfacetsearch@Deprecated public SolrSearchConfigModel(ItemModel _owner, java.lang.Integer _pageSize)
_owner - initial attribute declared by type Item at extension core_pageSize - initial attribute declared by type SolrSearchConfig at extension solrfacetsearch@Accessor(qualifier="defaultSortOrder", type=GETTER) public java.util.Collection<java.lang.String> getDefaultSortOrder()
SolrSearchConfig.defaultSortOrder attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
SolrSearchConfig.description attribute defined at extension solrfacetsearch.@Accessor(qualifier="groupingProperty", type=GETTER) public SolrIndexedPropertyModel getGroupingProperty()
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch.@Accessor(qualifier="pageSize", type=GETTER) public java.lang.Integer getPageSize()
SolrSearchConfig.pageSize attribute defined at extension solrfacetsearch.@Accessor(qualifier="allFacetValuesInResponse", type=GETTER) public boolean isAllFacetValuesInResponse()
SolrSearchConfig.allFacetValuesInResponse attribute defined at extension solrfacetsearch.@Accessor(qualifier="enableHighlighting", type=GETTER) public boolean isEnableHighlighting()
SolrSearchConfig.enableHighlighting attribute defined at extension solrfacetsearch.@Deprecated @Accessor(qualifier="legacyMode", type=GETTER) public boolean isLegacyMode()
SolrSearchConfig.legacyMode attribute defined at extension solrfacetsearch.@Accessor(qualifier="restrictFieldsInResponse", type=GETTER) public boolean isRestrictFieldsInResponse()
SolrSearchConfig.restrictFieldsInResponse attribute defined at extension solrfacetsearch.@Accessor(qualifier="allFacetValuesInResponse", type=SETTER) public void setAllFacetValuesInResponse(boolean value)
SolrSearchConfig.allFacetValuesInResponse attribute defined at extension solrfacetsearch.value - the allFacetValuesInResponse@Accessor(qualifier="defaultSortOrder", type=SETTER) public void setDefaultSortOrder(java.util.Collection<java.lang.String> value)
SolrSearchConfig.defaultSortOrder attribute defined at extension solrfacetsearch.value - the defaultSortOrder@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
SolrSearchConfig.description attribute defined at extension solrfacetsearch.value - the description@Accessor(qualifier="enableHighlighting", type=SETTER) public void setEnableHighlighting(boolean value)
SolrSearchConfig.enableHighlighting attribute defined at extension solrfacetsearch.value - the enableHighlighting@Accessor(qualifier="groupingProperty", type=SETTER) public void setGroupingProperty(SolrIndexedPropertyModel value)
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch.value - the groupingProperty@Deprecated @Accessor(qualifier="legacyMode", type=SETTER) public void setLegacyMode(boolean value)
SolrSearchConfig.legacyMode attribute defined at extension solrfacetsearch.value - the legacyMode@Accessor(qualifier="pageSize", type=SETTER) public void setPageSize(java.lang.Integer value)
SolrSearchConfig.pageSize attribute defined at extension solrfacetsearch.value - the pageSize@Accessor(qualifier="restrictFieldsInResponse", type=SETTER) public void setRestrictFieldsInResponse(boolean value)
SolrSearchConfig.restrictFieldsInResponse attribute defined at extension solrfacetsearch.value - the restrictFieldsInResponseCopyright © 2018 SAP SE. All Rights Reserved.