public class SolrStopWordModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
FACETSEARCHCONFIG
Generated constant - Attribute key of
SolrStopWord.facetSearchConfig attribute defined at extension solrfacetsearch. |
static String |
FACETSEARCHCONFIGPOS
Generated constant - Attribute key of
SolrStopWord.facetSearchConfigPOS attribute defined at extension solrfacetsearch. |
static String |
LANGUAGE
Generated constant - Attribute key of
SolrStopWord.language attribute defined at extension solrfacetsearch. |
static String |
LANGUAGEPOS
Generated constant - Attribute key of
SolrStopWord.languagePOS attribute defined at extension solrfacetsearch. |
static String |
STOPWORD
Generated constant - Attribute key of
SolrStopWord.StopWord attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _StopWord,
LanguageModel _language)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrStopWordModel(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. |
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(String value)
Generated method - Setter of
SolrStopWord.StopWord attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String STOPWORD
SolrStopWord.StopWord attribute defined at extension solrfacetsearch.public static final String LANGUAGEPOS
SolrStopWord.languagePOS attribute defined at extension solrfacetsearch.public static final String LANGUAGE
SolrStopWord.language attribute defined at extension solrfacetsearch.public static final String FACETSEARCHCONFIGPOS
SolrStopWord.facetSearchConfigPOS attribute defined at extension solrfacetsearch.public static final 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(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(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 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 © 2017 SAP SE. All Rights Reserved.