Package lumis.search
Class Processor
- java.lang.Object
-
- lumis.search.Processor
-
- Direct Known Subclasses:
Searcher
@Deprecated @StableMinor(version="15.0", sinceVersion="8.1") public abstract class Processor extends java.lang.Object
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.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).- Since:
- 4.0.4
- Version:
- $Revision: 25304 $ $Date: 2022-10-22 22:51:05 -0300 (Sat, 22 Oct 2022) $
-
-
Field Summary
Fields Modifier and Type Field Description protected org.w3c.dom.Node
definitionNode
Deprecated.The processor definitionnode
.
-
Constructor Summary
Constructors Constructor Description Processor(org.w3c.dom.Node definitionNode)
Deprecated.Constructs a processor based on given definitionnode
.
-
-
-
Constructor Detail
-
Processor
public Processor(org.w3c.dom.Node definitionNode) throws PortalException
Deprecated.Constructs a processor based on given definitionnode
.- Parameters:
definitionNode
-- Throws:
PortalException
- Since:
- 4.0.4
-
-