Re: The tvp extension

2007-01-09 Thread Bernhard Messer
Term Vectors with positions are written to the "tvf" file like other term vector information too. There is no extra file containing term vectors position information. The "tvp" extension seems to be an relict from earlier days where lucene file extensions where spreaded

Re: The tvp extension

2007-01-08 Thread Otis Gospodnetic
--- Original Message From: Nicolas Lalevée <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Monday, January 8, 2007 12:10:32 AM Subject: The tvp extension Hello, In o.a.l.index.IndexFileNames.java, there are these lines : static final String INDEX_EXTENSIONS[] = new String[]

The tvp extension

2007-01-07 Thread Nicolas Lalevée
Hello, In o.a.l.index.IndexFileNames.java, there are these lines : static final String INDEX_EXTENSIONS[] = new String[] { "cfs", "fnm", "fdx", "fdt", "tii", "tis", "frq", "prx", "del", &quo