2014-10-26 02:25:43 +00:00
|
|
|
diff -ur qttools-opensource-src-5.3.2/src/assistant/clucene/fulltextsearch.pri qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/fulltextsearch.pri
|
|
|
|
--- qttools-opensource-src-5.3.2/src/assistant/clucene/fulltextsearch.pri 2014-09-11 12:48:25.000000000 +0200
|
2014-11-01 00:25:12 +00:00
|
|
|
+++ qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/fulltextsearch.pri 2014-10-31 23:44:32.368856494 +0100
|
2014-10-26 02:25:43 +00:00
|
|
|
@@ -1,125 +1,7 @@
|
2013-08-28 19:26:04 +00:00
|
|
|
-DEFINES += _BUILD_FOR_QT_ LUCENE_DISABLE_MEMTRACKING
|
|
|
|
-win32:DEFINES += _CRT_SECURE_NO_DEPRECATE _MT
|
|
|
|
-
|
|
|
|
-CLUCENEDIR = ../3rdparty/clucene/src/CLucene
|
|
|
|
-
|
|
|
|
-INCLUDEPATH += . .. \
|
|
|
|
- $$CLUCENEDIR \
|
|
|
|
- $$CLUCENEDIR/../ \
|
|
|
|
- $$CLUCENEDIR/analysis \
|
|
|
|
- $$CLUCENEDIR/analysis/standard \
|
|
|
|
- $$CLUCENEDIR/config \
|
|
|
|
- $$CLUCENEDIR/debug \
|
|
|
|
- $$CLUCENEDIR/document \
|
|
|
|
- $$CLUCENEDIR/index \
|
|
|
|
- $$CLUCENEDIR/queryParser \
|
|
|
|
- $$CLUCENEDIR/search \
|
|
|
|
- $$CLUCENEDIR/store \
|
|
|
|
- $$CLUCENEDIR/util
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-SOURCES += $$CLUCENEDIR/StdHeader.cpp \
|
|
|
|
- $$CLUCENEDIR/analysis/AnalysisHeader.cpp \
|
|
|
|
- $$CLUCENEDIR/analysis/Analyzers.cpp \
|
|
|
|
- $$CLUCENEDIR/config/gunichartables.cpp \
|
|
|
|
- $$CLUCENEDIR/config/repl_lltot.cpp \
|
|
|
|
- $$CLUCENEDIR/config/repl_tcscasecmp.cpp \
|
|
|
|
- $$CLUCENEDIR/config/repl_tcslwr.cpp \
|
|
|
|
- $$CLUCENEDIR/config/repl_tcstod.cpp \
|
|
|
|
- $$CLUCENEDIR/config/repl_tcstoll.cpp \
|
|
|
|
- $$CLUCENEDIR/config/repl_tprintf.cpp \
|
|
|
|
- $$CLUCENEDIR/config/threads.cpp \
|
|
|
|
- $$CLUCENEDIR/config/utf8.cpp \
|
|
|
|
- $$CLUCENEDIR/debug/condition.cpp \
|
|
|
|
- $$CLUCENEDIR/debug/error.cpp \
|
|
|
|
- $$CLUCENEDIR/debug/memtracking.cpp \
|
|
|
|
- $$CLUCENEDIR/document/DateField.cpp \
|
|
|
|
- $$CLUCENEDIR/document/Document.cpp \
|
|
|
|
- $$CLUCENEDIR/document/Field.cpp \
|
|
|
|
- $$CLUCENEDIR/index/CompoundFile.cpp \
|
|
|
|
- $$CLUCENEDIR/index/DocumentWriter.cpp \
|
|
|
|
- $$CLUCENEDIR/index/FieldInfos.cpp \
|
|
|
|
- $$CLUCENEDIR/index/FieldsReader.cpp \
|
|
|
|
- $$CLUCENEDIR/index/FieldsWriter.cpp \
|
|
|
|
- $$CLUCENEDIR/index/IndexModifier.cpp \
|
|
|
|
- $$CLUCENEDIR/index/IndexReader.cpp \
|
|
|
|
- $$CLUCENEDIR/index/IndexWriter.cpp \
|
|
|
|
- $$CLUCENEDIR/index/MultiReader.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentInfos.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentMergeInfo.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentMergeQueue.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentMerger.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentReader.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentTermDocs.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentTermEnum.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentTermPositions.cpp \
|
|
|
|
- $$CLUCENEDIR/index/SegmentTermVector.cpp \
|
|
|
|
- $$CLUCENEDIR/index/Term.cpp \
|
|
|
|
- $$CLUCENEDIR/index/TermInfo.cpp \
|
|
|
|
- $$CLUCENEDIR/index/TermInfosReader.cpp \
|
|
|
|
- $$CLUCENEDIR/index/TermInfosWriter.cpp \
|
|
|
|
- $$CLUCENEDIR/index/TermVectorReader.cpp \
|
|
|
|
- $$CLUCENEDIR/index/TermVectorWriter.cpp \
|
|
|
|
- $$CLUCENEDIR/queryParser/Lexer.cpp \
|
|
|
|
- $$CLUCENEDIR/queryParser/MultiFieldQueryParser.cpp \
|
|
|
|
- $$CLUCENEDIR/queryParser/QueryParser.cpp \
|
|
|
|
- $$CLUCENEDIR/queryParser/QueryParserBase.cpp \
|
|
|
|
- $$CLUCENEDIR/queryParser/QueryToken.cpp \
|
|
|
|
- $$CLUCENEDIR/queryParser/TokenList.cpp \
|
|
|
|
- $$CLUCENEDIR/search/BooleanQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/BooleanScorer.cpp \
|
|
|
|
- $$CLUCENEDIR/search/CachingWrapperFilter.cpp \
|
|
|
|
- $$CLUCENEDIR/search/ChainedFilter.cpp \
|
|
|
|
- $$CLUCENEDIR/search/ConjunctionScorer.cpp \
|
|
|
|
- $$CLUCENEDIR/search/DateFilter.cpp \
|
|
|
|
- $$CLUCENEDIR/search/ExactPhraseScorer.cpp \
|
|
|
|
- $$CLUCENEDIR/search/Explanation.cpp \
|
|
|
|
- $$CLUCENEDIR/search/FieldCache.cpp \
|
|
|
|
- $$CLUCENEDIR/search/FieldCacheImpl.cpp \
|
|
|
|
- $$CLUCENEDIR/search/FieldDocSortedHitQueue.cpp \
|
|
|
|
- $$CLUCENEDIR/search/FieldSortedHitQueue.cpp \
|
|
|
|
- $$CLUCENEDIR/search/FilteredTermEnum.cpp \
|
|
|
|
- $$CLUCENEDIR/search/FuzzyQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/HitQueue.cpp \
|
|
|
|
- $$CLUCENEDIR/search/Hits.cpp \
|
|
|
|
- $$CLUCENEDIR/search/IndexSearcher.cpp \
|
|
|
|
- $$CLUCENEDIR/search/MultiSearcher.cpp \
|
|
|
|
- $$CLUCENEDIR/search/MultiTermQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/PhrasePositions.cpp \
|
|
|
|
- $$CLUCENEDIR/search/PhraseQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/PhraseScorer.cpp \
|
|
|
|
- $$CLUCENEDIR/search/PrefixQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/QueryFilter.cpp \
|
|
|
|
- $$CLUCENEDIR/search/RangeFilter.cpp \
|
|
|
|
- $$CLUCENEDIR/search/RangeQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/SearchHeader.cpp \
|
|
|
|
- $$CLUCENEDIR/search/Similarity.cpp \
|
|
|
|
- $$CLUCENEDIR/search/SloppyPhraseScorer.cpp \
|
|
|
|
- $$CLUCENEDIR/search/Sort.cpp \
|
|
|
|
- $$CLUCENEDIR/search/TermQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/TermScorer.cpp \
|
|
|
|
- $$CLUCENEDIR/search/WildcardQuery.cpp \
|
|
|
|
- $$CLUCENEDIR/search/WildcardTermEnum.cpp \
|
|
|
|
- $$CLUCENEDIR/store/FSDirectory.cpp \
|
|
|
|
- $$CLUCENEDIR/store/IndexInput.cpp \
|
|
|
|
- $$CLUCENEDIR/store/IndexOutput.cpp \
|
|
|
|
- $$CLUCENEDIR/store/Lock.cpp \
|
|
|
|
- $$CLUCENEDIR/store/MMapInput.cpp \
|
|
|
|
- $$CLUCENEDIR/store/RAMDirectory.cpp \
|
|
|
|
- $$CLUCENEDIR/store/TransactionalRAMDirectory.cpp \
|
|
|
|
- $$CLUCENEDIR/util/BitSet.cpp \
|
|
|
|
- $$CLUCENEDIR/util/Equators.cpp \
|
|
|
|
- $$CLUCENEDIR/util/FastCharStream.cpp \
|
|
|
|
- $$CLUCENEDIR/util/fileinputstream.cpp \
|
|
|
|
- $$CLUCENEDIR/util/Misc.cpp \
|
|
|
|
- $$CLUCENEDIR/util/Reader.cpp \
|
|
|
|
- $$CLUCENEDIR/util/StringBuffer.cpp \
|
|
|
|
- $$CLUCENEDIR/util/StringIntern.cpp \
|
|
|
|
- $$CLUCENEDIR/util/ThreadLocal.cpp \
|
|
|
|
- $$CLUCENEDIR/analysis/standard/StandardAnalyzer.cpp \
|
|
|
|
- $$CLUCENEDIR/analysis/standard/StandardFilter.cpp \
|
|
|
|
- $$CLUCENEDIR/analysis/standard/StandardTokenizer.cpp
|
2014-05-29 22:07:49 +00:00
|
|
|
|
2013-09-10 16:54:22 +00:00
|
|
|
+INCLUDEPATH += /usr/include/clucene09 $$[QT_INSTALL_LIBS]/clucene09 $$[QT_INSTALL_LIBS]
|
2013-08-28 19:26:04 +00:00
|
|
|
+LIBS += -L$$[QT_INSTALL_LIBS]/clucene09 -lclucene
|
2014-10-25 22:34:04 +00:00
|
|
|
+#DEFINES += LUCENE_ENABLE_REFCOUNT (must be set at CLucene build time!)
|
2013-08-28 19:26:04 +00:00
|
|
|
|
|
|
|
#Header files
|
|
|
|
HEADERS += qclucene_global_p.h \
|
2014-10-26 02:25:43 +00:00
|
|
|
diff -ur qttools-opensource-src-5.3.2/src/assistant/clucene/qclucene-config_p.h qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qclucene-config_p.h
|
|
|
|
--- qttools-opensource-src-5.3.2/src/assistant/clucene/qclucene-config_p.h 2014-09-11 12:48:25.000000000 +0200
|
2014-11-01 00:25:12 +00:00
|
|
|
+++ qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qclucene-config_p.h 2014-10-31 23:44:32.368856494 +0100
|
2014-05-29 23:45:56 +00:00
|
|
|
@@ -15,6 +15,8 @@
|
|
|
|
**
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
+#error This header must not be included when building against system CLucene.
|
|
|
|
+
|
|
|
|
#ifndef QCLUCENE_CONFIG_P_H
|
|
|
|
#define QCLUCENE_CONFIG_P_H
|
|
|
|
|
2014-10-26 02:25:43 +00:00
|
|
|
diff -ur qttools-opensource-src-5.3.2/src/assistant/clucene/qclucene_global_p.h qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qclucene_global_p.h
|
|
|
|
--- qttools-opensource-src-5.3.2/src/assistant/clucene/qclucene_global_p.h 2014-09-11 12:48:25.000000000 +0200
|
2014-11-01 00:25:12 +00:00
|
|
|
+++ qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qclucene_global_p.h 2014-10-31 23:44:32.368856494 +0100
|
2014-05-29 23:45:56 +00:00
|
|
|
@@ -29,20 +29,10 @@
|
2014-05-29 23:12:33 +00:00
|
|
|
// We mean it.
|
|
|
|
//
|
|
|
|
|
|
|
|
-#if !defined(_MSC_VER)
|
|
|
|
-# include "qclucene-config_p.h"
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#include <QtCore/QChar>
|
|
|
|
#include <QtCore/QString>
|
|
|
|
|
2014-05-29 23:29:51 +00:00
|
|
|
-#if !defined(_MSC_VER) && !defined(__MINGW32__) && defined(_CL_HAVE_WCHAR_H) && defined(_CL_HAVE_WCHAR_T)
|
|
|
|
-# if !defined(TCHAR)
|
|
|
|
-# define TCHAR wchar_t
|
|
|
|
-# endif
|
|
|
|
-#else
|
|
|
|
-# include <qt_windows.h>
|
|
|
|
-#endif
|
2014-05-29 23:45:56 +00:00
|
|
|
+#include <CLucene/StdHeader.h>
|
|
|
|
|
2014-05-29 23:29:51 +00:00
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
2014-10-26 02:25:43 +00:00
|
|
|
@@ -54,52 +44,6 @@
|
2014-05-29 23:12:33 +00:00
|
|
|
# define Q_CLUCENE_EXPORT Q_DECL_IMPORT
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-//
|
|
|
|
-// W A R N I N G
|
|
|
|
-// -------------
|
|
|
|
-//
|
|
|
|
-// adjustments here, need to be done in
|
|
|
|
-// QTDIR/src/3rdparty/clucene/src/CLucene/StdHeader.h as well
|
|
|
|
-//
|
|
|
|
-#if defined(_LUCENE_DONTIMPLEMENT_NS_MACROS)
|
|
|
|
-
|
|
|
|
-#elif !defined(DISABLE_NAMESPACE)
|
|
|
|
-# ifdef QT_NAMESPACE
|
|
|
|
-# define CL_NS_DEF(sub) namespace QT_NAMESPACE { namespace lucene{ namespace sub{
|
|
|
|
-# define CL_NS_DEF2(sub,sub2) namespace QT_NAMESPACE { namespace lucene{ namespace sub{ namespace sub2 {
|
|
|
|
-
|
|
|
|
-# define CL_NS_END }}}
|
|
|
|
-# define CL_NS_END2 }}}}
|
|
|
|
-
|
|
|
|
-# define CL_NS_USE(sub) using namespace QT_NAMESPACE::lucene::sub;
|
|
|
|
-# define CL_NS_USE2(sub,sub2) using namespace QT_NAMESPACE::lucene::sub::sub2;
|
|
|
|
-
|
|
|
|
-# define CL_NS(sub) QT_NAMESPACE::lucene::sub
|
|
|
|
-# define CL_NS2(sub,sub2) QT_NAMESPACE::lucene::sub::sub2
|
|
|
|
-# else
|
|
|
|
-# define CL_NS_DEF(sub) namespace lucene{ namespace sub{
|
|
|
|
-# define CL_NS_DEF2(sub,sub2) namespace lucene{ namespace sub{ namespace sub2 {
|
|
|
|
-
|
|
|
|
-# define CL_NS_END }}
|
|
|
|
-# define CL_NS_END2 }}}
|
|
|
|
-
|
|
|
|
-# define CL_NS_USE(sub) using namespace lucene::sub;
|
|
|
|
-# define CL_NS_USE2(sub,sub2) using namespace lucene::sub::sub2;
|
|
|
|
-
|
|
|
|
-# define CL_NS(sub) lucene::sub
|
|
|
|
-# define CL_NS2(sub,sub2) lucene::sub::sub2
|
|
|
|
-# endif
|
|
|
|
-#else
|
|
|
|
-# define CL_NS_DEF(sub)
|
|
|
|
-# define CL_NS_DEF2(sub, sub2)
|
|
|
|
-# define CL_NS_END
|
|
|
|
-# define CL_NS_END2
|
|
|
|
-# define CL_NS_USE(sub)
|
|
|
|
-# define CL_NS_USE2(sub,sub2)
|
|
|
|
-# define CL_NS(sub)
|
|
|
|
-# define CL_NS2(sub,sub2)
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
namespace QtCLuceneHelpers {
|
|
|
|
inline TCHAR* QStringToTChar(const QString &str)
|
|
|
|
{
|
2014-10-26 02:25:43 +00:00
|
|
|
diff -ur qttools-opensource-src-5.3.2/src/assistant/clucene/qindexreader.cpp qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qindexreader.cpp
|
|
|
|
--- qttools-opensource-src-5.3.2/src/assistant/clucene/qindexreader.cpp 2014-09-11 12:48:25.000000000 +0200
|
2014-11-01 00:25:12 +00:00
|
|
|
+++ qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qindexreader.cpp 2014-10-31 23:47:52.184907583 +0100
|
|
|
|
@@ -18,6 +18,8 @@
|
|
|
|
#include "qindexreader_p.h"
|
|
|
|
#include "qclucene_global_p.h"
|
|
|
|
|
|
|
|
+#include <QtCore/QDir>
|
|
|
|
+
|
|
|
|
#include <CLucene.h>
|
|
|
|
#include <CLucene/index/IndexReader.h>
|
|
|
|
|
|
|
|
@@ -59,13 +61,13 @@
|
2014-05-29 22:07:49 +00:00
|
|
|
{
|
|
|
|
using namespace lucene::index;
|
|
|
|
|
|
|
|
- return IndexReader::isLuceneFile(filename);
|
2014-10-26 02:25:43 +00:00
|
|
|
+ return IndexReader::isLuceneFile(filename.toLocal8Bit().constData());
|
2014-05-29 22:07:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bool QCLuceneIndexReader::indexExists(const QString &directory)
|
|
|
|
{
|
|
|
|
using namespace lucene::index;
|
|
|
|
- return IndexReader::indexExists(directory);
|
2014-10-26 02:25:43 +00:00
|
|
|
+ return IndexReader::indexExists(directory.toLocal8Bit().constData());
|
2014-05-29 22:07:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
QCLuceneIndexReader QCLuceneIndexReader::open(const QString &path)
|
2014-11-01 00:25:12 +00:00
|
|
|
@@ -73,7 +75,7 @@
|
2014-05-29 22:07:49 +00:00
|
|
|
using namespace lucene::index;
|
|
|
|
|
|
|
|
QCLuceneIndexReader indexReader;
|
|
|
|
- indexReader.d->reader = IndexReader::open(path);
|
2014-10-26 02:25:43 +00:00
|
|
|
+ indexReader.d->reader = IndexReader::open(path.toLocal8Bit().constData());
|
2014-05-29 22:31:56 +00:00
|
|
|
|
2014-05-29 22:07:49 +00:00
|
|
|
return indexReader;
|
|
|
|
}
|
2014-11-01 00:25:12 +00:00
|
|
|
@@ -81,25 +83,29 @@
|
2014-05-29 22:07:49 +00:00
|
|
|
void QCLuceneIndexReader::unlock(const QString &path)
|
|
|
|
{
|
|
|
|
using namespace lucene::index;
|
|
|
|
- IndexReader::unlock(path);
|
2014-10-26 02:25:43 +00:00
|
|
|
+ IndexReader::unlock(path.toLocal8Bit().constData());
|
2014-05-29 22:07:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bool QCLuceneIndexReader::isLocked(const QString &directory)
|
|
|
|
{
|
2014-11-01 00:25:12 +00:00
|
|
|
+ // The system CLucene fails here if the directory does not exist yet, unlike
|
|
|
|
+ // the bundled one. Work around that.
|
|
|
|
+ QDir::current().mkpath(directory);
|
|
|
|
+
|
2014-05-29 22:07:49 +00:00
|
|
|
using namespace lucene::index;
|
|
|
|
- return IndexReader::isLocked(directory);
|
2014-10-26 02:25:43 +00:00
|
|
|
+ return IndexReader::isLocked(directory.toLocal8Bit().constData());
|
2014-05-29 22:07:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
quint64 QCLuceneIndexReader::lastModified(const QString &directory)
|
|
|
|
{
|
|
|
|
using namespace lucene::index;
|
|
|
|
- return quint64(IndexReader::lastModified(directory));
|
2014-10-26 02:25:43 +00:00
|
|
|
+ return quint64(IndexReader::lastModified(directory.toLocal8Bit().constData()));
|
2014-05-29 22:07:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
qint64 QCLuceneIndexReader::getCurrentVersion(const QString &directory)
|
|
|
|
{
|
|
|
|
using namespace lucene::index;
|
|
|
|
- return qint64(IndexReader::getCurrentVersion(directory));
|
2014-10-26 02:25:43 +00:00
|
|
|
+ return qint64(IndexReader::getCurrentVersion(directory.toLocal8Bit().constData()));
|
2014-05-29 22:07:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void QCLuceneIndexReader::close()
|
2014-11-01 00:25:12 +00:00
|
|
|
@@ -155,7 +161,7 @@
|
2014-05-29 22:07:49 +00:00
|
|
|
void QCLuceneIndexReader::setNorm(qint32 doc, const QString &field, qreal value)
|
|
|
|
{
|
|
|
|
TCHAR *fieldName = QStringToTChar(field);
|
|
|
|
- d->reader->setNorm(int32_t(doc), fieldName, qreal(value));
|
|
|
|
+ d->reader->setNorm(int32_t(doc), fieldName, (float_t)value);
|
|
|
|
delete [] fieldName;
|
|
|
|
}
|
|
|
|
|
2014-10-26 02:25:43 +00:00
|
|
|
diff -ur qttools-opensource-src-5.3.2/src/assistant/clucene/qindexwriter.cpp qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qindexwriter.cpp
|
|
|
|
--- qttools-opensource-src-5.3.2/src/assistant/clucene/qindexwriter.cpp 2014-09-11 12:48:25.000000000 +0200
|
2014-11-01 00:25:12 +00:00
|
|
|
+++ qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qindexwriter.cpp 2014-10-31 23:44:32.369856502 +0100
|
2014-10-26 23:13:10 +00:00
|
|
|
@@ -18,6 +18,8 @@
|
|
|
|
#include "qindexwriter_p.h"
|
|
|
|
#include "qindexreader_p.h"
|
|
|
|
|
|
|
|
+#include <QtCore/QDir>
|
|
|
|
+
|
|
|
|
#include <CLucene.h>
|
|
|
|
#include <CLucene/index/IndexWriter.h>
|
|
|
|
|
|
|
|
@@ -50,7 +52,12 @@
|
2014-05-29 22:07:49 +00:00
|
|
|
: d(new QCLuceneIndexWriterPrivate())
|
|
|
|
, analyzer(analyzer)
|
|
|
|
{
|
2014-05-29 22:31:56 +00:00
|
|
|
- d->writer = new lucene::index::IndexWriter(path,
|
2014-10-26 23:13:10 +00:00
|
|
|
+ // The system CLucene cannot create directories recursively, so do it here.
|
|
|
|
+ // Ignore failure: If it failed, we will get an error from CLucene anyway.
|
|
|
|
+ if (create)
|
|
|
|
+ QDir::current().mkpath(path);
|
|
|
|
+
|
2014-10-26 02:25:43 +00:00
|
|
|
+ d->writer = new lucene::index::IndexWriter(path.toLocal8Bit().constData(),
|
2014-05-29 22:07:49 +00:00
|
|
|
analyzer.d->analyzer, create, closeDir);
|
|
|
|
}
|
|
|
|
|
2014-10-26 02:25:43 +00:00
|
|
|
diff -ur qttools-opensource-src-5.3.2/src/assistant/clucene/qsearchable.cpp qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qsearchable.cpp
|
|
|
|
--- qttools-opensource-src-5.3.2/src/assistant/clucene/qsearchable.cpp 2014-09-11 12:48:25.000000000 +0200
|
2014-11-01 00:25:12 +00:00
|
|
|
+++ qttools-opensource-src-5.3.2-system-clucene/src/assistant/clucene/qsearchable.cpp 2014-10-31 23:44:32.369856502 +0100
|
2014-10-26 02:25:43 +00:00
|
|
|
@@ -95,7 +95,7 @@
|
2014-05-29 22:07:49 +00:00
|
|
|
: QCLuceneSearcher()
|
|
|
|
{
|
|
|
|
lucene::search::IndexSearcher *searcher =
|
|
|
|
- new lucene::search::IndexSearcher(path);
|
2014-10-26 02:25:43 +00:00
|
|
|
+ new lucene::search::IndexSearcher(path.toLocal8Bit().constData());
|
2014-05-29 22:07:49 +00:00
|
|
|
|
|
|
|
reader.d->reader = searcher->getReader();
|
|
|
|
reader.d->deleteCLuceneIndexReader = false;
|
2014-10-26 02:25:43 +00:00
|
|
|
diff -ur qttools-opensource-src-5.3.2/src/assistant/help/help.pro qttools-opensource-src-5.3.2-system-clucene/src/assistant/help/help.pro
|
|
|
|
--- qttools-opensource-src-5.3.2/src/assistant/help/help.pro 2014-09-11 12:48:25.000000000 +0200
|
2014-11-01 00:25:12 +00:00
|
|
|
+++ qttools-opensource-src-5.3.2-system-clucene/src/assistant/help/help.pro 2014-10-31 23:44:32.369856502 +0100
|
2014-10-26 02:25:43 +00:00
|
|
|
@@ -34,6 +34,7 @@
|
2014-05-30 18:10:08 +00:00
|
|
|
qhelp_global.cpp
|
|
|
|
|
|
|
|
# access to clucene
|
|
|
|
+INCLUDEPATH += /usr/include/clucene09 $$[QT_INSTALL_LIBS]/clucene09 $$[QT_INSTALL_LIBS]
|
|
|
|
SOURCES += qhelpsearchindexwriter_clucene.cpp \
|
|
|
|
qhelpsearchindexreader_clucene.cpp
|
|
|
|
HEADERS += qhelpenginecore.h \
|