CLucene is optional !

.. oops
This commit is contained in:
Mark Liversedge
2014-12-17 20:46:27 +00:00
parent eebb8d2a55
commit fd8a4714d6
4 changed files with 8 additions and 1 deletions

View File

@@ -235,8 +235,10 @@ TreeMapWindow::refresh()
// set the specification
FilterSet fs;
#ifdef GC_HAVE_LUCENE
fs.addFilter(context->isfiltered, context->filters);
fs.addFilter(context->ishomefiltered, context->homeFilters);
#endif
settings.specification.setFilterSet(fs);
settings.specification.setDateRange(dr);