org.mycore.frontend.indexbrowser.lucene
Class MCRIndexBrowserConfig

java.lang.Object
  extended by org.mycore.frontend.indexbrowser.lucene.MCRIndexBrowserConfig

public class MCRIndexBrowserConfig
extends Object

Contains all data of a specified index. The configuration data will be read from the mycore properties file. Each index has to define the parameters in the form: MCR.IndexBrowser.{index-id}.{property}

Author:
Matthias Eichner

Constructor Summary
MCRIndexBrowserConfig(String searchclass)
           
 
Method Summary
 String getBrowseField()
           
 String getIndex()
           
 int getMaxPerPage()
           
 String getOrder()
           
 List<String> getOutputList()
           
 List<String> getSortFields()
           
 void set(String searchclass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRIndexBrowserConfig

public MCRIndexBrowserConfig(String searchclass)
Method Detail

set

public void set(String searchclass)

getIndex

public String getIndex()

getBrowseField

public String getBrowseField()

getOutputList

public List<String> getOutputList()

getSortFields

public List<String> getSortFields()

getOrder

public String getOrder()

getMaxPerPage

public int getMaxPerPage()