Remove support for external index.

This feature is considered obsolete for a while.
In fact, it was already not supported since June 2018 as we were compiling
xapian without the chert backend support.

Assume that we don't support it and remove it from the code.
See kiwix/kiwix-tools#245

This is a API break. library.xml files will still work but the indexPath
and indexType will be dropped silently from the file.
This commit is contained in:
Matthieu Gautier
2019-01-07 16:47:08 +01:00
parent cb98f11ddc
commit 5159d985c6
16 changed files with 31 additions and 1553 deletions

View File

@ -12,10 +12,6 @@ headers = [
'searcher.h'
]
if xapian_dep.found()
headers += ['xapianSearcher.h']
endif
install_headers(headers, subdir:'kiwix')
install_headers(