Browse Source

Fixes ZF-8142 Corrected incorrect reference of id property as document property in Searching section of Zend_Search_Lucene Reference Guide chapter

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18686 44c647ce-9c0f-0410-b52a-842ac1e357ba
elazar 16 years ago
parent
commit
b7b0bc782c

+ 1 - 1
documentation/manual/en/module_specs/Zend_Search_Lucene-Searching.xml

@@ -148,7 +148,7 @@ $userQuery = Zend_Search_Lucene_Search_QueryParser::parse($queryStr);
         <title>Search Results</title>
         <para>
             The search result is an array of <classname>Zend_Search_Lucene_Search_QueryHit</classname> objects. Each of these has
-            two properties: <code>$hit->document</code> is a document number within
+            two properties: <code>$hit->id</code> is a document number within
             the index and <code>$hit->score</code> is a score of the hit in
             a search result. The results are ordered by score (descending from highest score).
         </para>