Actually, this should do the same thing the Solr Wiki does, which is a URL that redirects to the latest Javadocs without having to maintain the link for every release. That would change the URL to something like:
http://lucene.apache.org/solr/api/solr-solrj/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html Which redirects automatically to: http://lucene.apache.org/solr/4_5_1/solr-solrj/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html And will redirect automatically to 4.6 when that's released. I've updated the page with these URLs - there was another one still pointing to 4.0 too. On Mon, Nov 18, 2013 at 2:31 AM, Shalin Shekhar Mangar <[email protected]> wrote: > Thanks Furkan. I have pointed them to 4.5.1 javadocs. > > On Mon, Nov 18, 2013 at 5:06 AM, Furkan KAMACI <[email protected]> wrote: >> Here: https://cwiki.apache.org/confluence/display/solr/Using+SolrJ at Using >> the ConcurrentUpdateSolrServer section for Solr 4.5 guide refers to >> http://lucene.apache.org/solr/4_0_0/solr-solrj/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html >> instead of 4.5. >> >> References to ConcurrentUpdateSolrServer has similar issue(s). 4.6 guide >> draft is same too. >> >> Thanks; >> Furkan KAMACI > > > > -- > Regards, > Shalin Shekhar Mangar. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
