Search Discussions
-
Hello SWIG developers I am a long time user of a certain GPL:ed search engine called Xapian [ http://www.xapian.org ]. Xapian is written in C++, but the makers have been providing bindings for other ...
Alexander Lind
Aug 20, 2007 at 11:05 pm
Oct 12, 2007 at 10:52 pm -
Hi all I just read in bug-post 191 [ http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id1 ] that there are some incompatibilities with the GPL (xapian) and PHP licenses, that makes it so you ...
Alexander Lind
Aug 20, 2007 at 4:57 pm
Aug 21, 2007 at 7:30 am -
Hello, I'm experiencing weird behaviour with the search results from Xapian. For example, when I search for 'php' in the database I made (about 4.000.000 documents, 12 gb in size) I get about 562 ...
Steije van Schelt
Aug 13, 2007 at 1:57 pm
Aug 23, 2007 at 2:26 am -
I understand that the Xapian core uses UTF-8, but is there a way to get the Python bindings to always work with Python's native unicode string type so that the underlying UTF-8 is not exposed? It ...
Deron Meranda
Aug 30, 2007 at 8:02 pm
Sep 4, 2007 at 7:04 pm -
I'm fairly new to Xapian and one of the more confusing hurdles to understand is the different ways to attach meta-data to documents. It seems like there are several different ways: * values * data ...
Deron Meranda
Aug 30, 2007 at 10:31 pm
Sep 4, 2007 at 5:25 pm -
Hi, I'm trying to build xapian with python bindings version 0.9.7 (for compatibility with a customer's existing databases which use the old term scheme), and when I try to make the bindings, I get - ...
Tom Mortimer
Aug 21, 2007 at 4:53 pm
Aug 23, 2007 at 4:45 am -
Hello! I just started playing around with Xapian using the php bindings and am having some trouble getting the term positions for terms returned by a query. The code I'm currently using reads like ...
Mike Ragalie
Aug 20, 2007 at 4:53 am
Sep 2, 2007 at 8:40 pm -
Thanks for the help earlier however it would seem that yet more of your expertise would be desired. I am currently now trying to compile a indexer with regards to Xapian, however when I attempt to it ...
Kwok-yau Kwong
Aug 30, 2007 at 11:57 am
Sep 2, 2007 at 4:00 pm -
Hi, As part of my whole indexing thing, I want to move the databases around, from within the code. So, I figured that the safest bet would be to close the DB before attempting to move it. But there's ...
David Morris
Aug 9, 2007 at 2:53 am
Aug 23, 2007 at 2:18 am -
*Please* keep discussions on-list. There are many more people who can help, that way, and the discussion is archived for use by future users. It isn't a flat file though - it's a btree on disk. You ...
James Aylett
Aug 9, 2007 at 10:38 am
Aug 21, 2007 at 12:40 am -
Hi all I've been thinking about implementing some faceting support in my Xapian classes. Has anyone implemented anything like this before? It seems like Omega does not support faceted searches, is ...
Alexander Lind
Aug 26, 2007 at 9:50 pm
Sep 3, 2007 at 2:02 am -
What happens to the data in an existing db if that directory is the target of xapian-compact? For instance, I have db1 and db2 and temp directories. temp is new/updated data, db1 and db2 are ...
Jim
Aug 21, 2007 at 8:49 pm
Aug 23, 2007 at 12:35 pm -
Hi all, I have a Xapian index set up and a mutithreaded xmlrpc server serving results. Inside the xmlrpc server I only open the xapian database for reading once. This causes requests to "stay in ...
Lucian Nicolescu
Aug 1, 2007 at 2:03 pm
Aug 1, 2007 at 5:06 pm -
Gah, looks like I can't make this now - it's the leaving party for someone I've worked with for years and years :-( J -- /--------------------------------------------------------------------------\ ...
James Aylett
Aug 28, 2007 at 10:07 am
Sep 5, 2007 at 3:50 pm -
Hi, I'm currently trying to build an indexer on a db for use with Xapian, however when I try to make the files I end up with this error: trec_index.cc:222: error: 'class Xapian::Stem' has no member ...
Kwok-yau Kwong
Aug 29, 2007 at 4:21 pm
Aug 29, 2007 at 9:18 pm -
http://<uri /cgi-bin/omega.cgi?DBÛ2&P=Atikigod Brings no results However http://<uri /cgi-bin/omega.cgi?DBÛ2&FMT=godmode&ID„426 Includes the following: Document #84426 Terms indexing this document ...
Jim
Aug 22, 2007 at 1:14 pm
Aug 22, 2007 at 3:03 pm -
I am trying to use Xapian 1.0.2 with the Python SWIG bindings withn an environment consisting of Apache httpd with mod_python. (not as a CGI) Also this is Linux. Whenever the python code attempts to ...
Deron Meranda
Aug 28, 2007 at 9:00 pm
Aug 29, 2007 at 12:56 am -
Hi all I just read in bug-post 191 [ http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id1 ] that there are some incompatibilities with the GPL (xapian) and PHP licenses, that makes it so you ...
Alexander Lind
Aug 20, 2007 at 4:53 pm
Aug 23, 2007 at 6:50 pm -
Hello list The PHP bindings has a limitation which is really due to a SWIG limitation - it makes it so you can't use the matchdecider function in PHP. Is this the same for the Python bindings? Is it ...
Alexander Lind
Aug 20, 2007 at 6:22 pm
Aug 23, 2007 at 3:24 am -
Hi, I'm wondering if there is a xapian-compact tool that lets me do boolean merging of 2 xapian db's into one db. Take this scenario: I have db 'A' with 100 doc's and db 'B' with 30 doc's. Most of ...
David Morris
Aug 3, 2007 at 7:24 am
Aug 23, 2007 at 1:41 am -
Hi all, I develop a application to integrate with others projects in Django, to improve full text index suport, it was based in the stopped branche search-api: http://code.google.com/p/djapian/ -- ...
Rafael "SDM" Sierra
Aug 25, 2007 at 8:13 pm
Sep 1, 2007 at 11:54 am -
Yes, it should be fine. We should have a documentation layout which allows for multiple translations of the documentation, actually: I'll have a think and see what I can come up with. If you could ...
Richard Boulton
Aug 9, 2007 at 9:59 am
Sep 1, 2007 at 10:38 am -
If there a way get the highest occurrence of terms from termlist b-tree table by descending order? -- Cheers, Kevin Duraj http://pacificair.com
Kevin Duraj
Aug 27, 2007 at 9:45 pm
Aug 28, 2007 at 9:36 am -
I've read that page too...I already have gettext installed, and still get the error...Date: Tue, 14 Aug 2007 10:16:33 +0100From: Charlie Hull <charlie@juggler.net Subject: Re: [Xapian-discuss] Error ...
Victor Escobar
Aug 14, 2007 at 10:35 pm
Aug 23, 2007 at 2:36 am -
There is an incorrect example in the doc/termprefixes.txt file at line 70. If you're indexing using scriptindex, and have a field in the input file which can be "gender=M", etc, then your index ...
Jim
Aug 21, 2007 at 1:24 am
Aug 21, 2007 at 12:51 pm -
Hi all Does anyone know when we can expect to see ubuntu 1.0.2 in the ubuntu repository? I am talking about the repo hosted at xapian.org, | (http://www.xapian.org/debian feisty main) 'apt-get ...
Alexander Lind
Aug 16, 2007 at 7:24 am
Aug 19, 2007 at 5:33 pm -
Hi all, I just found out that xapian-core and xapian-bindings-python RPMs are now in the official Fedora repositories. http://cvs.fedora.redhat.com/viewcvs/rpms/xapian-core/ ...
Fabrice Colin
Aug 14, 2007 at 5:44 am
Aug 14, 2007 at 12:18 pm -
Hi all, I'm using OSX 10.4.10 (Intel) and get the following errors when building xapian 1.0.2: dyld: Library not loaded: /usr/lib/libintl.2.dylib Referenced from: /opt/local/bin/sed Reason: image not ...
Victor Escobar
Aug 14, 2007 at 10:03 am
Aug 14, 2007 at 10:16 am -
As the title, for some reasons, I should sort the search result by value saved for documents; and these values (such as click times, score) will be changed everyday. If I re-index all documents have ...
Hightman (马明练)
Aug 8, 2007 at 3:10 pm
Aug 8, 2007 at 3:20 pm -
Hi all, I'm an absolute xapian noop and I'm looking for a new search engine for our website: http://www.heinzebauoffice.de I've generated an index over our Documents and everything works fine, but is ...
Wojewsky, Sascha, Springer BauMedien
Aug 27, 2007 at 2:43 pm
Aug 27, 2007 at 2:43 pm -
Hi All, I know this may not be an answer to the licensing issues, but you should be aware that the PHP source code itself comprises multiple licenses: GNU Library or "Lesser" GPL, GNU General Public ...
Ross Lawley
Aug 22, 2007 at 1:00 pm
Aug 22, 2007 at 1:00 pm -
Hi! Just to mention, I have built the Xapian python bindings on Windows with the Lemur Consulting makefiles, and packaged them up in a distutils executable. If anyone is interested, they are ...
Alexandre Gauthier
Aug 21, 2007 at 7:44 pm
Aug 21, 2007 at 7:44 pm -
Hello! I just started playing around with Xapian using the php bindings and am having some trouble getting the term positions for terms returned by a query. The code I'm currently using reads like ...
Mike Ragalie
Aug 20, 2007 at 10:37 pm
Aug 20, 2007 at 10:37 pm -
Just to remind people that we're planning a pub meet in London with the excuse of celebrating Xapian's 8th birthday - we've set the date for 13th September now, since that seemed to suit most people ...
Richard Boulton
Aug 16, 2007 at 12:16 pm
Aug 16, 2007 at 12:16 pm -
Hi all, There's a mention (is it the first?) of Xapian on Slashdot today: http://it.slashdot.org/article.pl?sid/08/13/1939231&from=rss Here's the project page: ...
Charlie Hull
Aug 14, 2007 at 9:34 am
Aug 14, 2007 at 9:34 am -
Hi, I am building Xapian based spam filter using Bayesian algorithm. Building two separate search engines for spam and ham corpus that can efficiently determine whether the message is spam or ham. ...
Kevin Duraj
Aug 1, 2007 at 10:09 pm
Aug 1, 2007 at 10:09 pm
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 36 |
posts | 157 |
users | 36 |
website | xapian.org |
irc | #xapian |
36 users for August 2007
Archives
- December 2015 (1)
- October 2015 (8)
- September 2015 (21)
- August 2015 (8)
- July 2015 (15)
- June 2015 (15)
- May 2015 (10)
- April 2015 (6)
- March 2015 (11)
- February 2015 (7)
- January 2015 (16)
- December 2014 (7)
- November 2014 (16)
- October 2014 (13)
- August 2014 (3)
- July 2014 (4)
- June 2014 (3)
- May 2014 (9)
- March 2014 (11)
- February 2014 (8)
- January 2014 (15)
- December 2013 (3)
- November 2013 (11)
- October 2013 (4)
- September 2013 (11)
- August 2013 (11)
- July 2013 (13)
- June 2013 (7)
- May 2013 (16)
- April 2013 (27)
- March 2013 (12)
- February 2013 (8)
- January 2013 (8)
- December 2012 (31)
- November 2012 (19)
- October 2012 (24)
- September 2012 (20)
- August 2012 (12)
- July 2012 (18)
- June 2012 (18)
- May 2012 (21)
- April 2012 (15)
- March 2012 (45)
- February 2012 (20)
- January 2012 (35)
- December 2011 (22)
- November 2011 (67)
- October 2011 (86)
- September 2011 (49)
- August 2011 (52)
- July 2011 (55)
- June 2011 (53)
- May 2011 (40)
- April 2011 (58)
- March 2011 (43)
- February 2011 (28)
- January 2011 (50)
- December 2010 (44)
- November 2010 (34)
- October 2010 (63)
- September 2010 (64)
- August 2010 (50)
- July 2010 (34)
- June 2010 (66)
- May 2010 (21)
- April 2010 (41)
- March 2010 (54)
- February 2010 (57)
- January 2010 (74)
- December 2009 (49)
- November 2009 (99)
- October 2009 (62)
- September 2009 (151)
- August 2009 (72)
- July 2009 (94)
- June 2009 (83)
- May 2009 (119)
- April 2009 (108)
- March 2009 (116)
- February 2009 (92)
- January 2009 (68)
- December 2008 (114)
- November 2008 (159)
- October 2008 (120)
- September 2008 (93)
- August 2008 (96)
- July 2008 (92)
- June 2008 (55)
- May 2008 (62)
- April 2008 (130)
- March 2008 (104)
- February 2008 (96)
- January 2008 (191)
- December 2007 (84)
- November 2007 (155)
- October 2007 (187)
- September 2007 (142)
- August 2007 (157)
- July 2007 (131)
- June 2007 (207)
- May 2007 (180)
- April 2007 (150)
- March 2007 (127)
- February 2007 (178)
- January 2007 (103)
- December 2006 (144)
- November 2006 (231)
- October 2006 (108)
- September 2006 (89)
- August 2006 (135)
- July 2006 (91)
- June 2006 (101)
- May 2006 (154)
- April 2006 (137)
- March 2006 (236)
- February 2006 (203)
- January 2006 (127)
- December 2005 (76)
- November 2005 (41)
- October 2005 (61)
- September 2005 (80)
- August 2005 (82)
- July 2005 (31)
- June 2005 (78)
- May 2005 (59)
- April 2005 (44)
- March 2005 (80)
- February 2005 (37)
- January 2005 (33)
- December 2004 (78)
- November 2004 (34)
- October 2004 (108)
- September 2004 (141)
- August 2004 (49)
- July 2004 (34)
- June 2004 (19)
- May 2004 (1)
- April 2004 (1)