public interface DedupUserActionsDAO
| Modifier and Type | Method and Description |
|---|---|
boolean |
commit(SimilarityGroup group)
Commit the changes on the dedup index.
|
Map<String,List<String>> |
listConfigurations()
List dedup configurations defined in the information system.
|
OafResult |
search(String type,
String userQuery,
String actionSet,
int start,
int rows,
String fields)
Search on the Dedup index.
|
OafResult |
searchById(String actionSet,
String type,
String objidentifier,
List<String> fields)
Search by id on the dedup index.
|
OafResult search(String type, String userQuery, String actionSet, int start, int rows, String fields) throws Exception
type - the typeuserQuery - the user queryactionSet - the action setstart - the startrows - the rowsfields - the fieldsException - the exceptionOafResult searchById(String actionSet, String type, String objidentifier, List<String> fields) throws Exception
actionSet - the action settype - the typeobjidentifier - the objidentifierfields - the fieldsException - the exceptionboolean commit(SimilarityGroup group) throws Exception
group - the groupException - the exceptionCopyright © 2019. All rights reserved.