default to stripped index

This commit is contained in:
Jean-Francois Dockes 2012-10-01 17:27:16 +02:00
parent ca57607a35
commit 8f1b706b81

View file

@ -49,7 +49,8 @@ using namespace std;
#include "fstreewalk.h"
#ifndef RCL_INDEX_STRIPCHARS
bool o_index_stripchars;
// We default to a case- and diacritics-less index for now
bool o_index_stripchars = true;
#endif
bool ParamStale::needrecompute()