Changeset 6937 for FCSSimpleEndpoint


Ignore:
Timestamp:
02/03/16 23:37:31 (8 years ago)
Author:
Oliver Schonefeld
Message:
Location:
FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs
Files:
5 edited

Legend:

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

    r6935 r6937  
    142142     *            the span's content value or <code>null</code> if none
    143143     * @param altValue
     144     *            the span's alternate value or <code>null</code> if none
    144145     * @param highlight
    145146     *            the span's alternate value or <code>null</code> if none
  • FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs/Layer.java

    r6935 r6937  
    5656     * @param type
    5757     *            the type identifier for the layer
     58     * @param encoding
     59     *            the content encoding for this layer
    5860     * @param qualifier
    5961     *            an optional layer qualifier to be used in FCS-QL to refer to
  • FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs/SimpleEndpointSearchEngineBase.java

    r6935 r6937  
    6464    /**
    6565     * This method should not be overridden. Perform your custom initialization
    66      * in the {@link #doInit(ServletContext, SRUServerConfig, Map)} method
    67      * Instead.
    68      *
    69      * @see #doInit(ServletContext, SRUServerConfig, Map)
     66     * in the
     67     * {@link #doInit(ServletContext, SRUServerConfig, eu.clarin.sru.server.SRUQueryParserRegistry.Builder, Map)}
     68     * method instead.
     69     *
     70     * @see #doInit(ServletContext, SRUServerConfig,
     71     *      eu.clarin.sru.server.SRUQueryParserRegistry.Builder, Map)
    7072     */
    7173    @Override
     
    168170     * @param config
    169171     *            the {@link SRUServerConfig} object for this search engine
    170      * @param parsersRegistryBuilder
     172     * @param queryParsersBuilder
    171173     *            the {@link SRUQueryParserRegistry.Builder} object to be used
    172174     *            for this search engine. Use to register additional query
  • FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs/parser/QueryNode.java

    r6935 r6937  
    167167     * requested type are counted.
    168168     *
     169     * @param <T>
     170     *            the class of the nodes to be considered
    169171     * @param clazz
    170172     *            the type to nodes to be considered
     
    194196     * Get a first child node of specified type.
    195197     *
     198     * @param <T>
     199     *            the class of the nodes to be considered
     200     * @param clazz
     201     *            the type to nodes to be considered
    196202     * @return the child node of this node or <code>null</code> if no child was
    197203     *         found
  • FCSSimpleEndpoint/trunk/src/main/java/eu/clarin/sru/server/fcs/utils/AbstractEndpointDescriptionBase.java

    r6935 r6937  
    4646     * @param supportedDataViews
    4747     *            a list of data views that are supported by this endpoint
     48     * @param supportedLayers
     49     *            a list of layers that are supported by this endpoint
    4850     */
    4951    protected AbstractEndpointDescriptionBase(List<URI> capabilities,
Note: See TracChangeset for help on using the changeset viewer.