[Xapian-discuss] Thanks for the help Olly.
Olly Betts
olly at survex.com
Fri Feb 3 05:26:19 GMT 2006
On Thu, Jan 19, 2006 at 04:51:31PM -0500, jarrod roberson wrote:
> Here is what delve tells me:
>
> >delve -r 999 -d /tmp/index
> Data for record #999:
> /wfs/R/t/3/Rt3oxJib36zNefmMEqJ9FVNyCUE=/SecUpd2005-006Ti.info
> /d647d4a0-57c0-11da-be78-080020b7eac9
>
> Term List for record #999: d647d4a0-57c0-11da-be78-080020b7eac9
>
> and here is what my searcher.py program tells me:
>
> >searcher.py /tmp/index d647d4a0-57c0-11da-be78-080020b7eac9
> Performing query `Xapian::Query(d647d4a0-57c0-11da-be78-080020b7eac9)'
> 0 results found
>
> any ideas what I am missing?
All I can think of is that the term in the database might have whitespace
on the end (spaces, tabs, or newlines).
What's the exact output of:
delve -r 999 /tmp/index | cat -vet
Cheers,
Olly
More information about the Xapian-discuss
mailing list