Reputation: 465
Is there a way to downgrade an index in lucene from 4.8 to 4.6?
I opened an 4.6 index with luke 4.8 and did some changes not noticing it updated the segments.
I can't work on lucene 4.8 as it needs java 7 and I am stuck with a java 6 server ( a project requirement)
Upvotes: 0
Views: 214
Reputation: 9964
There is nothing that you can do. Indices are only backward compatible, not forward compatible.
Upvotes: 1