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

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

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

Fields in org.mycore.frontend.indexbrowser.lucene with type parameters of type MCRIndexBrowserEntry
protected  List<MCRIndexBrowserEntry> MCRIndexBrowserSearcher.hitList
           
protected  List<MCRIndexBrowserEntry> MCRIndexBrowserXmlGenerator.resultList
           
 

Methods in org.mycore.frontend.indexbrowser.lucene that return types with arguments of type MCRIndexBrowserEntry
protected  List<MCRIndexBrowserEntry> MCRIndexBrowserSearcher.createLinkedListfromSearch()
          Creates a list of MCRIndexBrowserEntries from the results of the search.
 List<MCRIndexBrowserEntry> MCRIndexBrowserSearcher.doSearch()
          Starts the search and returns the result list.
static List<MCRIndexBrowserEntry> MCRIndexBrowserCache.getFromCache(String index, MCRIndexBrowserIncomingData browseData)
          Returns the cached index browser list.
 List<MCRIndexBrowserEntry> MCRIndexBrowserSearcher.getResultList()
          Returns the final created result list of the cache.
 

Method parameters in org.mycore.frontend.indexbrowser.lucene with type arguments of type MCRIndexBrowserEntry
static void MCRIndexBrowserCache.addToCache(MCRIndexBrowserIncomingData browseData, String index, List<MCRIndexBrowserEntry> listToCache)
          Add a new list of index browser entries to the cache.
 

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