Class SolrIndexerCronJobModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BackofficeSolrIndexerCronJobModel, SolrExtIndexerCronJobModel, SolrIndexerHotUpdateCronJobModel

public class SolrIndexerCronJobModel extends CronJobModel
Generated model class for type SolrIndexerCronJob first defined at extension solrfacetsearch.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SOLRFACETSEARCHCONFIG2SOLRINDEXERCRONJOB

      public static final String _SOLRFACETSEARCHCONFIG2SOLRINDEXERCRONJOB
      Generated relation code constant for relation SolrFacetSearchConfig2SolrIndexerCronJob defining source attribute facetSearchConfig in extension solrfacetsearch.
      See Also:
    • INDEXEROPERATION

      public static final String INDEXEROPERATION
      Generated constant - Attribute key of SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch.
      See Also:
    • INDEXERHINTS

      public static final String INDEXERHINTS
      Generated constant - Attribute key of SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch.
      See Also:
    • FACETSEARCHCONFIGPOS

      public static final String FACETSEARCHCONFIGPOS
      Generated constant - Attribute key of SolrIndexerCronJob.facetSearchConfigPOS attribute defined at extension solrfacetsearch.
      See Also:
    • FACETSEARCHCONFIG

      public static final String FACETSEARCHCONFIG
      Generated constant - Attribute key of SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrIndexerCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, 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
      _job - initial attribute declared by type CronJob at extension processing
    • SolrIndexerCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, 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
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getFacetSearchConfig

      @Accessor(qualifier="facetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getFacetSearchConfig()
      Generated method - Getter of the SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch.
      Returns:
      the facetSearchConfig
    • getIndexerHints

      @Accessor(qualifier="indexerHints", type=GETTER) public Map<String,String> getIndexerHints()
      Generated method - Getter of the SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch.
      Returns:
      the indexerHints
    • getIndexerOperation

      @Accessor(qualifier="indexerOperation", type=GETTER) public IndexerOperationValues getIndexerOperation()
      Generated method - Getter of the SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch.
      Returns:
      the indexerOperation
    • setFacetSearchConfig

      @Accessor(qualifier="facetSearchConfig", type=SETTER) public void setFacetSearchConfig(SolrFacetSearchConfigModel value)
      Generated method - Setter of SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch.
      Parameters:
      value - the facetSearchConfig
    • setIndexerHints

      @Accessor(qualifier="indexerHints", type=SETTER) public void setIndexerHints(Map<String,String> value)
      Generated method - Setter of SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexerHints
    • setIndexerOperation

      @Accessor(qualifier="indexerOperation", type=SETTER) public void setIndexerOperation(IndexerOperationValues value)
      Generated method - Setter of SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexerOperation