Class GeneratedSolrIndex

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    SolrIndex

    public abstract class GeneratedSolrIndex
    extends GenericItem
    Generated class for type SolrIndex.
    See Also:
    Serialized Form
    • Field Detail

      • FACETSEARCHCONFIG

        public static final java.lang.String FACETSEARCHCONFIG
        Qualifier of the SolrIndex.facetSearchConfig attribute
        See Also:
        Constant Field Values
      • INDEXEDTYPE

        public static final java.lang.String INDEXEDTYPE
        Qualifier of the SolrIndex.indexedType attribute
        See Also:
        Constant Field Values
      • QUALIFIER

        public static final java.lang.String QUALIFIER
        Qualifier of the SolrIndex.qualifier attribute
        See Also:
        Constant Field Values
      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the SolrIndex.active attribute
        See Also:
        Constant Field Values
      • INDEXOPERATIONS

        public static final java.lang.String INDEXOPERATIONS
        Qualifier of the SolrIndex.indexOperations attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSolrIndex

        public GeneratedSolrIndex()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the SolrIndex.active attribute.
        Returns:
        the active
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the SolrIndex.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SolrIndex.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the SolrIndex.active attribute.
        Returns:
        the active
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the SolrIndex.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the SolrIndex.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the SolrIndex.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the SolrIndex.active attribute.
        Parameters:
        value - the active
      • getFacetSearchConfig

        public SolrFacetSearchConfig getFacetSearchConfig​(SessionContext ctx)
        Generated method - Getter of the SolrIndex.facetSearchConfig attribute.
        Returns:
        the facetSearchConfig
      • getFacetSearchConfig

        public SolrFacetSearchConfig getFacetSearchConfig()
        Generated method - Getter of the SolrIndex.facetSearchConfig attribute.
        Returns:
        the facetSearchConfig
      • setFacetSearchConfig

        protected void setFacetSearchConfig​(SessionContext ctx,
                                            SolrFacetSearchConfig value)
        Generated method - Setter of the SolrIndex.facetSearchConfig attribute.
        Parameters:
        value - the facetSearchConfig
      • setFacetSearchConfig

        protected void setFacetSearchConfig​(SolrFacetSearchConfig value)
        Generated method - Setter of the SolrIndex.facetSearchConfig attribute.
        Parameters:
        value - the facetSearchConfig
      • getIndexedType

        public SolrIndexedType getIndexedType​(SessionContext ctx)
        Generated method - Getter of the SolrIndex.indexedType attribute.
        Returns:
        the indexedType
      • getIndexedType

        public SolrIndexedType getIndexedType()
        Generated method - Getter of the SolrIndex.indexedType attribute.
        Returns:
        the indexedType
      • setIndexedType

        protected void setIndexedType​(SessionContext ctx,
                                      SolrIndexedType value)
        Generated method - Setter of the SolrIndex.indexedType attribute.
        Parameters:
        value - the indexedType
      • setIndexedType

        protected void setIndexedType​(SolrIndexedType value)
        Generated method - Setter of the SolrIndex.indexedType attribute.
        Parameters:
        value - the indexedType
      • getIndexOperations

        public java.util.Collection<SolrIndexOperation> getIndexOperations​(SessionContext ctx)
        Generated method - Getter of the SolrIndex.indexOperations attribute.
        Returns:
        the indexOperations
      • getIndexOperations

        public java.util.Collection<SolrIndexOperation> getIndexOperations()
        Generated method - Getter of the SolrIndex.indexOperations attribute.
        Returns:
        the indexOperations
      • setIndexOperations

        public void setIndexOperations​(SessionContext ctx,
                                       java.util.Collection<SolrIndexOperation> value)
        Generated method - Setter of the SolrIndex.indexOperations attribute.
        Parameters:
        value - the indexOperations
      • setIndexOperations

        public void setIndexOperations​(java.util.Collection<SolrIndexOperation> value)
        Generated method - Setter of the SolrIndex.indexOperations attribute.
        Parameters:
        value - the indexOperations
      • addToIndexOperations

        public void addToIndexOperations​(SessionContext ctx,
                                         SolrIndexOperation value)
        Generated method - Adds value to indexOperations.
        Parameters:
        value - the item to add to indexOperations
      • addToIndexOperations

        public void addToIndexOperations​(SolrIndexOperation value)
        Generated method - Adds value to indexOperations.
        Parameters:
        value - the item to add to indexOperations
      • removeFromIndexOperations

        public void removeFromIndexOperations​(SessionContext ctx,
                                              SolrIndexOperation value)
        Generated method - Removes value from indexOperations.
        Parameters:
        value - the item to remove from indexOperations
      • removeFromIndexOperations

        public void removeFromIndexOperations​(SolrIndexOperation value)
        Generated method - Removes value from indexOperations.
        Parameters:
        value - the item to remove from indexOperations
      • getQualifier

        public java.lang.String getQualifier​(SessionContext ctx)
        Generated method - Getter of the SolrIndex.qualifier attribute.
        Returns:
        the qualifier
      • getQualifier

        public java.lang.String getQualifier()
        Generated method - Getter of the SolrIndex.qualifier attribute.
        Returns:
        the qualifier
      • setQualifier

        protected void setQualifier​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the SolrIndex.qualifier attribute.
        Parameters:
        value - the qualifier
      • setQualifier

        protected void setQualifier​(java.lang.String value)
        Generated method - Setter of the SolrIndex.qualifier attribute.
        Parameters:
        value - the qualifier