| Package | Description |
|---|---|
| com.entitystream.identiza.db | |
| com.entitystream.identiza.entity.resolve.match | |
| com.entitystream.identiza.entity.resolve.storage |
| Modifier and Type | Method and Description |
|---|---|
Collection<Result> |
DBWorker.find(Document filter) |
Collection<Result> |
IDBContainer.find(Document document) |
Collection<Result> |
DBWorker.findFuzzy(Document filter) |
Collection<Result> |
IDBContainer.findFuzzy(Document matchCriteria) |
Collection<Result> |
DBWorker.findFuzzy(String searchText) |
Collection<Result> |
IDBContainer.findFuzzy(String searchText) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Result> |
MatchTableInterface.getMergedRecords() |
ArrayList<Result> |
MatchTable.getMergedRecords() |
| Modifier and Type | Method and Description |
|---|---|
Result[] |
Task.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
Map<Result,ContextMap> |
Result.getChildren() |
ArrayList<Result> |
QueryResult.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setNodes(Result[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setChildren(Map<Result,ContextMap> children) |
void |
QueryResult.setResults(ArrayList<Result> results) |
| Constructor and Description |
|---|
QueryResult(ArrayList<Result> results) |
Copyright © 2021. All rights reserved.