Make Recoll optionally sensitive to case and diacritics
This commit is contained in:
parent
7fcfe27952
commit
166624f7f2
30 changed files with 849 additions and 487 deletions
|
@ -18,12 +18,17 @@
|
|||
#ifndef _rcldb_p_h_included_
|
||||
#define _rcldb_p_h_included_
|
||||
|
||||
#include "autoconfig.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
#include <xapian.h>
|
||||
|
||||
#ifdef IDX_THREADS
|
||||
#include "workqueue.h"
|
||||
#include "debuglog.h"
|
||||
#endif // IDX_THREADS
|
||||
#include "xapian.h"
|
||||
|
||||
#include "xmacros.h"
|
||||
|
||||
namespace Rcl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue