Re: [jira] [Commented] (LUCENE-3403) Term vectors missing after addIndexes + optimize

2011-08-28 Thread Ari . Ko
Hi, I don't know whether my problem is the same reason. When I merged some indexs to one the term vectors missed in this case. The input indexs is saved on several difference dirctories, for example /index1/, /index2/, /index3/. And the output merge index will be saved to another new directory,

[jira] The question about DocStoreOffset

2011-08-24 Thread Ari . Ko
Hi, good morning. I faced one problem when created index file using lucene 3.2. In my indexs file there are the TermVector files but they become to 0 byte when is open by Luke. According to the explaination about Lucene index files format, mybe the reason is the value of DocStoreOffset of segm

how to customize lucene index file

2011-07-21 Thread Ari . Ko
Hi, good morning everyone. I would like to ask one question about lucene index file. I want to know whether I could customize this index file. I know this index file is created by lucene in the backgroud from documents directory. And all of words and their frequence is output in the index file.