Recently started using the get handler on a solr cloud collection and it seems that it does not return any documents even when I can find those documents by filtering for their unique ids.
I explicitly enabled the get handler, reindexed one of the documents, and it seems to work fine for that single document, even when the handler is no longer explicitly defined. I am pretty sure that there weren't any changes made to the schema or config files since the initial indexing. The update log has been enabled since the collection was created. Are there any obvious changes (or botched initial configurations) that would possibly cause the get handler to not return documents that exist in the collection? Thanks, Chris