Project

General

Profile

1
package eu.dnetlib.clients.index.query;
2

    
3
public enum QueryLanguage {
4
	CQL, SOLR
5
}
(6-6/9)