--- documentation/manual/en/module_specs/Zend_Search_Lucene-Searching.xml (revision 18655) +++ documentation/manual/en/module_specs/Zend_Search_Lucene-Searching.xml (working copy) @@ -148,7 +148,7 @@ Search Results The search result is an array of Zend_Search_Lucene_Search_QueryHit objects. Each of these has - two properties: $hit->document is a document number within + two properties: $hit->id is a document number within the index and $hit->score is a score of the hit in a search result. The results are ordered by score (descending from highest score).