Displaying 1 result from an estimated 1 matches for "20formats".
Did you mean:
20format
2012 Mar 03
1
GSoC 2012: Backend for Lucene format indexes
...ubsequent work prefers C++ codes. This project is very meaningful to
smooth the transition.
As far as I know, the operation of index file, e.g. IndexReader, has
changed quite some (Lucene3.5 File
Format<http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/fileformats.html#Index%20File%20Formats>)
, while the idea page itself still linked to an old 3.0
version<http://lucene.apache.org/core/old_versioned_docs/versions/3_0_3/fileformats.html>.
Since it doesn't seem a simple work to cope with all the versions, shall we
just implement to support the old 3.0 format, or a more stabl...