kojisekig / word2vec-lucene

This tool extracts word vectors from Lucene index.
Apache License 2.0
134 stars 31 forks source link

org.apache.lucene.index.IndexFormatTooNewException #23

Open Shaimaaf16 opened 6 years ago

Shaimaaf16 commented 6 years ago

i got this
Exception in thread "main" org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource: BufferedChecksumIndexInput(MMapIndexInput(path="/var/solr/data/socialmedia_user_shard1_replica1/data/index/segments_397"))): 6 (needs to be between 0 and 3)

kojisekig commented 6 years ago

Are you trying to use an index which is created by newer version of Lucene or Solr?