mirror of https://github.com/kiwix/libkiwix.git
Do not use remove readStopWords method.
Commit b8d950c
removes this symbol.
The indexer is not used anymore and will be soon removed.
So for now, just remove the call to readStopWords until we totally
remove the indexer code.
This commit is contained in:
parent
9771506985
commit
ce6c782b66
|
@ -85,7 +85,7 @@ namespace kiwix {
|
|||
unsigned int newProgress;
|
||||
|
||||
/* StopWords */
|
||||
self->readStopWords(reader.getLanguage());
|
||||
// self->readStopWords(reader.getLanguage());
|
||||
|
||||
/* Goes trough all articles */
|
||||
zim::File *zimHandler = reader.getZimFileHandler();
|
||||
|
|
Loading…
Reference in New Issue