| Package | Description | 
|---|---|
| gov.va.vinci.leo.ae | 
 Provides base Annotator classes. 
 | 
| gov.va.vinci.leo.cr | 
 CollectionReader base classes and implementations are found in this package. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected String[] | 
LeoBaseAnnotator.excludeTypesFilter
Optional, only process a CAS if it does not include instances of one of the types in this list. 
 | 
protected String[] | 
LeoBaseAnnotator.includeTypesFilter
Optional, only process CAS if it includes instances of one of the types in the list. 
 | 
protected String[] | 
LeoBaseAnnotator.inputTypes
The types of annotations to use as "anchors" or to be processed. 
 | 
protected String | 
LeoBaseAnnotator.outputType
The output type that will be created for each matching window. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
BatchDatabaseCollectionReader.batchSize
Size of each batch to pull. 
 | 
protected String | 
BaseDatabaseCollectionReader.driver
Driver to be used for the database connection. 
 | 
protected String | 
BaseFileCollectionReader.fileNameFilterJSON
JSON representation of the filename filter used to pass this object to the CollectionReader descriptor for
 initialization. 
 | 
protected String | 
BaseFileCollectionReader.fileNameFilterName
Class name of the file name filter this reader is using. 
 | 
protected int | 
SQLServerPagedDatabaseCollectionReader.firstOffset
the first row to start with. 
 | 
protected String | 
DatabaseCollectionReader.idColumn
Zero based index of the ID column in the query. 
 | 
protected String | 
BaseFileCollectionReader.inputDirectoryPath
Path to the input directory. 
 | 
protected int | 
SQLServerPagedDatabaseCollectionReader.maxOffset
The maximum record offset to get. 
 | 
protected int | 
BatchDatabaseCollectionReader.maxRecordNumber
Max record ID. 
 | 
protected String | 
BaseFileCollectionReader.mEncoding
Encoding type for the files being read in. 
 | 
protected int | 
BatchDatabaseCollectionReader.minRecordNumber
Min record ID. 
 | 
protected boolean | 
BaseFileCollectionReader.mRecurse
Recurse flag we will search recursively in sub-directories if true. 
 | 
protected String | 
DatabaseCollectionReader.noteColumn
Zero based index of the note column in the query. 
 | 
protected int | 
SQLServerPagedDatabaseCollectionReader.pageSize
Size of each batch to pull. 
 | 
protected String | 
BaseDatabaseCollectionReader.password
Password for this database. 
 | 
protected String | 
DatabaseCollectionReader.query
Query to be used to get the data. 
 | 
protected int | 
BatchDatabaseCollectionReader.randomBatches
Number of random batches to pull. 
 | 
protected String[] | 
BaseLeoCollectionReader.textFilters  | 
protected String | 
BaseDatabaseCollectionReader.url
Connection URL for the database to be accessed. 
 | 
protected String | 
BaseDatabaseCollectionReader.username
Username for this database. 
 | 
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.