public class SolrQueryAggregatedStatsModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AVGNUMBEROFRESULTS
Generated constant - Attribute key of
SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch. |
static String |
COUNT
Generated constant - Attribute key of
SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch. |
static String |
INDEXCONFIG
Generated constant - Attribute key of
SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch. |
static String |
LANGUAGE
Generated constant - Attribute key of
SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch. |
static String |
QUERY
Generated constant - Attribute key of
SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch. |
static String |
TIME
Generated constant - Attribute key of
SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrQueryAggregatedStatsModel()
Generated constructor - Default constructor for generic creation.
|
SolrQueryAggregatedStatsModel(double _avgNumberOfResults,
long _count,
SolrFacetSearchConfigModel _indexConfig,
LanguageModel _language,
ItemModel _owner,
String _query,
Date _time)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrQueryAggregatedStatsModel(double _avgNumberOfResults,
long _count,
SolrFacetSearchConfigModel _indexConfig,
LanguageModel _language,
String _query,
Date _time)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrQueryAggregatedStatsModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgNumberOfResults()
Generated method - Getter of the
SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch. |
long |
getCount()
Generated method - Getter of the
SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch. |
SolrFacetSearchConfigModel |
getIndexConfig()
Generated method - Getter of the
SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch. |
LanguageModel |
getLanguage()
Generated method - Getter of the
SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch. |
String |
getQuery()
Generated method - Getter of the
SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch. |
Date |
getTime()
Generated method - Getter of the
SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch. |
void |
setAvgNumberOfResults(double value)
Generated method - Setter of
SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch. |
void |
setCount(long value)
Generated method - Setter of
SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch. |
void |
setIndexConfig(SolrFacetSearchConfigModel value)
Generated method - Setter of
SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch. |
void |
setLanguage(LanguageModel value)
Generated method - Setter of
SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch. |
void |
setQuery(String value)
Generated method - Setter of
SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch. |
void |
setTime(Date value)
Generated method - Setter of
SolrQueryAggregatedStats.time 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 TIME
SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.public static final String INDEXCONFIG
SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.public static final String LANGUAGE
SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.public static final String QUERY
SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.public static final String COUNT
SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.public static final String AVGNUMBEROFRESULTS
SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.public SolrQueryAggregatedStatsModel()
public SolrQueryAggregatedStatsModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrQueryAggregatedStatsModel(double _avgNumberOfResults, long _count, SolrFacetSearchConfigModel _indexConfig, LanguageModel _language, String _query, Date _time)
_avgNumberOfResults - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_count - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_indexConfig - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_language - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_query - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_time - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch@Deprecated public SolrQueryAggregatedStatsModel(double _avgNumberOfResults, long _count, SolrFacetSearchConfigModel _indexConfig, LanguageModel _language, ItemModel _owner, String _query, Date _time)
_avgNumberOfResults - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_count - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_indexConfig - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_language - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_query - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch_time - initial attribute declared by type SolrQueryAggregatedStats at extension solrfacetsearch@Accessor(qualifier="avgNumberOfResults", type=GETTER) public double getAvgNumberOfResults()
SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.@Accessor(qualifier="count", type=GETTER) public long getCount()
SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexConfig", type=GETTER) public SolrFacetSearchConfigModel getIndexConfig()
SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.@Accessor(qualifier="query", type=GETTER) public String getQuery()
SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.@Accessor(qualifier="time", type=GETTER) public Date getTime()
SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.@Accessor(qualifier="avgNumberOfResults", type=SETTER) public void setAvgNumberOfResults(double value)
SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.value - the avgNumberOfResults@Accessor(qualifier="count", type=SETTER) public void setCount(long value)
SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.value - the count@Accessor(qualifier="indexConfig", type=SETTER) public void setIndexConfig(SolrFacetSearchConfigModel value)
SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.value - the indexConfig@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.value - the language@Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.value - the queryCopyright © 2017 SAP SE. All Rights Reserved.