Interoperating with Java LuceneFile FormatsZend_Search_Lucene index file formats are binary compatible with Java Lucene version 1.4 and greater. A detailed description of this format is available here: http://lucene.apache.org/java/2_3_0/fileformats.html [1] . Index DirectoryAfter index creation, the index directory will contain several files:
Java Source CodeThe Java program listing below provides an example of how to index a file using Java Lucene:
[1]
The currently supported Lucene index file format version is 2.3 (starting from
Zend Framework 1.6).
|