Project

General

Profile

« Previous | Next » 

Revision 55755

reintegrated solr75 branch (-r53777:HEAD)

View differences:

IndexClientFactory.java
1 1
package eu.dnetlib.functionality.index.client;
2 2

  
3
import eu.dnetlib.functionality.index.utils.MetadataReference;
4

  
3 5
public interface IndexClientFactory {
4 6

  
5 7
	String getBackendId();
6 8

  
7 9
	IndexClient getClient(String format, String layout, String interpretation) throws IndexClientException;
8 10

  
11
	IndexClient getClient(MetadataReference mdRef) throws IndexClientException;
12

  
13
	IndexClient getClient(String collection) throws IndexClientException;
14

  
9 15
}

Also available in: Unified diff