#include "cswordmoduleinfo.h"
#include <memory>
#include <cassert>
#include <CLucene.h>
#include <optional>
#include <QByteArray>
#include <QCoreApplication>
#include <QDebug>
#include <QDir>
#include <QFileInfo>
#include <QLocale>
#include <QScopeGuard>
#include <QSettings>
#include <QTextDocument>
#include <string>
#include <string_view>
#include <type_traits>
#include "../../util/btassert.h"
#include "../../util/cresmgr.h"
#include "../../util/directory.h"
#include "../../util/tool.h"
#include "../config/btconfig.h"
#include "../keys/cswordkey.h"
#include "../managers/cswordbackend.h"
#include "../cswordmodulesearch.h"
#include "cswordbiblemoduleinfo.h"
#include "cswordlexiconmoduleinfo.h"
#include <listkey.h>
#include <swbuf.h>
#include <swconfig.h>
#include <swkey.h>
#include <swmodule.h>
#include <swversion.h>
#include <rtfhtml.h>
#include <versekey.h>
Go to the source code of this file.
|
#define | CANCEL_INDEXING (m_cancelIndexing.load(std::memory_order_relaxed)) |
|
#define | T(f) |
|
◆ CANCEL_INDEXING
#define CANCEL_INDEXING (m_cancelIndexing.load(std::memory_order_relaxed)) |
Value: if (featureEntries.first->second == #f) { \
}
◆ BT_MAX_LUCENE_FIELD_LENGTH
constexpr static unsigned long const BT_MAX_LUCENE_FIELD_LENGTH = 1024 * 1024 |
|
staticconstexpr |
◆ INDEX_VERSION
constexpr static unsigned const INDEX_VERSION = 7 |
|
staticconstexpr |