Search Discussions
-
Hi, I recently started to combine several (around 140) seperate databases for a single search request with add_database. I use the xapian perl bindings. Additionally I use a match decider to ...
Oliver Flimm
Aug 1, 2008 at 9:48 am
Aug 25, 2008 at 8:48 am -
Dear Xapian, I am writing a little tool for indexing/searching email messages in maildirs. For indexing the message bodies, Xapian looks like an interesting option, but I have some newbie questions. ...
Djcb
Aug 30, 2008 at 7:19 am
Sep 2, 2008 at 9:29 pm -
I'm new to Xapian & need some help, many thanks if anyone replies. I did a release build from xapian-core-1.0.7 with VS2008 by using Charlie Hull's makefiles. I'm trying to test-index my dataset -- ...
Cel tix44
Aug 21, 2008 at 9:17 am
Aug 24, 2008 at 11:21 pm -
hey all, i want build up a user search with xapian and php5. but i don't know how searching thru different fields. result should show all records got "cars or party or friends" in the field ...
Dr BYTE
Aug 14, 2008 at 1:25 pm
Aug 15, 2008 at 1:43 am -
Hi guys, So far so good, I have omega up and running, just a few silly questions: Partial searches. In omega if I enter "red" I would get a match with the word "red" but not "redhead", how would I ...
Frank Bruzzaniti
Aug 13, 2008 at 6:17 pm
Aug 14, 2008 at 1:19 pm -
Im currently using sphinx, which has a nice geo searching interface: If given a query and an origin (latitude, longitude, both in radians), and told which fields correspond to latitude/longitude in ...
Joe Noon
Aug 4, 2008 at 8:16 am
Aug 4, 2008 at 2:27 pm -
I was looking for a patch that would let omindex index only modified files, is there a central location where people post there patches?
Frank Bruzzaniti
Aug 19, 2008 at 8:08 am
Aug 24, 2008 at 1:34 pm -
Hi, We have an application which has "main" records, like, for example, a person, which may have several "dependent" records such as an attachment, an address, an email, a phone number, a note left ...
Agustín
Aug 19, 2008 at 12:15 am
Aug 20, 2008 at 4:14 am -
i want to add values (For ex pricing, number_comments etc) to the document. can you explain what 0 is here? and what is price? Xapian::Document doc; doc.add_value(0, ...
Mark
Aug 16, 2008 at 2:51 am
Aug 16, 2008 at 4:02 pm -
Hey all, I'm using Xapian through acts_as_xapian and would like to know why trailing wildcards do not work on prefix searches. Specifically, I have a Merchant model with a Description field, mapped ...
Donncha Redmond
Aug 21, 2008 at 2:12 am
Aug 22, 2008 at 5:36 am -
Hi all! I've been trawling through the archives and I found reference to an n-gram query parser plugin which some guy made. I don't think it's been included into the main Xapian distro yet but I ...
Joss Shaw
Aug 19, 2008 at 7:29 pm
Aug 20, 2008 at 12:14 pm -
i want to query a database and sort the results by a value ( which i created like this doc.add_value(1, some_value)). the default search is really fast, but now if i try to sort the results by this ...
Mark
Aug 16, 2008 at 4:08 pm
Aug 20, 2008 at 1:31 am -
hi, i am newbie to xapian and am trying to get started with it in python. there is no stemmer.stem_word method in the latest python library. how do i stem words before doing doc.add_posting? is there ...
Mark
Aug 16, 2008 at 12:52 am
Aug 16, 2008 at 2:20 am -
Hello, anybody out there has experience and can give me some tips about installing latest xapian (and PHP bindings) on linux Gentoo? I'm completely new on Gentoo an somewhat lost about the best way ...
Alessandro Pasotti
Aug 11, 2008 at 12:54 pm
Aug 12, 2008 at 7:07 am -
Hello All , Could anyone comment on when the etch debs are likely to appear for the new Xapian version ? Its still on 0.9.9-1 and i really want to use the new version before getting stuck into ...
Amias Channer
Aug 11, 2008 at 10:52 am
Aug 12, 2008 at 4:57 am -
I have a fairly large Xapian index (3.7M docs, 280+GB in 5 Flint indexes), and I'm surprised by how slow phrase searching is in comparison to other queries. A search that (estimates that it) returns ...
Chris Olds
Aug 27, 2008 at 8:40 pm
Aug 27, 2008 at 11:58 pm -
is there any difference between using document.add_posting (in which term is added one by one) and TermGenerator().index_text for creating the xapian database? does TermGenerator also take into ...
Mark
Aug 16, 2008 at 3:10 pm
Aug 24, 2008 at 1:26 pm -
I just realized I wasn't replying to the list on my previous messages. Doh! Thanks to Matthew for replying thus far. The issue appears to boil down to this. I am trying to parse a query with ...
Mike Boone
Aug 13, 2008 at 4:55 pm
Aug 20, 2008 at 1:48 am -
Hello, I'm using version 1.0.7 and for the first time I'm seeing this error without being able to understand what causes it to show up: *Fatal error*: Uncaught exception 'Exception' with message ...
Alessandro Pasotti
Aug 18, 2008 at 9:33 pm
Aug 19, 2008 at 11:14 pm -
There doesn't seem to be any *.i files in the tree. I downloaded the most recent sources via svn. Did a ./bootstrap. Created a build directory and did the ../configure --without-documentation. I ...
Jim
Aug 17, 2008 at 2:02 pm
Aug 17, 2008 at 3:53 pm -
Hi all, I have a database of products with a indexed table, description, etc. Every product has a publisher, price, availability property and can be part of one or more product selections (just group ...
James Cauwelier
Aug 14, 2008 at 1:02 pm
Aug 14, 2008 at 1:18 pm -
We're using Xapian 1.0.7. I have an algorithm to pre-read a query and find words that we want to stem differently than the standard stemming. These terms have a prefix of XZ in the index. However, ...
Mike Boone
Aug 12, 2008 at 12:36 pm
Aug 12, 2008 at 2:09 pm -
Hey all, i build up a user search and want to display fields matched by the given expression. i'm searching through 2 prefix-defined fields (user_interessts, XUSER_INTERESSTS and user_food, ...
Dr BYTE
Aug 29, 2008 at 7:02 am
Aug 29, 2008 at 7:02 am -
my database is continuously updated and i need to keep updating the xapian database also. so can i use the database.replace_document method to update the document in xapian? also is there anything ...
Mark
Aug 16, 2008 at 1:35 pm
Aug 16, 2008 at 1:35 pm -
Hi all, I've just been sent a build file for the Ruby bindings, and have thus produced a new set of build files, available from the usual place at ...
Charlie Hull
Aug 14, 2008 at 2:57 pm
Aug 14, 2008 at 2:57 pm
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 25 |
posts | 96 |
users | 27 |
website | xapian.org |
irc | #xapian |
27 users for August 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)