Search Discussions
-
Hi say I have 2 databases, DB1 and DB2 after i preformed a search over these 2 DBs, i have 1 result and I want to delete this resulting doc, how do i identify which database (DB1 / DB2) this document ...
Andrey
Nov 21, 2007 at 9:44 pm
Jan 11, 2008 at 1:12 pm -
I run ./configure --with-java and receive this error: checking for java... /usr/bin/java checking for javac... /usr/bin/javac checking for jar... /usr/bin/jar checking for jni.h... yes checking for ...
Aleph Thomas
Nov 5, 2007 at 7:10 pm
Nov 7, 2007 at 9:52 pm -
Hi all, I have installed xapian ruby binding on my Leopard, but when i use require 'xapian', it's failed, the errors is: LoadError: no such file to load -- _xapian from ...
CraX SUN
Nov 23, 2007 at 6:29 am
Nov 27, 2007 at 3:04 am -
Hello, I am attempting to run the smoketest.php file from my devserver and am getting nothing but errors. It looks like it did not install correctly. Yesterday I compiled the source on os x and it ...
Frank Claycomb
Nov 27, 2007 at 2:25 pm
Nov 28, 2007 at 7:05 pm -
Hi all, Can one estimate how big the spelling database would be, based on the total index size and/or the size of the postlist table ? roughly similar to the postlist table. That's with indexing ...
Fabrice Colin
Nov 2, 2007 at 2:31 pm
Nov 8, 2007 at 11:11 am -
I upgraded to 1.0.4 and am experiencing some strange problems with the parsing of a number value range. The first line is the query string being passed to the query parser, and the second line is ...
Jim Spath
Nov 14, 2007 at 8:51 pm
Dec 21, 2007 at 12:01 pm -
Hello all, I have a problem, I create a DB using the java binding and will use from PHP and not work, not give me results for a simple search that work in java, now If I make the same but with a ...
Aleph Thomas
Nov 21, 2007 at 1:28 pm
Nov 23, 2007 at 5:12 pm -
scriptindex is using well over 200MB of RAM to build our search index. Is this normal? If it is normal, is there anything I can do to reduce the memory usage? This is quickly going to become a ...
Jim Spath
Nov 16, 2007 at 10:13 pm
Nov 21, 2007 at 1:50 pm -
Hi all, I've tried building RPMs for RHEL5 and hit this problem in Search::Xapian: make test fails on test 37: ok 34 - check PositionIterator ok 35 - create TermIterator ok 36 - check TermIterator ...
Tim Brody
Nov 8, 2007 at 1:21 pm
Nov 15, 2007 at 10:26 am -
I need know if I can make resume of the document, and how, but I need that in the resume appear the words that I am find. An need know too if this can be do using omega. thanks
Aleph Thomas
Nov 6, 2007 at 8:42 pm
Nov 7, 2007 at 6:18 pm -
Has anyone made a Ruby Gem package of Xapian? I recently built a Ruby on Rails project and was able to drop in the Ferret Gem (a port of Lucene) and the acts_as_ferret Gem, and searching was easily ...
Mike Boone
Nov 14, 2007 at 10:03 pm
Nov 15, 2007 at 2:02 pm -
Hello all, I need know how make some think as this, I have 4 fields in my DB, I need make search using this way using relevance by field. field1 "Article Title" (0.30) field2 "Article Type" (0.30) ...
Aleph Thomas
Nov 7, 2007 at 4:15 pm
Nov 7, 2007 at 4:52 pm -
Hi About the "warming-up" of xapian from the first few queries, in which prespective does it cache the data in? xapian / xapian-binding / filesystem IO? I don't know if that was the right question to ...
Andrey
Nov 23, 2007 at 10:25 pm
Nov 25, 2007 at 10:48 am -
Hi all, I have had a problem reported with Xapian running on Windows and have managed to reproduce the problem myself (Windows XP latest service packs, Xapian core 1.0.4). The problem concerns ...
Charlie Hull
Nov 21, 2007 at 10:19 am
Nov 22, 2007 at 10:01 am -
Hi, sorry to bother you with this, but I couldn't find a satisfying answer to the question at openSUSE or in the xapian mailing list archives. In short, I need to convince our provider to install the ...
Gregor Schmid
Nov 19, 2007 at 5:58 pm
Nov 19, 2007 at 9:59 pm -
I am consulting the DB made by omega from PHP, then I need recovery all the files that are pdf and talk about omega for example, my query is: $query_string = "mime:pdf/ AND omega"; ... $qp- ...
Aleph Thomas
Nov 14, 2007 at 3:17 pm
Nov 14, 2007 at 3:46 pm -
PHP4's "end of life" is 2007-12-31, though there may be "critical security fixes" until 2008-08-08: http://www.php.net/archive/2007.php#2007-07-13-1 We're currently tentatively looking at releasing ...
Olly Betts
Nov 28, 2007 at 8:55 pm
Dec 2, 2007 at 1:11 am -
Hi, I want to update a document. The document is identified by the document path e.g. /home/user/file.txt. To find the doc id by the path I need to assign the path to the document. In the FAQ is ...
Clemens Zeidler
Nov 19, 2007 at 6:42 pm
Nov 22, 2007 at 11:49 am -
Hello all, I need know if this function exist in java, and if not, what I can do... void Xapian::TermGenerator::index_text(const std::string &text, Xapian::termcount weight=1, const std::string ...
Aleph Thomas
Nov 14, 2007 at 6:09 pm
Nov 15, 2007 at 2:09 pm -
Hi All, I worked with xapian 0.9.10 and now decided to use xapian 1.0.4 with php5.2.2 on RHEL4 x86_64. Xapian core and php-binding were successfully installed. But simple test for adding docs to ...
Vasiliy Sergeev
Nov 13, 2007 at 1:33 pm
Nov 14, 2007 at 8:11 am -
Hi, I have an existing database of documents, and I'd like to add a value to each of the documents without having to recreate the entire database. The only way I've thought of to do this is to open ...
Robert Parker
Nov 28, 2007 at 7:23 pm
Nov 29, 2007 at 12:48 am -
Hi, I'm trying to adapt the gmane indexer and variant of omega (thankfully made available by GMANE) to search through a set of ~3M messages in all sorts of languages. A couple of questions I could ...
Thomas Viehmann
Nov 26, 2007 at 8:43 pm
Nov 28, 2007 at 3:10 pm -
Hi Is the sort_by_value() currently use string comparasion only? I found it's kind of expenisve by inserting timestamps in the value slot and use it to sort the result, comparing with the ...
Andrey
Nov 27, 2007 at 5:22 am
Nov 28, 2007 at 5:04 am -
Hi, I was running xapian-check on an index I just built, and I get a repeated message saying "Unexpected end of data when reading termlist." This happens on all databases I create, either before or ...
Robert Parker
Nov 16, 2007 at 10:20 pm
Nov 17, 2007 at 12:08 pm -
t/parser...........ok 1/51# Test 4 got: "Xapian::Query((Zone:(pos=1) OR Ztwo:(pos=2)))" (t/parser.t at line 33) t/parser...........NOK 4# Expected: "Xapian::Query((one:(pos=1) OR two:(pos=2)))" # ...
Jim Lynch
Nov 13, 2007 at 1:16 am
Nov 13, 2007 at 7:03 am -
How I can make the search using prefix in java?, not have implemented yet in the binding? I have the 1.0.4
Aleph Thomas
Nov 9, 2007 at 4:44 pm
Nov 10, 2007 at 2:09 pm -
My app work fine, when I have ibxapian_jni.so and xapian_jni.jar in the folder /lib but I need make a .jar that I can run in other server, how I can make the jar for include in it the library and not ...
Aleph Thomas
Nov 8, 2007 at 4:24 pm
Nov 10, 2007 at 9:15 am -
hey together, i am evaluating a couple full text solutions and just found my way to xapian. i need to build a search for community users. currently i got about 500.000 users and the search just ...
Stefan Becker
Nov 7, 2007 at 3:21 pm
Nov 7, 2007 at 4:58 pm -
hi hi how to achive Query with terms' weight to a Boolean matching? i think my question is unclear/misleading... example I have a document reads: "I am eating an apple while using apple computer" My ...
Andrey
Nov 2, 2007 at 4:49 am
Nov 2, 2007 at 5:43 am -
Please any can helpme about I create a DB in java and when use in php give me this error DatabaseOpeningError: Couldn't detect type of database xapian 1.04 and the binding db have flintlock and ...
Aleph Thomas
Nov 30, 2007 at 10:13 pm
Nov 30, 2007 at 10:13 pm -
Currently we (attempt to) support building Xapian with any GCC = 2.95. However, I only have access to Debian's GCC "2.95.4" (which is 2.95.3 plus patches) and <sstream was added in GCC 2.95.3, so the ...
Olly Betts
Nov 25, 2007 at 3:23 pm
Nov 25, 2007 at 3:23 pm -
I have problem with read a database created in xapian for java from PHP, I not receive any result in the search, I make that using the database created in xapian for c and work, any Idea about. ...
Aleph Thomas
Nov 22, 2007 at 4:02 pm
Nov 22, 2007 at 4:02 pm -
Xapian version 1.0.4: Installation successful OS: Fedora Core 6 Hardware: 1U server, 8 Core 2GHz Intel CPU, 12 GB memory Indexing: 56 million web pages XAPIAN_FLUSH_THRESHOLD00000 Total Indexing ...
Kevin Duraj
Nov 12, 2007 at 7:02 pm
Nov 12, 2007 at 7:02 pm
Group Overview
group | xapian-discuss |
categories | xapian |
discussions | 33 |
posts | 155 |
users | 27 |
website | xapian.org |
irc | #xapian |
27 users for November 2007
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)