Class SolrIndexedCoresRecordModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrIndexedCoresRecordModel
    extends ItemModel
    Generated model class for type SolrIndexedCoresRecord first defined at extension solrfacetsearch.

    Deprecated since 6.2, please use SolrIndex instead.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String CORENAME
        Generated constant - Attribute key of SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • INDEXNAME

        public static final java.lang.String INDEXNAME
        Generated constant - Attribute key of SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • INDEXTIME

        public static final java.lang.String INDEXTIME
        Generated constant - Attribute key of SolrIndexedCoresRecord.indexTime attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • CURRENTINDEXDATASUBDIRECTORY

        public static final java.lang.String CURRENTINDEXDATASUBDIRECTORY
        Generated constant - Attribute key of SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SERVERMODE

        public static final java.lang.String SERVERMODE
        Generated constant - Attribute key of SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • INDEXOPERATIONS

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

      • SolrIndexedCoresRecordModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexedCoresRecordModel​(java.lang.String _coreName,
                                           java.lang.String _indexName)
        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:
        _coreName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch
        _indexName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch
      • SolrIndexedCoresRecordModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexedCoresRecordModel​(java.lang.String _coreName,
                                           java.lang.String _indexName,
                                           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:
        _coreName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch
        _indexName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCoreName

        @Accessor(qualifier="coreName",
                  type=GETTER)
        public java.lang.String getCoreName()
        Generated method - Getter of the SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch.
        Returns:
        the coreName
      • getCurrentIndexDataSubDirectory

        @Accessor(qualifier="currentIndexDataSubDirectory",
                  type=GETTER)
        public java.lang.String getCurrentIndexDataSubDirectory()
        Generated method - Getter of the SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch.
        Returns:
        the currentIndexDataSubDirectory
      • getIndexName

        @Accessor(qualifier="indexName",
                  type=GETTER)
        public java.lang.String getIndexName()
        Generated method - Getter of the SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch.
        Returns:
        the indexName
      • getIndexOperations

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

        @Deprecated
        @Accessor(qualifier="indexTime",
                  type=GETTER)
        public java.util.Date getIndexTime()
        Deprecated.
        Generated method - Getter of the SolrIndexedCoresRecord.indexTime attribute defined at extension solrfacetsearch.
        Returns:
        the indexTime
      • getServerMode

        @Accessor(qualifier="serverMode",
                  type=GETTER)
        public SolrServerModes getServerMode()
        Generated method - Getter of the SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch.
        Returns:
        the serverMode
      • setCoreName

        @Accessor(qualifier="coreName",
                  type=SETTER)
        public void setCoreName​(java.lang.String value)
        Generated method - Initial setter of SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the coreName
      • setCurrentIndexDataSubDirectory

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

        @Accessor(qualifier="indexName",
                  type=SETTER)
        public void setIndexName​(java.lang.String value)
        Generated method - Initial setter of SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the indexName
      • setIndexOperations

        @Accessor(qualifier="indexOperations",
                  type=SETTER)
        public void setIndexOperations​(java.util.Collection<SolrIndexOperationRecordModel> value)
        Generated method - Setter of SolrIndexedCoresRecord.indexOperations attribute defined at extension solrfacetsearch.
        Parameters:
        value - the indexOperations
      • setIndexTime

        @Deprecated
        @Accessor(qualifier="indexTime",
                  type=SETTER)
        public void setIndexTime​(java.util.Date value)
        Deprecated.
        Generated method - Setter of SolrIndexedCoresRecord.indexTime attribute defined at extension solrfacetsearch.
        Parameters:
        value - the indexTime
      • setServerMode

        @Accessor(qualifier="serverMode",
                  type=SETTER)
        public void setServerMode​(SolrServerModes value)
        Generated method - Setter of SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch.
        Parameters:
        value - the serverMode