Displaying 20 results from an estimated 30000 matches similar to: "Re: [Xapian-commits] 8203: trunk/xapian-bindings/"
2016 Feb 24
4
Database left unlocked by Tcl bindings
On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
>>> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
>>>> I discovered, while trying to set up Tcl bindings for Notmuch
>>>>
2004 Oct 22
1
Re: [Xapian-commits] Changes in xapian/xapian-bindings/ xapian/xapian-bindings/python/docs/
On Thu, Oct 21, 2004 at 05:45:42PM +0100, Olly Betts wrote:
> Log message:
> python/docs/bindings.html: Remove documentation explicitly saying
> how we wrap Xapian::QueryParser and Xapian::Stem since we wrap them
> exactly as we wrap everything else we don't mention!  Also mention
> simpleexpand example.
The point of this comment was to highlight that they exist within the
2023 May 23
3
LIttle problem when installing xapian-bindings-1.4.22
On Tue, May 23, 2023 at 03:06:50AM +0000, nebulaaksum wrote:
> You said, " Generally xapian-bindings with a newer xapian-core (within
> the same stable release series) should work." 
> But it is the newer xapian-core-1.4.22 which is installed in my system
> already that is having Xapian library version 1.4.18,  So the
> xapian-bindings-1.4.22 is saying the core an older
2007 Mar 08
1
Tarball size (was Re: [Xapian-commits] 7916: trunk/xapian-core/ trunk/xapian-core/docs/)
On Wed, Mar 07, 2007 at 11:22:36PM +0000, olly wrote:
> docs/Makefile.am: Stop shipping docs/apidoc/latex/* in the
> xapian-core tarballs since it's just useless bloat.  Removing it
> more than halves the size of the tarball (55% reduction!)
Hmm, this is very odd.
I tried unpacking the last xapian-core snapshot tarball, deleting the
junk files, and rebuilding the tarball, and I got
2016 Feb 22
3
Database left unlocked by Tcl bindings
On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> > I discovered, while trying to set up Tcl bindings for Notmuch
> > (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> > being locked (I had lost updates).
> 
> It seems to work for me, testing with this:
> 
2015 Jun 20
3
Future of the xapian-commits list
I spotted recently that since we switched to git, commit notifications
haven't been sent to the xapian-commits list.
We can probably install a hook for git to get them flowing again, but
given that none of the ~20 subscribers to the list has complained, I'm
wondering if a list for commits is still useful.  Perhaps with a
decentralised version control system it isn't, though the
2007 Jan 12
1
Re: [Xapian-commits] 7603: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
On Tue, Jan 02, 2007 at 03:55:59PM +0000, richard wrote:
> * backends/quartz/btree.cc,backends/flint/flint_io.h: Patches from
>   Charlie Hull to allow 2GB+ index files work when compiled using
>   Visual C++.
I suspect that xapian-compact.cc (and quartzcompact.cc if you can be
bothered) will also need fixing since they use off_t.  You need to make
sure that the stat() function called
2007 Apr 12
1
Re: [Xapian-commits] 8196: trunk/xapian-maintainer-tools/win32msvc/
On Thu, Apr 12, 2007 at 12:52:03PM +0100, richard wrote:
> SVN root:       svn://svn.xapian.org/xapian
> Changes by:     richard
> Revision:       8196
> Date:           2007-04-12 12:52:02 +0100 (Thu, 12 Apr 2007)
> 
> Log message (1 line):
> Fix rules for generating .pl files from .pl.in files.
> 
> Modified files:
> U  
2007 Oct 07
1
Re: [Xapian-commits] 9389: trunk/xapian-core/ trunk/xapian-core/net/
On Mon, Oct 01, 2007 at 01:13:07PM +0100, richard wrote:
> Log message (3 lines):
> net/remoteconnection.cc: After calling read(), check for received
> == 0 after checking for errors, so that if an EINTR occurs in
> read, we don't report EOF instead of retrying.
> [...]
> http://xapian.org/C?9389?trunk/xapian-core/net/remoteconnection.cc
I don't think this change is
2007 Apr 11
1
Re: [Xapian-commits] 8181: trunk/xapian-bindings/ trunk/xapian-bindings/python/
On Wed, Apr 11, 2007 at 10:31:39AM +0100, richard wrote:
> python/smoketest.py: Replace cut-and-pasted test checking code
> with functions, to simplify tests.
It might be simpler, but mostly because functionality has gone - you've
thrown away all my carefully written failure messages!
Now if a test fails, the message is very generic and you have to read
the code to find out what's
2023 Jun 06
1
LIttle problem when installing xapian-bindings-1.4.22
On Thu, May 25, 2023 at 05:18:28PM +0000, nebulaaksum wrote:
>  Here is what  I tried:
> 1.  
> gebreselema at system76-pc:~/myinstalls/myxapian/xapian-omega-1.4.22/xapianomegabuild$ ./configure  XAPIAN_CONFIG=/usr/local/xapian-core-1.4.22/bin/xapian-config \--prefix=/usr/local/xapian-omega-1.4.22
> bash: ./configure: No such file or directory
Looks like you've created a
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
On Mon, May 22, 2023 at 10:35:25PM +0000, nebulaaksum wrote:
> I was just installing xapian-bindings-1.4.22 on Ubuntu 22.04, but I
> got the following warning message:
> 
> configure: WARNING: Xapian library is version 1.4.18 but the bindings
> are version 1.4.22 - we strongly recommend using matching versions.
The issue here is mostly that xapian-bindings wraps almost the entire
2006 Dec 13
1
Re: [Xapian-commits] 7575: trunk/xapian-core/ trunk/xapian-core/include/xapian/
On Wed, Dec 13, 2006 at 06:09:49PM +0000, richard wrote:
> Improve documentation comment for Document::get_value().
Further to this improvement, I wonder if the "must be >= 0" should be
dropped.  Xapian::valueno is an unsigned type, so you effectively can't
pass a negative value in (if you do it'll be converted to a large
positive value and would work if used
2023 May 23
1
LIttle problem when installing xapian-bindings-1.4.22
Oh Olly, you are so kind. Thank you so much.  I think you pinned out my problem. I have installed the xapian-core-1.4.22 at /usr/local/xapian-core-1.4.22 to avoid cluttering. I will try to do what you have  given me. if that does not work, I will try to remove the older xapian-core-1.4.18 library wherever it is if  I can locate it.  Then I will give the path for the new one. GTK is just one of the
2006 Oct 04
1
Re: [Xapian-commits] 7283: trunk/xapian-core/ trunk/xapian-core/net/
On Wed, Oct 04, 2006 at 01:27:20PM +0100, richard wrote:
> SVN root:       svn://svn.xapian.org/xapian
> Changes by:     richard
> Revision:       7283
> Date:           2006-10-04 13:27:17 +0100 (Wed, 04 Oct 2006)
> 
> Log message (2 lines):
> Use "unsigned char" instead of "char" when serialising lengths, to avoid
> problems on platforms where char is
2014 Nov 30
3
Contributing to Xapian
Hi Olly
I will try to work on :
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank
I will be taking a Machine Learning class the next semester and I hope that
this project will help me supplement my learning in Machine Learning and
also gain a bit of knowledge in IR.
If you can give me ideas on how to get around with the code for LTR
project, it will be awesome. I can look at
2014 Sep 29
2
Help with xapian
Hi,
I have started getting a hang of the xapian codebase. I think I would like
to try my hands on the letor module of xapian. Could you please suggest
some free data set for the training and testing of letor features. I am not
able to get the INEX data set from anywhere (the one mentioned by parth
gupta in his GSOC 2011 projecct.
Regards
Karthik
On Mon, Sep 22, 2014 at 4:23 PM, Olly Betts
2007 Apr 13
1
Re: [Xapian-commits] 8229: trunk/xapian-core/ trunk/xapian-core/api/
olly wrote:
> SVN root:       svn://svn.xapian.org/xapian
> Changes by:     olly
> Revision:       8229
> Date:           2007-04-13 10:18:52 +0100 (Fri, 13 Apr 2007)
> 
> Log message (4 lines):
> api/version.cc: Simpler and cleaner fix - the prototypes for the
> version functions had moved from xapian/version.h to xapian.h so we
> were including the wrong header and not
2023 May 25
1
LIttle problem when installing xapian-bindings-1.4.22
On Wed, May 24, 2023 at 02:18:50AM +0000, nebulaaksum wrote:
> I have more question. After successfully installing xapian-bindings-1.4.22.  I continued to install xapian-omega-1.4.22.  But it did not even pass the configuration step.
>  I intend to install xapian-omega-1.4.22 at
>  /usr/local/xapian-omega-1.4.22.  I  do my building from a separate
>  build directory lest I clutter my
2015 Jun 19
1
REPLY: make check xapian-bindings-1.2.21 & Search-Xapian-1.2.21.0
Dear Olly Betts,
I think the tests for the perl module Search-Xapian-1.2.21.0 might be fewer in number than the perl tests included with xapian-bindings-1.2.21. If some of the tests have similar but modified content I do not know. I am not so skilled as to interpret the compared test results.
If you want to suggest a paired earlier version of Xapian to a specific xapian.bindings version,
I might