|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.search.Processor
@StableMinor(version="4.1", sinceVersion="4.0") public abstract class Processor
Represents an element that interacts to an index and provides searching services, such as indexing and searching, according to configuration in Search Config File (SearchConfig.xml).
Field Summary | |
---|---|
protected Node |
definitionNode
The processor definition node . |
protected String |
searchEngineId
The search engine identifier. |
Constructor Summary | |
---|---|
Processor(Node definitionNode)
Constructs a processor based on given definition node . |
Method Summary | |
---|---|
Node |
getConfigNode(IAttributeSetReader attributeSetReader)
Returns the Processor's config node which contains criteria that
matches the contents of the given attribute set . |
Collection<Node> |
getConfigNodes(IAttributeSetReader attributeSetReader)
Returns the Processor's config node s which contain criteria that
matches the contents of the given attribute set . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Node definitionNode
node
.
protected final String searchEngineId
Constructor Detail |
---|
public Processor(Node definitionNode) throws PortalException
node
.
definitionNode
-
PortalException
Method Detail |
---|
public Node getConfigNode(IAttributeSetReader attributeSetReader) throws PortalException
node
which contains criteria that
matches the contents of the given attribute set
.
attributeSetReader
- the attribute set
to be used to
match the config criteria.
node
.
PortalException
public Collection<Node> getConfigNodes(IAttributeSetReader attributeSetReader) throws PortalException
node
s which contain criteria that
matches the contents of the given attribute set
.
attributeSetReader
- the attribute set
to be used to
match the config criteria.
node
.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |