Hey, one more follow up question: when using the null_or_blank strategy in combination with the exact strategy, is this the right way to configure it?
"matchType" : "exact,null_or_blank"
I'm still seeing a lot of fuzzy matches like I was encountering at the top of this post despite adding a number of examples to the training data to try and fix this. I'm planning on adding more, but just wanted to double check first that there wasn't something funky going on (e.g. something about how I've configured this meaning that the exact part was ignored or similar)