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:

CreateOAIIndexAction.java
17 17

  
18 18
	@Override
19 19
	public void execute(final BlackboardServerHandler handler, final BlackboardJob job) throws Exception {
20
		final String storeId = job.getParameters().get("collection");
20
		final String storeId = job.getParameters().get("oai_collectionName");
21 21
		final String dbName = job.getParameters().get("oai_dbName");
22 22
		// Examples: field1,field2 -- one compound index on the given two fields
23 23
		// field1,field2;field3,field4 -- two compound indices: one on field1 and field2, the other on field3 and field4

Also available in: Unified diff