[Xapian-discuss] Empty results OMEGA with XAPIAN 1.0.1

M.J. van der Veen forward at mvanderveen.nl
Tue Jun 12 14:47:45 BST 2007


I've come to the point where the following combinations do work:
XAPIAN 1.0.1 and OMEGA 0.9.10
XAPIAN 0.9.10 and OMEGA 1.0.1

and what not works:
XAPIAN 1.0.1 and OMEGA 1.0.1


This query:
P=mario
DB=games
FMT=searchGames.xml

results in:
$query description of XAPIAN 1.0.1 and OMEGA 1.0.1:
<desc>Xapian::Query(Zmario:(pos=1))</desc>
<previous>Zmario</previous>

$query description of XAPIAN 1.0.1 and OMEGA 0.9.10:
<desc>Xapian::Query(mario:(pos=1))</desc>
<previous>mario</previous>


So, where does this Z prefix come from?

Regards,

Maarten



On 6/12/07, Olly Betts <olly at survex.com> wrote:
> On Tue, Jun 12, 2007 at 03:22:13PM +0200, M.J. van der Veen wrote:
> > On 6/12/07, Olly Betts <olly at survex.com> wrote:
> > >On Tue, Jun 12, 2007 at 02:57:04PM +0200, M.J. van der Veen wrote:
> > >> If I use the delve tool I
> > >> actually see that the records are created fine. No log files are
> > >> written as far as I know. Are there any methods to debug this?
> > >
> > >You could try the "quest" example, which uses the QueryParser class
> > >too.
> >
> > Where do I find this example?
>
> In the same place you found delve.
>
> Cheers,
>     Olly
>



More information about the Xapian-discuss mailing list