[Xapian-discuss] Search using Terms and Prefix

Aleph Thomas alepht at gmail.com
Wed Nov 14 15:17:54 GMT 2007


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->add_prefix("mime", "T");
...

Then I not receive any results, and have files application/pdf indexed,

Parsed query is: Xapian::Query((Tpdf:(pos=1) AND Zomega:(pos=2)))
0 results found:

Thanks

  al.


More information about the Xapian-discuss mailing list