Search Discussions
-
Hi all, I'm running into some strange behavior when I submit a query involving multiple P-terms that have prefixes and are double-quoted. For example: I have an Omega template containing the ...
Mike Hsu
Jul 11, 2006 at 1:12 am
Jul 12, 2006 at 6:04 am -
When I set the query parser default op to OP_AND like the following: $qp- set_default_op('Search::Xapian::QueryParser::OP_AND') I get an error in the Apache log: Argument ...
John Wang
Jul 14, 2006 at 7:00 pm
Jul 14, 2006 at 9:20 pm -
In preparation for adding a feature to omega, I need to rerun aclocal, however I encountered a problem, I didn't see where my local modification would have affected it at all, so I attempted to run ...
Jim Lynch
Jul 6, 2006 at 4:15 pm
Jul 14, 2006 at 3:22 pm -
Folks, I ran script index on about 1800 documents, and somewhere during the scriptindex process of adding files to the flint db, I terminated the program (^C). I don't know which docs were added, ...
Oscaruser
Jul 30, 2006 at 7:46 am
Aug 25, 2006 at 12:16 am -
I have a program that walks the file system indexing files. There are three steps 1. open the file and read the info I need to index. 2. create a xapian document, populate it and add or replace as ...
Jarrod roberson
Jul 16, 2006 at 1:23 am
Jul 18, 2006 at 9:22 am -
Hi all !! Am I right in thinking that Xapian has some nascant interface for sorting or biasing results by a Unix timestamp value stored in a document ? I've been through the documentation but I can't ...
Joss Shaw
Jul 11, 2006 at 10:20 am
Jul 14, 2006 at 3:18 pm -
If there is such a thing as a wish list, I'd like to ask that a variable proximity search option be included with omega. I'd like to be able to do something like the following. cats NEAR 5 dogs Where ...
Jim Lynch
Jul 31, 2006 at 1:18 pm
Sep 5, 2006 at 10:02 am -
Folks, Is the omega.cgi tool able to search remote dbs that are setup with xapian-tcpsvr? (e.g. xapian-tcpsrv --port 33333 /svr/hda1/xapian/delta/xap_delta_idx) What form of the arguments enable this ...
Oscaruser
Jul 20, 2006 at 12:18 am
Jul 24, 2006 at 10:09 pm -
Hi! I'm facing the following issue: I need to index with xapian a relational table, which has a few enumerated fields and two text fields: E1 E2 E3 T1 T2 ------------------ ---------- Enumerated Text ...
Sebastian Araya
Jul 24, 2006 at 3:08 pm
Jul 24, 2006 at 4:56 pm -
Folks, We wanted to build up a shopping style categorization tree and was wondering if there are any features of Xapian that may help us with this goal. Basically it works like this, we have a ...
Oscaruser
Jul 25, 2006 at 7:25 pm
Jul 30, 2006 at 7:23 am -
I know I saw somewhere how to put a line in the template that would show what a query expands to, but for the life of me, I can't find it again. Would someone with a better memory or the knowledge ...
Jim Lynch
Jul 28, 2006 at 12:01 pm
Jul 29, 2006 at 3:08 pm -
I started working on a graphical delve style tool, and I can't get dbfactory.h to compile using Objective-C++ :-( At least I can try and fall back on PyObjC if I can't get the native code to work. ...
Jarrod roberson
Jul 18, 2006 at 7:35 pm
Jul 20, 2006 at 4:57 pm -
I thought I saw something about this on the mailing list archives but I can't find it now and I can't remember if they are reused or not?
Jarrod roberson
Jul 3, 2006 at 5:15 pm
Jul 10, 2006 at 11:21 pm -
Hi, I'm using user-defined X-starting multi-capital prefixes for boolean terms, and I'm wondering about how a corresponding query-string has to be formated to work with the QueryParser. For example: ...
Markus Wörle
Jul 6, 2006 at 5:43 pm
Jul 10, 2006 at 4:37 pm -
I've been looking at Xapian for a while now and decided to download it and give it a try today. With my luck, the xapian.org site appears to be down. Is there a mirror somewhere with the latest ...
Michael A. Lewis
Jul 6, 2006 at 9:14 pm
Jul 8, 2006 at 4:04 pm -
Hi there, I am researching Xapian as a possible indexer/search solution for a web project. Within this project, I have a catalog of document types (articles, products, event postings, etc). Each ...
Michael Caplan
Jul 2, 2006 at 2:49 pm
Jul 2, 2006 at 3:18 pm -
//http://search.gmane.org/~xapian/xapian-qp-utf8-0.9.2.patch <http://search.gmane.org/%7Exapian/xapian-qp-utf8-0.9.2.patch Or is there a new o/ne? Thanks, Jim. /
Jim Lynch
Jul 17, 2006 at 1:37 pm
Aug 23, 2006 at 1:19 pm -
Is there a way to remove duplicates URL domains appearing in the search results at the omega.cgi level? My index script has URL field as an unique key, but not in the domain. Wondering if this is ...
Oscaruser
Jul 26, 2006 at 2:28 am
Jul 26, 2006 at 2:01 pm -
Folks, Wanted to build xapian-core-0.9.6_svn7143.tar.gz and install it in the same directories as the .deb package installs. Based on ./configure --help, shows I can specify install target using ...
Oscaruser
Jul 19, 2006 at 6:50 pm
Jul 24, 2006 at 10:05 pm -
Is there an easy way to delete a document and all traces of it from the database (ie, with a single call)? If not, what would be the procedure. Thanks, --Michael Lewis ...
Mlewis
Jul 20, 2006 at 7:19 pm
Jul 21, 2006 at 9:16 am -
Folks, OK found it, omega.cc looks for multiple DB definitions and adds it to the search list. If the dbs are only one directory lower (e.g. not in default as in beta/default, but only "beta"), then ...
Oscaruser
Jul 14, 2006 at 11:29 pm
Jul 14, 2006 at 11:45 pm -
Folks, Is the Inverted Index (II) structure built upon a B-Tree? I am trying to untangle the terms II data structure from the underlying/supporting/initial structures that are ultimately constructed. ...
Oscaruser
Jul 14, 2006 at 6:20 pm
Jul 14, 2006 at 7:21 pm -
Folks, Been looking the IR docs [http://www.xapian.org/docs/intro_ir.html], but didn't see anything about an inverted index. Is such a datastructure used by Xapian to help relevancy, improve search ...
Oscaruser
Jul 14, 2006 at 12:17 am
Jul 14, 2006 at 11:38 am -
I am writing a C++ application that takes a large group of documents and indexes them. I primarily want to return the document IDs only to the querying client and possibly come back later for the ...
Mlewis
Jul 10, 2006 at 2:42 pm
Jul 10, 2006 at 6:50 pm -
Folks, I have three separate xapian indicies/dbs that I want Omega.cgi to search. Searching only one works OK, but I need to search three different dbs, and hopefully omega will combine the results ...
Oscaruser
Jul 14, 2006 at 10:52 pm
Jul 14, 2006 at 10:52 pm -
see the garage, too: a long gray intestine, its doors wide open. The trucks "Very well, Fletcher. Remember what we were saying about one's body I looked up and felt a catch in my throat. I couldn't ...
Amalia Duffy
Jul 12, 2006 at 5:59 pm
Jul 12, 2006 at 5:59 pm -
seconds and we're on the asphalt. And suddenly I broke out in a sweat! My fun," he said. Something happens here with the shadows. But what was that silvery shine? It possible tribute to the authors' ...
Aurelia Knox
Jul 12, 2006 at 7:59 am
Jul 12, 2006 at 7:59 am
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 27 |
posts | 91 |
users | 22 |
website | xapian.org |
irc | #xapian |
22 users for July 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)