Class SolrQueryAggregatedStatsModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrQueryAggregatedStatsModel
    extends ItemModel
    Generated model class for type SolrQueryAggregatedStats first defined at extension solrfacetsearch.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • TIME

        public static final java.lang.String TIME
        Generated constant - Attribute key of SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • INDEXCONFIG

        public static final java.lang.String INDEXCONFIG
        Generated constant - Attribute key of SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Generated constant - Attribute key of SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • QUERY

        public static final java.lang.String QUERY
        Generated constant - Attribute key of SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • COUNT

        public static final java.lang.String COUNT
        Generated constant - Attribute key of SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • AVGNUMBEROFRESULTS

        public static final java.lang.String AVGNUMBEROFRESULTS
        Generated constant - Attribute key of SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SolrQueryAggregatedStatsModel

        public SolrQueryAggregatedStatsModel()
        Generated constructor - Default constructor for generic creation.
      • SolrQueryAggregatedStatsModel

        public SolrQueryAggregatedStatsModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SolrQueryAggregatedStatsModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrQueryAggregatedStatsModel​(double _avgNumberOfResults,
                                             long _count,
                                             SolrFacetSearchConfigModel _indexConfig,
                                             LanguageModel _language,
                                             java.lang.String _query,
                                             java.util.Date _time)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _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
      • SolrQueryAggregatedStatsModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrQueryAggregatedStatsModel​(double _avgNumberOfResults,
                                             long _count,
                                             SolrFacetSearchConfigModel _indexConfig,
                                             LanguageModel _language,
                                             ItemModel _owner,
                                             java.lang.String _query,
                                             java.util.Date _time)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _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
    • Method Detail

      • getAvgNumberOfResults

        @Accessor(qualifier="avgNumberOfResults",
                  type=GETTER)
        public double getAvgNumberOfResults()
        Generated method - Getter of the SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
        Returns:
        the avgNumberOfResults
      • getCount

        @Accessor(qualifier="count",
                  type=GETTER)
        public long getCount()
        Generated method - Getter of the SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
        Returns:
        the count
      • getLanguage

        @Accessor(qualifier="language",
                  type=GETTER)
        public LanguageModel getLanguage()
        Generated method - Getter of the SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
        Returns:
        the language
      • getQuery

        @Accessor(qualifier="query",
                  type=GETTER)
        public java.lang.String getQuery()
        Generated method - Getter of the SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
        Returns:
        the query
      • getTime

        @Accessor(qualifier="time",
                  type=GETTER)
        public java.util.Date getTime()
        Generated method - Getter of the SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
        Returns:
        the time
      • setAvgNumberOfResults

        @Accessor(qualifier="avgNumberOfResults",
                  type=SETTER)
        public void setAvgNumberOfResults​(double value)
        Generated method - Setter of SolrQueryAggregatedStats.avgNumberOfResults attribute defined at extension solrfacetsearch.
        Parameters:
        value - the avgNumberOfResults
      • setCount

        @Accessor(qualifier="count",
                  type=SETTER)
        public void setCount​(long value)
        Generated method - Setter of SolrQueryAggregatedStats.count attribute defined at extension solrfacetsearch.
        Parameters:
        value - the count
      • setIndexConfig

        @Accessor(qualifier="indexConfig",
                  type=SETTER)
        public void setIndexConfig​(SolrFacetSearchConfigModel value)
        Generated method - Setter of SolrQueryAggregatedStats.indexConfig attribute defined at extension solrfacetsearch.
        Parameters:
        value - the indexConfig
      • setLanguage

        @Accessor(qualifier="language",
                  type=SETTER)
        public void setLanguage​(LanguageModel value)
        Generated method - Setter of SolrQueryAggregatedStats.language attribute defined at extension solrfacetsearch.
        Parameters:
        value - the language
      • setQuery

        @Accessor(qualifier="query",
                  type=SETTER)
        public void setQuery​(java.lang.String value)
        Generated method - Setter of SolrQueryAggregatedStats.query attribute defined at extension solrfacetsearch.
        Parameters:
        value - the query
      • setTime

        @Accessor(qualifier="time",
                  type=SETTER)
        public void setTime​(java.util.Date value)
        Generated method - Setter of SolrQueryAggregatedStats.time attribute defined at extension solrfacetsearch.
        Parameters:
        value - the time