Uses of Class
org.mycore.services.fieldquery.MCRSearcher

Packages that use MCRSearcher
org.mycore.backend.jdom   
org.mycore.backend.lucene   
org.mycore.services.fieldquery   
 

Uses of MCRSearcher in org.mycore.backend.jdom
 

Subclasses of MCRSearcher in org.mycore.backend.jdom
 class MCRJDOMSearcher
          Implements a searcher and indexer for MCRObject metadata using only data in memory without any persistent structures.
 

Uses of MCRSearcher in org.mycore.backend.lucene
 

Subclasses of MCRSearcher in org.mycore.backend.lucene
 class MCRLuceneSearcher
          This class builds indexes from mycore meta data.
 class MCROldLuceneSearcher
          Deprecated. use MCRLuceneSearcher
 

Uses of MCRSearcher in org.mycore.services.fieldquery
 

Fields in org.mycore.services.fieldquery with type parameters of type MCRSearcher
protected static Hashtable<String,MCRSearcher> MCRSearcherFactory.table
          Hashtable SearcherID to MCRSearcher instance
 

Methods in org.mycore.services.fieldquery that return MCRSearcher
static MCRSearcher MCRSearcherFactory.getSearcher(String searcherID)
          Returns the MCRSearcher instance that is configured for this SearcherID.
static MCRSearcher MCRSearcherFactory.getSearcherForIndex(String indexID)
          Returns the MCRSearcher instance that manages the given index.