org.mycore.frontend.indexbrowser.lucene
Class MCRIndexBrowserConfig
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRIndexBrowserConfig
public MCRIndexBrowserConfig(String searchclass)
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()