|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttributeSetReader | |
---|---|
lumis.search | Provides classes for implementing search services integrated to Lumis Portal. |
Uses of IAttributeSetReader in lumis.search |
---|
Classes in lumis.search that implement IAttributeSetReader | |
---|---|
class |
SearchAttributes
Set of attributes aggregated to a SearchQuery , a SearchHit or a SearchResults . |
class |
SearchContent
Unit of searchable information, containing one or more SearchContentField objects. |
Methods in lumis.search with parameters of type IAttributeSetReader | |
---|---|
org.w3c.dom.Node |
Processor.getConfigNode(IAttributeSetReader attributeSetReader)
Returns the Processor's config node which contains criteria that
matches the contents of the given attribute set . |
java.util.Collection<org.w3c.dom.Node> |
Processor.getConfigNodes(IAttributeSetReader attributeSetReader)
Returns the Processor's config node s which contain criteria that
matches the contents of the given attribute set . |
static boolean |
CriteriaUtil.match(org.w3c.dom.Node criteriaNode,
IAttributeSetReader attributeSetReader)
Tests if the an IAttributeSetReader object matches the criteria defined in the criteriaNode. |
static boolean |
CriteriaUtil.match(java.lang.String criteriaId,
IAttributeSetReader attributeSetReader)
Tests if the an IAttributeSetReader object matches the criteria identified by criteriaId. |
static java.util.List<java.lang.String> |
SmartTagUtil.replaceSmartTags(java.util.List<java.lang.String> strings,
IAttributeSetReader attributeSetReader)
|
static java.util.List<java.lang.String> |
SmartTagUtil.replaceSmartTags(java.lang.String string,
IAttributeSetReader attributeSetReader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |