Re: Anyone know which way lucene read index file
On Tue, 2006-09-05 at 09:21 +0800, James liu wrote: > which way lucene read index file? http://lucene.apache.org/java/docs/fileformats.html It is not too far fetched to compare it with a Berkeley DB. - To unsubscribe, e-mail:
Anyone know which way lucene read index file
After reading 'lucene in action', i know the format of indexfile. which way lucene read index file? line by line? I m very interesting.