Uses of Interface
eu.clarin.sru.server.SRUQuery
- 
Packages that use SRUQuery Package Description eu.clarin.sru.server 
- 
- 
Uses of SRUQuery in eu.clarin.sru.serverClasses in eu.clarin.sru.server that implement SRUQuery Modifier and Type Class Description static classCQLQueryParser.CQLQuerystatic classSearchTermsQueryParser.SearchTermsQueryclassSRUQueryBase<T>Base class for implementing for a parsed query to be returned from aSRUQueryParser.Methods in eu.clarin.sru.server with type parameters of type SRUQuery Modifier and Type Method Description <T extends SRUQuery<?>>
 TSRURequest. getQuery(Class<T> type)Get the query parameter of this request.Methods in eu.clarin.sru.server that return SRUQuery Modifier and Type Method Description SRUQuery<?>SRURequest. getQuery()Get the query parameter of this request.SRUQuery<org.z3950.zing.cql.CQLNode>CQLQueryParser. parseQuery(SRUVersion version, Map<String,String> parameters, SRUDiagnosticList diagnostics)SRUQuery<List<String>>SearchTermsQueryParser. parseQuery(SRUVersion version, Map<String,String> parameters, SRUDiagnosticList diagnostics)SRUQuery<T>SRUQueryParser. parseQuery(SRUVersion version, Map<String,String> parameters, SRUDiagnosticList diagnostics)Parse a query into an abstract syntax tree
 
-