Package lumis.search

Class SearcherFactory


  • @Deprecated
    public class SearcherFactory
    extends java.lang.Object
    Deprecated.
    Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.
    Creates instances of concrete Searcher implementations.
    Since:
    4.0.4
    Version:
    $Revision: 17592 $ $Date: 2015-07-17 11:19:32 -0300 (Fri, 17 Jul 2015) $
    • Constructor Summary

      Constructors 
      Constructor Description
      SearcherFactory()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static Searcher getSearcher​(java.lang.String searchEngineId)
      Deprecated.
      Creates an instance of the default Searcher class for the specified search engine.
      static Searcher getSearcher​(java.lang.String searchEngineId, java.lang.String searcherId)
      Deprecated.
      Creates an instance of the Searcher class for the specified search engine and searcher.
      The class is determined by a searcher config node in search config file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait