Package eu.clarin.sru.client
Class SRUExplainRecordData.IndexInfo.Index
- java.lang.Object
-
- eu.clarin.sru.client.SRUExplainRecordData.IndexInfo.Index
-
- Enclosing class:
- SRUExplainRecordData.IndexInfo
public static class SRUExplainRecordData.IndexInfo.Index extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SRUExplainRecordData.IndexInfo.Index.Map
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canScan()
boolean
canSearch()
boolean
canSort()
String
getId()
List<SRUExplainRecordData.IndexInfo.Index.Map>
getMaps()
List<SRUExplainRecordData.LocalizedString>
getTitle()
-
-
-
Method Detail
-
getId
public String getId()
-
getTitle
public List<SRUExplainRecordData.LocalizedString> getTitle()
-
canSearch
public boolean canSearch()
-
canScan
public boolean canScan()
-
canSort
public boolean canSort()
-
getMaps
public List<SRUExplainRecordData.IndexInfo.Index.Map> getMaps()
-
-