On Wed, Apr 25, 2012 at 11:19 AM, Alan Woodward <[email protected]> wrote: > OK, I've fixed the links on that page (following Erick's pointers); they > should all work now. > > One bit that concerns me: the solr links look like this: > http://lucene.apache.org/solr/api/org/apache/solr/request/QueryResponseWriter.html > > while the lucene links look like this: > http://lucene.apache.org/core/3_6_0/api/core/org/apache/lucene/search/Similarity.html > > Notice the 3_6_0 in there. Is there an equivalent 'unversioned' lucene link > anywhere? As of now, the lucene links will all go out of date with the next > release, while the Solr ones should keep up.
Thats a good point: sounds like a real problem. I think its possible Solr might eventually have versioned docs here in the future too (e.g. 4.0 and 3.6). One easy idea is that we add a redirect into the CMS for "most current release's documentation". When putting out a new release we would just update this redirect (just like we have to update other redirects like the one for most current downloads). -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
