mirror of https://github.com/apache/lucene.git
remove "tvp" from INDEX_EXTENSIONS which not used at all.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@494521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
853c03ac43
commit
fe9c033464
|
@ -48,7 +48,7 @@ final class IndexFileNames {
|
|||
*/
|
||||
static final String INDEX_EXTENSIONS[] = new String[] {
|
||||
"cfs", "fnm", "fdx", "fdt", "tii", "tis", "frq", "prx", "del",
|
||||
"tvx", "tvd", "tvf", "tvp", "gen", "nrm"
|
||||
"tvx", "tvd", "tvf", "gen", "nrm"
|
||||
};
|
||||
|
||||
/** File extensions of old-style index files */
|
||||
|
|
Loading…
Reference in New Issue