Package eu.clarin.sru.server
Class SRUServerConfig.IndexInfo
- java.lang.Object
-
- eu.clarin.sru.server.SRUServerConfig.IndexInfo
-
- Enclosing class:
- SRUServerConfig
public static class SRUServerConfig.IndexInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SRUServerConfig.IndexInfo.Index
static class
SRUServerConfig.IndexInfo.Set
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SRUServerConfig.IndexInfo.Index>
getIndexes()
List<SRUServerConfig.IndexInfo.Set>
getSets()
-
-
-
Method Detail
-
getSets
public List<SRUServerConfig.IndexInfo.Set> getSets()
-
getIndexes
public List<SRUServerConfig.IndexInfo.Index> getIndexes()
-
-