Skip to content

Commit 47a725b

Browse files
committed
Add link to documetnationAdd link to documentation
1 parent 31734e9 commit 47a725b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

jablib/src/main/java/org/jabref/logic/importer/fetcher/transformers/SpringerQueryTransformer.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package org.jabref.logic.importer.fetcher.transformers;
22

3-
/**
4-
* This class converts a query string written in lucene syntax into a complex query.
5-
*
6-
* For simplicity this is currently limited to fielded data and the boolean AND operator.
7-
*/
3+
/// This class converts a query string written in lucene syntax into a complex query.
4+
///
5+
/// For simplicity this is currently limited to fielded data and the boolean AND operator.
6+
///
7+
/// See <https://dev.springernature.com/docs/supported-query-params/?source=data-solutions> for a complete list of supported fields.
8+
/// `handleUnFieldedTerm` is not overridden, because the API handles unfielded terms.
89
public class SpringerQueryTransformer extends AbstractQueryTransformer {
910

1011
@Override

0 commit comments

Comments
 (0)