Hello, paullo.
> $doc->addField(Zend_Search_Lucene_Field::Text('urlmd5', $url_checksum));I believe it's better to use Zend_Search_Lucene_Field::Keyword instead. And note that quotes are not needed, should be $query_string = 'urlmd5:87141142e8d95ec2f1caa962a02eb2cd' Anyway, check magic quotes setting for your server, this may turn your request into something weird. -- Best regards, Peter mailto:[EMAIL PROTECTED]
