I have an app the writes lucene indexes and is based on lucene 2.3.0.
Can I read those indexes using solr 3.5.0 and perform a distributed search? Or should I use a lower version of solr, so that the index reader is compatible with the index writer.
Would be great if somebody with prior exposure can advice!