Search Discussions
-
Hi all, does anyone knows tweaks to compile Xapian under intel/linux to have, even if small, performance increase. Thanks, Nemec -- []s Fernando Nemec fernando.nemec@folha.com.br
Fernando Nemec
Nov 13, 2006 at 2:12 pm
Dec 5, 2006 at 1:35 am -
Hi all, I'm currently testing Xapian so I can see if the library fits my needs. While testing I got a small problem. Suppose my database has a document A with two terms "foo" and "bar". "foo" has ...
Fernando Nemec
Nov 10, 2006 at 6:36 pm
Nov 14, 2006 at 4:59 pm -
I've uploaded Xapian 0.9.9: http://www.xapian.org/download.php This release mainly fixes minor problems found in 0.9.8. The most notable changes are: * The remote backend's TCP variant has much lower ...
Olly Betts
Nov 9, 2006 at 2:38 am
Nov 26, 2006 at 5:36 am -
Hi I would like to retrieve a count of the number of entries per term for a particular query. For example if I had a date term I would like to bring back the number of entries for each particular ...
Martin Hearn
Nov 7, 2006 at 11:50 am
Nov 17, 2006 at 7:07 pm -
Hi, I've installed xapian using yum. It created a /usr/share/xapian0.9.9/ directory with xapian.so and a tcl file. I downloaded the xapian-bindings-0.9.9.tar.gz and ran ./configure --with-java, but ...
Joachim Martin
Nov 13, 2006 at 5:58 pm
Nov 16, 2006 at 4:28 am -
Hi, I'm trying the new stable remote writing (and it is working :D), but I have a question, I can use: <code idx = xapian.WritableDatabase() ...
Rafael SDM Sierra
Nov 3, 2006 at 9:22 pm
Nov 6, 2006 at 8:37 pm -
Hi, I built xapian, and am trying to build php bindings for it and failing. this is my configure line: ./configure --prefix=/usr/local/xapian-bindings ...
Dennis
Nov 17, 2006 at 5:20 pm
Nov 17, 2006 at 9:04 pm -
While I'm trying the remote database I found one problem: performance While with local database I can insert "infinites" document per second, with remote database the average is 5, and I'm using my ...
Rafael SDM Sierra
Nov 7, 2006 at 6:27 pm
Nov 8, 2006 at 1:15 pm -
I'm aware of the UTF-8 branch here: http://www.oligarchy.co.uk/xapian/branches/utf8/ , but I'd like more information about what it contains and if it's enough for me. I not not using omega, nor ...
Tata 668
Nov 2, 2006 at 1:46 pm
Nov 21, 2006 at 8:20 am -
Hi list, When doing a default relevance-based sorting of the search results in a xapian+omega combination, it appears in our results that for similar relevances the older records are shown first and ...
Arjen van der Meijden
Nov 13, 2006 at 1:08 pm
Nov 17, 2006 at 6:27 am -
I'm using this package repository on Ubuntu Edgy. deb http://www.xapian.org/debian edgy main and trying to get php4-xapian to work. There are lots of missing functions. If I install php4-xapian, and ...
Francis Irving
Nov 15, 2006 at 4:23 am
Nov 22, 2006 at 7:11 pm -
I'd like to use the Xapian Java API Bindings on Fedora Core 5. I've added the xapian repository to yum and installed the xapian-bindings and xapian core packages. Could somebody please point me in ...
Jason W. Solinsky
Nov 8, 2006 at 5:47 pm
Nov 9, 2006 at 5:22 pm -
Hi everybody, my name is Christoph Hack and I am new at xapian, but I am very impressed. I want to write a xapian based search engine for a bulletin board. I indexed each post as a document and I can ...
Christoph Hack
Nov 7, 2006 at 6:59 pm
Nov 8, 2006 at 3:51 pm -
xapian_db is a WriteableDatbase. If I do this ... for term in xapian_db.allterms(): pass I get this error ... Traceback (most recent call last): File "./xapdex.py", line 274, in ? ...
Francis Irving
Nov 23, 2006 at 2:56 pm
Nov 25, 2006 at 1:32 pm -
I have a file that contains a properly structured input file for scriptindex, I think. I includes lines like: date25708690 The index file looks like: title : index body : unhtml index teaser : index ...
Jim Lynch
Nov 3, 2006 at 5:31 pm
Nov 4, 2006 at 1:39 pm -
Hello, I have successfully built the java bindings under cygwin. When I run SmokeTest.java, or my own application that uses xapian_jni.jar, it just hangs at the first xapian API call. The compile ...
Joachim Martin
Nov 20, 2006 at 9:39 pm
Dec 7, 2006 at 12:45 am -
How can I get this variable? because it is raising an error when I try replace the document, instead when I add the posting, so, to avoid these kind of error, I can do some "if len(word) ...
Rafael SDM Sierra
Nov 25, 2006 at 4:24 pm
Nov 28, 2006 at 1:43 pm -
Hi everyone, I'm not really into these discussionlists systems, and hope this message is received in good order. I've been trying for quite some while to get Xapian running on my Windows (2000) ...
Any One
Nov 23, 2006 at 8:52 pm
Nov 26, 2006 at 8:34 pm -
I am looking for a way to determine at which term position in a document a NEAR or PHRASE match occurrs (for abstract/sample/highlighting purposes). Would there be something I'm not seeing in the API ...
Jean-Francois Dockes
Nov 11, 2006 at 10:29 am
Nov 11, 2006 at 12:46 pm -
Hi everyone, I tried sending a message as a reply a while back on my previous topic, but it didn't go through. (Tried Gmane), not even when I 'authorized' the reply. So I'll just paste it here for ...
Any One
Nov 29, 2006 at 8:40 pm
Dec 5, 2006 at 2:57 am -
The problem is that the server hosting the lists (which also hosts survex.com mail) has been suffering a massive spambot attack since some time before 5am UTC on Saturday. All the incoming SMTP slots ...
Olly Betts
Nov 29, 2006 at 1:55 am
Dec 4, 2006 at 7:36 pm -
Hello, I am new to Xapian and just started playing with it a couple of days ago. I successfully installed v0.9.9 on my Slackware 11.0 linux box. I made a few indexing and searching programs in C++ ...
Sharjeel Ahmed Qureshi
Nov 23, 2006 at 3:53 pm
Nov 23, 2006 at 6:48 pm -
Hi! After upgrading from xapian 0.9.6 to xapian 0.9.9 (including perl bindings) I get this error when I'm trying to create an instance of BoolWeight: my $bool = Search::Xapian::BoolWeight- new(); ...
Markus Wörle
Nov 19, 2006 at 7:01 pm
Nov 21, 2006 at 5:53 am -
�@�@�@�@�@�@�@�@�����S���������Ł����l�C�T�C�g�� �@�@�@�@�h���̂`�o�n�����_�����P�ʁ��^���f�l�����o�^���� ���S���������ˁ@http://www.ch-pp.com/fnv/index.html?media=pc480 ...
Luis Mock
Nov 13, 2006 at 4:11 pm
Nov 13, 2006 at 4:11 pm -
Hi, I'm using omega and xapian to index a discussion board. Now, I have defined a UNIQUE field in my index file. When I supply two records with the same unique value sequentially to the omega ...
M.J. van der Veen
Nov 8, 2006 at 12:45 pm
Nov 8, 2006 at 3:33 pm -
I'm having some trouble with the PostingIterator in the latest cpan release of Search::Xapian. The offending code is two calls to isa formed like this isa($other,'Search::XapianPostingIterator'); ...
Marcus Ramberg
Nov 7, 2006 at 1:45 pm
Nov 7, 2006 at 3:28 pm -
Hi there, I'm wondering how to recognize whitch database type I'm using. Database::get_description() returns only 'Database()'. Also there is no flinf_open() function in php bindings. I can not see ...
Tomasz Jackowiak
Nov 3, 2006 at 10:54 am
Nov 3, 2006 at 1:14 pm -
Hi, In omega 0.9.7 and xapian 0.9.7: Can I use the SORTREVERSE parameter on the same value as I use the SORT parameter? adding SORT=1 as a parameter to the omega binary works perfectly, however ...
M.J. van der Veen
Nov 2, 2006 at 8:23 pm
Nov 3, 2006 at 12:33 am -
Hi, I'm trying to use enquire.getESet() under Java. I had to add a public no-arg constructor to RSet that calls XapianJNI.rset_new(). I'm getting this error: java.lang.UnsatisfiedLinkError: ...
Joachim Martin
Nov 30, 2006 at 5:44 pm
Nov 30, 2006 at 5:44 pm -
�@:*.���B�@�@�@ ���ʂ̃��[�������V������n�܂� �@�@�@�B��.*: �@���@���c�d�d�c���c�d�d�c���c�d�d�c���c�d�c�����c�d�c���c���@�� �������@���o�^�����[�������M���ʃ������聚���ׂĊ��S�������@������ ...
“¡Œ´ ‘ñŠC
Nov 26, 2006 at 10:25 am
Nov 26, 2006 at 10:25 am -
Stocks Quotes in attachement Ltstronggt Notify me followup Laughs via! This Wednesday is th. Webdesign html brilliant or! Register is Skip to content Biting of! Pacquiao Erik is Morales am stage ...
Cseh Sndor
Nov 18, 2006 at 8:45 pm
Nov 18, 2006 at 8:45 pm -
Celebrity Parody
Nov 18, 2006 at 10:57 am
Nov 18, 2006 at 10:57 am -
There's going to be an Open Source Information Retrieval event on 2006-11-21 (this coming Tuesday), in Central London. Start time is 18:00. For more details, including how to book a place, see: ...
Olly Betts
Nov 17, 2006 at 4:10 pm
Nov 17, 2006 at 4:10 pm -
���������ń�����������鄫�I �������������������������������� �@�@�@�@���DŽ������ń������g���Ȅ��o��������������\���� �@�@�@�@���������������������������������������������������� ...
ÂÃÂR ÂSÂD
Nov 13, 2006 at 3:22 am
Nov 13, 2006 at 3:22 am -
�@����������������[�������S�����I�I���������N���̗ǎ��̏o�������M����]���������������� �@�@�@�@�@�@�@�@�@�������l�̗��I�ޏ��E�Z�t�������E�t�����]�ȂǂȂǁ��� ...
ÂOÂc Âù
Nov 12, 2006 at 11:09 am
Nov 12, 2006 at 11:09 am -
�@�恙 �@(��^��^��)Ƭ�� ������ �������� ���_�^����Perfect Free Site���a���I�I ���������\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\�\ ���̖��̒ʂ芮�S�����Œ��d���������d�{�����ł��������� ...
Further 587
Nov 8, 2006 at 6:12 am
Nov 8, 2006 at 6:12 am -
Look it: $ python -c "import xapian;print xapian.open('.').get_doccount()" 8410 All documents was inserted by an remote database. This day was very waited for me...=') -- SDM Underlinux Garimpar.com ...
Rafael SDM Sierra
Nov 6, 2006 at 8:27 pm
Nov 6, 2006 at 8:27 pm -
�������������������������������������������������������������� �@�@�@�@�@�@�@�@�����Ȃ��̂������͂ǂ����H���@ �@�@�@�@�@�@�@�@�@�@�Q�Q�@or�@�R�V�@ ...
ÂcÂÂ ÂÃÂE
Nov 3, 2006 at 3:06 pm
Nov 3, 2006 at 3:06 pm -
�@�@�@�@�@�@�@�@���S���������Ł����l�C�T�C�g���� �@�@�@�@�h���̂`�o�n�����_�����P�ʁ��^���f�l�����o�^�������� �@���S���������ˁ@http://seq-r.com/index.html?media=pc343 ...
ÂãÂc ÂT¤
Nov 3, 2006 at 8:19 am
Nov 3, 2006 at 8:19 am -
I've uploaded Xapian 0.9.8: http://www.xapian.org/download.php This release mainly fixes minor problems found in 0.9.7. The most notable changes are: * The print-ready API documentation is now PDF ...
Olly Betts
Nov 3, 2006 at 1:25 am
Nov 3, 2006 at 1:25 am
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 40 |
posts | 231 |
users | 40 |
website | xapian.org |
irc | #xapian |
40 users for November 2006
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)