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