Package lumis.search

Class Processor

  • Direct Known Subclasses:
    Searcher

    @Deprecated
    @StableMinor(version="17.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: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.w3c.dom.Node definitionNode
      Deprecated.
      The processor definition node.
    • Constructor Summary

      Constructors 
      Constructor Description
      Processor​(org.w3c.dom.Node definitionNode)
      Deprecated.
      Constructs a processor based on given definition node.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • definitionNode

        protected final org.w3c.dom.Node definitionNode
        Deprecated.
        The processor definition node.
    • Constructor Detail

      • Processor

        public Processor​(org.w3c.dom.Node definitionNode)
                  throws PortalException
        Deprecated.
        Constructs a processor based on given definition node.
        Parameters:
        definitionNode -
        Throws:
        PortalException
        Since:
        4.0.4