search for: leedeetig

Displaying 4 results from an estimated 4 matches for "leedeetig".

Did you mean: leedeetiger
2013 Feb 05
0
make error in xapian-application/omega (jiangwen jiang)
...; > Today's Topics: > > 1. Re: FASTER Search (??) > 2. make error in xapian-application/omega (jiangwen jiang) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 5 Feb 2013 09:35:11 +0800 > From: ?? <leedeetiger at gmail.com> > Subject: Re: [Xapian-devel] FASTER Search > To: Xapian Development <xapian-devel at lists.xapian.org>, "??????" > <leedeetiger at gmail.com> > Message-ID: > <CALXXG0Aa-14skVW6Vp= > 3P6Zb6ftQwnmYWZYi23mfX-R5uMLsPQ at mai...
2013 Mar 04
2
Need Beginner Guide for Matcher Optimisations Project
Hi, While searching for a project which matches my interest andskill level, I found this project named Matcher Optimization. This project is really challenging and excting from my view point and I would like to be a part of this project. Optimization techniques metioned in the reference links provided will take some time for me to have a good understanding about them. But I am trying to get my
2013 Mar 05
1
Remote database & local database, and adding new weight found vtable error
Hello, guys. Q1. now I have load all the docid and its document data into a dictionary for faster loading data instead of calling Xapian::MSetIterator i; i.get_document().get_data(); but I was happened to discover that the dictionaries got by such two method were different: both methods use DB1, DB2 method 1: Xapian::Database db = Xapian::Database(the path of DB1); Xapian::Database db2 =
2013 Jan 17
1
FASTER Search
I am suffering for slow searching performance on Xapian. I am using Xapian for indexing about 150,000,000 documents. It was implemented in C++; The performance of searching was not that fast. e.g. Searching a query, which includes about 20 terms, needs 2 secs avg. For searching, I followed such steps: 1. construct a QueryParser for certain string 2. parse the query to get a Xapian::Query