Project

General

Profile

« Previous | Next » 

Revision 43245

moved MetadataReference class in common package, it will be used by both index service and oai store service

View differences:

IndexFeedActorImpl.java
7 7

  
8 8
import eu.dnetlib.clients.index.model.document.IndexDocument;
9 9
import eu.dnetlib.clients.index.utils.IndexFieldUtility;
10
import eu.dnetlib.clients.index.utils.MetadataReference;
10
import eu.dnetlib.utils.MetadataReference;
11 11
import eu.dnetlib.clients.index.utils.ServiceTools;
12 12
import eu.dnetlib.enabling.tools.DnetStreamSupport;
13 13
import eu.dnetlib.index.IndexCollection;
......
136 136
	 *
137 137
	 * @param indexCollection the server dao
138 138
	 * @param dsId            the ds id
139
	 * @return the time elapsed to complete the operation.
140 139
	 * @throws IndexServiceException the index service exception
141 140
	 */
142 141
	public void cleanMarkedDocuments(final IndexCollection indexCollection, final String dsId) throws IndexServiceException {

Also available in: Unified diff