Uses of Class
eu.clarin.sru.server.SRUResultCountPrecision
-
Packages that use SRUResultCountPrecision Package Description eu.clarin.sru.server -
-
Uses of SRUResultCountPrecision in eu.clarin.sru.server
Methods in eu.clarin.sru.server that return SRUResultCountPrecision Modifier and Type Method Description SRUResultCountPrecision
SRUSearchResultSet. getResultCountPrecision()
(SRU 2.0) Indicate the accuracy of the result count reported by total number of records that matched the query.static SRUResultCountPrecision
SRUResultCountPrecision. valueOf(String name)
Returns the enum constant of this type with the specified name.static SRUResultCountPrecision[]
SRUResultCountPrecision. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-