Package lumis.search

Interface IAttributeSetReader

    • Method Detail

      • hasAttribute

        boolean hasAttribute​(String attributeName)
        Deprecated.
        Checks if the attribute set contains at least one attribute with the specified name.
        Parameters:
        attributeName - name of the attribute.
        Returns:
        true if at least one attribute with the provided name was found.
        Since:
        4.0.4
      • getAttributeValues

        List<String> getAttributeValues​(String attributeName)
        Deprecated.
        Returns all the values related to the attribute named as specified.
        Parameters:
        attributeName - name of the attribute.
        Returns:
        all values related to the specified attribute name, or an empty List if there is no value to return.
        Since:
        4.0.4