Re: IndexFileNameFilter

2013-09-18 Thread Adrien Grand
Hi, On Wed, Sep 18, 2013 at 1:39 PM, Yonghui Zhao wrote: > Got it. Currently I don't use any custom codecs. Part of the problem is that even the current codec keeps evolving, and file extensions that exist today might not be used anymore in 6 months and vice-versa. I would strongly recommend not

Re: IndexFileNameFilter

2013-09-18 Thread Yonghui Zhao
Got it. Currently I don't use any custom codecs. 2013/9/18 Adrien Grand > Hi, > > Since Lucene 4.0 which introduced codecs, it is not possible anymore > to know based on filename extensions whether files have been created > by Lucene or not: every codec is free to use any file extension. > > On

Re: IndexFileNameFilter

2013-09-18 Thread Adrien Grand
Hi, Since Lucene 4.0 which introduced codecs, it is not possible anymore to know based on filename extensions whether files have been created by Lucene or not: every codec is free to use any file extension. On Wed, Sep 18, 2013 at 1:03 PM, Yonghui Zhao wrote: > In lucene 4.3.0 there is no IndexF