On 64bit OS:
IndexFileDeleter.cpp: In member function 'void
lucene::index::IndexFileDeleter::message(std::string)':
IndexFileDeleter.cpp:93: error: cast from 'pthread*' to 'int32_t'
loses precision
IndexWriter.cpp: In member function 'void
lucene::index::IndexWriter::message(std::string)':
IndexW
2010/9/15 Itamar Syn-Hershko :
> Try applying commit 1d981b instead:
> http://clucene.git.sourceforge.net/git/gitweb.cgi?p=clucene/clucene;a=commitdiff;h=1d981b2a889eb3676c83dc08bd5a0843201c6675
> It should work better. Let me know how that goes, and I'll cherry-pick
> it to master if no disaster h
Not included limits.h:
/clucene/src/core/CLucene/search/spans/TermSpans.cpp:38: error:
‘INT_MAX’ was not declared in this scope
/clucene/src/core/CLucene/search/spans/TermSpans.cpp:58: error:
‘INT_MAX’ was not declared in this scope
/clucene/src/core/CLucene/search/spans/TermSpans.cpp:82: error:
‘I
In this test adding 3 docs and then updating them. And then search
docs with sorting by doc_id (desc), after some updates search() not
sorting docs.
search 1: //all ok
id = 3, score = 0.999667
id = 2, score = 0.999667
id = 1, score = 0.999667
search 2: //all ok
id = 3, score = 0.999833
id = 2, sc
# ./waf configure --boost-includes=/usr/local/include
--boost-libs=/usr/local/lib
[skipped]
Checking for boost include path : /usr/local/include (ver 1_45)
Checking for library boost_filesystem: not found
Checking for library boost_thread: not found
Checking for library boost_r
[ 6%] Building CXX object
src/core/CMakeFiles/lucene++.dir/search/FieldCacheRangeFilter.cpp.o
/home/psevdo/git/Lucene++/LucenePlusPlus/src/core/search/FieldCacheRangeFilter.cpp:
In constructor
'Lucene::FieldCacheRangeFilterLong::FieldCacheRangeFilterLong(const
Lucene::String&, Lucene::