an sdm query for "timber exports asia" over the robust test sample.
Exception in thread "main" java.lang.NullPointerException
at julien.retrieval.SimpleProcessor$$anonfun$prepare$1.apply(SimpleProcessor.scala:36)
(or 35, i changed a couple lines)
--> it appears that several of the underlying iterators are null
because the terms don't exist in the collection. I guess we need to
check for this earlier in the setup process? Weird.
an sdm query for "timber exports asia" over the robust test sample.
--> it appears that several of the underlying iterators are null because the terms don't exist in the collection. I guess we need to check for this earlier in the setup process? Weird.