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.
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
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,