File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
jablib/src/main/java/org/jabref/logic/importer/fetcher/transformers Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11package 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.
89public class SpringerQueryTransformer extends AbstractQueryTransformer {
910
1011 @ Override
You can’t perform that action at this time.
0 commit comments