Search Discussions
-
Hello, I am looking for a way to cancel a long-running Xapian query (when the user gets bored). Would throwing an exception inside a matchspy or matchdecider work (cleanly) ? Regards, jfd
Jean-Francois Dockes
Sep 25, 2009 at 6:40 am
Sep 26, 2009 at 12:58 pm -
Hello, James said this in another thread: My local dev machine now is running Xapian 1.1 with the PHP bindings, but where do I begin looking! I am quite happy looking through the api docs for this ...
John Wards
Sep 8, 2009 at 7:15 pm
Apr 2, 2010 at 4:17 pm -
My proposal for a Xapian talk at LCA2010 (http://www.lca2010.org.nz/) was accepted, and I'm going to be attending various other events over the next few months, in New Zealand, the USA and the UK, so ...
Olly Betts
Sep 4, 2009 at 2:00 am
Sep 28, 2009 at 8:02 pm -
Hi, I'm not so far, by now, of publicly releasing the next version of our web site which is extensively using Xapian, so I thought it was time to say "thank you" by adding in the footer and in the ...
Daniel Ménard
Sep 15, 2009 at 1:50 pm
Sep 17, 2009 at 3:03 pm -
when i add bacth of documents into flint database. i want the search is valid for user. so what can i do? now my solution is to get a copy. when i add document(from the code begin_transaction to ...
Ouwind
Sep 9, 2009 at 5:54 am
Sep 9, 2009 at 1:46 pm -
Hello. This may be a bit OT, but I'd like to ask for some help. I'm about to give out assignments for a project (using xapian) to my students, who don't have access to the internet. However, I've ...
Luis Zarrabeitia
Sep 16, 2009 at 5:41 pm
Sep 24, 2009 at 1:02 pm -
Hello,I searched the mailing list but all the language problems seemed to disapper with UTF-8 support in Xapian 1.0. Still I can't figure it out, I'm under Windows XP, CSharp and .NET framework 3.5 ...
Win 32
Sep 1, 2009 at 3:58 pm
Sep 2, 2009 at 9:09 pm -
Folks, What are the best practices for database compaction? I need to be able to run 24/7, but compaction takes a couple of hours, so what do you guys normally do to mitigate that problem? Shut down ...
Kenneth Loafman
Sep 18, 2009 at 1:06 pm
Sep 19, 2009 at 6:30 pm -
I've uploaded Xapian 1.0.16 (including Search::Xapian 1.0.16.0), which as usual you can download from: http://xapian.org/download Notable changes in this release: * The child lock process is cleaned ...
Olly Betts
Sep 10, 2009 at 12:10 pm
Sep 18, 2009 at 11:20 am -
Hello, Our client has asked us for the ability to boost documents on a document type basis. So we have a scale or 1-5 for the client to pick from and in the background we had a sort of logarithmic ...
John Wards
Sep 8, 2009 at 12:45 pm
Sep 21, 2009 at 11:30 pm -
Hi Guys, I am trying to implement a weight in ruby. Using http://stackoverflow.com/questions/549249/polymorphism-across-c-and-ruby-using-swigand http://xapian.org/docs/sorting.html as bases I came up ...
Stuart Hall
Sep 12, 2009 at 2:44 pm
Sep 14, 2009 at 12:18 pm -
i used flint as my backend database. and i add sleep in function of FlintTable::add and FlintTable::del to reduce cpu usage. and it works in when call add_document.the cpu usage below 10%. but when i ...
Ouwind
Sep 2, 2009 at 7:54 am
Sep 3, 2009 at 3:04 am -
hi~ OS: Windows Server 2008 R2 <http://code.google.com/p/djapian/source/detail?r=2 , 64-bit xapian version: 1.0.15, just installed the package from ...
Liz
Sep 2, 2009 at 12:36 pm
Sep 2, 2009 at 1:12 pm -
Xapians! Did anybody wrote and would like to share a routines that parse result from doc.get_data() into some key and pair values in C++ ? Code: Xapian::Document doc = i.get_document(); string data = ...
Kevin Duraj
Sep 30, 2009 at 10:04 pm
Oct 9, 2009 at 12:33 am -
flintvaluetable save the original content? what's the flintrecordtable save for? 2009-9-4
Ouwind
Sep 4, 2009 at 8:19 am
Sep 8, 2009 at 3:35 pm -
Hi, I'm trying to implement pagination using MSet::get_estimated_results(). To improve the accuracy I'm using checkatleast (set to 501) when I call Enquire::get_mset() as mentioned here: ...
Silviu-Ionut Ganceanu
Sep 2, 2009 at 1:48 pm
Oct 22, 2009 at 1:56 pm -
Hi, I'm using Xapian to index emails for the Sup mail client project. One of our users reported that searching for messages with a query like "label:foo label:starred" resulted in the union of all ...
Rich Lane
Sep 7, 2009 at 11:50 pm
Sep 14, 2009 at 3:08 pm -
Hi all, I've come across a very strange bug with Xapian 1.0.9.0 and the Turkish query parser when trying to index a string (as posting) that looks like this: "...bir araya getiren CD'leri son ...
Tom Leitch
Sep 9, 2009 at 2:45 pm
Sep 11, 2009 at 10:31 am -
Hi, Has anyone run Xapian under Jython instead of Python? In theory it should work, but I don't see how to get the bindings to play nice. Any pointers would be appreciated. ...Thanks, ...Ken
Kenneth Loafman
Sep 9, 2009 at 9:12 pm
Sep 10, 2009 at 10:01 am -
Hi there I'm trying to install xapian-core 1.0.15 on Mac 10.6 (Snow Leopard) and am getting the following error when I try to make: ******************************** In file included from ...
Richard Sandilands
Sep 7, 2009 at 6:44 am
Sep 7, 2009 at 7:10 am -
Hi, i want to use a QueryParser with a StringValueProcessor. The strings should be allowed to have some special characters. If i use QueryParser as in the file attached, i don't get the desired ...
Stefan Demharter
Sep 16, 2009 at 4:31 pm
Oct 13, 2012 at 3:33 am -
Hello, We use Xapian on a fastcgi-webserver and have about 25 worker processes. The database is updated about 20 times a minute. Currently we open a "Database"/"WriteableDatabase" when it is needed ...
Double
Sep 29, 2009 at 10:28 am
Sep 29, 2009 at 4:16 pm -
hi i?m trying to build the ruby bindings in xapian 1.1.2 on win xp. i?ve 1. pulled the tags/1.1.2 revision from svn 2. built SWIG from repo via MinGW and MSYS (swig -help works, so build seems ok to ...
Spamaggregator2
Sep 15, 2009 at 9:14 pm
Sep 16, 2009 at 7:36 am -
my process have two threads, one for search , another for insert ( using transaction ). when commit transaction, i cut power off. then i boot computer, start the process, and it get error in one ...
Ouwind
Sep 11, 2009 at 2:00 am
Sep 11, 2009 at 2:49 am -
There's a cross-site scripting issue in Omega - exception messages don't currently get HTML entities escaped, but can contain CGI parameter values in some cases. This issue was reported to me through ...
Olly Betts
Sep 9, 2009 at 1:25 pm
Sep 11, 2009 at 2:23 am -
Hi Everyone, is there any way to get (pay for) a licence that allows me to use the Xapian search engine in a commercial (closed source) project? Thanks, Robert
Robert Fujara
Sep 8, 2009 at 9:44 am
Sep 8, 2009 at 10:49 am -
Hello Oll(y) :) After rebuilding whole database, I'm getting error: Error seeking to block: Invalid argument (in ruby and php binding), I've ubuntu and xapian from stable package, how I can correct ...
Rafi
Sep 16, 2009 at 12:20 pm
Sep 16, 2009 at 12:20 pm -
Over the Summer months I have written the prototype for text-retrieval database. Currently it lacks a database 'engine' for storing, word-searching, and indexing. Xapian is on the face of it suitable ...
Andrew Gregory
Sep 12, 2009 at 6:05 pm
Sep 12, 2009 at 6:05 pm -
Hy everyone, I'm trying to build a custom search engine for an application where I need fielded search. I wand to index xml file content and I'd like to create a field for each node's xpath and index ...
François Visconte
Sep 4, 2009 at 8:49 am
Sep 4, 2009 at 8:49 am -
help Who uses Xapian in a project based on the Pylons (like Djapian/Xapian) ? Best regars.
Rova
Sep 3, 2009 at 8:14 am
Sep 3, 2009 at 8:14 am
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 30 |
posts | 151 |
users | 39 |
website | xapian.org |
irc | #xapian |
39 users for September 2009
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)