Re: who can tell me how lucene search in the index files
hu andy wrote: I see there are seven different files with extentions .fnm .tis and etc. I just can't make sure how it looks up in the .tis file. Does lucene use Binary-Search to locate the term? See TermInfosReader. It loads the .tii file into memory, which contains one in every N entries of
who can tell me how lucene search in the index files
I see there are seven different files with extentions .fnm .tis and etc. I just can't make sure how it looks up in the .tis file. Does lucene use Binary-Search to locate the term?