public class DedupIndexDAO extends Object
| Constructor and Description |
|---|
DedupIndexDAO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
commit(SimilarityGroup group) |
protected com.google.common.base.Function<eu.dnetlib.data.proto.OafProtos.Oaf,Map<String,String>> |
getOaf2FieldMapFunction(String type,
List<String> fields) |
protected com.google.common.base.Function<String,eu.dnetlib.data.proto.OafProtos.Oaf> |
getXml2OafFunction() |
OafResult |
search(String type,
String userQuery,
String actionSet,
int start,
int rows,
String fields) |
OafResult |
searchById(String actionSet,
String type,
String objidentifier,
List<String> fields) |
public OafResult search(String type, String userQuery, String actionSet, int start, int rows, String fields) throws Exception
Exceptionpublic OafResult searchById(String actionSet, String type, String objidentifier, List<String> fields) throws Exception
Exceptionpublic boolean commit(SimilarityGroup group) throws Exception
Exceptionprotected com.google.common.base.Function<String,eu.dnetlib.data.proto.OafProtos.Oaf> getXml2OafFunction()
Copyright © 2022. All rights reserved.