Hello,
How would I index a price int field in a Zend Lucene Search Index?
I am currently using:
$doc->addField(Zend_Search_Lucene_Field::Keyword('price', $price, 'utf-8'));
Is this the correct way? Or should I be storing it specifically as a number somehow?