Exception in thread "graph-property-worker-runner-238" io.lumify.core.exception.LumifyException: Could not initialize term mention filter: io.lumify.clavin.ClavinTermMentionFilter
at io.lumify.core.ingest.graphProperty.GraphPropertyRunner.loadTermMentionFilters(GraphPropertyRunner.java:115)
at io.lumify.core.ingest.graphProperty.GraphPropertyRunner.prepareWorkers(GraphPropertyRunner.java:54)
at io.lumify.core.ingest.graphProperty.GraphPropertyRunner.prepare(GraphPropertyRunner.java:48)
at io.lumify.web.ApplicationBootstrap$2.run(ApplicationBootstrap.java:268)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: clavin.indexDirectory must be configured.
at io.lumify.clavin.ClavinTermMentionFilter.prepareClavinLuceneIndex(ClavinTermMentionFilter.java:147)
at io.lumify.clavin.ClavinTermMentionFilter.prepare(ClavinTermMentionFilter.java:101)
at io.lumify.core.ingest.graphProperty.GraphPropertyRunner.loadTermMentionFilters(GraphPropertyRunner.java:113)
... 4 more