public class SolrStopWordModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
FACETSEARCHCONFIG
Generated constant - Attribute key of
SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch. |
static java.lang.String |
FACETSEARCHCONFIGPOS
Generated constant - Attribute key of
SolrStopWord.facetSearchConfigPOS attribute defined at extension solrfacetsearch. |
static java.lang.String |
LANGUAGE
Generated constant - Attribute key of
SolrStopWord.language attribute defined at extension solrfacetsearch. |
static java.lang.String |
LANGUAGEPOS
Generated constant - Attribute key of
SolrStopWord.languagePOS attribute defined at extension solrfacetsearch. |
static java.lang.String |
STOPWORD
Generated constant - Attribute key of
SolrStopWord.StopWord attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrStopWordModel()
Generated constructor - Default constructor for generic creation.
|
SolrStopWordModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrStopWordModel(java.lang.String _StopWord,
LanguageModel _language)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrStopWordModel(java.lang.String _StopWord,
LanguageModel _language,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SolrFacetSearchConfigModel |
getFacetSearchConfig()
Generated method - Getter of the
SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch. |
LanguageModel |
getLanguage()
Generated method - Getter of the
SolrStopWord.language attribute defined at extension solrfacetsearch. |
java.lang.String |
getStopWord()
Generated method - Getter of the
SolrStopWord.StopWord attribute defined at extension solrfacetsearch. |
void |
setFacetSearchConfig(SolrFacetSearchConfigModel value)
Generated method - Setter of
SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
SolrStopWord.language attribute defined at extension solrfacetsearch. |
void |
setStopWord(java.lang.String value)
Generated method - Setter of
SolrStopWord.StopWord 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 STOPWORD
SolrStopWord.StopWord attribute defined at extension solrfacetsearch.public static final java.lang.String LANGUAGEPOS
SolrStopWord.languagePOS attribute defined at extension solrfacetsearch.public static final java.lang.String LANGUAGE
SolrStopWord.language attribute defined at extension solrfacetsearch.public static final java.lang.String FACETSEARCHCONFIGPOS
SolrStopWord.facetSearchConfigPOS attribute defined at extension solrfacetsearch.public static final java.lang.String FACETSEARCHCONFIG
SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.public SolrStopWordModel()
public SolrStopWordModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SolrStopWordModel(java.lang.String _StopWord,
LanguageModel _language)
_StopWord - initial attribute declared by type SolrStopWord at extension solrfacetsearch_language - initial attribute declared by type SolrStopWord at extension solrfacetsearch@Deprecated
public SolrStopWordModel(java.lang.String _StopWord,
LanguageModel _language,
ItemModel _owner)
_StopWord - initial attribute declared by type SolrStopWord at extension solrfacetsearch_language - initial attribute declared by type SolrStopWord at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="facetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getFacetSearchConfig()
SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
SolrStopWord.language attribute defined at extension solrfacetsearch.@Accessor(qualifier="StopWord", type=GETTER) public java.lang.String getStopWord()
SolrStopWord.StopWord attribute defined at extension solrfacetsearch.@Accessor(qualifier="facetSearchConfig", type=SETTER) public void setFacetSearchConfig(SolrFacetSearchConfigModel value)
SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch.value - the facetSearchConfig@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
SolrStopWord.language attribute defined at extension solrfacetsearch.value - the languageCopyright © 2018 SAP SE. All Rights Reserved.