Uses of Class
org.mycore.frontend.indexbrowser.lucene.MCRIndexBrowserConfig

Packages that use MCRIndexBrowserConfig
org.mycore.frontend.indexbrowser.lucene   
 

Uses of MCRIndexBrowserConfig in org.mycore.frontend.indexbrowser.lucene
 

Fields in org.mycore.frontend.indexbrowser.lucene declared as MCRIndexBrowserConfig
protected  MCRIndexBrowserConfig MCRIndexBrowserUtils.config
           
protected  MCRIndexBrowserConfig MCRIndexBrowserServlet.config
           
protected  MCRIndexBrowserConfig MCRIndexBrowserXmlGenerator.indexConfig
           
protected  MCRIndexBrowserConfig MCRIndexBrowserSearcher.indexConfig
           
 

Methods in org.mycore.frontend.indexbrowser.lucene with parameters of type MCRIndexBrowserConfig
static Document MCRIndexBrowserUtils.createResultListDocument(MCRIndexBrowserIncomingData incomingBrowserData, MCRIndexBrowserConfig config)
          Creates a xml document with the results of the index browser.
 

Constructors in org.mycore.frontend.indexbrowser.lucene with parameters of type MCRIndexBrowserConfig
MCRIndexBrowserSearcher(MCRIndexBrowserIncomingData browseData, MCRIndexBrowserConfig indexConfig)
           
MCRIndexBrowserXmlGenerator(List<MCRIndexBrowserEntry> resultList, MCRIndexBrowserIncomingData browseData, MCRIndexBrowserConfig indexConfig)