Re: what is the fdx file exactly mean

2012-06-25 Thread wangjing
IN DOCUMENT: Stored fields are represented by two files: The field index, or .fdx file. This contains, for each document, a pointer to its field data, as follows: FieldIndex (.fdx) --> SegSize FieldValuesPosition --> Uint64 This is used to find the location within the field data file of the fiel

Re: what is the fdx file exactly mean

2012-06-25 Thread Simon Willnauer
see http://lucene.apache.org/core/3_6_0/fileformats.html#field_index for file format documentation. simon On Mon, Jun 25, 2012 at 5:28 AM, wangjing wrote: > .fdx file  contains, for each document, a pointer to its field data. > > BUT fdx is contains pointer to WHAT? it's a pointer of  field data