Hello everybody, I have a (very big) lucene 4 index with documents using IntField. On that field, which should be stored and sortable, I should search and execute range queries.
I've tried to upgrade it from 4 to 7 with IndexUpgrader but I observed that IntFields aren't searchable anymore. Which is the most efficient way to convert IntFields to IntPoints, which are stored and sortable? Thanks, Riccardo