Package | Description |
---|---|
lumis.search |
Provides classes for implementing search services integrated to Lumis Portal.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchAttributes
|
class |
SearchContent
Unit of searchable information, containing one or more
SearchContentField objects. |
Modifier and Type | Method and Description |
---|---|
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) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.