소스 검색

[DOCUMENTATION]additional TYPO as same as 18687

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18715 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 년 전
부모
커밋
e4b4458d74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      documentation/manual/en/module_specs/Zend_Search_Lucene-BestPractice.xml

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

@@ -294,7 +294,7 @@ foreach ($hits as $hit) {
 ...
 
 // Retrieving documents with termDocs() method
-$term = new Zend_Search_Lucene_Index_Term($docId, idFieldName);
+$term = new Zend_Search_Lucene_Index_Term($docId, $idFieldName);
 $docIds  = $index->termDocs($term);
 foreach ($docIds as $id) {
     $doc = $index->getDocument($id);