mcartright / julien

Toolkit for Information Retrieval research
7 stars 1 forks source link

NPE due to missing index terms? #1

Closed mcartright closed 11 years ago

mcartright commented 11 years ago

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.

mcartright commented 11 years ago

Added a test for this in IndexingSpec. Currently fails, so reproduces the needed behavior.