Hello Peter,

Peter Farafonov wrote:
> 
>> $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.
> 

I've checked magic quotes setting and I've "php_flag magic_quotes_gpc off". 
I've noticed even simple query:

$hits = $index->find('kon*');

is returning 5 results on my localhost, but 0 on web hosting provider. Still
I don't know where is the reason... Below I've attached my index.

http://www.nabble.com/file/p11740640/var.zip var.zip 

Thanks very much.

Regards,
paullo
-- 
View this message in context: 
http://www.nabble.com/Zend_Search_Lucene%3A-Results-No-Results-tf4119305s16154.html#a11740640
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to