You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 51 Next »

Param nameDefault valueDescription
save.outbound.emailFALSE

If set to TRUE, save email from casebrowser directly to nuxeo

sso.static<empty>When LDAP-Authentication is active (sso.mode.enabled = TRUE and sso.static.pass = <passwordValue> set in pi-nuxeo.xml) this value will be used to replace password returned by Patricia in GET authentication method for CaseBrowser. This value must match <passwordValue> set in sso.static.pass in pi-nuxeo.xml.
nuxeo.firm.root

/default-domain/workspaces/Patricia

Firm root directory in Nuxeo

nuxeo.settings.dir

/default-domain/workspaces/Patricia/Settings

CaseBrowser settings directory in Nuxeo

nuxeo.admin.usernameAdministrator

Administrator username of Nuxeo server.

Setting deprecated as of version 1.9.8.1 (will need to be set in pi-nuxeo.xml). Auto deploy scripts set accordingly.

nuxeo.admin.passwordAdministrator

Administrator password of Nuxeo server

Setting deprecated as of version 1.9.8.1 (will need to be set in pi-nuxeo.xml). Auto deploy scripts set accordingly.

patricia.documents.pathPatricia/DocumentsPatricia documents directory in Nuxeo
pat.doc.log.sync.all.filesTRUEEnable/disable sync listener to add pat_doc_log entries for documents added to a case through nuxeo drive or WebDAV. Feature available in version 1.9.5+; default changed to TRUE as of version 1.9.8.2+

doc.properties.synccache.ttl

30[advanced setting] Set sync listener cache TTL in sec. within which pat_doc_log properties will be retained/reapplied for documents having same name in a specific caseID after deletion. This is required as Patricia will replace files in WebDAV when being edited/saved using Patricia editor rather than just modify them. Attention: This value will require increase if the system works on high latency/low speed connections.
doc.properties.sync.delay10[advanced setting] Set delay in sec. after which sync listener will add/remove document to pat_doc_log if not already done so by CaseBrowser (or otherwise). Attention: doc.properties.synccache.ttl should always be > doc.properties.sync.delay; otherwise cache will be always empty.
old.case.id.reg.ex.conf<empty>

A list of permitted old case id regular expressions, formatted as a json string.

This is used when searching for valid old case ids in emails or free-form text such as OCR.

Sample usage of old.case.id.reg.ex.conf that can scan for three types of old case number patterns:

{

"version" : 1,

"regExList": [ "([0-9]+-[A-Z0-9]+-[A-Z0-9]+)", "([0-9]+-[A-Z0-9]+-[A-Z0-9]+-[A-Z0-9]+)","(\\b[0-9]{3}[A-Z]{4}-[0-9]{1,4})" ]

}

checksum.optional.for.saving.emailTRUEThis option, when TRUE, saves emails to cases that include a case ref. with or without a checksum. If FALSE, case refs. without checksums will be skipped.
checksum.optional.for.assisted.scanningTRUEThis option, when TRUE, saves assisted scan emails to cases (case refs. from OCR'ed pdfs) when the case refs. are with or without a checksum. If FALSE, case refs. without checksums will be skipped.
email.save.to.tempTRUEIf set to FALSE, emails will not be saved to temp store folder "nuxeo-emails".
email.lines.to.parse12Define the number of lines in the email body that are being scanned for case refs. To NOT scan the body at all, set to "0".
auto.save.skip.subject.key

[DNS]

This key prefixing the subject line will make sure the email is not saved to the DMS despite a case ref. being in the subject line.
ocr.email.scan.list.config.key<empty>

Comma separated list of all to:email addresses for which only the attachment should be saved to the case but not the email message.

Format: email1@email.address,email2@email.address,...

drive.timeout2592000 
ocr.engine.nametesseract

Allows custom configuration of the command to use for performing ocr. Note that only set engines are supported, eg. 'ocrkitmac'

auto.versioning.time5400 
file.import.completedFALSE

Whilst this setting remains FALSE, new files added will not have OCR or email analysis performed on them.

do.not.save.auto.reply.emailsFALSE

If set to TRUE, auto reply emails will not be saved. By default, auto reply emails are saved to the case.

email.category.default0

Default category for all email addresses

email.category.set<empty>

Specific email category configuration, which is a JSON string of EmailCategory set.

Format:

[{"email":"email1@email.address","categoryId":1},{"email":""email2@email.address","categoryId":2]

email.description.set<empty>

Specific email description configuration, which is a JSON string of EmailDescription set.

Format:

[{"email":"email1@email.address","description":"Email 1"},{"email":"email2@email.address","description":"Email alternative"}]

email.excluded.attachments["smime.p7s"]

Attachments which match this patterns will not be saved

subject.line.case.ref.additionTRUEIf set to FALSE, subject line will not be prefixed with case ref first found in email body (or OCRed attachment)
skip.adding.checksumFALSEChecksum will not be added to case ref in subject if set to TRUE. Feature available in version 1.9.4+
auto.reply.headers[{"name":"X-Autoreply","value":"*"},{"name":"X-Autorespond","value":"*"},{"name":"auto-submitted","value":"auto-generated"},{"name":"auto-submitted","value":"auto-replied"}]

List of auto reply headers that will invoke DMS not to save message to repo.


auto.reply.subject.prefix["auto:","auto response","automatic reply","autosvar","automatisk svar","automatisch antwoord","abwesenheitsnotiz","risposta non al computer","automatisch antwoord","auto response","respuesta automática","fuori sede","out of office","frånvaro","réponse automatique"]

List of auto reply strings that will invoke DMS not to save message to repo.

get.pdf.text.layerTRUEIf set to FALSE, the text extraction logic will not attempt getting pdf text layers before running OCR of the pdf. Feature available in version 1.9.8+
skip.adding.timestampsFALSEIf set to TRUE, the system will not add time stamps to filenames at any point. Feature available in version 1.9.8+
is.email.office.hours<empty>

[advanced setting] This sets system behavior of email sweep runner:

  • If TRUE, System is set to always office hours: Sweep runner will never run (only for testing).
  • If FALSE, System is set to never office hours: Sweep runner will always run (only advisable to use after import and full indexing concluded). Each specific sweep runner process will start every 15 minutes (3 different processes fired in a circle every 5 minutes).
  • If left empty (default), office times (6am-7pm Mo to Fr) will apply, ie. during office hours sweep runner will not run, otherwise will run.

Feature available in version 1.9.8+

is.preview.office.hours<empty>Same as is.email.office.hours but for preview sweep runner. Feature available in version 1.9.8+
is.ocr.office.hours<empty>Same as is.email.office.hours but for OCR sweep runner. Feature available in version 1.9.8+
move.copy.default.is.copyFALSESets default behavior of the copy tick box in the move/copy document command. Feature available in version 1.9.8.2+
dms.license<empty>A valid Extended DMS license key will need to be entered. The system will only work if a valid key is provided. Key can be obtained from Patrix/PI. This will be a required setting starting version 1.9.8.2.

 

 

  • No labels