Class SolrExtIndexerCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrExtIndexerCronJobModel
    extends SolrIndexerCronJobModel
    Generated model class for type SolrExtIndexerCronJob 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
      • INDEXEDTYPE

        public static final java.lang.String INDEXEDTYPE
        Generated constant - Attribute key of SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • INDEXEDPROPERTIES

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

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

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

      • SolrExtIndexerCronJobModel

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

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

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

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

      • getIndexedProperties

        @Accessor(qualifier="indexedProperties",
                  type=GETTER)
        public java.util.Collection<java.lang.String> getIndexedProperties()
        Generated method - Getter of the SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the indexedProperties
      • getIndexedType

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

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

        @Accessor(qualifier="queryParameterProvider",
                  type=GETTER)
        public java.lang.String getQueryParameterProvider()
        Generated method - Getter of the SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.
        Returns:
        the queryParameterProvider
      • setIndexedProperties

        @Accessor(qualifier="indexedProperties",
                  type=SETTER)
        public void setIndexedProperties​(java.util.Collection<java.lang.String> value)
        Generated method - Setter of SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch.
        Parameters:
        value - the indexedProperties
      • setIndexedType

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

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

        @Accessor(qualifier="queryParameterProvider",
                  type=SETTER)
        public void setQueryParameterProvider​(java.lang.String value)
        Generated method - Setter of SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.
        Parameters:
        value - the queryParameterProvider