Hi, I've been trying to use the get handler for a new solr cloud collection we are using, and something seems to be amiss.
We are running 6.3.0, so we did not explicitly define the request handler in the solrconfig since it's supposed to be implicitly defined. We also have the update log enabled with the default configuration. Whenever I send a get query for a document already known to be in the collection, I get no documents returned. But when I use a filter query on the uniqueKey field for the same value I get the document back solr/TestCollection/get?id=2957-TV-201604141900 solr/TestCollection/select?q=*:*&fq=iqdocid:2957-TV-201604141900 Is there some configuration that I am missing? Thanks, Chris