| Package | Description |
|---|---|
| org.icij.datashare | |
| org.icij.datashare.batch | |
| org.icij.datashare.text | |
| org.icij.datashare.text.indexing |
| Modifier and Type | Field and Description |
|---|---|
Project |
Note.project |
| Modifier and Type | Method and Description |
|---|---|
Project |
Repository.getProject(String projectId) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Repository.getDocuments(Project project,
Tag... tags) |
List<Document> |
Repository.getDocumentsNotTaggedWithPipeline(Project project,
Pipeline.Type type) |
List<Note> |
Repository.getNotes(Project project) |
List<Note> |
Repository.getNotes(Project prj,
String pathPrefix) |
Repository.AggregateList<User> |
Repository.getRecommendations(Project project) |
Repository.AggregateList<User> |
Repository.getRecommendations(Project project,
List<String> documentIds) |
Set<String> |
Repository.getRecommentationsBy(Project project,
List<User> users) |
List<String> |
Repository.getStarredDocuments(Project project,
User user) |
List<Tag> |
Repository.getTags(Project project,
String documentId) |
int |
Repository.recommend(Project project,
User user,
List<String> documentIds) |
int |
Repository.star(Project project,
User user,
List<String> documentIds) |
boolean |
Repository.tag(Project prj,
List<String> documentIds,
Tag... tags) |
boolean |
Repository.tag(Project prj,
String documentId,
Tag... tags) |
int |
Repository.unrecommend(Project project,
User user,
List<String> documentIds) |
int |
Repository.unstar(Project project,
User user,
List<String> documentIds) |
boolean |
Repository.untag(Project prj,
List<String> documentIds,
Tag... tags) |
boolean |
Repository.untag(Project prj,
String documentId,
Tag... tags) |
| Constructor and Description |
|---|
Note(Project project,
Path path,
String note) |
Note(Project project,
Path path,
String note,
Note.Variant variant) |
| Modifier and Type | Field and Description |
|---|---|
Project |
BatchSearchRecord.project |
| Constructor and Description |
|---|
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
Date date) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published,
List<String> fileTypes,
List<String> paths,
boolean phraseMatches) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published,
List<String> fileTypes,
List<String> paths,
int fuzziness) |
BatchSearch(Project project,
String name,
String description,
LinkedHashSet<String> queries,
User user,
boolean published,
List<String> fileTypes,
List<String> paths,
int fuzziness,
boolean phraseMatches) |
BatchSearch(String uuid,
Project project,
String name,
String description,
LinkedHashMap<String,Integer> queries,
Date date,
BatchSearchRecord.State state,
User user,
int nbResults,
boolean published,
List<String> fileTypes,
List<String> paths,
int fuzziness,
boolean phraseMatches,
String errorMessage,
String errorQuery) |
BatchSearch(String uuid,
Project project,
String name,
String description,
LinkedHashSet<String> queries,
Date date,
BatchSearchRecord.State state,
User user) |
BatchSearchRecord(Project project,
String name,
String description,
int nbQueries,
Date date) |
BatchSearchRecord(String uuid,
Project project,
String name,
String description,
int nbQueries,
Date date,
BatchSearchRecord.State state,
User user,
int nbResults,
boolean published,
String errorMessage,
String errorQuery) |
| Modifier and Type | Method and Description |
|---|---|
Project |
Document.getProject() |
static Project |
Project.project(String projectName) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Project.isAllowed(Project project,
InetSocketAddress socketAddress) |
| Constructor and Description |
|---|
Document(Project project,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
HashSet<Pipeline.Type> nerTags,
Document parentDocument,
Long contentLength) |
Document(Project project,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
Long contentLength) |
Document(Project project,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
Set<Pipeline.Type> nerTags,
Long contentLength) |
Document(Project project,
String id,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
Set<Pipeline.Type> nerTags,
Date extractionDate,
String parentDocument,
String rootDocument,
Short extractionLevel,
Long contentLength) |
Document(String id,
Project project,
Path filePath,
String content,
Language language,
Charset charset,
String mimetype,
Map<String,Object> metadata,
Document.Status status,
Set<Pipeline.Type> nerTags,
Long contentLength) |
| 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) |
Copyright © 2020–2021 ICIJ. All rights reserved.