From 116fb7d7722ef0ce52bc664bdef0f2022a8548bb Mon Sep 17 00:00:00 2001 From: Rob Stine Date: Thu, 28 Jan 2021 09:25:01 -0500 Subject: [PATCH] Further reduce default matching of saved segment to only addresses that have 4 numbers, are on an avenue, and end in 75. --- .../src/main/resources/default.application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtas-parent/gtas-commons/src/main/resources/default.application.properties b/gtas-parent/gtas-commons/src/main/resources/default.application.properties index 6ec2ed8f69..12bb53c46d 100644 --- a/gtas-parent/gtas-commons/src/main/resources/default.application.properties +++ b/gtas-parent/gtas-commons/src/main/resources/default.application.properties @@ -281,4 +281,4 @@ omni.derogReplace.batchSize=300 omni.derog_hit.title=Kaizen External Hit omni.derog_hit.description=This passenger closely matches at least one derog category, according to Kaizen's proprietary inference technology. segments.extraparse=IFT -segments.regex=.*[0-9]{3}5[ ]{2}AVE.* +segments.regex=.*[0-9]{2}75[ ]{2}AVE.*