|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.search.Processor
@StableMinor(version="6.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 org.w3c.dom.Node |
definitionNode
The processor definition node . |
protected java.lang.String |
searchEngineId
The search engine identifier. |
Constructor Summary | |
---|---|
Processor(org.w3c.dom.Node definitionNode)
Constructs a processor based on given definition node . |
Method Summary | |
---|---|
org.w3c.dom.Node |
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> |
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 org.w3c.dom.Node definitionNode
node
.
protected final java.lang.String searchEngineId
Constructor Detail |
---|
public Processor(org.w3c.dom.Node definitionNode) throws PortalException
node
.
definitionNode
-
PortalException
Method Detail |
---|
public org.w3c.dom.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 java.util.Collection<org.w3c.dom.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 |