Internally, SolrCloud distinguishes nodes by a partial URL like
"localhost:8983/solr" (off the top of my head).  Yet to actually
communicate with such a node, you need to apply the URL scheme --
"http://"; or "https://";.  Is this serving us well?  It seems annoying
to always have to translate and furthermore to not hold references
using a better type like java.net.URI instead of String, which is
basically untyped.  Admittedly I haven't had to experience a URL
scheme change... and I don't know if that's even possible with Solr
today.

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to