Changeset 6108 for FCSSimpleEndpoint


Ignore:
Timestamp:
03/17/15 10:22:42 (9 years ago)
Author:
Oliver Schonefeld
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs/SimpleEndpointSearchEngineBase.java

    r5753 r6108  
    169169     * Override this method, if you want to provide a custom behavior.
    170170     *
     171     * @param config
     172     *            the <code>SRUEndpointConfig</code> object that contains the
     173     *            endpoint configuration
     174     * @param request
     175     *            the <code>SRURequest</code> object that contains the request
     176     *            made to the endpoint
     177     * @param diagnostics
     178     *            the <code>SRUDiagnosticList</code> object for storing
     179     *            non-fatal diagnostics
     180     * @return a <code>SRUScanResultSet</code> object or <code>null</code> if
     181     *         this operation is not supported by this search engine
     182     * @throws SRUException
     183     *             if an fatal error occurred
    171184     * @see SRUSearchEngine#scan(SRUServerConfig, SRURequest, SRUDiagnosticList)
    172185     * @deprecated override
Note: See TracChangeset for help on using the changeset viewer.