similar to: Switched to git

Displaying 20 results from an estimated 20000 matches similar to: "Switched to git"

2007 Jun 12
1
Empty results OMEGA with XAPIAN 1.0.1
Hi, I configured XAPIAN 1.0.1 and OMEGA 1.0.1. on my development machine (first removed the old ones). I recreated my databases (both quartz and flint) and tried to run original queries against the databases created by the new versions. I'm getting empty result sets from OMEGA. If I use the delve tool I actually see that the records are created fine. No log files are written as far as I
2012 Sep 01
1
Xapian Github Organization
Hi, I am suggesting to turn https://github.com/xapian into an organization. -- Best regards, Uvarov Michael
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On 12 Feb 2014, at 08:55, Olly Betts <olly at survex.com> wrote: > For GSoC projects, I'd recommend developing on Linux, or another > Unix-like platform. I think everyone who has so far expressed an > interest in mentoring uses Linux or Mac OS X, so we're much better > placed to help with development on such platforms. If you're on Windows, the way of doing this
2019 Apr 08
2
Student Introduction
This might be a little late but I was engaged in my university examinations. Moreover, I have an exam even today so apologies for the delay. Also, I had to change my project from weighting schemes to improve to improve estimated total number of results as weighting schemes was demanding a lot of time going through it. I would really appreciate if you could review my proposal asap.
2005 Feb 16
2
Subversion?
I've been wondering if we should consider migrating from CVS to Subversion (aka SVN) for version control. There's a utility (cvs2svn) to convert a CVS repository while keeping full history. And SVN is supported by viewcvs (as used by http://cvs.xapian.org/) The main motivations are: * CVS doesn't really handle renaming files well. Either you "cvs rm" then "cvs
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 05:13:09PM +0000, James Aylett wrote: > On 3 Mar 2019, at 17:01, Olly Betts <olly at survex.com> wrote: > > > I suspect what's going on here is that bootstrap will by default > > download, build and install (into a subdirectory of the build tree) any > > of the autotools for which suitable versions aren't already installed. > >
2007 Apr 03
4
binding JAVA, rushing!
Hi, I met a problem when I binding JAVA. 1. download xapian-bindings-0.9.10.tar.gz to my local. 2. unzip binding file. 3. input ./configure --with-java in cygwin. 4 give me error: checking for java... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/java checking for javac... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/javac checking for jar... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/jar
2014 Dec 01
2
Contributing to Xapian
I'd suggest that a good thing to look at would be functional tests of the metrics and algorithms in Hanxiao Sun's work from this summer. You'll generally need to go either to the original paper, or find an alternative implementation, to build up a series of tests that demonstrate that the implementation is doing what it is supposed to. Xapian-core contains a test framework which it
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 04:20:21PM +0000, James Aylett wrote: > On the documentation build, I'm not sure what's going on. I'm on > Debian stable here, and I don't have texinfo installed. ./bootstrap > completes successfully for me. My understanding of makeinfo is that > it's not actually needed for Xapian, and the build system shouldn't > complain about its
2008 Sep 09
3
sort by value fails
hi all, i want use sort_by_value to sort by "username". so in the indexing process i add the value i want sort by as value (lang is php) $document->add_value(0, 'value'); when i sort i got all specialchars at the beginning ? ? ? alf the values be indexed as utf8. what do i wrong? any suggestions? regards, sven
2011 Nov 09
1
Node.js binding -- feedback wanted
Would love to get some eyes on this code. It needs to surface more functionality for basic use, I suspect, but I'm not sure precisely what... https://github.com/networkimprov/node-xapian
2014 Oct 12
5
Help with xapian
Hi, I am unable to build the letor module. I am generating the configure file using autoconf. The configure file generated is throwing the error ./configure: line 2057: syntax error near unexpected token `1.10.1' ./configure: line 2057: `AM_INIT_AUTOMAKE(1.10.1 -Wportability tar-ustar)` I am not too sure what to do with this. Need help with this. Thank You Regards Karthik On Mon, Sep 29,
2016 Jan 24
3
xapian websites available via https
On Sun, Jan 24, 2016 at 03:05:31PM +0100, Adam Sj?gren wrote: > James writes: > > It?d be helpful if people could check if they have any problem > > accessing the sites over https. > > Works for me (Iceweasel 43.0.4, browsing from Denmark) - cool! Yes, many thanks to James for working on this. > I spotted these when clicking around a little: > > ? The link
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all, I am new to Xapian and want to use it with Java. In order to do that I tried to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure". However "./configure --with-java" exits with an error. Point of failure: checking for jni.h... no checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no checking for jni.h in
2016 Mar 29
2
Bite-size project
On Mar 28, 2016 3:01 PM, "Olly Betts" <olly at survex.com> wrote: > That's where a new command needs to be hooked up, but in this case I'd > put the actual implementation into transform.cc alongside the > implementation of $transform - then it can share $transform's regex > cache (which avoids recompiling a regex if it's used multiple times, > either
2005 Jun 08
8
Building on Windows
Hi, I am brand new to Xapian and am trying to get it to build on my Windows XP SP2 computer. I have downloaded cygwin and did a full install. I have downloaded the most recent xapian-core code. Here is what I have done so far: a. I unpacked the core and put in at c:\xapian-core-0.9.0 b. I then opened a cmd window, typed 'sh' to open up the cygwin shell and then typed in the
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
2016 Mar 29
2
Bite-size project
On Tue, Mar 29, 2016 at 06:20:21AM +0100, Olly Betts wrote: > > Can I start with trying to implement this? > > Sure - there's really no need to ask permission to work on something. It's probably helpful to create a ticket and claim it (and update the project ideas list to link to it), so other people don't try to work on it as well. (I have a feeling that it might have
2014 Dec 04
2
Contributing to Xapian
On 5/12/2014 12:04 AM, "James Aylett" <james-xapian at tartarus.org> wrote: > As Parth mentioned, you need to remove xapian-bindings/.nobootstrap in order to have that built from git. ITYM xapian-letor/.nobootstrap here. Cheers, Olly -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jan 23
4
GSoC 2014
Google's "Summer of Code" is on again. If you're not familiar with GSoC, see: http://code.google.com/soc/ We had a brief discussion on IRC, and we have enough potential mentors to make it worth applying again. Org applications are open Feb 3rd-14th. Accepted orgs are announced on Feb 24th, and students can apply between March 10th and 21st, but the keen ones have already