Project

General

Profile

task #5418

Updated by Andreas Müller about 2 years ago

we potentially can optimize the size of the lucene index which also would effect indexing time and resource consumption during the indexing process  


  


 1. reduce usage of term vectors?     "_... However, term vectors come with a cost. They store a lot of information and often take up a lot of disk space. This is bad because it can make indexing and searching slower (especially if the index size grows beyond the size of your OS cache). ..._" http://blog.jpountz.net/post/41301889664/putting-term-vectors-on-a-diet 
 

Back