search for: progsrv

Displaying 13 results from an estimated 13 matches for "progsrv".

Did you mean: progs
2007 Oct 27
2
Remote database search issues
...ck.. not as nice as proper remote database open (since with that you can dynamically control via code which servers to connect to) but still, it works. So we then tested remote search... We faced several problems... 1) Only the xapian-tpcsrv worked. We couldn't figure out how to use xapian-progsrv. The problem was the stub file format. This works: remote 10.0.0.27:33333 But these don't work remote ssh ftsuser@10.0.0.27 xapian-progsrv /data/fts/Database2/ or remote ssh 10.0.0.27 xapian-progsrv /data/fts/Database2/ The error we get is Error creating DB with stub file: Exce...
2006 Nov 09
2
patch for xapian-spec(0.9.9)
Missed %{_mandir}/man1/xapian-progsrv.1* diff -u RPM/BUILD/xapian-core-0.9.9/xapian.spec RPM/SPECS/xapian.spec --- RPM/BUILD/xapian-core-0.9.9/xapian.spec 2006-11-09 09:14:38.000000000 -0500 +++ RPM/SPECS/xapian.spec 2006-11-09 09:14:03.000000000 -0500 @@ -1,10 +1,10 @@ # RedHat-style .spec file for Xapian # xapian.spec. Generated...
2016 Mar 13
2
Unable to generate lcov test coverage reports (Out of memory error)
...I was trying to generate lcov test coverage reports for xapian-core but got an out of memory error: $ lcov --capture --directory . --output-file xapian-core.info Capturing coverage data from . Found gcov version: 4.7.3 Scanning . for .gcda files ... Found 270 data files in . Processing bin/xapian-progsrv.gcda Out of memory! These are the steps I followed in xapian-core directory **(lcov.xapian.org is down so I referred to xapian-core/HACKING and some online resources for these steps): $ ./configure CXXFLAGS='-g -O0 --coverage' CFLAGS='-g -O0 --coverage' $ make check $ lcov --captu...
2020 Mar 22
0
Unable to build RPM for Centos 7
...libxapian.la libtool: warning: remember to run 'libtool --finish /usr/lib64' ?/usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/bin' ? /bin/sh ./libtool?? --mode=install /usr/bin/install -c bin/xapian-delve bin/xapian-check bin/xapian-compact bin/xapian-progsrv bin/xapian-replicate bin/xapian-replicate-server bin/xapian-tcpsrv examples/copydatabase examples/quest examples/simpleexpand examples/simpleindex examples/simplesearch examples/xapian-metadata examples/xapian-pos '/root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/bin' libtool:...
2007 Jun 30
1
Re: [Xapian-commits] 9092: trunk/xapian-core/ trunk/xapian-core/api/ trunk/xapian-core/common/ trunk/xapian-core/include/xapian/
...abase, this would return the path that was used to open the database. For a remote (TCP) database, it would return a string indicating the host and port that the database is at (probably in a pseudo URL form something like "remotetcp://host:port/"), and something similar for a remote progsrv database. Not sure what an inmemory one would return... Alternatively, databases could have a new "set_name()" method which sets the name to return (possibly with something like the above as the default) to avoid having to do long string compares to work out which database a documen...
2016 Jul 28
2
Weighting Schemes: Implementing Piv+ Normalization
...ls = static_cast<const string>ptr++; fixes compile errors. But tfidfweight3 test case is failing with remote backends :- $ ./runtest gdb ./apitest -v tfidfweight3 Running test: tfidfweight3... SerialisationError: REMOTE:Bad encoded double: short mantissa (context: remote:prog(../bin/xapian-progsrv -t300000 .glass/db=apitest_simpledata) I'm wondering if I need to introduce a new method in serialise-double.h for string parameters (normalizations in this case)? To be honest, I have little idea about that part of Xapian so probably a workaround might be better. :) Thanks, Vivek On Thu,...
2006 Oct 06
1
Re: [Xapian-commits] 7289: trunk/xapian-core/ trunk/xapian-core/tests/
On Fri, Oct 06, 2006 at 05:36:47PM +0100, richard wrote: > tests/runtest.in: Cache result of test for $VG_LOG_FD if we find the new > option. Saves 2 seconds for each invocation on my machine, which is half the > time when running just a single simple test. Nice speed up, although we might as well just remove the option and send valgrind's output to /dev/null as things currently
2016 Jul 09
0
Xapian 1.4.0 released
...access to update the documentation? http://www.linuxfromscratch.org/blfs/view/svn/general/xapian.html Installed Programs: copydatabase, delve, quest, simpleexpand, simpleindex, simplesearch, xapian-check, xapian-chert-update, xapian-compact, xapian-config, xapian-inspect, xapian-metadata, xapian-progsrv, xapian-replicate, xapian-replicate-server and xapian-tcpsrv On Wed, Jul 6, 2016 at 1:15 PM, Kevin Duraj <kevin.duraj at zefr.com> wrote: > I have installed the new Xapian 1.4.0 , during the installation, I > haven't seen any problems, however, when I execute commands quest and &g...
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...-1.2.7" -O2 -MD -D NDEBUG /I ".." /I "..\testsuite" /I"..\backends\flint" /I"..\backends\chert" /I"..\ backends\brass" /Fo".\\" /Fd".\\" /Tp ".\xapian-compact.cc" ".\xapian-chert-update.cc" ".\xapian-progsrv.cc" ".\xapian-tcp srv.cc" ".\xapian-inspect.cc" ".\xapian-check-chert.cc" ".\xapian-check-brass.cc" ".\xapian-check-flint.cc" ".\xapian-ch eck.cc" ".\xapian-replicate.cc" ".\xapian-replicate-server.cc" >>deps...
2016 Jul 06
2
Xapian 1.4.0 released
I have installed the new Xapian 1.4.0 , during the installation, I haven't seen any problems, however, when I execute commands quest and delve I get different versions, and my Perl-based searches return Exception: Couldn't detect type of database ... and what are these glass things in the index directories? There is a no new version of Perl Search::Xapian. $ quest -version quest -
2013 Mar 18
1
Up and running with ZeroMQ
Hi, As suggested earlier, I'm getting adept with the usage of ZeroMQ and understand its usage in the present context. What I have done till now is :- (1) Study ZeroMQ API and get in ease with its usage. Still implementing sample programs and learning basic functions. (2) Installed, compiled and setup my development environment with Xapian and ZeroMQ. Lots of work here already! Though, I
2016 Jul 27
2
Weighting Schemes: Implementing Piv+ Normalization
Hi, I have added support for Piv normalization in Tf-Idf weighting scheme as a intermediate step to implementing the support for Piv+ normalization. All tests pass. But I'm running into some issues with Piv+ normalization. In the Piv+ formula , there are two parameters (s and delta) that control the weight assigned. I think the way I'm serialising and unserialising these parameters has
2016 Jul 29
2
Weighting Schemes: Implementing Piv+ Normalization
...). > > > But tfidfweight3 test case is failing with remote backends :- > > > > $ ./runtest gdb ./apitest -v tfidfweight3 > > > > Running test: tfidfweight3... SerialisationError: REMOTE:Bad encoded > > double: short mantissa (context: remote:prog(../bin/xapian-progsrv > -t300000 > > .glass/db=apitest_simpledata) > > You're deserialising something that wasn't serialised, or wasn't > serialised properly. > > If I put 'xapian bad encoded double short mantissa' into Google, I get > this page as the top result (it may be...