Class SolrIndexerHotUpdateCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrIndexerHotUpdateCronJobModel
    extends SolrIndexerCronJobModel
    Generated model class for type SolrIndexerHotUpdateCronJob 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
      • INDEXTYPENAME

        public static final java.lang.String INDEXTYPENAME
        Generated constant - Attribute key of SolrIndexerHotUpdateCronJob.indexTypeName attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • ITEMS

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

      • SolrIndexerHotUpdateCronJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexerHotUpdateCronJobModel​(SolrFacetSearchConfigModel _facetSearchConfig,
                                                java.lang.String _indexTypeName,
                                                JobModel _job)
        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:
        _facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch
        _indexTypeName - initial attribute declared by type SolrIndexerHotUpdateCronJob at extension solrfacetsearch
        _job - initial attribute declared by type CronJob at extension processing
      • SolrIndexerHotUpdateCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexerHotUpdateCronJobModel​(SolrFacetSearchConfigModel _facetSearchConfig,
                                                java.lang.String _indexTypeName,
                                                JobModel _job,
                                                ItemModel _owner)
        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:
        _facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch
        _indexTypeName - initial attribute declared by type SolrIndexerHotUpdateCronJob at extension solrfacetsearch
        _job - initial attribute declared by type CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getIndexTypeName

        @Accessor(qualifier="indexTypeName",
                  type=GETTER)
        public java.lang.String getIndexTypeName()
        Generated method - Getter of the SolrIndexerHotUpdateCronJob.indexTypeName attribute defined at extension solrfacetsearch.
        Returns:
        the indexTypeName
      • getItems

        @Accessor(qualifier="items",
                  type=GETTER)
        public java.util.Collection<ItemModel> getItems()
        Generated method - Getter of the SolrIndexerHotUpdateCronJob.items attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the items
      • setIndexTypeName

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

        @Accessor(qualifier="items",
                  type=SETTER)
        public void setItems​(java.util.Collection<ItemModel> value)
        Generated method - Setter of SolrIndexerHotUpdateCronJob.items attribute defined at extension solrfacetsearch.
        Parameters:
        value - the items