Search Discussions
-
Hi all: When I attempt to build omega 1.0.6 I'm getting a failure. "./ configure" works fine, I then do a "make" and get this: make all-recursive Making all in . g++ -DHAVE_CONFIG_H -I. -I./common ...
Bill Hutten
Apr 14, 2008 at 3:10 pm
Apr 18, 2008 at 12:48 am -
Hi All I have the code below on a windows c++ build. I'm using Xapian 1.0.6 built with the win32 build files. The program was built with Visual Studio 2008 Express It creates the folder ...
Colin Bell
Apr 12, 2008 at 8:12 pm
Apr 14, 2008 at 5:06 pm -
Hi All I've just changed over to the static library for Xapian 1.0.6 and get this compile error from one of my files - the others all compile fine. /lib/libxapian.a(flint_table.o): In function ...
Colin Bell
Apr 10, 2008 at 3:21 pm
Apr 18, 2008 at 1:43 am -
Hello, I'm still testing PHP5 bindings and I could'nt find a way to delete all documents from a DB without deleting other informations stored in the DB such as synonyms. Since the process of adding ...
Alessandro Pasotti
Apr 24, 2008 at 5:25 pm
Apr 28, 2008 at 1:59 pm -
Hello, I am currently looking for an IR-Framework for a perl based project. The xapian perl module seems very well up to date and nearly complete, so xapian looks very interesting. (I only did find ...
Gert Brinkmann
Apr 7, 2008 at 11:20 am
Apr 8, 2008 at 5:01 pm -
Hi All, Since the xapian website outage on March 25th, I've noticed that my daily Debian updates are failing with 404 errors. In fact, http://xapian.org/debian does not seem to exist. Are there plans ...
Cory Wright
Apr 1, 2008 at 6:44 pm
Apr 6, 2008 at 12:31 pm -
Hi All I'm search a value field and was wondering if there was a way to make it case insensitive. So that a search for "ARTHUR" returns "ARTHUR" or "Arthur" or "arthur" fieldMatchFilter = ...
Colin Bell
Apr 10, 2008 at 10:41 am
Apr 10, 2008 at 12:57 pm -
Here is a quick patch to perform numeric sorting instead of the default string sort in Omega 1.0.6. This must be decided at index time, and is specified by replacing VALUE= with NUMERIC= in the ...
Yevgeny Binder
Apr 27, 2008 at 11:34 pm
Apr 30, 2008 at 6:26 am -
Hi All I'm trying to do boolean searches and I't not happening for me. I have the code qp.set_default_op(Xapian::Query::OP_OR); qp.set_stemmer(Xapian::Stem("english")); ...
Colin Bell
Apr 7, 2008 at 1:52 pm
Apr 9, 2008 at 5:08 pm -
We're planning to drop support for python 2.2 in the 1.1.0 release. The Python 2.2 release series last had a release nearly 5 years ago, and is now essentially unsupported by upstream (there is a ...
Richard Boulton
Apr 23, 2008 at 9:10 am
Apr 28, 2008 at 3:53 pm -
Is there a safe way of completely deleting a database, but from the API, not by wiping it on the filesystem* ? This is for a 'rebuild all' function. I used to use the all terms iterator to do it but ...
Francis Irving
Apr 24, 2008 at 8:00 am
Apr 24, 2008 at 9:57 am -
Hello, I was testing xapian PHP5 bindings and the clustering svn branch when I saw this error: Exception: DatabaseError: inflate failed (invalid distance too far back) in ...
Alessandro Pasotti
Apr 23, 2008 at 9:37 am
Apr 23, 2008 at 1:30 pm -
I'm running Omega with a shell command in PHP to perform a search and then post-process the results. I get plenty of results and I can sort them and specify other CGI parameters just fine. However, ...
Yevgeny Binder
Apr 20, 2008 at 4:07 am
Apr 22, 2008 at 2:12 am -
Hi all, I've been using Ruby on Rails, and finally got fed up with Solr/Lucene. So I've made acts_as_xapian. An early version is available here: ...
Francis Irving
Apr 25, 2008 at 10:51 am
May 6, 2008 at 10:25 am -
The http://www.xapian.org/debian/archive_key.asc key file referenced on http://xapian.org/download.php is missing. Any chance it could be restored? Paul Dixon
Paul Dixon
Apr 14, 2008 at 10:07 pm
Apr 18, 2008 at 2:15 am -
Dear all,
Tushar Bankar
Apr 16, 2008 at 11:15 am
Apr 16, 2008 at 11:43 am -
I'm having some trouble getting the xapian 1.0.6 php bindings under OS X 10.5.2 working. The python and ruby bindings work fine. $ cd xapian-bindings-1.0.6 $ ./configure $ make All works fine so far ...
Matthew Landauer
Apr 7, 2008 at 12:00 pm
Apr 8, 2008 at 12:04 am -
I see that there is Database.allTermsBegin() and Database.allTermsEnd() but I can't figure out how they work together to iterate over all the terms in the database.
Jarrod Roberson
Apr 7, 2008 at 8:30 pm
Apr 7, 2008 at 8:51 pm -
Hi, please imagine the term "foobar" in a xapian database. I know, that it is possible to match this term with the following queries and flags: 1) "foo" (QueryParser.FLAG_PARTIAL) 2) "foo*" ...
Lars Kruse
Apr 4, 2008 at 5:27 am
Apr 4, 2008 at 9:20 pm -
Hi, I would like to search for filenames in a xapian database. For now my query for "foo-bar.po" turns into the following: Xapian::Query((foo:(pos=1) PHRASE 3 bar:(pos=2) PHRASE 3 po:(pos=3))) This ...
Lars Kruse
Apr 2, 2008 at 3:56 am
Apr 2, 2008 at 8:40 am -
Hi, In my application I have one writer (on a cron job), and multiple readers which are inside the Mongrel Ruby on Rails web server. When I alter the database, the readers don't see the changes until ...
Francis Irving
Apr 30, 2008 at 9:13 am
Apr 30, 2008 at 9:39 am -
I've just started with Xapian using the Python bindings and have been using the example texts to begin understanding how the programme works. I've been running simpleindex.py off the command line to ...
Iain Emsley
Apr 26, 2008 at 2:39 pm
Apr 26, 2008 at 10:31 pm -
Hello, I'm having a litle issue with Xapian-1.0.6 with php bindings under php5 when trying to add a new document it throws: Fatal error: Uncaught exception 'Exception' with message ...
Sebastian Araya
Apr 20, 2008 at 6:45 pm
Apr 20, 2008 at 11:33 pm -
Hi, I am using the python bindings for xapian in a debian system (python 2.4). I just noticed, that the following returns different queries for different versions of xapian: ...
Lars Kruse
Apr 18, 2008 at 5:06 am
Apr 18, 2008 at 5:26 am -
I have issue when searching using more than 2 terms with set_default_op = OP_NEAR ... Are we limited to 2 terms maximum when using set_default_op = OP_NEAR ? Reproducing the issue: Search terms: ...
Kevin Duraj
Apr 17, 2008 at 10:47 pm
Apr 18, 2008 at 1:51 am -
Hi, I'm having some trouble using the match decider variant of get_mset() with the 1.0.6 release. It used to be that (say) enquire.get_mset(0, 10, 10, None, my_match_decider) worked (my_match_decider ...
Tom Mortimer
Apr 8, 2008 at 1:54 pm
Apr 8, 2008 at 2:02 pm -
Hi All This just a message to say a big thank you to everyone for helping me out these last few months. I know it must have been annoying, but I am so relieved that you guys were there to help me. ...
Colin Bell
Apr 14, 2008 at 9:10 pm
Apr 14, 2008 at 9:10 pm
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 27 |
posts | 130 |
users | 28 |
website | xapian.org |
irc | #xapian |
28 users for April 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)