I'm looking for a way to delete term vectors from existing index, schema is changed to 'termVectors="false" ' and optimization was performed after that, but index size remains the same (I'm totally sure, that optimization was successful). I've also tried to add some new documents to existing index and run optimization after that to merge segments with and without termvectors, but also nothing changed - *.tvd keeps its size, though segment letter changed.
Of course I've tried to simply remove *.tvd, but indexreader throws exception in this case. I believe there is some good way to delete term vectors without re-indexing, but cannot imagine what way to try. -- View this message in context: http://lucene.472066.n3.nabble.com/Delete-term-vectors-from-existing-index-tp4232707.html Sent from the Solr - User mailing list archive at Nabble.com.