Uses of Class
lumis.search.Searcher
-
Packages that use Searcher Package Description lumis.search lumis.search.lucene -
-
Uses of Searcher in lumis.search
Methods in lumis.search that return Searcher Modifier and Type Method Description static Searcher
SearcherFactory. getSearcher(String searchEngineId)
Deprecated.Creates an instance of the defaultSearcher
class for the specified search engine.static Searcher
SearcherFactory. getSearcher(String searchEngineId, String searcherId)
Deprecated.Creates an instance of theSearcher
class for the specified search engine and searcher.
The class is determined by a searcher confignode
in search config file. -
Uses of Searcher in lumis.search.lucene
Subclasses of Searcher in lumis.search.lucene Modifier and Type Class Description class
LuceneSearcher
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.
-