Class GeneratedSolrValueRangeSet

    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Qualifier of the SolrValueRangeSet.name attribute
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Qualifier of the SolrValueRangeSet.type attribute
        See Also:
        Constant Field Values
      • QUALIFIER

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

        public static final java.lang.String FACETSEARCHCONFIGS
        Qualifier of the SolrValueRangeSet.facetSearchConfigs attribute
        See Also:
        Constant Field Values
      • SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_SRC_ORDERED

        protected static java.lang.String SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_SRC_ORDERED
        Relation ordering override parameter constants for SolrFacetSearchConfig2SolrValueRangeSetRelation from ((solrfacetsearch))
      • SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_TGT_ORDERED

        protected static java.lang.String SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_TGT_ORDERED
      • SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_MARKMODIFIED

        protected static java.lang.String SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for SolrFacetSearchConfig2SolrValueRangeSetRelation from ((solrfacetsearch))
      • SOLRVALUERANGES

        public static final java.lang.String SOLRVALUERANGES
        Qualifier of the SolrValueRangeSet.solrValueRanges attribute
        See Also:
        Constant Field Values
      • INDEXEDPROPERTIES

        public static final java.lang.String INDEXEDPROPERTIES
        Qualifier of the SolrValueRangeSet.indexedProperties attribute
        See Also:
        Constant Field Values
      • SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION_SRC_ORDERED

        protected static java.lang.String SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION_SRC_ORDERED
        Relation ordering override parameter constants for SolrIndexedProperty2SolrValueRangeSetRelation from ((solrfacetsearch))
      • SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION_TGT_ORDERED

        protected static java.lang.String SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION_TGT_ORDERED
      • SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION_MARKMODIFIED

        protected static java.lang.String SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for SolrIndexedProperty2SolrValueRangeSetRelation from ((solrfacetsearch))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedSolrValueRangeSet

        public GeneratedSolrValueRangeSet()
    • Method Detail

      • getFacetSearchConfigs

        public java.util.List<SolrFacetSearchConfig> getFacetSearchConfigs​(SessionContext ctx)
        Generated method - Getter of the SolrValueRangeSet.facetSearchConfigs attribute.
        Returns:
        the facetSearchConfigs
      • getFacetSearchConfigs

        public java.util.List<SolrFacetSearchConfig> getFacetSearchConfigs()
        Generated method - Getter of the SolrValueRangeSet.facetSearchConfigs attribute.
        Returns:
        the facetSearchConfigs
      • getFacetSearchConfigsCount

        public long getFacetSearchConfigsCount​(SessionContext ctx)
      • getFacetSearchConfigsCount

        public long getFacetSearchConfigsCount()
      • setFacetSearchConfigs

        public void setFacetSearchConfigs​(SessionContext ctx,
                                          java.util.List<SolrFacetSearchConfig> value)
        Generated method - Setter of the SolrValueRangeSet.facetSearchConfigs attribute.
        Parameters:
        value - the facetSearchConfigs
      • setFacetSearchConfigs

        public void setFacetSearchConfigs​(java.util.List<SolrFacetSearchConfig> value)
        Generated method - Setter of the SolrValueRangeSet.facetSearchConfigs attribute.
        Parameters:
        value - the facetSearchConfigs
      • addToFacetSearchConfigs

        public void addToFacetSearchConfigs​(SessionContext ctx,
                                            SolrFacetSearchConfig value)
        Generated method - Adds value to facetSearchConfigs.
        Parameters:
        value - the item to add to facetSearchConfigs
      • addToFacetSearchConfigs

        public void addToFacetSearchConfigs​(SolrFacetSearchConfig value)
        Generated method - Adds value to facetSearchConfigs.
        Parameters:
        value - the item to add to facetSearchConfigs
      • removeFromFacetSearchConfigs

        public void removeFromFacetSearchConfigs​(SessionContext ctx,
                                                 SolrFacetSearchConfig value)
        Generated method - Removes value from facetSearchConfigs.
        Parameters:
        value - the item to remove from facetSearchConfigs
      • removeFromFacetSearchConfigs

        public void removeFromFacetSearchConfigs​(SolrFacetSearchConfig value)
        Generated method - Removes value from facetSearchConfigs.
        Parameters:
        value - the item to remove from facetSearchConfigs
      • getIndexedProperties

        public java.util.List<SolrIndexedProperty> getIndexedProperties​(SessionContext ctx)
        Generated method - Getter of the SolrValueRangeSet.indexedProperties attribute.
        Returns:
        the indexedProperties
      • getIndexedProperties

        public java.util.List<SolrIndexedProperty> getIndexedProperties()
        Generated method - Getter of the SolrValueRangeSet.indexedProperties attribute.
        Returns:
        the indexedProperties
      • getIndexedPropertiesCount

        public long getIndexedPropertiesCount​(SessionContext ctx)
      • getIndexedPropertiesCount

        public long getIndexedPropertiesCount()
      • setIndexedProperties

        public void setIndexedProperties​(SessionContext ctx,
                                         java.util.List<SolrIndexedProperty> value)
        Generated method - Setter of the SolrValueRangeSet.indexedProperties attribute.
        Parameters:
        value - the indexedProperties
      • setIndexedProperties

        public void setIndexedProperties​(java.util.List<SolrIndexedProperty> value)
        Generated method - Setter of the SolrValueRangeSet.indexedProperties attribute.
        Parameters:
        value - the indexedProperties
      • addToIndexedProperties

        public void addToIndexedProperties​(SessionContext ctx,
                                           SolrIndexedProperty value)
        Generated method - Adds value to indexedProperties.
        Parameters:
        value - the item to add to indexedProperties
      • addToIndexedProperties

        public void addToIndexedProperties​(SolrIndexedProperty value)
        Generated method - Adds value to indexedProperties.
        Parameters:
        value - the item to add to indexedProperties
      • removeFromIndexedProperties

        public void removeFromIndexedProperties​(SessionContext ctx,
                                                SolrIndexedProperty value)
        Generated method - Removes value from indexedProperties.
        Parameters:
        value - the item to remove from indexedProperties
      • removeFromIndexedProperties

        public void removeFromIndexedProperties​(SolrIndexedProperty value)
        Generated method - Removes value from indexedProperties.
        Parameters:
        value - the item to remove from indexedProperties
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the SolrValueRangeSet.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SolrValueRangeSet.name attribute.
        Returns:
        the name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SolrValueRangeSet.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SolrValueRangeSet.name attribute.
        Parameters:
        value - the name
      • getQualifier

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

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

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

        public void setQualifier​(java.lang.String value)
        Generated method - Setter of the SolrValueRangeSet.qualifier attribute.
        Parameters:
        value - the qualifier
      • getSolrValueRanges

        public java.util.List<SolrValueRange> getSolrValueRanges​(SessionContext ctx)
        Generated method - Getter of the SolrValueRangeSet.solrValueRanges attribute.
        Returns:
        the solrValueRanges
      • getSolrValueRanges

        public java.util.List<SolrValueRange> getSolrValueRanges()
        Generated method - Getter of the SolrValueRangeSet.solrValueRanges attribute.
        Returns:
        the solrValueRanges
      • setSolrValueRanges

        public void setSolrValueRanges​(SessionContext ctx,
                                       java.util.List<SolrValueRange> value)
        Generated method - Setter of the SolrValueRangeSet.solrValueRanges attribute.
        Parameters:
        value - the solrValueRanges
      • setSolrValueRanges

        public void setSolrValueRanges​(java.util.List<SolrValueRange> value)
        Generated method - Setter of the SolrValueRangeSet.solrValueRanges attribute.
        Parameters:
        value - the solrValueRanges
      • addToSolrValueRanges

        public void addToSolrValueRanges​(SessionContext ctx,
                                         SolrValueRange value)
        Generated method - Adds value to solrValueRanges.
        Parameters:
        value - the item to add to solrValueRanges
      • addToSolrValueRanges

        public void addToSolrValueRanges​(SolrValueRange value)
        Generated method - Adds value to solrValueRanges.
        Parameters:
        value - the item to add to solrValueRanges
      • removeFromSolrValueRanges

        public void removeFromSolrValueRanges​(SessionContext ctx,
                                              SolrValueRange value)
        Generated method - Removes value from solrValueRanges.
        Parameters:
        value - the item to remove from solrValueRanges
      • removeFromSolrValueRanges

        public void removeFromSolrValueRanges​(SolrValueRange value)
        Generated method - Removes value from solrValueRanges.
        Parameters:
        value - the item to remove from solrValueRanges
      • getType

        public java.lang.String getType​(SessionContext ctx)
        Generated method - Getter of the SolrValueRangeSet.type attribute.
        Returns:
        the type
      • getType

        public java.lang.String getType()
        Generated method - Getter of the SolrValueRangeSet.type attribute.
        Returns:
        the type
      • setType

        public void setType​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SolrValueRangeSet.type attribute.
        Parameters:
        value - the type
      • setType

        public void setType​(java.lang.String value)
        Generated method - Setter of the SolrValueRangeSet.type attribute.
        Parameters:
        value - the type