| Package | Description |
|---|---|
| org.icij.datashare | |
| org.icij.datashare.text | |
| org.icij.datashare.text.indexing |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Repository.getTags(Project project,
String documentId) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Repository.getDocuments(Project project,
Tag... tags) |
boolean |
Repository.tag(Project prj,
List<String> documentIds,
Tag... tags) |
boolean |
Repository.tag(Project prj,
String documentId,
Tag... tags) |
boolean |
Repository.untag(Project prj,
List<String> documentIds,
Tag... tags) |
boolean |
Repository.untag(Project prj,
String documentId,
Tag... tags) |
| Modifier and Type | Method and Description |
|---|---|
static Tag |
Tag.tag(String label) |
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
Document.getTags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Indexer.tag(Project prj,
List<String> documentIds,
Tag... tags) |
boolean |
Indexer.tag(Project prj,
String documentId,
String rootDocument,
Tag... tags) |
boolean |
Indexer.untag(Project prj,
List<String> documentIds,
Tag... tags) |
boolean |
Indexer.untag(Project prj,
String documentId,
String rootDocument,
Tag... tags) |
Indexer.Searcher |
Indexer.Searcher.with(Tag... tags) |
Copyright © 2020–2021 ICIJ. All rights reserved.