I want to know how lucene index text and store on files. I try to find its source code but what I found it high level source code not basic source code. For instance I am looking for class indexer or indexWriter which create and write the index but I could not. Would you please help we find the main source code of Lucene?
I downloaded the code from http://lucene.apache.org/core/ but I could not find the codes I need. I read following references but they are not helpful too.
http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/core/src/java/org/apache/lucene/codecs/