Search Discussions
-
I hope I'm not beating a dead horse here, but we recently started evaluating xapian and Xapwrap (python wrapper around it) for our project and I've been quickly trying to soak up a lot of the docs ...
Michel Pelletier
Mar 22, 2006 at 6:56 am
Mar 30, 2006 at 5:04 pm -
i want to know if i have written a program in php and access functions of xapian then how wud i exectur it. An HTML attachment was scrubbed... URL: ...
Shalini singh
Mar 24, 2006 at 7:51 am
Mar 30, 2006 at 5:38 pm -
hello I m a newbie here . i have used xapian with c++. now i wanna use php. i installed the bindings and went thru the docs. the examples given are command line ones. i wanna create an application ...
Durga bidaye
Mar 7, 2006 at 12:49 pm
Mar 18, 2006 at 4:11 pm -
hi all, i want to know how can we display the results in html which we r showing on konsole.i want ot make an interface so tht user doesn't hav to actually go into the details of it.. thanx An HTML ...
Shalini singh
Mar 27, 2006 at 2:31 pm
Mar 31, 2006 at 3:27 pm -
I'm using the xapian php4 bindings for a small website. We are doing a fairly large number of xapian searches and repeatedly run out of file descriptors. It can take quite a long time before the ...
Gavin Ellis Mendel-Gleason
Mar 13, 2006 at 1:47 pm
Mar 13, 2006 at 11:20 pm -
Hi , I f i have to change the encoding(charset) of the output of the omega script result. Means how could make I changes so tha html tags get appended with charset encoding attribute which are the ...
Gupteshwar Joshi
Mar 31, 2006 at 12:37 pm
May 2, 2006 at 2:15 pm -
Hello, 1.) Please can somebody let me know what is the best way to find total matches on terms? Perl example: my $db = Search::Xapian::Database- new( '/europa2' ); my $qp = ...
Kevin SoftDev
Mar 7, 2006 at 4:57 pm
Mar 9, 2006 at 11:14 pm -
One option would be to have "most current" docs as wiki only. If your choice is between better docs in wiki and worse/none in HTML, decision should be quite obvious. :-) I found wiki.xapian.org. now ...
Peter Masiar
Mar 17, 2006 at 3:06 am
Mar 29, 2006 at 12:04 pm -
OK, I'm indexing my data with the scriptindex. I want to be able to restrict the search by the category field. Do I need to do anything to the data itself? Like, literally prefix it with the ...
Ryan Mahoney
Mar 29, 2006 at 10:29 pm
Mar 31, 2006 at 5:40 pm -
For a number of reasons, including not being able to express certain queries into Xapian's QueryParser class (see previous post on QueryParser bug), and the need to have users configure queries ...
Michel Pelletier
Mar 30, 2006 at 12:19 am
Mar 31, 2006 at 6:19 am -
I've looked over the docs on remote backends, the protocol, and a bit of the c++ for doing distributed and remote searches. I've got a couple of questions: * The remote protocol is usable only as a ...
Philip Neustrom
Mar 27, 2006 at 6:42 am
Mar 30, 2006 at 2:05 pm -
Hi Xapian gurus, I looked around and Omega looks like good match for what I need: custom google-like search. Warning: I am quite a Linux newbie, but I know root password and many more like me are ...
Peter Masiar
Mar 16, 2006 at 11:30 pm
Mar 17, 2006 at 4:49 am -
I am geting exception for running omega both as omega / omega.cgi as Exception: Couldn't read format template `query' (No such file or directory) I do have a query file in my template folder what ...
Gupteshwar Joshi
Mar 29, 2006 at 9:08 am
Mar 29, 2006 at 4:27 pm -
At wiki page: http://wiki.xapian.org/Omega I added a comment that ht://Dig looks like dead. Does anybody really use it? Maybe better crawler is GNU wget? Mature, stable, maintained? -- Peter Masiar
Peter Masiar
Mar 17, 2006 at 5:01 am
Mar 20, 2006 at 3:18 pm -
Hi After upgrading to 0.9.4 I found the set_sort_by_value stopped working. I managed to solve it by changing the ascending value from TRUE or FALSE to Enquire_ASCENDING or Enquire_DESCENDING I ...
Martin Hearn
Mar 10, 2006 at 2:37 pm
Mar 16, 2006 at 11:01 am -
One issue left for me to figure out is that in different languages there are different characters and Xapian takes only english characters. Thefore many word entered by users that contains their own ...
Kevin SoftDev
Mar 2, 2006 at 6:55 pm
Mar 3, 2006 at 6:45 pm -
Hi, I noticed this little oddity when I was trying to construct certain queries against my various boolean terms. It can be illustrated just with the ParserQuery class alone: These two work: ...
Michel Pelletier
Mar 25, 2006 at 12:03 am
Mar 31, 2006 at 7:12 pm -
I was inspired by following exchange, but because topic drifted, I started new thread: Olly Betts wrote: I am interested in one special kind of stemming. Say, my user queries for "protein". Document ...
Peter Masiar
Mar 29, 2006 at 6:18 pm
Mar 31, 2006 at 5:21 pm -
Heya, I'm trying to access the unserialise() method of Xapian::Query::Internal from Python. Is there any way to do this? I tried playing with the xapian.i file but I can't figure out how I can make ...
Philip Neustrom
Mar 30, 2006 at 7:56 am
Mar 30, 2006 at 3:05 pm -
I want to get term list from Query object right after qp.parse_query(). But my program written in python generates an error. What's wrong with me? Sungsoo Kim ------------------------- database = ...
Sungsoo Kim
Mar 10, 2006 at 3:56 pm
Mar 17, 2006 at 2:42 am -
Hi, I remember a conversation from about a year ago about reverse sorting with Omega. Is this feature still on the TODO list? I would like to reverse sort on 2 fields. Sorting on them works, but the ...
Eric Bus
Mar 9, 2006 at 10:27 pm
Mar 10, 2006 at 4:20 pm -
Hi, Thank you all for emailing some answers to my question. I put together simple Perl script so we do not keep asking the same thing over. As you can see I had to parse the document data and try to ...
Kevin SoftDev
Mar 8, 2006 at 5:43 pm
Mar 9, 2006 at 5:16 pm -
Dear Olly, I have encountered an unexpected thing. Please look at the following commands and results for test! $ python search.py -v C++ Performing query 'Xapian::Query(c++:(pos=1))' 0 results found ...
Sungsoo Kim
Mar 6, 2006 at 5:58 pm
Mar 6, 2006 at 6:48 pm -
What's the best technique for giving the terms in, say, a document title more weight than the terms? Do I simply use the third "wdfinc "parameter to Xapian::Document::add_posting to give it more ...
Paul Dixon
Mar 29, 2006 at 11:12 pm
Mar 30, 2006 at 2:43 pm -
Hi If If I run the php script below queryparser removes the asterisked word(s) from it's search. Am I doing something wrong? $a = new_queryparser(); $query = queryparser_parse_query($a,"harry ...
Martin Hearn
Mar 10, 2006 at 4:05 pm
Mar 10, 2006 at 7:25 pm -
I am still working on my filesystem indexer, thanks for all the previous help, Xapian is awesome! On to my delimna, I want to index arbitarly long logical paths. And I have run up on the ~240 ...
Jarrod roberson
Mar 1, 2006 at 6:58 pm
Mar 2, 2006 at 6:37 am -
This mail is a bit of a potpourri, but there's a theme of sorts so it seems better to collect these things together rather than sending N separate small messages. I added the bindings to the the ...
Olly Betts
Mar 16, 2006 at 5:30 am
Apr 1, 2006 at 5:10 pm -
hi I have a few questions: 1. I wud like to know what exactly happens during query expansion,that is, how are the relevent documents used while coming up with expansion terms. Some explanation that ...
Durga bidaye
Mar 30, 2006 at 8:01 pm
Apr 1, 2006 at 12:27 am -
Olly, many thanks for suggesting htdig, you saved me a lot of time. Htdig looks better than my original idea - wget, you were right. Using htdig, I can crawl and search single website - but I need to ...
Peter Masiar
Mar 29, 2006 at 6:41 pm
Mar 30, 2006 at 2:28 pm -
Hi all, Daniele Favara was kind enough to package Xapian (and Pinot :-) for Dapper and Xubuntu. I understand Daniele used cdbs to build these packages. http://packages.debian.org/unstable/devel/cdbs ...
Fabrice Colin
Mar 29, 2006 at 3:04 pm
Mar 30, 2006 at 2:19 pm -
Hi all, We are looking at replacing our existing search engine (htdig) with Xapian/Omega. I've been reading the mailing list and docs, and it seems that the best way to do this is to continue with ...
Georgina Allbrook
Mar 27, 2006 at 6:42 am
Mar 30, 2006 at 1:37 pm -
Hello I would like to know if partial search possible in xapian?if so, using which function is it possible? thanks durga An HTML attachment was scrubbed... URL: ...
Durga bidaye
Mar 26, 2006 at 12:40 pm
Mar 30, 2006 at 1:32 pm -
Hey all, I'm working on a project that contains lots of little sub-sites which I want to act autonomously. Right now, each site has its own Xapian database and when a search is performed this ...
Philip Neustrom
Mar 26, 2006 at 3:01 am
Mar 30, 2006 at 1:15 pm -
Hello, First let me say that I really appreciate Xapian. It has proved extremely useful to me. I have about 40 databases currently being indexed independently but which I would like to consolidate. ...
Gavin Ellis Mendel-Gleason
Mar 30, 2006 at 9:49 am
Mar 30, 2006 at 11:56 am -
hello i implemented a simplesearch n simpleindex fr files in devanagari script using xapian-core(C++). now when i tried doin indexin using php on the same files i m gettin following error. Fatal ...
Durga bidaye
Mar 29, 2006 at 11:44 am
Mar 29, 2006 at 3:35 pm -
I was looking into what is involved in implementing both Index and Search in PHP with the bindings. I have been spoiled by Omega, because I didn't realize how much work it has really been doing. I ...
Ryan Mahoney
Mar 28, 2006 at 10:54 pm
Mar 29, 2006 at 7:27 am -
hello all, i gave the following command : "./omega-0.9.2/omindex --db /home/jana/public_html/xapian_search/xapian_db --url /www.indictrans.org" n then it is giving this error "omindex: you must ...
Shalini singh
Mar 28, 2006 at 7:59 am
Mar 28, 2006 at 12:16 pm -
Hello, Olly! Yes, you are right! The search results of BM25Weight(0,0,0,0,0) look similar to BoolWeight() scheme because it ignores "within document frequency". I followed your suggestion and it ...
Sungsoo Kim
Mar 6, 2006 at 4:36 pm
Mar 6, 2006 at 6:53 pm -
I thought that I installed all the bindings but seems to me that I am missing xapian.so when I try to run smoketest.php Warning: dl(): Unable to load dynamic library ...
Kevin SoftDev
Mar 3, 2006 at 5:55 pm
Mar 3, 2006 at 6:40 pm -
-- ------------------------------------------------------------------- dulao5 $B7I e(B
杜志刚
Mar 31, 2006 at 6:41 am
Mar 31, 2006 at 6:41 am -
$B0lBN2?$N%a!<%k$+$H;W$o$l$?$G$7$g$&!#(B $B$4$a$s$J$5$$!"4V0c$($F%a!<%k$r$7$?MM$G$9!#(B $BEbFM$KJQ$J%a!<%k$rAw$C$F$7$^$C$F$4$a$s$J$5$$!#(B ...
Lovelove34pspsps
Mar 30, 2006 at 12:55 am
Mar 30, 2006 at 12:55 am -
Does omega supports database indexing as xapian simpleindex.php / simpleindex.cc support? Or is there anyway to get indexing from xapian and search is to be operated from omega means these thing ...
Gupteshwar Joshi
Mar 29, 2006 at 11:46 am
Mar 29, 2006 at 11:46 am -
As suggestion came from the xapian-discuss. I have installed and using xapian-omega-0.9.4 I have successfully indexed the web pages could also get the results from those but still on konsole geting ...
Gupteshwar Joshi
Mar 28, 2006 at 1:02 pm
Mar 28, 2006 at 1:02 pm -
xapian-tcpsrv is very slow for me, as well. It takes about 1 second to search a tiny-tiny database, and that same database searches in sub-millisecond times using a local database. (note: i'm using a ...
Philip Neustrom
Mar 28, 2006 at 1:00 pm
Mar 28, 2006 at 1:00 pm -
Skipped content of type multipart/alternative From: "shalini singh" <shalini_singhmsc@rediffmail.com Subject: [Xapian-discuss] (no subject) Date: no date Size: 2457 Url: ...
Shalini singh
Mar 28, 2006 at 9:29 am
Mar 28, 2006 at 9:29 am -
Hello, I am using xapian .0.9.2 with php bindings and could successfully indexed the voterlist of one constituency and also search worked well with it in which i have indexed the Marathi(Devnagari ) ...
Gupteshwar Joshi
Mar 27, 2006 at 5:33 pm
Mar 27, 2006 at 5:33 pm -
An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060325/e2ba4739/attachment.htm
Direct Investors
Mar 25, 2006 at 4:19 pm
Mar 25, 2006 at 4:19 pm -
An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060324/209dbb4c/attachment.htm
Tystok
Mar 24, 2006 at 6:50 am
Mar 24, 2006 at 6:50 am -
hello Can anyone tell me about the concept of query expansion? or else point to resources wich explain wat exactly it is? in xapian, query expansion facility is available n i used it too. but didnt ...
Durga bidaye
Mar 24, 2006 at 2:21 am
Mar 24, 2006 at 2:21 am -
An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060322/c1ef63b1/attachment.htm
CoffeeClub
Mar 22, 2006 at 8:34 pm
Mar 22, 2006 at 8:34 pm
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 54 |
posts | 236 |
users | 38 |
website | xapian.org |
irc | #xapian |
38 users for March 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)