View Single Post
  #2 (permalink)  
Old 01-03-2008, 03:05 PM
kokx kokx is offline
Junior Member
 
Join Date: Jan 2008
Posts: 1
Default

I think that you have to change:
Code:
$hits = $this->lucene->find( 'hashid' . $obj->getID() );
Into:
Code:
$hits = $this->lucene->find( 'hashid: ' . $obj->getID() );
Reply With Quote