search for: tartarus

Displaying 20 results from an estimated 288 matches for "tartarus".

2007 Jul 04
3
Stemming problem
Does anyone know if xapian stemming support suffix -er? I tried -s and -ing both work, but not -er. _________________________________________________________________ ?????????????? MSN Messenger: http://messenger.msn.com/cn
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
2019 Oct 22
5
It was twenty years ago today...
Xapian has turned 20! Strictly speaking it was 20 years ago last month but I managed to miss the true anniversary - the oldest commit in the Xapian repo is: commit 8ced76ea128c8fb2792477e09b41fa989f2e572f Author: Richard Boulton <richard at tartarus.org> Date: Fri Sep 10 09:50:40 1999 +0000 Martins initial code, which didn't work for him but did for me. Back then Richard, Martin and I all worked for BrightStation, and Richard and I were working in a small office high above the foyer of St John's Innovation Centre in Cambridg...
2012 Sep 01
1
Xapian Github Organization
Hi, I am suggesting to turn https://github.com/xapian into an organization. -- Best regards, Uvarov Michael
2004 May 26
1
PHP4 bindings
...should rename it in PHP. So how do others do it? Or am I the only person trying to create a writable database object in PHP? :) J -- /--------------------------------------------------------------------------\ James Aylett xapian.org james at tartarus.org uncertaintydivision.org
2011 May 16
2
Xapian.org design
Hi guys We were talking a little while ago about putting together some content to provide more examples of operations for first-time users. One of the other thoughts that's come up is about the design of the Xapian site; we've a bit of spare designer capacity at work and were wondering if we could do you a jazz-ed up site design (for free) and wondered if this'd be something the
2016 Jun 05
2
R bindings for Xapian - Project progress
...anges someone else made to the remote repository, and which you want to incorporate into your local branch (which is what you operate on using `git rebase -i`). I've written an article to try to explain remotes, branches and how to incorporate changes from remotes into a local branch: https://tartarus.org/james/diary/2016/06/05/git-remotes You can ignore the stuff about `git merge`, which you don't want to use here. Hopefully this will make it more clear what's going on! J -- James Aylett, occasional trouble-maker xapian.org
2018 Jun 21
0
Welcome to the "Xapian-discuss" mailing list
...Hope that helps a little! J > On 20 Jun 2018, at 21:23, Gaby Goldberg <gaby.goldberg at rivdata.com> wrote: > > I'm a bit confused on how the operator works. Does it find the distance between the two terms? > > On Wed, Jun 20, 2018 at 1:09 PM James Aylett <james at tartarus.org> wrote: > On 20 Jun 2018, at 20:39, Gaby Goldberg <gaby.goldberg at rivdata.com> wrote: > > > I'm new to Xapian and wanted to know if it has a specific feature. I want > > to be able to check the relation between two terms on a page based on how > > close t...
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
2018 Jun 20
2
Welcome to the "Xapian-discuss" mailing list
Hi, I'm new to Xapian and wanted to know if it has a specific feature. I want to be able to check the relation between two terms on a page based on how close they are together on the page. I want to use a combination of n-gram based labeling and the "slop" feature found in Elasticsearch. Does Xapian have this/a similar feature? I haven't been able to find any programs that have
2017 Apr 23
2
Question about the ticket #743 omindex: delay libmagic checks
> > I'd suggest to start with you just look at moving the libmagic check after > the filesize checks, so you don't need to get into whether libmagic or > the database check is cheaper on average. hi, Olly, I have moved the libmagic check after the filesize check directly, https://github.com/caiyulun/xapian/commit/3a97d9ee5397fa900a473aa9b3d8eeb720177a4e can you provide
2008 Jan 15
7
PHP indexing, what's the PHP method for indexscript
Currently I have the following indexscript: pid : unique=Q boolean=Q field=pid postdate : field=startdate author_name: unhtml boolean=XAUTHORNAME field=author author_id: boolean=XAUTHORID field=authorid url : field=url sample : weight=1 index field=sample How can I create the same indexing using PHP? With this, I can get an searchable index, but I have no idea how to set the fields, so that I
2017 Mar 23
2
GSoC 2017: Letor Click Data Mining
> You could do that by identifying the search session instead of the user, > which makes it closer to what we need than to something that might trip you > into privacy concerns. Okay, that would be much better. :) > Third records some information about what sort of query it is — add, > morelike or a plain query. Last provides the estimated match size and then > the HTTP
2016 Mar 06
3
GSOC-2016 Project : Clustering of search results
On Sun, Mar 6, 2016 at 7:17 AM, James Aylett <james-xapian at tartarus.org> wrote: > On Sat, Mar 05, 2016 at 10:58:43PM +0530, Richhiey Thomas wrote: > > K-Means or something related certainly seems like a viable approach, > so what you'll need to do is to come up with a proposal of how you'd > implement this in Xapian (either with reference...
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.
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
2016 Sep 22
2
issues compiling omega
All, I'm having some issues compiling omega. Here are the particulars I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from make: libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wca st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2014 Dec 04
3
Contributing to Xapian
...bove branch) if you are more interested in the general > framework of the LTR. But if you are more keen on the ML part then > Hanxiao's branch would be a good point to start and to do what James is > suggesting. > > On Mon, Dec 1, 2014 at 8:26 AM, James Aylett <james-xapian at tartarus.org> > wrote: > >> 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 >> implemen...
2005 Jul 30
2
[PHP5] Xapian not compiling
The Xapian PHP extension is refusing to compile on my system, is there any way to force it, or can someone provide the extension compiled for FreeBSD 5.4? Please?
2005 Jul 30
2
[PHP5] Xapian not compiling
The Xapian PHP extension is refusing to compile on my system, is there any way to force it, or can someone provide the extension compiled for FreeBSD 5.4? Please?