Class SolrIndexerCronJobModel

    • Field Detail

      • _TYPECODE

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

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

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

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

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

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

      • 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 Detail

      • 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 java.util.Map<java.lang.String,​java.lang.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​(java.util.Map<java.lang.String,​java.lang.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