Search Discussions
-
Is there any way to improve the performance of range searches? Most queries in my app (cribq.com) do a lat/long range search. When that is disabled, the performance is 5X faster. Have a look at the ...
Alex Neth
Oct 31, 2008 at 11:39 pm
Nov 2, 2008 at 3:39 pm -
hi all, i am looking for synonym-using in xapian. using the api-documentation i tried to add synonyms as follow: $db = new XapianWritableDatabase($db_path, Xapian::DB_CREATE_OR_OPEN); $db- ...
Dr BYTE
Oct 21, 2008 at 12:31 pm
Oct 21, 2008 at 1:45 pm -
Hello I was wondering if there is any way I can coach queryparser into something like this, so I don't have to pre-parse the query myself: (pseudo code) my $query_string = 'jazz oslo today'; $qp- ...
Andreas Marienborg
Oct 13, 2008 at 1:56 pm
Oct 21, 2008 at 8:32 am -
I have a problem on getting source of xapian. 1st, run 'wget -O- http://www.xapian.org/debian/archive_key.asc|apt-key add -', result shows '09:35:29 (6.42 KB/s) - `-' saved [2437/2437]' and OK, but i ...
Allen
Oct 7, 2008 at 1:50 am
Oct 7, 2008 at 10:18 am -
Hello, I am scratching my head at how to use the term iterator in PHP. I would like to know what terms are stored against a document. I have a document called $odoc like so coming from some matches. ...
John Wards
Oct 2, 2008 at 10:22 am
Oct 3, 2008 at 2:11 pm -
Hello :) Has anyone ever done geo-searching with xapian? My thought for now are like this: Add the following values to a document # - (lat + 90) * 1_000_000 (to aleviate float problems) # - (lon + ...
Andreas Marienborg
Oct 17, 2008 at 9:23 am
Oct 31, 2008 at 1:24 am -
Hi. I'm a new user of the Xapian Project and I want to install the Java version on Windows but I can't find any documentation who can help me... Can you help me?? Thank you. Justine.
Justine Demeyer
Oct 16, 2008 at 8:49 am
Oct 18, 2008 at 11:13 am -
Hi all, I'm trying to get Xapian running with Ruby and Rails with act_as_xapian. Unfortunately I don't get further then building the index which takes forever. Can you give an indication of what ...
Jeroen van Dijk
Oct 15, 2008 at 12:16 pm
Nov 4, 2008 at 10:47 pm -
After installing Xapian version version 1.0.8 ... I noticed search delay, just before the query starts. The delay is very much noticeable when search starts, and could be related either connecting to ...
Kevin Duraj
Oct 11, 2008 at 11:45 pm
Nov 4, 2008 at 9:40 pm -
Hi! I'm using xapian-omega in my site and I would like to know if it has some kind of label that I could use in my HTML pages to show results only from a certain part (<div for example). I don't like ...
Sergio Catalá Gil
Oct 23, 2008 at 12:57 pm
Oct 23, 2008 at 10:45 pm -
Hi, The FAQ (http://trac.xapian.org/wiki/FAQ/UniqueIds) recommends, to open a postlist instead of a search: If you want to retrieve the document, open the postlist for "Q65A" and read the first (and ...
Double
Oct 16, 2008 at 10:13 am
Oct 17, 2008 at 3:08 am -
Hi, Is there a change to change the default-prefix ("Z") for stemmed terms? Thanks a lot! Markus
Double
Oct 10, 2008 at 12:36 pm
Oct 15, 2008 at 6:34 pm -
I have a xapian index on a test-machine that has been used quite a bit. The size of the index on disk is 2.4GB, so I thought I'd run xapian-compact on it, to make it more likely to fit in RAM. It ...
Adam Sjøgren
Oct 8, 2008 at 6:39 pm
Oct 13, 2008 at 11:28 am -
Hi there, I am encountering problems with stemming and prefixes. I want to filter my queries with prefixes using add_term and add_prefix (as I've seen it's the best solution). So, here is the ...
Ivan Sutter
Oct 9, 2008 at 10:48 am
Oct 11, 2008 at 8:55 pm -
Hello, Until now, I was using QueryParser.add_prefix() for all my fields, but I realized that some of them were just "filters" and I'm now experimenting with add_boolean_prefix() for those fields ...
Daniel Ménard
Oct 28, 2008 at 6:27 pm
Nov 18, 2008 at 4:37 pm -
Hi all, I was searching how to remove a term from a Xapian DB on Xapian API[1], but I could not find the right member function on the classes. Is there a way to do that? The main reason I want to do ...
Marco Villegas
Oct 24, 2008 at 6:07 pm
Oct 28, 2008 at 12:23 am -
Hi list, I'm currently busy trying to get our article database in omega for which I use the following omegascript: example="$highlight{$htmlstrip{$if{$field{lead},$field{text}, ...
Hylke Witjens
Oct 21, 2008 at 2:21 pm
Oct 22, 2008 at 6:55 am -
I am getting this error when building xapian-omega, but I can find no info about how to troubleshoot. Any ideas? Thanks! [root at home xapian-omega-1.0.8] # make check Making check in . make[1]: ...
Josh
Oct 15, 2008 at 12:59 am
Oct 21, 2008 at 8:04 am -
Hi, I'm a new user of Xapian and I have some problems to understand how it works. So, I'm on Ubuntu and I use the Java Bindings. I have to index a large amount of text files and then, make some ...
Justine Demeyer
Oct 18, 2008 at 7:02 pm
Oct 21, 2008 at 7:47 am -
Hello, What exactly is the difference between Xapian::Query::OP_OR and Xapian::Query::OP_ELITE_SET? I get the same result set. Thanks a lot Markus
Double
Oct 17, 2008 at 7:41 am
Oct 17, 2008 at 9:02 am -
Sometimes, I should delete a lot of documents from xapian indexed data, I had to call the WritableDatabase::delete_document() by a fake unique_term, becuase this term refer to many documents rather ...
Hightman (马明练)
Oct 16, 2008 at 5:50 pm
Oct 17, 2008 at 5:41 am -
I'm using Xapian 1.0.8 and the python bindings. I have a flint database which I can open fine by doing the following: db_name = '/path/to/db/db-name' database = xapian.WritableDatabase(db_name, ...
Ben Phillips
Oct 29, 2008 at 10:37 am
Oct 29, 2008 at 6:07 pm -
HI After i got the mset from a search over 2 DBs. How do I know which DB (DB1 or BD2) the Document resides? Cheers Andrey
Andrey
Oct 17, 2008 at 8:46 am
Oct 20, 2008 at 12:37 am -
I tried to run the simpleindex.php5 and simplesearch.php5 scripts aplied to my data and there was no problem there. But when I tried to search it didn't work as planned. Now, I guess that I was ...
Bobo Wieland
Oct 17, 2008 at 8:27 am
Oct 17, 2008 at 12:09 pm -
Hi again. I _know_ that this is asking a lot, but I have no idea how to do this. As I've said in my previous mail (see below) I think xapian.org lacks a good guide of how to do things. (btw I use the ...
Bobo Wieland
Oct 14, 2008 at 2:18 pm
Oct 14, 2008 at 2:53 pm -
I think there is a mistake in http://xapian.org/docs/valueranges.html, SECTION "Custom subclasses", source followed: struct AuthorValueRangeProcessor : public Xapian::ValueRangeProcessor { ...
Allen
Oct 8, 2008 at 7:54 am
Oct 8, 2008 at 2:57 pm -
How can i get a doc w/ a special ID
Allen
Oct 6, 2008 at 9:26 am
Oct 6, 2008 at 9:30 am -
This year Richard Boulton and I mentored projects for SWIG, both of which will be beneficial to Xapian in the future. Richard mentored Haoyu Bai adding support for Python 3. The project has already ...
Olly Betts
Oct 24, 2008 at 11:37 pm
Oct 24, 2008 at 11:37 pm -
Ihre Mail wurde erfolgreich gesendet 1.000.000 EUR gewinnen - kostenlos tippen - http://millionenklick.web.de IhrName at web.de, 12MB Speicher, Verschluesselung - http://freemail.web.de
Keineantwortadresse
Oct 21, 2008 at 1:45 pm
Oct 21, 2008 at 1:45 pm
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 29 |
posts | 120 |
users | 29 |
website | xapian.org |
irc | #xapian |
29 users for October 2008
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)