Перевод "Getting Started with Zend_Search_Lucene. Index Opening and Creation"

Zend, “Getting Started with Zend_Search_Lucene. Index Opening and Creation”, public translation into Russian from English More about this translation.

See also 44 similar translations

Translate into another language.

Participants

SilverBaby4 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next → next untranslated
1

Getting Started with Zend_Search_Lucene. Index Opening and Creation

All index operations (e.g., creating a new index, adding a document to the index, deleting a document, searching through the index) need an index object. One can be obtained using one of the following two methods.

Example #1 Lucene Index Creation

  01. $index = Zend_Search_Lucene::create($indexPath);

01. $index = Zend_Search_Lucene::create($indexPath);

History of edits (Latest: SilverBaby 10 months ago) §

Example #2 Lucene Index Opening

  01. $index = Zend_Search_Lucene::open($indexPath);

Pages: ← previous Ctrl next → next untranslated
1