|
||||||||||
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 | |
---|---|
Node |
Processor.getConfigNode(IAttributeSetReader attributeSetReader)
Returns the Processor's config node which contains criteria that
matches the contents of the given attribute set . |
Collection<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(Node criteriaNode,
IAttributeSetReader attributeSetReader)
Tests if the an IAttributeSetReader object matches the criteria defined in the criteriaNode. |
static boolean |
CriteriaUtil.match(String criteriaId,
IAttributeSetReader attributeSetReader)
Tests if the an IAttributeSetReader object matches the criteria identified by criteriaId. |
static List<String> |
SmartTagUtil.replaceSmartTags(List<String> strings,
IAttributeSetReader attributeSetReader)
|
static List<String> |
SmartTagUtil.replaceSmartTags(String string,
IAttributeSetReader attributeSetReader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |