Search Discussions
-
I posted this question around the time you were having problems with your mail servers and didn't get any response, so I am trying again. I'm having the following problems on two of my xapian ...
Salem Berhanu
Jan 24, 2006 at 5:59 pm
Feb 5, 2006 at 9:07 pm -
Morning All, I use scriptindex to build my database and the PHP bindings to pull it all out. Is it possible to have more than one index but select what the bindings search on? So at the moment I ...
John Wards
Jan 30, 2006 at 11:47 am
Feb 4, 2006 at 4:41 am -
Hi all: I tried to subscribe over the weekend, and haven't gotten an email yet. I'll try to post this and see if it lets me. I'm considering using Xapian to index email messages in an IMAP server I'm ...
David Blewett
Jan 18, 2006 at 2:09 am
Feb 3, 2006 at 5:46 am -
Hi: I've successfully installed Xapian under Ubuntu Linux using APT but when I tried it on an older Debian machine I got a broken package error: ------------------------------------------ # apt-get ...
Ted Jordan
Jan 3, 2006 at 8:00 pm
Jan 7, 2006 at 8:50 am -
Hello, I'm new to Xapian and I was wondering: Is it possible to display the context in which the search terms were found within the matching document? It looks like typically the get_data and ...
Charles Brandt
Jan 21, 2006 at 1:03 am
Feb 4, 2006 at 7:51 am -
I'm trouble... I read this message: http://thread.gmane.org/gmane.comp.search.xapian.general/2089 This explain the problem and how to deal with this, but I didn't understand how to use db.reopen(). ...
Alexandre Beletti Ferreira Higuita
Jan 12, 2006 at 1:10 pm
Jan 15, 2006 at 4:45 am -
Hi! I'm evaluating using xapian for indexing an ecommerce site, instead of using a rdbms as we currently do. I need to keep a fixed relevance number for each document which is precalculated from ...
Carlos Pita
Jan 20, 2006 at 9:55 am
Feb 3, 2006 at 10:15 pm -
Hi All, I run a property site and use Omega to do the searching on the address with boolean to filter on a county, price range, sold/underoffer basis. But for the life of me I can not figure out how ...
John Wards
Jan 12, 2006 at 1:25 pm
Jan 14, 2006 at 2:37 pm -
I made the following changes to the query template. Hoping that it would let me select from a couple of databases. <INPUT NAME=P VALUE="$html{$query}" SIZEe <INPUT TYPE=SUBMIT VALUE="Search" BORDER=0 ...
Jim Lynch
Jan 6, 2006 at 4:39 pm
Jan 14, 2006 at 11:17 am -
I've been reading the docs on the internal construction of Xapian. There's discussion of autopruning and operator decay in the Matching section. Elsewhere, though, it says that postings lists are ...
Chris
Jan 17, 2006 at 12:53 am
Feb 3, 2006 at 3:52 am -
i use the perl interface of Search::Xapian to index documents, now i got metadata i store with the index like title, date, author, .. and i wonder how to retrieve them from the index again without ...
Matthias Zeichmann
Jan 31, 2006 at 1:23 pm
Jan 31, 2006 at 2:20 pm -
It's not hard to compile the normal xapian stuff but if you download svn it can be tricky to compile the complete release. 1) Get swig 1.3.26 or higher from swig.org. The Breezy packages are too old. ...
Dan Carpenter
Jan 13, 2006 at 5:48 am
Jan 16, 2006 at 11:55 am -
Morning All, After cracking the ORing of my Bool filters I was about to launch my new speedy search code on the public when I just thought I would try one more search query.. My test code in full: ...
John Wards
Jan 16, 2006 at 10:56 am
Jan 16, 2006 at 11:32 am -
hi everybody, I am thinking of using xapian on a website framework to have some advanced search capabilities. This system would be commercial and partially closed source. Does the GPL license allow ...
James cauwelier
Jan 13, 2006 at 10:27 pm
Jan 16, 2006 at 10:30 am -
Evening All, Having fun and games with the PHP bindings. If I run the following through omega I get 51 hits: /usr/local/lib/omega/bin/omega P= DB=boris FMT=xml 'B=XL3' 'B=XRANGE3' 'B=XRANGE4' ...
John Wards
Jan 15, 2006 at 5:32 pm
Jan 15, 2006 at 6:47 pm -
Xapians! Anyone know when Xapian bindings for C# will be ready? Thanks, Kevin An HTML attachment was scrubbed... URL: ...
Kevin SoftDev
Jan 6, 2006 at 1:44 am
Jan 15, 2006 at 3:23 pm -
anyone have any suggestions on how to go about supporting regular expression searching with xapian? An HTML attachment was scrubbed... URL: ...
Jarrod roberson
Jan 24, 2006 at 9:19 pm
Feb 6, 2006 at 4:14 pm -
I had a hard time finding sample perl code so I here is mine. Instead of storing the real position it just stores the line number. One thing that puzzled me is I'm not sure about the error handling ...
Dan Carpenter
Jan 29, 2006 at 1:53 am
Feb 4, 2006 at 12:44 am -
I am sorry I broke the reply thread, but your response didn't get to my mailbox, I saw it on GMANE. Olly Betts <olly <at survex.com writes: Thanks for the pointers, according to the delve tool I am ...
Jarrod roberson
Jan 19, 2006 at 9:51 pm
Feb 3, 2006 at 5:33 am -
The python bindings should handle ./configure --prefix=/foo/bar regards, dan carpenter --- xapian-bindings/python/Makefile.am (revision 6532) +++ xapian-bindings/python/Makefile.am (working copy) @@ ...
Dan Carpenter
Jan 29, 2006 at 2:00 am
Feb 4, 2006 at 4:56 am -
Hello It is possible somehow to give higher priority to recent document. For example, when adding new document to the database, I will add a term that specifies date of the document. During the ...
Info
Jan 29, 2006 at 10:45 pm
Feb 4, 2006 at 1:47 am -
I am trying to learn how to do more advanced Query construction with the QueryParser, especially working with prefixes. the problem is that it insists on breaking up any terms with non-AlphaNumeric ...
Jarrod roberson
Jan 24, 2006 at 2:15 pm
Feb 3, 2006 at 5:40 am -
I'm off on holiday for the next couple of weeks. I'd hoped to do a release before I left, but it turns out there was too much to do and I don't want to rush out a bad release just to meet an ...
Olly Betts
Jan 18, 2006 at 12:46 am
Feb 3, 2006 at 4:18 am -
Dear Xappers, I recently reinstalled my server and with it the latest Xapian & Perl modules. I notice SimpleStopper is in there (yay!), but no way to use it (boo!). Can someone take a patch from me? ...
Tim Brody
Jan 17, 2006 at 4:33 pm
Feb 3, 2006 at 4:08 am -
Hi, just thought I'd let you know, I finally got around to compiling the latest xapian snapshot to try out the php bindings (xapian-bindings-0.9.2_svn6529.tar.gz, xapian-core-0.9.2_svn6529.tar.gz ). ...
David Heath
Jan 16, 2006 at 4:13 pm
Feb 3, 2006 at 2:29 am -
Hello I am new to this list, so sorry if I am asking in the wrong place. I was wondering if anyone could help me. If I add the line: get_mset(0,10,100) I expect 10 results back after checking 100, ...
Martin Hearn
Jan 16, 2006 at 2:50 pm
Feb 3, 2006 at 1:40 am -
I am sorry I broke the reply thread, but your response didn't get to my mailbox, I saw it on GMANE. Olly Betts <olly <at survex.com writes: Thanks for the pointers, according to the delve tool I am ...
Jarrod roberson
Jan 20, 2006 at 8:28 pm
Jan 21, 2006 at 1:25 am -
I am working on creating a OSX Spotlight like application. first task is to index fully qualified paths, I want to be able to search for filenames first as a learning exercise to learn xapian and the ...
Jarrod roberson
Jan 19, 2006 at 6:44 pm
Jan 19, 2006 at 9:40 pm -
I am working on creating a OSX Spotlight like application. first task is to index fully qualified paths, I want to be able to search for filenames first as a learning exercise to learn xapian and the ...
Robersonja
Jan 13, 2006 at 10:06 pm
Jan 14, 2006 at 1:24 am -
Interesting event. I attempted to sign up for this list. I received the "confirmation" email that said reply to this. I did and got back a message that said: The results of your email command are ...
Jim
Jan 5, 2006 at 2:09 pm
Jan 13, 2006 at 5:51 pm -
An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060109/90e144db/attachment.htm
PHP
Jan 10, 2006 at 1:54 am
Jan 11, 2006 at 4:43 am -
I noticed that if you search two databases then $xapian_doc_id = MSetIterator_get_docid($mseti); returns the wrong doc_id (exactly double the real doc_id). Example: I had a document in one database ...
Ted Jordan
Jan 4, 2006 at 4:59 am
Jan 4, 2006 at 5:10 am -
Hi, I'm getting this error with Omega: '''Exception in Xapian: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation''' This error is with ...
Rafael Jorge
Jan 3, 2006 at 2:15 pm
Jan 3, 2006 at 5:13 pm -
I'd expect what you have to work, assuming that the dump file you're feeding into scriptindex have searchid0 for that record. I'm a bit puzzled as to the difference between document_id and search_id ...
Olly Betts
Jan 12, 2006 at 4:35 pm
Jan 12, 2006 at 4:35 pm -
Sorry, please ignore this message.
Ryan Mahoney
Jan 11, 2006 at 8:07 am
Jan 11, 2006 at 8:07 am
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 35 |
posts | 127 |
users | 33 |
website | xapian.org |
irc | #xapian |
33 users for January 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)