On Feb 11, 2012, at 6:02 PM, Darren Govoni wrote: > Hi, > Do all the normal facilities of Solr work with SolrCloud from SolrJ? > Things like /mlt, /cluster, facets , tvf's, etc. > > Darren >
SolrJ works the same in SolrCloud mode as it does in non SolrCloud mode - it's fully supported. There is even a new SolrJ client called CloudSolrServer that has built in cluster awareness and load balancing. In terms of what is supported - anything that is supported with distributed search - that is most things, but there is the odd man out - like MLT - looks like an issue is open here: https://issues.apache.org/jira/browse/SOLR-788 but it's not resolved yet. - Mark Miller lucidimagination.com