I'm trying to make Solr 7.3.1 read a 5.3.1 index, I'm trying to use lucene-backward-codecs jar file, but i cant make it work -
Caused by: org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported (resource BufferedChecksumIndexInput(MMapIndexInput(path="C:\ProgramFilesVaronis\DatAnswers\solr\cloud\node1\documents_shard1_replica_n1\data\index\segments_a"))): this index is too old (version: 5.3.1). This version of Lucene only supports indexes created with release 6.0 and later
Which version of lucene-backward-codecs do i need? Where in Solr do i need to put them in order to make it work?